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