summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/setup.c
AgeCommit message (Expand)Author
2024-07-15Add e2fs_fsmnt, and the newly defined e2fs_kbytes_written to the list ofMartijn van Duren
2019-07-01Oops, forgot to commit this patch.Kevin Lo
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-08-26Do not check the array but its length; based on a netbsd commit by christos@;Otto Moerbeek
2016-04-28Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4Kenneth R Westerback
2015-10-15corrects pledge code for fsck_ffs and fsck_ext2fsSebastien Marie
2015-10-14Since the fsck_* programs now only handle one filesystem, this createsTheo de Raadt
2015-09-10avoid divide by zero; from Michael McConvilleTheo de Raadt
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.Ted Unangst
2014-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-07-13new superblock header needs fixesMartin Pelikan
2014-07-11Prevent division by zero on erroneous file systems.Tobias Stoeckmann
2014-05-22Nuke pointless dev_bsize variable which is always set to 512, and justKenneth R Westerback
2013-11-22Kirk was being waaaay too chummy with the compiler when he trustedPhilip Guenther
2011-03-12These utilities can currently only operate with a 32-bit block number range,Theo de Raadt
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-03-08if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@Otto Moerbeek
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2005-04-30Support checking filesystems which have or once had large files (>4 GB)Niall O'Higgins
2003-07-29spacesTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-18cleanups and endianness fixes. Mostly from NetBSDArtur Grabowski
2000-04-26Support for ext2fs rev. 1jasoni
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1997-06-14s/malloc.h/stdlib.h in pass5.c, and actually malloc() enough memory inJason Downs
1997-06-14Add tags, fix man page. Purely cosmetic.Jason Downs
1997-06-14Sync with NetBSD. Purely cosmetic.Jason Downs
1997-05-30Initial import of Manuel's fsck_ext2fs, unmodified.Jason Downs