freebsd-dev/sys/fs
Bruce Evans e73bdb51f7 Fixed an off by 1 error in unix2dostime(). The first day of each month
was converted to the last day of the previous month.  This bug was
introduced in the optimizations in rev.1.4.
1996-12-04 13:42:09 +00:00
..
cd9660 Fix signed/unsigned comparison warnings. 1996-10-20 21:01:46 +00:00
deadfs
fdescfs Whoops, I should've used the LINT config file. More ts -> tv changes 1996-09-20 05:56:36 +00:00
fifofs Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. 1996-09-03 14:25:27 +00:00
msdosfs Fixed an off by 1 error in unix2dostime(). The first day of each month 1996-12-04 13:42:09 +00:00
nullfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
portalfs Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. 1996-09-03 14:25:27 +00:00
procfs Fix a potential deadlock from the previous commit. 1996-10-30 03:52:57 +00:00
specfs Substitution of a long divide by a shift. Other cosmetic improvements. 1996-10-06 21:19:33 +00:00
umapfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
unionfs