Go to file
cube 5ba423200b Revert commit from Fri Feb 5 06:43:17 UTC 2010 by skrll:
Invert the sense of the bit to mark if LOCKDEBUG is enabled to disabled.

      This will help my fellow developers spot "use before initialised" problems
      that hppa picks up very well.

It has to be done differently, because the semantics of mtx_owner in the non-
LOCKDEBUG case can vary significantly between archs, and thus it is not
possible to simply flip a bit to 1.

Ok core@, as at least i386 is unbootable right now.
2010-02-06 04:50:19 +00:00
bin Remove trailing whitespace. 2010-02-04 22:56:11 +00:00
common Fix unaligned access in *_Final for SHA224/SHA256/SHA384. 2010-01-24 21:11:18 +00:00
compat Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
crypto Changes to 1.99.16/20100205 2010-02-06 02:24:33 +00:00
dist Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
distrib add rumpnet_net80211 to lists 2010-02-05 22:07:14 +00:00
doc Document import of terminfo 2010-02-03 15:40:00 +00:00
etc Deprecate the pkgdb_dir settings from daily.conf and security.conf in 2010-02-05 16:29:02 +00:00
external amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that 2010-02-05 18:41:25 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
gnu Sort library descriptions. 2010-02-04 09:07:29 +00:00
include getent cannot report on termcap as we now use terminfo. 2010-02-03 18:11:18 +00:00
lib Don't look in /etc for a terminfo database. 2010-02-05 19:21:02 +00:00
libexec Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
regress make this test actually work: 2010-01-26 22:14:01 +00:00
rescue Move the emergancy terminfo database from /root to /rescue. 2010-02-05 09:44:23 +00:00
sbin Centralize time printing and deal with ctime possibly returning NULL. 2010-02-04 23:55:42 +00:00
share The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211. 2010-02-05 22:07:51 +00:00
sys Revert commit from Fri Feb 5 06:43:17 UTC 2010 by skrll: 2010-02-06 04:50:19 +00:00
tests filesystems now use getdisksize() which is in librumpdev_disk. 2010-01-31 14:30:22 +00:00
tools Store our generated files in CVS and remove nbperf from the toolchain. 2010-02-03 20:56:54 +00:00
usr.bin Don't touch past the end of allocated region. It results segmentation 2010-02-05 21:58:41 +00:00
usr.sbin Give credit: psshfs was inspired by FUSE sshfs. 2010-02-03 17:16:29 +00:00
x11 Use correct lib 2010-02-04 12:54:55 +00:00
build.sh need object directory for etc/mtree to run distrib-dirs 2010-01-13 02:24:06 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile adjust the do-compat-* rules now that src/compat/lib and friends no longer exist 2009-12-13 09:29:27 +00:00
Makefile.inc
UPDATING Document termcap database removal. 2010-02-04 22:25:21 +00:00