| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace overlapping memcpy() with memmove() in getpathname(). |  millert | 2019-02-06 | 1 | -3/+3 |
* | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. |  krw | 2016-03-16 | 1 | -3/+3 |
* | snprintf+write --> dprintf |  guenther | 2015-09-05 | 1 | -5/+4 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -2/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+3 |
* | kill fs2hXX/h2fsXX macros with letohXX/htoleXX |  pelikan | 2014-07-13 | 1 | -3/+3 |
* | Use consistent format specifiers (%lld) and casts (long long) when |  krw | 2014-05-24 | 1 | -6/+13 |
* | Nuke pointless dev_bsize variable which is always set to 512, and just |  krw | 2014-05-22 | 1 | -13/+13 |
* | As suggested by guenther@ and millert@, replace seek+[read|write] with |  krw | 2014-05-20 | 1 | -15/+5 |
* | These utilities can currently only operate with a 32-bit block number range, |  deraadt | 2011-03-12 | 1 | -9/+9 |
* | do not leak memory, found by parfait, ok millert otto |  deraadt | 2009-12-10 | 1 | -1/+3 |
* | solve some signal races; from fsck_ffs; ok pedro |  deraadt | 2006-04-20 | 1 | -13/+18 |
* | use SEEK_* for lseek() |  deraadt | 2006-04-02 | 1 | -7/+7 |
* | when asking y or n, accept "F" which forces yes from the on. i have |  deraadt | 2006-03-30 | 1 | -3/+7 |
* | ansification |  deraadt | 2003-06-11 | 1 | -47/+19 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | strings. mostly from deraadt@, some from tdeval@ and myself |  tedu | 2003-04-17 | 1 | -10/+11 |
* | getc() returns an int |  deraadt | 2002-02-23 | 1 | -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. |  millert | 2002-02-16 | 1 | -2/+2 |
* | cleanups and endianness fixes. Mostly from NetBSD |  art | 2001-09-18 | 1 | -25/+14 |
* | KNF; tomo@ns1.infinitedata.net |  deraadt | 2001-01-31 | 1 | -3/+3 |
* | mark signal races i cannot fix at the moment |  deraadt | 2001-01-19 | 1 | -2/+5 |
* | Some format string problems that were missed during initial audit; deraadt@ and |  aaron | 2000-09-30 | 1 | -3/+3 |
* | Support for ext2fs rev. 1 |  jasoni | 2000-04-26 | 1 | -7/+12 |
* | (foo *)0 -> NULL |  kstailey | 1997-06-25 | 1 | -4/+4 |
* | Add tags, fix man page. Purely cosmetic. |  downsj | 1997-06-14 | 1 | -0/+5 |
* | Sync with NetBSD. Purely cosmetic. |  downsj | 1997-06-14 | 1 | -4/+3 |
* | Initial import of Manuel's fsck_ext2fs, unmodified. |  downsj | 1997-05-30 | 1 | -0/+533 |