aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Make hostid an unsigned long (matches kern_mib.c change)Matt Jacob2001-06-221-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-1/+1
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-081-13/+37
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-061-20/+23
* Use the correct enums in struct sysinit.Poul-Henning Kamp2001-05-231-2/+2
* Blow away the panic mutex in favor of using a single atomic_cmpset() on aJohn Baldwin2001-04-171-3/+0
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-281-1/+1
* RIP <machine/lock.h>.Mark Murray2001-02-111-0/+3
* Add a new SYSINIT for interrupt thread initialization and stickJohn Baldwin2001-02-091-1/+2
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().Peter Wemm2001-02-041-27/+3
* Argh, fix a nit that snuck in while trying to resolve conflicts.John Baldwin2001-01-301-2/+1
* - Fix TUNABLE_STR_FETCH() to actually be a code fragment rather thanJohn Baldwin2001-01-301-10/+2
* Bah, as my luck would have it, I had a kernel source tree in the windowPeter Wemm2001-01-271-2/+4
* Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one.Peter Wemm2001-01-271-4/+2
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexJason Evans2001-01-211-0/+1
* Pull out the module path from the loader. ie: if you boot fromPeter Wemm2000-12-281-0/+22
* - Convert the per-eventhandler list mutex to a lockmgr lock so that it canJohn Baldwin2000-12-121-0/+1
* Revert the init_clocks change in revision 1.72. On the alpha we use anJohn Baldwin2000-10-201-1/+1
* execsw_set hasn't been used for a while and does not exist.Peter Wemm2000-10-201-4/+0
* Move init_clocks earlier in the system startup so that hardclock and clockJohn Baldwin2000-10-191-1/+1
* For lockmgr mutex protection, use an array of mutexes that are allocatedJason Evans2000-10-121-0/+1
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatBosko Milekic2000-09-301-2/+2
* Fixing a sorting error in teh subsystem list. 7 < 8, not 8 < 7.John Baldwin2000-09-221-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+3
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-1/+0
* Oops, forgot this file. Log message for completeness:Peter Wemm2000-08-111-7/+7
* 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
* Add SI_SUB_VINUM startup sequence for Vinum. This is part of VinumGreg Lehey2000-02-291-0/+1
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-161-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Removal of sys/device.hNick Hibma1999-10-051-0/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* A couple of new macros to make implementing tunable values slightly easier.Mike Smith1999-07-051-1/+21
* The buffer queue mechanism has been reformulated. Instead of havingKirk McKusick1999-07-041-1/+2
* Slight reorganization of kernel thread/process creation. Instead of usingPeter Wemm1999-07-011-58/+8
* Move the proc0 init before the driver probe/attach etc since machdep.cPeter Wemm1999-05-061-5/+5
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-26/+2
* More const fixes for -Wall, -Wcast-qualMatthew Dillon1999-01-291-2/+2
* Commit a solution for the SYSINIT vs C_SYSINIT conundrum. TheMatthew Dillon1999-01-291-20/+28
* Clarify the SYSINIT problem by breaking SYSINIT's up into a void *Matthew Dillon1999-01-281-6/+34
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Move the linker set definitions into a new header fileJohn Polstra1999-01-141-59/+3
* Backed out rev.1.46. It had no effect for aout, was incomplete for elf,Bruce Evans1998-12-201-10/+6
* Add a workaround to avoid 'defined but not used' warnings for linkerDoug Rabson1998-12-201-8/+10
* Add __attribute__ ((unused)) to the SYSINIT etc macros which declareJohn Birrell1998-12-031-6/+10
* Don't generate module event handlers of the wrong (old) type.Bruce Evans1998-11-151-4/+3
* New macro for building a linker set of things to do at module unloadPeter Wemm1998-11-101-1/+13
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-2/+25