| Age | Commit message (Expand) | Author |
| 2006-09-02 | Make this compile in _KERNEL || _STANDALONE. Make gcc4 happy. | matt |
| 2006-08-31 | Per discussion on tech-kern and tech-userlevel, move the bit-twiddling | dyoung |
| 2006-08-28 | Add src/common/include to include header search path so that | tsutsui |
| 2006-08-25 | Add __NULL_STMT which is do { } while (/* CONSTCOND */ 0) | matt |
| 2006-07-16 | Fixed the gcc warning that "static" should come before "const". | rillig |
| 2006-07-08 | With VAX & GCC4, use builtin memset and memmove. | matt |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-22 | Provide __movmem* aliases to __movstr* functions. | uwe |
| 2006-05-22 | G/c #ifdef PIC we inherited from the userland. | uwe |
| 2006-04-27 | Support for building proplib in the kernel. | thorpej |
| 2006-04-22 | libc gets gcc millicode from libgcc, so we don't need to keep it | uwe |
| 2006-04-22 | Move strtoumax.c from libc/stdlib to common/libc/stdlib and include it | thorpej |
| 2006-04-15 | Imply DIAGNOSTIC if __COVERITY__. | christos |
| 2006-04-14 | If __COVERITY__ is defined, turn on KASSERT and _DIAGASSERT. | christos |
| 2006-04-14 | Always _LOCORE is defined for standalone program. | nonaka |
| 2006-04-07 | Fixed CVS version headers | cherry |
| 2006-04-07 | Initial import of arch/ia64 sources. | cherry |
| 2006-03-30 | Remove unused file. Pointed out by uwe. | tsutsui |
| 2006-03-30 | Remove an unused, obsolete copy (pointed out by Valeriy E. Ushakov). | martin |
| 2006-03-30 | G/c this stale copy of SYS.h. It has not been updated since 1999. It | uwe |
| 2006-03-27 | Per discussion on source-changes@, add __arraycount(array) for | dyoung |
| 2006-03-11 | Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s | kleink |
| 2006-03-08 | Change macro names to avoid collisions: | dyoung |
| 2006-03-08 | Move my bit-twiddling macros to libkern.h from my drivers, where | dyoung |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-02-04 | Add bswap16.c and bswap32.c to SRCS. We need fallback versions for | uwe |
| 2006-02-04 | Truncate the argument to 16 bit with extu.w | uwe |
| 2005-12-27 | fix build of bzero. | yamt |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-21 | Add the state setting functions for the new random function, but use the | christos |
| 2005-12-20 | Use common sources with userland. | christos |
| 2005-12-20 | Provide _DIAGASSERT and NULL, so that we don't have to do it in *all* the | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-02 | put mcount.c in the normal object list, so that "make depend" works. | chs |
| 2005-08-25 | Redo previous; don't add mcount.po to POBJS when MKPROFILE=no. | uebayasi |
| 2005-08-25 | Create mcount.po only when MKPROFILE != no. | uebayasi |
| 2005-07-27 | KNF nit. | simonb |
| 2005-06-30 | Don't use a static buffer in SHA1Transform() because it might cause | tron |
| 2005-06-02 | Re-sync with libc version of memcpy_arm.S, which has deals correctly | scw |
| 2005-05-31 | add missing const | christos |
| 2005-04-22 | Use ${TOOL_M4} instead of "m4". (I only tested this fix | reed |
| 2005-03-12 | KNF | dsl |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-11-12 | MBR_PTYPE_APPLE_UFS is now spelled with an underscore. | uwe |
| 2004-09-29 | Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iff | sekiya |
| 2004-09-17 | Redo part of rev. 1.10. | enami |
| 2004-09-08 | arc4random: fix a bug introduced by rev.1.7. | yamt |
| 2004-07-01 | add __UNCONST | christos |
| 2004-06-30 | avoid string const cast-aways. | christos |