aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_autoconf.c
Commit message (Expand)AuthorAgeFilesLines
* Instrument "boot holds" for the benefit of the TSLOG framework. TheseColin Percival2017-12-311-0/+4
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add config_intrhook_oneshot(): schedule an intrhook function and unregisterIan Lepore2017-08-131-0/+38
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Retire PCONFIG and leave the priority of thread0 alone when waiting forJohn Baldwin2011-01-061-1/+1
* Allow interrupt driven config hooks to be registered from config hook callbacks.Justin T. Gibbs2010-08-121-8/+45
* Prefer ANSI function definitions to K&R ones.Warner Losh2009-02-031-6/+3
* If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTSRobert Watson2008-07-211-10/+15
* Rather than simply waiting silently and indefinitely for allRobert Watson2008-07-191-3/+35
* Add DDB "show conifhk" command, which lists hooks currently waitingRobert Watson2008-07-191-0/+27
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),Antoine Brodin2008-02-151-1/+0
* Add a mutex to protect the list of interrupt config hooks. We do assumeJohn Baldwin2006-07-191-11/+21
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-9/+0
* Revert stuff which accidentally ended up in the previous commit.Poul-Henning Kamp2003-07-221-3/+0
* Don't attempt to inline large functions mb_alloc() and mb_free(),Poul-Henning Kamp2003-07-221-0/+3
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Change explicit use of the queue fields into use of the definitionsNick Hibma1999-09-261-10/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). ItPeter Wemm1999-04-251-3/+4
* GC some unused code.Peter Wemm1999-04-171-294/+1
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-5/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* Removed an unused #include. Ifdefed a conditionally used #include.Bruce Evans1997-11-181-2/+3
* init_main.c subr_autoconf.c:Justin T. Gibbs1997-09-211-1/+80
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Added $Id$David Greenman1994-08-021-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+342