aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/quot
Commit message (Expand)AuthorAgeFilesLines
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-3/+3
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesKirk McKusick2011-01-241-1/+1
* Make `quot -a' work when we've got slashes in the device name.Ed Schouten2008-09-141-10/+2
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-021-75/+51
* o Check we have a non-NULL pointer to a super block before dereference it.Maxim Konovalov2006-09-301-1/+1
* The quot command expected all inodes contents to be valid, howeverDavid Malone2006-02-251-3/+31
* Remove unused variables.Stefan Farfeleder2005-04-091-3/+1
* Sort sections.Ruslan Ermilov2005-01-181-7/+7
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Repair the UFS2 superblock location consistency check so that it succeedsTim J. Robbins2003-04-251-1/+1
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Remove contractions.Tom Rhodes2003-02-181-3/+3
* Back out rev 1.19; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-1/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* another int * to size_t * change for getbsize() to make it compileAndrew Gallatin2002-10-241-1/+1
* Use POSIX-style sort syntax in exampleAndrey A. Chernov2002-09-241-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-1/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-53/+87
* Unbreak Alpha build.Dag-Erling Smørgrav2002-05-151-2/+4
* Sigh... Yet a BBSIZE breakage.Poul-Henning Kamp2002-05-121-0/+1
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
* WARNS=2 cleanup.Mike Heffner2001-12-092-15/+41
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-07-051-1/+3
* Remove ncheck in an example; FreeBSD does not have it.Jens Schweikhardt2001-06-161-1/+3
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Allow for the last arugment to be the mountpoint of a filesystem,Paul Saab2001-03-101-2/+9
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* /dev/rXXX -> /dev/XXXMike Smith2000-05-311-1/+1
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
* Do not repeat the name of the flag. Change alloc to allocate for betterPhilippe Charnier1999-11-272-8/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* PR: bin/8624Matthew Dillon1998-12-131-2/+5
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-2/+2
* Started getting rid of the compatibility cruft for the Lite1 mount()Bruce Evans1998-01-171-6/+2
* Use err(3). Silent -Wall.Philippe Charnier1997-10-102-77/+74
* environmental -> environment.Philippe Charnier1997-09-181-3/+3
* Cast argument to lseek() properly to off_t.Jordan K. Hubbard1997-08-131-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* comma typosWolfram Schneider1996-12-231-2/+2
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
* No need to go back quite _that_ far to the MOUNT_UFS constant when we havePeter Wemm1995-11-031-2/+8
* Minor tweaks to get quot to compile on FreeBSD..Peter Wemm1995-11-033-6/+11
* Import NetBSD's quot command, filling the gap in our sourcesPeter Wemm1995-11-033-0/+685