NetBSD/sys
christos e356d686bb Fixes from enami:
- If VOP_ACCESS fails when updating mount, we will vrele() twice.

- The check for update-only flags in mp->mnt_flag when not updating
  case is bogus.  If we really want to check, we need to see flags in
  ufs_args, but I'm not sure if it is really necessary.

- The credential passed to ffs_reload was credential of when looking
  up mount point, but now it is credential of when looking up device
  node.  Anyway, it may be current process's credential.
2002-04-01 01:52:44 +00:00
..
adosfs
altq
arch compat signal array renaming. 2002-03-31 22:21:02 +00:00
coda Add the statfs upcall so df now reports cache size and usage. 2002-03-27 05:10:40 +00:00
compat bring the reverse signal mapping array into linux_signo.c 2002-03-31 22:40:16 +00:00
conf Add (unfinished) igsfb driver. 2002-03-30 20:21:21 +00:00
crypto
ddb
dev Fix typo in a comment. Reported by Alexander Yurchenko in private e-mail. 2002-03-31 19:47:39 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs Add the actual session offset to the volume size. This makes 2002-03-26 19:04:23 +00:00
kern Print ttyinfo *before* (not after) sending SIGINFO to processes. 2002-03-25 04:26:43 +00:00
lib Add a 1byte pad to make the ustar_t word aligned so the uas_1cyl after it 2002-03-30 01:29:48 +00:00
lkm PE/COFF header size is PECOFF_HDR_SIZE, not sizeof(struct exec). 2002-03-29 17:49:21 +00:00
miscfs
msdosfs use DTYPE_VND (the one intended) rather than bogus DTYPE_VNODE 2002-03-25 20:42:40 +00:00
net We are not guaranteed that we have enough bytes to get a struct ip from our 2002-03-26 16:05:03 +00:00
netatalk
netccitt
netinet do not consider /32 address itself as broadcast. 2002-03-30 00:40:32 +00:00
netinet6 make sure to check address family in route cache 2002-03-28 01:33:50 +00:00
netisdn Add a command to layer 1 drivers to update LED state for controllers that 2002-03-30 17:54:17 +00:00
netiso
netkey
netnatm
netns
netsmb
nfs remove PGO_WEAK, it isn't needed anymore. 2002-03-25 02:08:09 +00:00
ntfs
stand
sys Back out revision 1.22: 2002-03-31 14:21:56 +00:00
ufs Fixes from enami: 2002-04-01 01:52:44 +00:00
uvm In amap_pp_adjref(), avoid incorrectly merging the first two chunks in 2002-03-28 06:06:29 +00:00
Makefile