summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ext2fs/setup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot to commit this patch.kevlo2019-07-011-4/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Do not check the array but its length; based on a netbsd commit by christos@;otto2017-08-261-2/+2
* Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4krw2016-04-281-2/+2
* corrects pledge code for fsck_ffs and fsck_ext2fssemarie2015-10-151-1/+6
* Since the fsck_* programs now only handle one filesystem, this createsderaadt2015-10-141-21/+28
* avoid divide by zero; from Michael McConvillederaadt2015-09-101-2/+6
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-6/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* remove sys/file.h includes in favor of fcntl.h where needed.tedu2014-11-201-2/+1
* kill fs2hXX/h2fsXX macros with letohXX/htoleXXpelikan2014-07-131-28/+28
* new superblock header needs fixespelikan2014-07-131-2/+2
* Prevent division by zero on erroneous file systems.tobias2014-07-111-1/+4
* Nuke pointless dev_bsize variable which is always set to 512, and justkrw2014-05-221-7/+5
* Kirk was being waaaay too chummy with the compiler when he trustedguenther2013-11-221-4/+6
* These utilities can currently only operate with a 32-bit block number range,deraadt2011-03-121-3/+3
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@otto2010-03-081-1/+7
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* Updated disklabel format to support larger disks and partitions. Weotto2007-05-291-3/+3
* Support checking filesystems which have or once had large files (>4 GB)niallo2005-04-301-1/+4
* spacesderaadt2003-07-291-2/+2
* ansificationderaadt2003-06-111-19/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* rm trailing whitespacetodd2002-06-091-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* cleanups and endianness fixes. Mostly from NetBSDart2001-09-181-17/+5
* Support for ext2fs rev. 1jasoni2000-04-261-52/+121
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
* s/malloc.h/stdlib.h in pass5.c, and actually malloc() enough memory indownsj1997-06-141-4/+4
* Add tags, fix man page. Purely cosmetic.downsj1997-06-141-0/+5
* Sync with NetBSD. Purely cosmetic.downsj1997-06-141-4/+3
* Initial import of Manuel's fsck_ext2fs, unmodified.downsj1997-05-301-0/+441