History log of /openbsd-src/sys/lib/libkern/bzero.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 249415e0 24-Jan-2017 kettenis <kettenis@openbsd.org>

In preparation of compiling our kernels with -ffreestanding, explicitly map
a few performance-critical functions to compiler builtins. Since the
builtins supported by gcc3, gcc4 and clang are not th

In preparation of compiling our kernels with -ffreestanding, explicitly map
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@

show more ...


# b5be37d2 10-Jun-2014 deraadt <deraadt@openbsd.org>

mop up #ifdef _KERNEL goo; ok miod


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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

show more ...


# f6a3c9b1 28-Nov-2004 mickey <mickey@openbsd.org>

sync from libc


# 9094ec99 23-Sep-2004 pefo <pefo@openbsd.org>

make it compile with _STANDALONE, ok deraadt@


# a26aa419 07-Aug-2004 deraadt <deraadt@openbsd.org>

ansi and some missing protos


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c3f6e9cf 07-Nov-1997 niklas <niklas@openbsd.org>

$OpenBSD$


# cf4fa783 01-May-1996 deraadt <deraadt@openbsd.org>

switch on _KERNEL to pull in correct headers


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree