Go to file
pooka 21913eabe5 Rototill.
Ok, ok, a few more words about it: stop holding puffs_cc as a holy
value and passing it around to almost every possible place (popquiz:
which kernel variable does this remind you of?).  Instead, pass
the natural choice, puffs_usermount, and fetch puffs_cc via
puffs_cc_getcc() only in routines which actually need it.  This
not only simplifies code, but (thanks to the introduction of
puffs_cc_getcc()) enables constructs which weren't previously sanely
possible, say layering as a curious example.

There's still a little to do on this front, but this was the major
fs interface blast.
2007-11-30 19:02:28 +00:00
bin Compat pecoff uses the standard netbsd system call interface. 2007-11-10 14:41:51 +00:00
common This is atomic_dec, not atomic_inc! 2007-11-30 17:11:48 +00:00
crypto From Natanael Copa: fixed a race condition when building yacc stuff. 2007-11-29 16:22:08 +00:00
dist Update autoconf parts to 20071130 to pick up two fixes: 2007-11-30 09:56:32 +00:00
distrib Remove now unnecessary casts to of 'mbrbs_nametab' to 'char *'. 2007-11-29 23:20:47 +00:00
doc DRM was imported long time ago - mention that, while it is not forgotten. 2007-11-29 01:33:55 +00:00
etc Source /etc/shrc only if it exists. Inspired by PR install/37209. 2007-11-24 11:14:41 +00:00
games A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologies 2007-11-17 00:10:55 +00:00
gnu fix gcc bug #34130 (wrong multiplication with negative constants 2007-11-20 23:27:56 +00:00
include Unify the license: All rights reserved. 2007-11-28 19:30:55 +00:00
lib Rototill. 2007-11-30 19:02:28 +00:00
libexec support %z 2007-11-24 18:32:26 +00:00
regress more PR/36938 2007-11-26 16:09:50 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin remove an unused variable, nfsproto. 2007-11-30 16:13:15 +00:00
share Rototill. 2007-11-30 19:02:28 +00:00
sys Rototill. 2007-11-30 19:02:28 +00:00
tests Explicitly define TESTSDIR, because the automatic deduction of its value 2007-11-21 15:39:33 +00:00
tools $HOST_SH does not necessarily contains the absolute path to sh. Fix it if 2007-11-24 18:44:00 +00:00
usr.bin fix not protecting variable length buffer warning 2007-11-28 08:20:29 +00:00
usr.sbin Rototill. 2007-11-30 19:02:28 +00:00
x11 On NetBSD/amd64, load modules within the first 2GB of RAM. 2007-10-11 19:04:49 +00:00
build.sh Delete mention of 'iso-dir=cdextras'. This was a leftover from 2007-11-23 19:38:43 +00:00
BUILDING Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items 2007-11-23 16:19:28 +00:00
Makefile Add the tests.tgz set 2007-11-12 15:06:45 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Fix a few typos. 2007-11-17 09:53:16 +00:00