summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Mention the default location of alternative super block on adelphij2005-09-201-2/+2
* Make background fsck based summary adjustments actually work bydelphij2005-03-073-5/+24
* The recomputation of file system summary at mount time can be adelphij2005-02-202-0/+60
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-102-2/+2
* Added the EXIT STATUS section where appropriate.ru2005-01-171-2/+2
* Do not pass random bits as mount arguments.phk2004-12-121-0/+1
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-201-0/+21
* The got_siginfo = 0 should have been got_sigalarm=0 to match the otherimp2004-10-101-1/+1
* Eliminate linked list used to track inodes with an initial linktruckman2004-10-0810-60/+43
* Move back to WARNS=2scottl2004-09-011-1/+1
* Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings.scottl2004-09-015-40/+59
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-2/+2
* Downgrade WARNS level until GCC 3.4.2 warning have been fixed.kan2004-07-281-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Improve the delay algorithm used in bgfsck. From the author:scottl2004-05-181-4/+6
* Remove advertising clause from University of California Regent's license,markm2004-04-0919-76/+0
* Remove a stray \n from a setproctitle.dwmalone2004-03-301-1/+1
* In the case of a background fsck, periodically update the process titlescottl2004-02-289-0/+47
* style.Makefile(5):johan2004-02-231-1/+1
* Avoid dereferencing null pointers in fsck_ffs. (pfatal may return,cperciva2004-01-262-2/+7
* Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8,simon2004-01-101-0/+1
* Catch and report on filesystems that were interrupted during newfs,wes2003-11-161-0/+12
* Change the default mode for lost+found from 01777 to 0700. Theiedowse2003-10-191-1/+1
* Create a .snap directory mode 770 group operator in the root of eachmckusick2003-10-081-1/+30
* Spell "file system" correctly.ru2003-08-013-3/+3
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-0313-47/+43
* Correct lines incorrectly added to the copyright message. Add missing period.mckusick2003-02-141-4/+1
* MFp4: Make ifs consistant with rest of file.imp2002-12-131-3/+3
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Slow down the operation of background fsck so as to leave some diskiedowse2002-12-071-1/+46
* Verify that alternate superblocks have a correct magic number beforemckusick2002-12-021-9/+10
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-272-4/+3
* Fsck needs to check each CG's rotor values to ensure thay are not -ve.julian2002-11-241-3/+3
* Clear the pending counts in the superblock after a successful runmckusick2002-10-191-1/+4
* When verifying a superblock, the lower bound on block size is MINBSIZEmckusick2002-10-101-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-253-10/+13
* Add support to fsck_ffs to account for storage for extendedmckusick2002-09-241-1/+19
* Add a source file where EXTATTR checks will happen and hook it in evenphk2002-09-164-2/+93
* Fix some 'SYNOPSIS' and 'usage' messages.trhodes2002-08-271-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-11/+13
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-2112-241/+241
* Fix more breakage due to FSTYPENAMES/DKTYPENAMES split.bmilekic2002-08-161-0/+1
* Don't '#define DKTYPENAMES', we don't use the variable it exposes fromalfred2002-08-161-1/+0
* preen.c was a stragler after the fsck/fsck_ffs divorce.phk2002-08-091-282/+0
* Fix a bunch of format string warnings which brokemux2002-07-316-35/+43
* Remove some additional paranoia which Kirk forgot to remove from hisphk2002-07-302-4/+2
* Warning cleanup.phk2002-07-3010-71/+71
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-1/+4
* Fix an integer overflow that causes fsck_ffs to crash when itiedowse2002-06-261-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2111-374/+477
OpenPOWER on IntegriCloud