| Age | Commit message (Expand) | Author |
| 2009-08-14 | Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern. | dsl |
| 2009-08-12 | Split the lines that add .c to SRCS from those that add .S | dsl |
| 2009-03-18 | - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has | tsutsui |
| 2005-12-20 | Use common sources with userland. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-04-22 | Use ${TOOL_M4} instead of "m4". (I only tested this fix | reed |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2002-04-24 | Add strtoul.c | ross |
| 2002-01-24 | sync | ross |
| 2001-07-13 | Provide bcopy() here. | thorpej |
| 2001-04-26 | o IEEE 754 floating-point completion code. | ross |
| 2000-11-01 | Add a strcasecmp(), modified from chopps's strncasecmp(). | thorpej |
| 2000-09-05 | Move the Alpha _mcount() into a .S file so that it can be | thorpej |
| 1999-01-22 | Sync with libc. | mycroft |
| 1999-01-15 | Fix an unterminated macro call. | thorpej |
| 1999-01-15 | Move the bswap functions from libutil to libc (this bups the | bouyer |
| 1998-08-04 | add memcmp.c memmove.S | perry |
| 1998-08-04 | add memmove.S | perry |
| 1998-02-22 | Use the assembler version of memcpy(). | mycroft |
| 1998-02-22 | We need memcpy(). | mycroft |
| 1998-02-22 | Add some missing things. | mycroft |
| 1998-01-21 | add rules like those in libc to build strchr() and strrchr() (the latter | cgd |
| 1997-10-24 | add memchr() to libkern | chuck |
| 1997-10-12 | Ops, forgot to 'cvs add' theses. Pointed out by enami tsugutomo. | bouyer |
| 1997-10-09 | Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. | bouyer |
| 1997-01-18 | add strchr() to libkern. strchr.c copied from libc's "index.c", but with | cgd |
| 1996-10-17 | copy down changes from libc | cgd |
| 1996-09-26 | label changes, pulled down from libc | cgd |
| 1996-08-27 | Add machine-independent assertion-checking support. macros are: | cgd |
| 1996-08-21 | fix up for new libkern path specs | cgd |
| 1996-07-15 | frob the mask so that only the low set bit is set, to avoid lossage. | cgd |
| 1996-07-15 | add an assembly version of ffs(), copied down from libc | cgd |
| 1996-06-10 | locc() is unused. Remove it from the machine-independent kernel interface. | cgd |
| 1996-04-17 | files copied from libc | cgd |
| 1996-04-13 | add strncasecmp.c to ports' libkern Makefile.inc's. When adding a new | cgd |
| 1995-10-20 | copy from libkern | cgd |
| 1995-10-20 | use NetBSD RCS id format. use bzero.S, not bzerro.c | cgd |
| 1995-10-20 | update from libc | cgd |
| 1995-06-28 | update dependencies to deal with the alpha | cgd |
| 1995-03-03 | copy down from libc. | cgd |
| 1995-02-13 | Alpha support from libc. | cgd |