summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed setting of `safepri'. It should be SWI_AST_MASK most of thebde1997-11-211-1/+2
* Const poisoning from ks_shortdesc.bde1997-11-211-2/+2
* Staticized boot().bde1997-11-181-2/+1
* Remove a bunch of unused malloc types.phk1997-10-101-3/+6
* buf.h:gibbs1997-09-211-3/+18
* Removed declaration of nonexistent function fuibyte().bde1997-09-161-38/+45
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-3/+2
* Some staticized variables were still declared to be extern.bde1997-09-071-3/+1
* Moved splq() to isa/ipl_funcs.c for SMP only.fsmp1997-08-201-1/+4
* Use up 4 precious bytes to give the kernel a hook tojulian1997-08-091-1/+11
* VM86 kernel support.dyson1997-08-091-1/+2
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-211-1/+2
* Add prototypes for the spl* funcs and add externs for *_imask. Leavingpeter1997-05-311-1/+39
* forward declare struct timeval so that pcibus.c doesn't get a warning.peter1997-05-291-1/+2
* 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
* Update our kernel ntp code to the latest from David Mills. The main changejhay1996-12-301-1/+3
* Moved declarations of tsleep() and wakeup() from proc.h to systm.h sobde1996-10-121-1/+8
* Removed verbose comment about `securelevel'. It just duplicated partbde1996-10-121-29/+2
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-291-4/+4
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5bde1996-09-131-3/+3
* cpu_boot() always returns, so don't declare it as __dead*.bde1996-08-311-2/+2
* Some cleanups to the callout lists recently added.julian1996-08-221-3/+5
* move all functions related to shutting down to one filejulian1996-08-191-1/+18
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-011-1/+2
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* systm.h:bde1996-04-071-1/+2
* Merge in Lite2: add function prototype.hsu1996-03-111-2/+3
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. These are used by thegibbs1996-01-291-2/+2
* Moved BCD declarations to the correct header (libkern.h).bde1996-01-161-8/+1
* Removed declarations of nonexistent functions copyoutstr(), fuiword()bde1996-01-161-11/+10
* Get rid of two and a half printf in the kernel.phk1996-01-151-3/+4
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-2/+8
* Avoid bzero becomming a common symbol in all .o files.phk1996-01-131-2/+2
* Fix the reversed source and dest args to bcopy() in the kernel spacepeter1996-01-011-3/+3
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-281-3/+2
* Finished nuking enxio, enodev and enoioctl.bde1995-11-091-4/+1
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-27/+0
* Remove compat int from wait_args structure since no longer used or desired.swallace1995-10-071-4/+1
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-14/+1
* Killed "maxmem" declaration. We don't have that variable in FreeBSD.dg1995-07-051-2/+1
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-141-1/+2
* Added prototype for memcpy(). Changed size argument of "b" functions todg1995-05-021-4/+6
* Added prototype for phashinit() function.dg1995-04-041-1/+2
* subr_prf.c used to provide an exported function kprintf(), but only hadjoerg1995-04-011-1/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+5
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).phk1995-03-171-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+39
OpenPOWER on IntegriCloud