Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-28 | switch open(...) to opendev(...) | Alexander Hall | |
makes yet another utility honor DUID's ok jsing@ miod@ deraadt@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-08-19 | Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@ | Pedro Martelletto | |
and otto@. | |||
2008-06-08 | fix generated size for -m; bug report by Peter J. Philipp; ok millert@ | Otto Moerbeek | |
deraadt@ | |||
2008-01-22 | pick the right csaddr when dumping cgs. Makes FFS2 dumps work much better | Otto Moerbeek | |
ok thib@ millert@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-21 | Use SBLOCKSEARCH[] to find the superblock. OK pedro@ | Todd C. Miller | |
2007-05-05 | Add support for ffs2 and a new flag, -m, which will output a | Todd C. Miller | |
newfs command that can be used to make a filesystem with the same settings. OK otto@ | |||
2007-04-19 | teach dumpfs about the 'updated' flag; ok pedro@ | Otto Moerbeek | |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
2006-03-09 | Remove option -n from newfs as well as all references to fs_postbl() | Pedro Martelletto | |
Various testing for a while, okay krw@ | |||
2004-07-28 | .Xr growfs 8 | Jason McIntyre | |
2003-06-25 | ansi | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-09-06 | bogus ; outside of function | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-01 | remove unused variable; csapuntz ok | Theo de Raadt | |
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov | |
FreeBSD's log: > The ffs superblock includes a 128-byte region for use by temporary > in-core pointers to summary information. An array in this region > (fs_csp) could overflow on filesystems with a very large number of > cylinder groups (~16000 on i386 with 8k blocks). When this happens, > other fields in the superblock get corrupted, and fsck refuses to > check the filesystem. > > Solve this problem by replacing the fs_csp array in 'struct fs' > with a single pointer, and add padding to keep the length of the > 128-byte region fixed. Update the kernel and userland utilities > to use just this single pointer. > > With this change, the kernel no longer makes use of the superblock > fields 'fs_csshift' and 'fs_csmask'. Add a comment to newfs/mkfs.c > to indicate that these fields must be calculated for compatibility > with older kernels. art@ ok. | |||
1999-07-18 | print out fs_flags fields; mpp@freebsd | Theo de Raadt | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-04-25 | handle truncated superblock read; rnordier@freebsd | Theo de Raadt | |
1997-11-13 | Say "soft updates" when FS_DOSOFTDEP is set in superblock, could look nicer. | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-30 | print fs_maxfilesize; bde@freebsd | Theo de Raadt | |
1997-05-31 | lukem: Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it. | Theo de Raadt | |
Code was derivied from observing how fsck_ffs `upgrades' to a given level, and has been tested on recent NetBSD filesystems (reports as "3"), SunOS ("1"), and ULTRIX ("0"). I haven't found a filesystem of level "2" to test, but the code should detect it. Fixes [bin/1353] | |||
1997-02-11 | Remove occurences of headswitch and trackseek, they no longer | Todd C. Miller | |
exist in struct fs. | |||
1996-06-23 | update rcsid | Theo de Raadt | |
1996-01-11 | sync with netbsd | Theo de Raadt | |
1995-11-20 | lseek botch repair; from tegge@idt.unit.no; netbsd pr#1768 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |