aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb
Commit message (Expand)AuthorAgeFilesLines
* Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile,Dimitry Andric2012-03-092-3/+1
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-3/+1
* Improve sparse file handling when printing the block list for an inode byDon Lewis2012-02-061-7/+6
* Revert r228603, and add the workaround to sbin/fsdb/Makefile instead.Dimitry Andric2011-12-182-3/+6
* In sbin/fsdb/fsdbutil.c, work around a clang false positive with printfDimitry Andric2011-12-161-2/+3
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-4/+2
* 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-242-17/+20
* Update after function renames.Pawel Jakub Dawidek2006-10-312-4/+3
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
* Add a note that the btime command only works on UFS2.Ceri Davies2006-08-241-1/+4
* Allow fsdb to manipulate the birthtime entries on UFS2.Ceri Davies2006-08-233-3/+29
* o Implement findblk command: find the inode(s) owning the specifiedMaxim Konovalov2006-06-022-1/+272
* o Do recrack(arguments) for commands which actually take NAME asMaxim Konovalov2006-04-213-10/+12
* 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
* Reword a sentence to conform with our mdoc(7) style.Tom Rhodes2005-02-121-3/+4
* Sort sections.Ruslan Ermilov2005-01-181-9/+9
* Make fsck WARNS=2 clean.Lukas Ertl2004-10-092-17/+17
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.Alexander Kabaev2004-07-281-0/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-9/+18
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Make this WARNS=2 clean byJohan Karlsson2003-11-133-8/+10
* Backout Rev. 1.24Christian Brueffer2003-08-301-1/+1
* Grammar fixChristian Brueffer2003-08-291-1/+1
* I forgot fsdb was still sharing files with fsck.Poul-Henning Kamp2002-09-161-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-212-11/+11
* Warning cleanup.Poul-Henning Kamp2002-07-302-3/+3
* The .Nm utilityPhilippe Charnier2002-07-061-4/+6
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-213-68/+117
* more file system > filesystemTom Rhodes2002-05-162-9/+9
* Match prototypes to functions over in fsck_ffs.Poul-Henning Kamp2002-05-141-3/+3
* o __P removal.Warner Losh2002-03-213-71/+41
* Remove 'register' keyword.David E. O'Brien2002-03-201-4/+4
* This sounds better.Ruslan Ermilov2002-03-151-1/+1
* Something i always wanted to see: add a function to print the list ofJoerg Wunsch2002-01-264-19/+164
* 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
* Remove a not-very-useful printf(3).Brian Feldman2002-01-251-1/+0
* Allow fsdb the ability to work with entries named with whitespace embedded.Brian Feldman2002-01-253-3/+33
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* 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
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* In fsdb, call sblock_init() which is now necessary to initialiseIan Dowse2001-04-231-0/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Respect style(9), one must not include both <sys/types.h> andOllivier Robert2001-03-221-1/+0
* Include headers to unbreak world.Alfred Perlstein2001-03-211-0/+2
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0