aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* kern: Remove CTLFLAG_NEEDGIANT from some more sysctls.Alexander Motin2021-12-271-1/+1
* newbus: add bus_topo_assertWarner Losh2021-12-101-4/+11
* bus: mark sysctls MPSAFEWarner Losh2021-12-101-8/+11
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-3/+24
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+1
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-1/+1
* kern: Correct a typo in a sysctl descriptionGordon Bergling2021-12-021-1/+1
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-24/+17
* Revert "Make device_busy/unbusy work w/o Giant held"Warner Losh2021-11-301-17/+24
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-24/+17
* bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methodsMark Johnston2021-11-151-0/+33
* bus: Cleanup device_probe_child()Alexander Motin2021-09-251-21/+29
* bus: Fix LINT / BUS_DEBUG buildWarner Losh2021-09-241-1/+1
* bus: retire DF_REBIDWarner Losh2021-09-241-35/+6
* Fix false device_set_unit() error.Alexander Motin2021-09-221-0/+2
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2021-09-201-0/+14
* devclass_alloc_unit: move "at" hint test to after device-in-use testAdam Fenn2021-08-021-4/+4
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-80/+32
* newbus: style nit (align comments)Warner Losh2021-04-211-1/+1
* Rename struct device to struct _deviceMark Johnston2021-04-121-6/+9
* Create VM_MEMATTR_DEVICE on all architecturesAndrew Turner2021-04-121-1/+1
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2021-03-221-0/+41
* devinfo sysctl handler: Do not write zero-length strings in to sbuf twiceVladimir Kondratyev2021-01-201-6/+0
* newbus: use ssize_t to match sb's len and size, fix ordering of space checkWarner Losh2020-10-121-6/+8
* Move to a more robust and conservative alloation scheme for devctl messagesWarner Losh2020-09-171-8/+33
* Use standard bool type, instead of non-standard boolean_tWarner Losh2020-09-161-1/+1
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* We don't need to INCLUDENUL, so turn it off to avoid assertion...Warner Losh2020-08-291-0/+1
* Use sbuf_cat instead of sbuf_cpyWarner Losh2020-08-291-3/+3
* Avoid NULL pointer dereferencesWarner Losh2020-08-291-3/+12
* Move to using sbuf for some sysctl in newbusWarner Losh2020-08-291-42/+26
* Retire devctl_notify_f()Warner Losh2020-08-291-9/+2
* devctl: move to using a uma zoneWarner Losh2020-08-291-115/+185
* Change the resume notification event from 'kern' to 'kernel'Warner Losh2020-08-241-2/+4
* Fix another minor style glitch.Warner Losh2020-08-231-4/+2
* Whitespace change to line up dev_sotfc definition.Warner Losh2020-08-221-9/+9
* Retire obsolete sysctl hw.bus.devctl_disableWarner Losh2020-08-221-43/+1
* Move from TAILQ to STAILQ because the nodes are a bit smaller.Warner Losh2020-08-201-15/+15
* Make devctl_queue_data_f and devctl_queue_data private.Warner Losh2020-08-201-2/+2
* Remove obsolete part of comment. It was cut and pasted from the old version ofWarner Losh2020-08-071-2/+0
* Remove free_domain() and uma_zfree_domain().Mark Johnston2020-08-041-3/+3
* Some function had the blank lines, others didn't. Most of the ones that didn'tWarner Losh2020-08-031-30/+0
* hw.bus.info: rework handlerPawel Biernacki2020-06-181-3/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-12/+20
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-2/+0
* malloc: remove assumptions about MINALLOCSIZERyan Libby2020-01-141-1/+2
* gone_in(9): Trivial string grammar and style cleanupsConrad Meyer2019-12-261-2/+2
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-0/+16
* Allocate device softc from the device domain.Alexander Motin2019-10-121-5/+13
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-1/+0