NetBSD/sys/ufs
wrstuden b93040c6f1 Modify ufs_rename() to a) be more careful about reference counts (we no longer
depend on the initial lookups being doen with SAVESTART), and b) check
return values for errors.

Should fix PR 8491 for ufs - two simultaneous identical renames will now
work correctly. One will succeed, one will fail.
1999-12-13 19:07:21 +00:00
..
ext2fs Add Kirk McKusick's soft updates code to the trunk. Not enabled by 1999-11-15 18:49:07 +00:00
ffs Call ffs_oldfscompat() before all the consistency checks, to avoid the 1999-12-10 14:36:04 +00:00
lfs Use an explicitly sized type (u_int32_t) for inode numbers in the super 1999-12-08 23:17:31 +00:00
mfs Fix printf() formats. 1999-10-01 22:07:42 +00:00
ufs Modify ufs_rename() to a) be more careful about reference counts (we no longer 1999-12-13 19:07:21 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00