aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/quot/quot.c
Commit message (Expand)AuthorAgeFilesLines
* quot: Use getopt(3) and show usage() if no argumentsRicardo Branco2024-02-031-29/+34
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-3/+1
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-0/+3
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-14/+13
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-13/+14
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-26/+11
* 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-3/+3
* quot: make use of our rounddown() macro when <sys/param.h> is available.Pedro F. Giffuni2016-05-021-2/+2
* 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
* 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
* Back out rev 1.19; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-1/+1
* another int * to size_t * change for getbsize() to make it compileAndrew Gallatin2002-10-241-1/+1
* 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
* WARNS=2 cleanup.Mike Heffner2001-12-091-15/+39
* 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
* /dev/rXXX -> /dev/XXXMike Smith2000-05-311-1/+1
* Do not repeat the name of the flag. Change alloc to allocate for betterPhilippe Charnier1999-11-271-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* PR: bin/8624Matthew Dillon1998-12-131-2/+5
* 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-101-73/+68
* Cast argument to lseek() properly to off_t.Jordan K. Hubbard1997-08-131-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* 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-031-2/+2
* Import NetBSD's quot command, filling the gap in our sourcesPeter Wemm1995-11-031-0/+583