summaryrefslogtreecommitdiffstats
path: root/sys/sys/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Revert the init_clocks change in revision 1.72. On the alpha we use anjhb2000-10-201-1/+1
* execsw_set hasn't been used for a while and does not exist.peter2000-10-201-4/+0
* Move init_clocks earlier in the system startup so that hardclock and clockjhb2000-10-191-1/+1
* For lockmgr mutex protection, use an array of mutexes that are allocatedjasone2000-10-121-0/+1
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-2/+2
* Fixing a sorting error in teh subsystem list. 7 < 8, not 8 < 7.jhb2000-09-221-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+3
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-1/+0
* Oops, forgot this file. Log message for completeness:peter2000-08-111-7/+7
* 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
* Add SI_SUB_VINUM startup sequence for Vinum. This is part of Vinumgrog2000-02-291-0/+1
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Removal of sys/device.hn_hibma1999-10-051-0/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* A couple of new macros to make implementing tunable values slightly easier.msmith1999-07-051-1/+21
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-041-1/+2
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-58/+8
* Move the proc0 init before the driver probe/attach etc since machdep.cpeter1999-05-061-5/+5
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-26/+2
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-2/+2
* Commit a solution for the SYSINIT vs C_SYSINIT conundrum. Thedillon1999-01-291-20/+28
* Clarify the SYSINIT problem by breaking SYSINIT's up into a void *dillon1999-01-281-6/+34
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Move the linker set definitions into a new header filejdp1999-01-141-59/+3
* Backed out rev.1.46. It had no effect for aout, was incomplete for elf,bde1998-12-201-10/+6
* Add a workaround to avoid 'defined but not used' warnings for linkerdfr1998-12-201-8/+10
* Add __attribute__ ((unused)) to the SYSINIT etc macros which declarejb1998-12-031-6/+10
* Don't generate module event handlers of the wrong (old) type.bde1998-11-151-4/+3
* New macro for building a linker set of things to do at module unloadpeter1998-11-101-1/+13
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+25
* Add SI_SUB_KLDpeter1998-10-091-1/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+16
* Fixed overflow in sysinit enum constants. In that little-usedbde1998-05-091-47/+47
* Support compiling with `gcc -ansi'.bde1998-04-151-6/+6
* Time changes mark 2:phk1998-04-041-4/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+2
* We have had support for running the kernel daemons as threads fordyson1997-12-121-2/+13
* Fixed pedantic syntax errors caused by trailing semicolon in thebde1997-11-181-3/+5
* buf.h:gibbs1997-09-211-2/+5
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-1/+2
* Preliminary support for per-cpu data pages.peter1997-06-221-10/+1
* Don't refer to NCPU in extern decl for SMPruntime[]peter1997-05-291-2/+2
* remove opt_smp.hpeter1997-05-071-2/+4
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-2/+13
* Make the necessary changes so that an ELF kernel can be built. Ijdp1997-04-221-2/+20
* Make MOD_* macros almost consistent:dufault1997-04-061-2/+2
* Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-221-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud