1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Julian Elischer 3f6f17ee1e Submitted by: Archie and me.
We encountered an interesting situation where the superblock for
a file system got written to disk with the "fs_fmod" flag set to
one. It appears that this flag is normally supposed to be cleared
during ffs_sync(), but we experienced a crash, or some other weird
occurrence that left it on the disk set to 1.

Later this partition was mounted read-only... and the fs_fmod
field was never cleared, causing ffs_sync() to panic "rofs mod"
when trying to unmount that filesystem (ffs_vfsops.c: line 790).

fix:
set this bit to 0 when you load the superblock from disk.
(see more complete mail on this to hackers)
1996-11-13 01:45:56 +00:00
bin Increase precision of duration to milliseconds. 1996-11-12 23:09:15 +00:00
contrib Restore 8bit stripped down in all lines 1996-11-06 00:12:14 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc Added ocol: ppp to the first two examples so that ppp catually requests 1996-11-11 17:27:25 +00:00
games If not on a tty, don't do "--more--" processing. Someday, I will get 1996-11-07 09:27:23 +00:00
gnu Gnu tar has problems creating an archive which contains a file with a hard 1996-11-12 18:15:42 +00:00
include Change prototypes for gmtime_r() and localtime_r() in accordance with 1996-11-11 09:22:13 +00:00
lib Parameters for localtime_r() and gmtime_r() definitions changed. 1996-11-11 09:14:24 +00:00
libexec remove newly added reference to ppplogin 1996-11-13 01:36:52 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Bump BOOTMFSSIZE. 1996-11-12 19:18:05 +00:00
sbin Add mount_msdos(8) reference 1996-11-10 02:21:05 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share doc/1987, table heading in error. 1996-11-12 13:37:51 +00:00
sys Submitted by: Archie and me. 1996-11-13 01:45:56 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin Now that systat's working again, bring the vmstat cleanup over from 1996-11-12 19:16:46 +00:00
usr.sbin Manage UTMP entry if we're doing username/password PAP logins 1996-11-13 01:33:10 +00:00
COPYRIGHT
Makefile use NOSHARE variable to skip 'share' directory, useful for shared installations 1996-11-01 19:03:33 +00:00