| 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-05-20 | add (char *) cast to quieten GCC. | mrg |
| 2006-05-12 | apply -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-11 | ssize_t -> size_t to match variable and functions. | mrg |
| 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-04-06 | Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out. | cherry |
| 2006-04-03 | Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code, | cherry |
| 2006-04-03 | Allows processor ABI specific ELF segment loads. | 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 |
| 2006-01-27 | /* fall through */ -> /* FALLTHROUGH */ | uwe |
| 2006-01-27 | Support 'z' (size_t) and 't' (ptrdiff_t) specifiers. | uwe |
| 2006-01-27 | Don't omit int arguments in the K&R style function definitions. | uwe |
| 2006-01-26 | Add the source directory of zlib in the include paths so that cread.c can | christos |
| 2006-01-25 | Sync alloc/dealloc prototypes with unsigned int -> size_t change. | uwe |
| 2006-01-25 | free -> dealloc | christos |
| 2006-01-25 | - Add attributes to printf functions | christos |
| 2006-01-25 | Changing len from int to size_t caused an infinite loop. Noticed by chuq. | christos |
| 2006-01-24 | PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h | christos |
| 2006-01-22 | If _STANDALONE is defined, #include </lib/libsa/iodesc.h> instead of requiring | dsl |
| 2006-01-21 | Adjust code so that it will work when _STANDALONE isn't defined. | dsl |
| 2006-01-18 | Define indp_t as signed int32_t, like ffsv1.c does. | uwe |
| 2006-01-14 | Don't include zlib.h directly; redirect through libz.h; this mirrors how | christos |
| 2006-01-14 | use zlib-1.2.3 | christos |
| 2006-01-13 | constify write prototype. | christos |
| 2005-12-27 | fix build of bzero. | yamt |
| 2005-12-24 | __asm__ -> __asm | perry |