summaryrefslogtreecommitdiff
path: root/stand/kshim
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-01-10stand/kshim: Replace devclass_equal with calls to strcmpJohn Baldwin
2025-01-10stand/kshim: Implement bus_detach_childrenJohn Baldwin
2025-01-10stand/kshim: Update for devclass being removed from DRIVER_MODULEJohn Baldwin
2025-01-10stand/kshim: Replace bus_generic_attach with bus_attach_childrenJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-03-17stand/usb: Fix build by declaring missing functions and types.Hans Petter Selasky
2021-04-12Fix build of stand/usb .Hans Petter Selasky
2021-02-17Bump the FreeBSD kernel version in kernel boot shim.Hans Petter Selasky
2020-12-07Properly define the bool type in the BSD kernel shim.Hans Petter Selasky
2020-12-07Add missing busdma prototypes for load and unload and implement dummy syncHans Petter Selasky
2020-12-07Tidy up code a bit. Add missing section comments.Hans Petter Selasky
2020-12-04Fix mis-spelled macro in the kernel shim.Hans Petter Selasky
2020-12-04Add more macros, types and prototypes for building kernel code into bootloaders.Hans Petter Selasky
2020-12-04Fix definition of int64_t and uint64_t when long is 64-bit. This gets the kernelHans Petter Selasky
2020-11-18Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky
2018-02-07A more definitions to kernel emulation shim in order to build stand/usb.Hans Petter Selasky
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh