aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb/fsdb.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the disk I/O management system in fsck_ffs(8). Other thanKirk McKusick2021-01-071-43/+46
* The fsdb(8) utility uses the fsck_ffs(8) disk I/O interfaces, soKirk McKusick2020-09-191-0/+2
* fsck_ffs/fsdb: fix -fno-common buildKyle Evans2020-03-291-3/+0
* After a crash, a file that extends into indirect blocks may end upKirk McKusick2019-02-251-0/+27
* In preparation for adding inode check-hashes, change the fsck_ffsKirk McKusick2018-10-311-15/+15
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-11/+11
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-11/+11
* Fix buildworld after r328075, by also renaming cgget to cglookup inDimitry Andric2018-01-171-1/+1
* The fix in r327273 turns a memory leak into freeing wild pointer.Xin LI2017-12-291-2/+4
* Plug memory leak by freeing wantedblk{32,64}.Warner Losh2017-12-281-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-12/+12
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+2
* Revert 248634 and 248643 (e.g., restoring 248625 and 248639).Kirk McKusick2013-03-231-3/+4
* Revert r248639 to fix build failure on head/Glen Barber2013-03-231-4/+3
* Fix the build after addition of cylinder group cacheing (r248625)Kirk McKusick2013-03-231-3/+4
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-11/+15
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-4/+7
* Update after function renames.Pawel Jakub Dawidek2006-10-311-2/+2
* Allow fsdb to manipulate the birthtime entries on UFS2.Ceri Davies2006-08-231-0/+18
* o Implement findblk command: find the inode(s) owning the specifiedMaxim Konovalov2006-06-021-0/+265
* o Do recrack(arguments) for commands which actually take NAME asMaxim Konovalov2006-04-211-9/+10
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* The libedit update made a const cast necessary.Stefan Farfeleder2005-08-071-1/+1
* Make fsck WARNS=2 clean.Lukas Ertl2004-10-091-16/+16
* Make this WARNS=2 clean byJohan Karlsson2003-11-131-0/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-4/+4
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-24/+48
* more file system > filesystemTom Rhodes2002-05-161-4/+4
* o __P removal.Warner Losh2002-03-211-29/+16
* Remove 'register' keyword.David E. O'Brien2002-03-201-4/+4
* Something i always wanted to see: add a function to print the list ofJoerg Wunsch2002-01-261-16/+23
* Avoid pointless initialization of global variables to 0. This onlyJoerg Wunsch2002-01-261-2/+2
* Don't exit with -1 if the user typed "quit".Joerg Wunsch2002-01-261-1/+2
* Allow fsdb the ability to work with entries named with whitespace embedded.Brian Feldman2002-01-251-2/+6
* Check that the mode argument to fsdb's `chmod' command contains noIan Dowse2001-11-111-1/+1
* *** empty log message ***David E. O'Brien2001-10-011-3/+4
* In fsdb, call sblock_init() which is now necessary to initialiseIan Dowse2001-04-231-0/+1
* Remove unused includes.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+2
* Fix some calculations that use sizeof to attempt to find the end of anDon Lewis1998-11-091-3/+3
* Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. CorrectPhilippe Charnier1998-06-151-14/+6
* Remove __progname. Make -f a no-op flag as stated in the man page. RemovePhilippe Charnier1997-06-111-20/+17
* Implement a -r option to fsdb(8), ``read/only''.Joerg Wunsch1997-04-151-43/+52
* Missing $Id$Peter Wemm1997-03-131-1/+1
* Make this compile. Mostly use the new names for the ctime/atime/mtimePeter Wemm1997-03-131-1/+1
* Get rid of useless -f flag (though left for historical reasons).Guido van Rooij1996-09-301-2/+9
* Add chlen command so you can set the size of an inode. This was handyGuido van Rooij1996-09-261-0/+23