| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the delay algorithm used in bgfsck. From the author: | scottl | 2004-05-18 | 1 | -4/+6 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 19 | -76/+0 |
* | Remove a stray \n from a setproctitle. | dwmalone | 2004-03-30 | 1 | -1/+1 |
* | In the case of a background fsck, periodically update the process title | scottl | 2004-02-28 | 9 | -0/+47 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Avoid dereferencing null pointers in fsck_ffs. (pfatal may return, | cperciva | 2004-01-26 | 2 | -2/+7 |
* | Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8, | simon | 2004-01-10 | 1 | -0/+1 |
* | Catch and report on filesystems that were interrupted during newfs, | wes | 2003-11-16 | 1 | -0/+12 |
* | Change the default mode for lost+found from 01777 to 0700. The | iedowse | 2003-10-19 | 1 | -1/+1 |
* | Create a .snap directory mode 770 group operator in the root of each | mckusick | 2003-10-08 | 1 | -1/+30 |
* | Spell "file system" correctly. | ru | 2003-08-01 | 3 | -3/+3 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 13 | -47/+43 |
* | Correct lines incorrectly added to the copyright message. Add missing period. | mckusick | 2003-02-14 | 1 | -4/+1 |
* | MFp4: Make ifs consistant with rest of file. | imp | 2002-12-13 | 1 | -3/+3 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | Slow down the operation of background fsck so as to leave some disk | iedowse | 2002-12-07 | 1 | -1/+46 |
* | 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 | 2 | -4/+3 |
* | Fsck needs to check each CG's rotor values to ensure thay are not -ve. | julian | 2002-11-24 | 1 | -3/+3 |
* | Clear the pending counts in the superblock after a successful run | mckusick | 2002-10-19 | 1 | -1/+4 |
* | 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 | 3 | -10/+13 |
* | Add support to fsck_ffs to account for storage for extended | mckusick | 2002-09-24 | 1 | -1/+19 |
* | Add a source file where EXTATTR checks will happen and hook it in even | phk | 2002-09-16 | 4 | -2/+93 |
* | Fix some 'SYNOPSIS' and 'usage' messages. | trhodes | 2002-08-27 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 2 | -11/+13 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 12 | -241/+241 |
* | 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 |
* | preen.c was a stragler after the fsck/fsck_ffs divorce. | phk | 2002-08-09 | 1 | -282/+0 |
* | Fix a bunch of format string warnings which broke | mux | 2002-07-31 | 6 | -35/+43 |
* | Remove some additional paranoia which Kirk forgot to remove from his | phk | 2002-07-30 | 2 | -4/+2 |
* | Warning cleanup. | phk | 2002-07-30 | 10 | -71/+71 |
* | Remove the kernel file-size limit for UFS2, so that only the limit | iedowse | 2002-06-26 | 1 | -1/+4 |
* | Fix an integer overflow that causes fsck_ffs to crash when it | iedowse | 2002-06-26 | 1 | -1/+1 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 11 | -374/+477 |
* | more file system > filesystem | trhodes | 2002-05-16 | 8 | -187/+187 |
* | UFS2 preparation commit: | phk | 2002-05-12 | 8 | -221/+27 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 2 | -3/+1 |
* | Minor bug fixes uncovered while working on UFS2. | mckusick | 2002-05-02 | 2 | -2/+2 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | When checking the alternate superblock, we used to copy any fields | mckusick | 2002-04-07 | 1 | -61/+25 |
* | Replace __progname with the documented, more acceptable and functionally iden... | markm | 2002-03-24 | 1 | -5/+4 |
* | o __P removed | imp | 2002-03-20 | 14 | -336/+181 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 10 | -71/+71 |
* | declare locally used globals as static. | alfred | 2001-12-22 | 1 | -3/+3 |
* | Ignore the value of fs_active when comparing superblocks. | iedowse | 2001-12-17 | 1 | -0/+1 |
* | Spelling | charnier | 2001-12-11 | 1 | -1/+1 |
* | mdoc(7) police: section 1 and 8 manpages document their exit | ru | 2001-12-04 | 1 | -4/+2 |
* | Actually I haven't enumerated the return values yet (thats why I hadn't | obrien | 2001-12-04 | 1 | -1/+1 |