| Age | Commit message (Expand) | Author |
| 2007-10-27 | Add an extern decl of try_bootp variable here since MD sources could set it. | tsutsui |
| 2007-10-27 | Include "bootp.h" for a function declaration of bootp(). | tsutsui |
| 2007-10-01 | Make a few debug outputs only happen when debugging. | martin |
| 2007-09-29 | When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and | martin |
| 2007-09-24 | Rename __assert() to __kernassert() so that it doesn't collide | pooka |
| 2007-08-03 | Do the panicstr check only if _KERNEL. | ad |
| 2007-07-29 | Disable kernel assertions if panicstr != NULL. | ad |
| 2007-07-19 | include sys/cdefs.h | dsl |
| 2007-06-23 | Remove _ZLIB_PRIVATE that should have been removed 10 years ago. | isaki |
| 2007-06-10 | G/C dead code. | ad |
| 2007-06-06 | It is "data_start" not "data" - pointed out by Tom Spindler | martin |
| 2007-06-05 | Add a MARK_DATA marker containing the effective VA of the first loaded | martin |
| 2007-04-13 | Include byte_swap_[24].c for kernels compiled with -O0 | matt |
| 2007-04-09 | Enable builtin_ffs for vax | matt |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-14 | Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gcc | uwe |
| 2007-03-05 | We need char* for pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-25 | Add missing newlines to debug messages. | uwe |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-14 | Repair copyright that has been broken since -94. | ragge |
| 2006-12-29 | remove nqnfs from comments. from Arnaud Lacombe. | yamt |
| 2006-12-09 | in fdloadfile(), fail if we can't read the entire exec header. | chs |
| 2006-12-02 | make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spilling | dogcow |
| 2006-11-13 | Add strsep(3) to libkern. | dyoung |
| 2006-11-05 | - call the initialization routine for arc4randbytes. | christos |
| 2006-10-27 | Merge kernel and userland rmd160 and sha2 implementation. | christos |
| 2006-10-08 | - Move strtoll.c and strtoull.c from libc/stdlib to common/libc/stdlib. | thorpej |
| 2006-09-28 | Remove stale copy. Pointed out by uwe@ ages ago. | simonb |
| 2006-09-10 | Add a way for a user to know what nodes have changed when a node has been | matt |
| 2006-09-10 | If __STDC__ and GNU C >= 3.0, define C99's bool, true, false | matt |
| 2006-09-09 | Shrink rb_tree to 4 pointers (2 if RBSMALL is defined). Move compare | matt |
| 2006-09-09 | Add rb_tree_find_node_{geq,leq}. Add stats. Make TAILQ DEBUG only. | matt |
| 2006-09-08 | Fix and simplify node removal. Add lots of assertions and comments. | matt |
| 2006-09-06 | Use static at the function decl if the prototype also uses static. | thorpej |
| 2006-09-05 | The list of registers which sdivsi3 can clobber has changed in gcc4. | scw |
| 2006-09-05 | Rewrite of red-black tree code. | matt |
| 2006-09-04 | The kernel is built with "-mdiv=call", so add a __sdivsi3_1 alias | scw |
| 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 |