| Age | Commit message (Expand) | Author |
| 2014-03-07 | Align explicitly to make kernels compiled by clang generate | nakayama |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-03-17 | Revert previous. christos fixed the root cause. | nakayama |
| 2013-03-14 | Make sparc64 32-bit kernel buildable. | nakayama |
| 2011-06-13 | catch up with the userland copy: | mrg |
| 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-01-05 | Fix previous. I have no idea what crack I was on when I "tested" them. | pooka |
| 2009-01-04 | Support PIC for inclusion in librump. (m68k untested) | pooka |
| 2006-03-30 | G/c this stale copy of SYS.h. It has not been updated since 1999. It | uwe |
| 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 |
| 2003-11-08 | Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore. | lukem |
| 2003-11-08 | don't need bcmp() and bzero() | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-10-27 | remove setjmp/longjmp from libkern, they're not used. | chs |
| 2002-04-16 | Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work | martin |
| 2001-07-01 | Sync with libc: use bzero-based assembly version of memset(). | kleink |
| 2001-05-13 | Make this work for PIC (as opposed to pic) without taking chances of fitting | kleink |
| 2000-11-01 | Add a strcasecmp(), modified from chopps's strncasecmp(). | thorpej |
| 1999-09-06 | sync with libc: | chs |
| 1999-05-09 | Add .PATH.m4 | pk |
| 1999-03-05 | Sync with libc | pk |
| 1999-02-24 | use RODATA(__ffstab) instead of ENTRY(). | chs |
| 1999-02-24 | don't list any *.S files in SRCS multiple times, once is enough. | chs |
| 1998-08-04 | add memcmp.c | perry |
| 1998-05-07 | Sync with libc. | pk |
| 1998-02-22 | Fix omission in last. | mycroft |
| 1998-02-22 | Copy up. | mycroft |
| 1998-02-22 | Move random() from kernel. | mycroft |
| 1998-02-22 | Don't list bcopy.c here, since we only want memcpy() and not bcopy(). | 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-13 | rcsid fascism | lukem |
| 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-11-18 | sync with libc source: remove DEFS.h | pk |
| 1996-11-18 | Remove `chmod 444's. | pk |
| 1996-08-27 | Add machine-independent assertion-checking support. macros are: | cgd |
| 1996-04-23 | Remove memset.c; it is not currently used, and .c files should belong in | christos |
| 1996-04-18 | don't include user-land headers in libkern files when compiling for | cgd |
| 1996-04-13 | add strncasecmp.c to ports' libkern Makefile.inc's. When adding a new | cgd |
| 1996-03-11 | Back out previous change. | scottr |
| 1996-03-11 | Provide a memset() for the i386 (assembly version), and move memset.c | thorpej |
| 1995-10-07 | Remove setjmp() and ffs(). | mycroft |
| 1995-04-22 | eserve the equality "x == y*(x/y)+(x%y)" for negative y; from Lon Willett. | pk |