summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ext2fs/utilities.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace overlapping memcpy() with memmove() in getpathname().millert2019-02-061-3/+3
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-3/+3
* snprintf+write --> dprintfguenther2015-09-051-5/+4
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* kill fs2hXX/h2fsXX macros with letohXX/htoleXXpelikan2014-07-131-3/+3
* Use consistent format specifiers (%lld) and casts (long long) whenkrw2014-05-241-6/+13
* Nuke pointless dev_bsize variable which is always set to 512, and justkrw2014-05-221-13/+13
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-15/+5
* These utilities can currently only operate with a 32-bit block number range,deraadt2011-03-121-9/+9
* do not leak memory, found by parfait, ok millert ottoderaadt2009-12-101-1/+3
* solve some signal races; from fsck_ffs; ok pedroderaadt2006-04-201-13/+18
* use SEEK_* for lseek()deraadt2006-04-021-7/+7
* when asking y or n, accept "F" which forces yes from the on. i havederaadt2006-03-301-3/+7
* ansificationderaadt2003-06-111-47/+19
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* strings. mostly from deraadt@, some from tdeval@ and myselftedu2003-04-171-10/+11
* getc() returns an intderaadt2002-02-231-2/+2
* 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-2/+2
* cleanups and endianness fixes. Mostly from NetBSDart2001-09-181-25/+14
* KNF; tomo@ns1.infinitedata.netderaadt2001-01-311-3/+3
* mark signal races i cannot fix at the momentderaadt2001-01-191-2/+5
* Some format string problems that were missed during initial audit; deraadt@ andaaron2000-09-301-3/+3
* Support for ext2fs rev. 1jasoni2000-04-261-7/+12
* (foo *)0 -> NULLkstailey1997-06-251-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/+533