Go to file
2011-08-02 18:51:35 +00:00
bin Move the savehandler assignment before setjmp() to avoid triggering 2011-07-12 16:40:41 +00:00
common add a weak alias for __ffssi2 2011-07-09 14:57:29 +00:00
compat build GMP, MPFR and MPC as private libraries just for GCC. don't 2011-07-21 03:13:30 +00:00
crypto default the format for recovering key data to be "human", rather than hard 2011-08-02 07:18:13 +00:00
dist
distrib remove bstore*.h, add Xprintf.h and inpututils.h 2011-08-02 07:56:33 +00:00
doc Note ralink support. 2011-07-31 20:33:05 +00:00
etc Add CPMBR1400 and GDIUM as kernels to be built 2011-08-01 23:18:10 +00:00
external Update LLVM/Clang snapshot to r136592. This brings support for 2011-08-02 17:12:38 +00:00
extsrc
games Include system headers before private headers. Avoids various possible 2011-07-20 07:04:30 +00:00
gnu Redo previous change in a better way, as suggested by mrg. 2011-07-15 07:04:52 +00:00
include Add ilogbl(3). 2011-07-28 22:32:28 +00:00
lib Only use -Wconversion if GCC is actually the active compiler. 2011-08-02 17:22:02 +00:00
libexec According to the Oxford Dictionary of Etymology, a wether is a male sheep 2011-08-01 12:28:53 +00:00
regress Move the uvm "loan" test to tests(7). 2011-07-14 11:08:44 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin Accept both 'modstat -n name' as well as 'modstat name' to display information 2011-08-02 16:46:45 +00:00
share Bump date for previous. 2011-08-02 10:23:33 +00:00
sys Allow unit numbers to float, rather than tying to specific i2c address 2011-08-02 18:51:35 +00:00
tests Note that PR kern/44251 is fixed. 2011-07-29 19:57:38 +00:00
tools Partially revert last, keep assertions enabled (but with the correct 2011-07-18 19:11:28 +00:00
usr.bin Add an -m flag to mkubootimage, for specifying an alternate magic 2011-08-01 06:16:35 +00:00
usr.sbin Fix creds passed to FUSE when requests are done on behalf of the kernel. 2011-08-02 14:53:38 +00:00
x11 apply some -Wno-error. there are char * vs. const char * issues that 2011-07-21 03:36:29 +00:00
build.sh
BUILDING
Makefile re-enable the gcc 4.5 crtstuff/libgcc builders now that they work. 2011-06-29 02:05:24 +00:00
Makefile.inc
UPDATING