| Age | Commit message (Expand) | Author |
| 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-20 | Allow MD standalone Makefiles overriding MI libsa settings | tsutsui |
| 2009-03-19 | Revert previous. MI libsa doesn't provide bcmp(). | tsutsui |
| 2009-03-19 | Add a prototype for the bcmp() function as well. | he |
| 2009-03-18 | bzero -> memset | cegger |
| 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-03-13 | Follow the syntax of file conditionals for makeoptions, using minor case | cube |
| 2009-03-02 | Use EXT2_DINODE_SIZE() to get offset of inode, not struct ext2fs_dinode array. | tsutsui |
| 2009-03-01 | catch up with variable inode size. | christos |
| 2009-01-31 | Revert previous one. It has already fixed in net.h,v 1.25. | isaki |
| 2009-01-31 | Fix build error. Declare getsecs() before (re-)defining it. | isaki |
| 2009-01-18 | Change the use of formally undocumented features, which have now been | he |
| 2009-01-18 | I really hate silly hacks inside #ifndef _STANDALONE in libsa sources... | tsutsui |
| 2009-01-17 | Remove __P(). | tsutsui |
| 2009-01-12 | Replace time_t values in libsa sources with the following two types | tsutsui |
| 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-24 | msdosfs -> msdos | ad |
| 2008-11-20 | Add new ptree (Patricia / RADIX tree) implementation to NetBSD. | matt |
| 2008-11-19 | For the x86 boot loader, autoload a kernel module corresponding to the | ad |
| 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-25 | add a LOAD_NOTE flag to make loading the note optional. | christos |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | 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 |
| 2008-06-30 | Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern. | matt |
| 2008-06-30 | Add some significant improvements to the red-black tree implementation. | matt |
| 2008-06-25 | Nuke MOVED support. Move rb_parent out of rb_nodes and make it it's own | matt |
| 2008-06-25 | Make rb use masks instead of bitfields, because it is more portable (bitfields | christos |
| 2008-06-15 | Include cpuset. | christos |
| 2008-06-06 | Use proper C99 syntax to statically initialize a "rb_node" structure to | tron |
| 2008-06-04 | Move lib/libkern/rb.h to sys/rb.h, so it can be used by kernel header | ad |
| 2008-05-20 | Take $MACHINE into account when looking for modules. | ad |