summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_autoconf.c
Commit message (Expand)AuthorAgeFilesLines
* Retire PCONFIG and leave the priority of thread0 alone when waiting forjhb2011-01-061-1/+1
* Allow interrupt driven config hooks to be registered from config hook callbacks.gibbs2010-08-121-8/+45
* Prefer ANSI function definitions to K&R ones.imp2009-02-031-6/+3
* If run_interrupt_driven_config_hooks() waits 360 seconds and INVARIANTSrwatson2008-07-211-10/+15
* Rather than simply waiting silently and indefinitely for allrwatson2008-07-191-3/+35
* Add DDB "show conifhk" command, which lists hooks currently waitingrwatson2008-07-191-0/+27
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),antoine2008-02-151-1/+0
* Add a mutex to protect the list of interrupt config hooks. We do assumejhb2006-07-191-11/+21
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-9/+0
* Revert stuff which accidentally ended up in the previous commit.phk2003-07-221-3/+0
* Don't attempt to inline large functions mb_alloc() and mb_free(),phk2003-07-221-0/+3
* Use __FBSDID().obrien2003-06-111-1/+3
* Remove __P.alfred2002-03-191-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Change explicit use of the queue fields into use of the definitionsn_hibma1999-09-261-10/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). Itpeter1999-04-251-3/+4
* GC some unused code.peter1999-04-171-294/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-5/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* Removed an unused #include. Ifdefed a conditionally used #include.bde1997-11-181-2/+3
* init_main.c subr_autoconf.c:gibbs1997-09-211-1/+80
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added $Id$dg1994-08-021-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+342
OpenPOWER on IntegriCloud