NetBSD/share
wrstuden f09a7d98b6 Change comments around locking. While you _can_ grab vnode locks
as LK_SHARED, the VOP_ code (in all our existing file systems)
was implememted assuming exclusive locking. Use of LK_SHARED
is technically a bug and only works right for uni-processor and
big-lock SMP systems. Our current file systems will blow up
(probably quite subtlely) with LK_SHARED and fine-grained SMP
locking.
2004-05-25 17:27:03 +00:00
..
dict put 'Czechoslovak' and 'Czechoslovakian' back; even through the country 2003-05-24 16:48:31 +00:00
doc s/netbsd.org/NetBSD.org/g 2004-04-23 11:00:06 +00:00
examples Spell removable with only two es. Inspired by jmc@openbsd. 2004-04-19 12:44:09 +00:00
i18n Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
locale To prevent ctype predicate functions (e.g. isalpha()) to misjudge, 2004-05-13 09:57:03 +00:00
man Change comments around locking. While you _can_ grab vnode locks 2004-05-25 17:27:03 +00:00
me Don't remove ${.TARGET} - thanks Alexander for pointing it out. 2004-03-20 20:41:33 +00:00
misc + GC 2004-05-18 16:08:33 +00:00
mk * Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no" 2004-05-23 01:45:21 +00:00
nls
sushi Fixes to sushi for handling ipv6 autoconfiguration mode in the rc.conf 2004-03-24 18:47:08 +00:00
tabset
termcap Add termcap entry for Olivetti M10 and compatibles. From Christian Biere 2004-04-04 07:49:53 +00:00
tmac Add README detailing where current versions of the files 2004-03-29 21:36:45 +00:00
wscons Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
zoneinfo Use find . -type f | while read ... ${INSTALL} ... instead of ${PAX} 2004-01-30 04:30:51 +00:00
Makefile Citrus iconv support(5) 2003-06-27 08:39:59 +00:00
Makefile.inc