summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/utilities.c
AgeCommit message (Expand)Author
2019-02-06Replace overlapping memcpy() with memmove() in getpathname().Todd C. Miller
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-09-05snprintf+write --> dprintfPhilip Guenther
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-07-13kill fs2hXX/h2fsXX macros with letohXX/htoleXXMartin Pelikan
2014-05-24Use consistent format specifiers (%lld) and casts (long long) whenKenneth R Westerback
2014-05-22Nuke pointless dev_bsize variable which is always set to 512, and justKenneth R Westerback
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withKenneth R Westerback
2011-03-12These utilities can currently only operate with a 32-bit block number range,Theo de Raadt
2009-12-10do not leak memory, found by parfait, ok millert ottoTheo de Raadt
2006-04-20solve some signal races; from fsck_ffs; ok pedroTheo de Raadt
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-03-30when asking y or n, accept "F" which forces yes from the on. i haveTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-17strings. mostly from deraadt@, some from tdeval@ and myselfTed Unangst
2002-02-23getc() returns an intTheo de Raadt
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
2001-01-31KNF; tomo@ns1.infinitedata.netTheo de Raadt
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
2000-04-26Support for ext2fs rev. 1jasoni
1997-06-25(foo *)0 -> NULLkstailey
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