| Age | Commit message (Expand) | Author |
| 2010-03-15 | Add memset to libkern on vax, moving existing memset.S to src/common. | uwe |
| 2010-01-20 | Remove kern_assert.c - it's not needed here cuz it's already pulled in | pgoyette |
| 2010-01-20 | __assert.c -> kern_assert.c | pooka |
| 2010-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-18 | Keep arc4_i and arc4_j synchronised after a rekeying. This prevents | joerg |
| 2010-01-14 | Move AMD64's bswap64 implementation from libc to src/common and share it | joerg |
| 2009-12-14 | Build fix for the mips64 merge: | uebayasi |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB | skrll |
| 2009-12-01 | Remove U_PCB as requested by rmind. | skrll |
| 2009-11-21 | Redo the previous inverted logic. Sort alphabetically. | uebayasi |
| 2009-11-21 | Don't build quad support code on 64-bit platforms. | uebayasi |
| 2009-09-22 | Don't build spcopy for rumpkern. Fixes hp700 build failure pointed | pooka |
| 2009-08-14 | Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern. | dsl |
| 2009-08-12 | Put back random.S. Hi dsl! | skrll |
| 2009-08-12 | Remove some .c files accidentally left on the .S lines | dsl |
| 2009-08-12 | Split the lines that add .c to SRCS from those that add .S | dsl |
| 2009-08-12 | Use stuff from libc/Makefile to auto-remove .c files if a .S has been added. | dsl |
| 2009-07-21 | Move popcount et al to src/common and add popcount32/popcount64. | joerg |
| 2009-07-20 | Fix little bit, and add a few files. | kiyohara |
| 2009-06-18 | Back out the addition of memset.c to the vax libkern, and instead do | he |
| 2009-06-18 | Add memset.c, so that the references from sha2.c can be satisfied, and | he |
| 2009-05-13 | Implement snprintb_m(3) to provide multi-line bit/bit-field decode. | pgoyette |
| 2009-04-30 | Merge nick-hppapmap. | skrll |
| 2009-03-26 | Make the function declaration the same for the big-endian case as | he |
| 2009-03-25 | Fix compilation error on 64-bit platforms. | tls |
| 2009-03-25 | Fix build problems caused by crc32 addition to libkern. Also, this makes | tls |
| 2009-03-25 | Fixes PR kern/41069 and PR kern/41070. | darran |
| 2009-03-23 | Don't use gcc's __builtin_*() functions #if defined(_STANDALONE) | tsutsui |
| 2009-03-18 | - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has | tsutsui |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-01-18 | Change the use of formally undocumented features, which have now been | he |
| 2009-01-07 | These copy of gcc millicode routines is now included in librump (that | uwe |
| 2009-01-06 | Fix PIC version, it was missing one dereference. Thanks to spz | pooka |
| 2009-01-05 | Fix previous. I have no idea what crack I was on when I "tested" them. | pooka |
| 2009-01-04 | Split variables out of Makefile into Makefile.libkern so that we | pooka |
| 2009-01-04 | Support PIC for inclusion in librump. (m68k untested) | pooka |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-20 | Add new ptree (Patricia / RADIX tree) implementation to NetBSD. | matt |
| 2008-11-16 | Our qsort() is inappropriate for kernel use because it makes recursive | ad |
| 2008-11-16 | Make qsort() available in libkern. | ad |
| 2008-10-15 | Use RET/RETc as appropriate | matt |
| 2008-10-14 | Need to be __clz[sd]i2 | matt |
| 2008-10-14 | Add a _clzsi2 for armv4 platforms. | matt |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-07-02 | Add KASSERTMSG(e, msg) for umass.c. XXX directly calls panic. | matt |
| 2008-07-02 | Add CTASSERT (compile time assert) from FreeBSD. | matt |