aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Moved BCD declarations to the correct header (libkern.h).Bruce Evans1996-01-161-8/+1
* Removed declarations of nonexistent functions copyoutstr(), fuiword()Bruce Evans1996-01-161-11/+10
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-151-3/+4
* Make bin2bcd and bcd2bin global macroes instead of having localPoul-Henning Kamp1996-01-151-2/+8
* Avoid bzero becomming a common symbol in all .o files.Poul-Henning Kamp1996-01-131-2/+2
* Fix the reversed source and dest args to bcopy() in the kernel spacePeter Wemm1996-01-011-3/+3
* Made bzero a function vector and added a 586/686 optimized version ofDavid Greenman1995-12-281-3/+2
* Finished nuking enxio, enodev and enoioctl.Bruce Evans1995-11-091-4/+1
* Remove prototype definitions from <sys/systm.h>.Steven Wallace1995-10-081-27/+0
* Remove compat int from wait_args structure since no longer used or desired.Steven Wallace1995-10-071-4/+1
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-14/+1
* Killed "maxmem" declaration. We don't have that variable in FreeBSD.David Greenman1995-07-051-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-1/+2
* Added prototype for memcpy(). Changed size argument of "b" functions toDavid Greenman1995-05-021-4/+6
* Added prototype for phashinit() function.David Greenman1995-04-041-1/+2
* subr_prf.c used to provide an exported function kprintf(), but only hadJoerg Wunsch1995-04-011-1/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+5
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).Poul-Henning Kamp1995-03-171-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+39
* YFfix.Poul-Henning Kamp1995-02-141-1/+2
* Cosmetics. (sort of) Added 19 prototypes.Poul-Henning Kamp1994-10-101-1/+3
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-021-1/+2
* Remove "#ifdef notdef" around declaration of fuibyte(). fuibyte() _is_Bruce Evans1994-09-181-10/+3
* Add some prototypes.Bruce Evans1994-09-151-1/+2
* Changes preparing for iBCS supportSøren Schmidt1994-08-241-6/+1
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+28
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to BruceDavid Greenman1994-08-131-2/+4
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-2/+2
* Nuke redefinition of insque and remque.David Greenman1994-08-041-5/+1
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+165