summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/bzero.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In preparation of compiling our kernels with -ffreestanding, explicitly mapkettenis2017-01-241-1/+3
| | | | | | | | | a few performance-critical functions to compiler builtins. Since the builtins supported by gcc3, gcc4 and clang are not the same, there are (unfortunately) some compiler checks to make sure we only do the mapping for builtins that are actually supported by the compiler. ok jca@, tom@, guenther@
* mop up #ifdef _KERNEL goo; ok miodderaadt2014-06-101-5/+1
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* sync from libcmickey2004-11-281-3/+2
|
* make it compile with _STANDALONE, ok deraadt@pefo2004-09-231-3/+3
|
* ansi and some missing protosderaadt2004-08-071-6/+4
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* $OpenBSD$niklas1997-11-071-1/+3
|
* switch on _KERNEL to pull in correct headersderaadt1996-05-011-1/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+53