| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize the UFS bad magic value used to determine when a filesystem | jhb | 2004-08-19 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | Avoid dereferencing null pointers in fsck_ffs. (pfatal may return, | cperciva | 2004-01-26 | 1 | -0/+5 |
* | Catch and report on filesystems that were interrupted during newfs, | wes | 2003-11-16 | 1 | -0/+12 |
* | Spell "file system" correctly. | ru | 2003-08-01 | 1 | -1/+1 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | Verify that alternate superblocks have a correct magic number before | mckusick | 2002-12-02 | 1 | -9/+10 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -2/+1 |
* | When verifying a superblock, the lower bound on block size is MINBSIZE | mckusick | 2002-10-10 | 1 | -1/+1 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -1/+2 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -4/+4 |
* | Fix more breakage due to FSTYPENAMES/DKTYPENAMES split. | bmilekic | 2002-08-16 | 1 | -0/+1 |
* | Don't '#define DKTYPENAMES', we don't use the variable it exposes from | alfred | 2002-08-16 | 1 | -1/+0 |
* | Fix a bunch of format string warnings which broke | mux | 2002-07-31 | 1 | -2/+3 |
* | Warning cleanup. | phk | 2002-07-30 | 1 | -3/+2 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -38/+73 |
* | UFS2 preparation commit: | phk | 2002-05-12 | 1 | -75/+5 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 1 | -3/+0 |
* | When checking the alternate superblock, we used to copy any fields | mckusick | 2002-04-07 | 1 | -61/+25 |
* | o __P removed | imp | 2002-03-20 | 1 | -18/+9 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -4/+4 |
* | Ignore the value of fs_active when comparing superblocks. | iedowse | 2001-12-17 | 1 | -0/+1 |
* | Fix a large number of -Wall, -Wformat and -W compiler warnings. | iedowse | 2001-11-17 | 1 | -1/+3 |
* | Ignore the new superblock fields fs_pendingblocks and fs_pendinginodes | iedowse | 2001-05-29 | 1 | -0/+2 |
* | In fsdb, call sblock_init() which is now necessary to initialise | iedowse | 2001-04-23 | 1 | -0/+1 |
* | Minor background cleanups: | mckusick | 2001-04-16 | 1 | -18/+22 |
* | Catch up to the dirpref changes by copying new fields in the alternate | jhb | 2001-04-10 | 1 | -0/+3 |
* | Additions to run checks on live filesystems. This change will not | mckusick | 2001-03-21 | 1 | -7/+55 |
* | Fsck_ffs did not properly range-check the inode 'di_size' | iedowse | 2001-01-31 | 1 | -0/+2 |
* | The ffs superblock includes a 128-byte region for use by temporary | iedowse | 2001-01-15 | 1 | -3/+4 |
* | Teach fsck about snapshot files. These changes should have no | mckusick | 2000-07-06 | 1 | -3/+10 |
* | Yesterday I had to fix a badly broken disk, and found that fsck kept dying: | mckusick | 2000-02-28 | 1 | -0/+1 |
* | Make fsck even more char/blk dev tolerant. | phk | 1999-11-27 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Cosmetic and documentation changes brought from earlier FreeBSD versions. | julian | 1998-12-03 | 1 | -1/+4 |
* | Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com> | julian | 1998-12-03 | 1 | -32/+17 |
* | Fixed printf format errors. | bde | 1998-06-28 | 1 | -2/+3 |
* | Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3). | charnier | 1998-06-15 | 1 | -2/+4 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 1 | -1/+7 |
* | If numdirs is zero, print a helpful message instead of divding by zero later. | phk | 1998-03-04 | 1 | -0/+4 |
* | Guard against a block size of 0 in the label. When the first | bde | 1998-01-19 | 1 | -0/+5 |
* | Kill the Lite2 early "filesystem clean abort" check and go back to | peter | 1997-03-13 | 1 | -4/+6 |
* | Finished (?) merging with Lite2: cleaned up #include mess. | bde | 1997-03-12 | 1 | -2/+0 |
* | Merge from Lite2. Note that Lite2 has it's own filesystem clean check | peter | 1997-03-11 | 1 | -33/+60 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Submitted by: phk, added to by bde | bde | 1995-04-02 | 1 | -4/+14 |
* | Don't allow the alternate superblock block number for one file system | bde | 1995-02-09 | 1 | -0/+2 |
* | BSD 4.4 Lite sbin Sources | rgrimes | 1994-05-26 | 1 | -0/+466 |