Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
wished for this for 10+ year, but always forgotten to make the change after cleaning up a nasty file system; ok pedro millert | |||
2006-03-20 | NetBSD Coverity CID 2298: Fix memory leak. | David Hill | |
NetBSD Coverity CID 2299: Fix memory leak. NetBSD Coverity CID 2301: Fix memory leak. ok ray@ | |||
2005-10-06 | Use part of the reserved space on the disk inode to scatter 16 more bits | Pedro Martelletto | |
for the UID and GID, making them 32-bit. Based on what Linux does, with a slightly different implementation. Endianess issue in fsck noted by miod@, okay deraadt@. | |||
2005-04-30 | Support checking filesystems which have or once had large files (>4 GB) | Niall O'Higgins | |
on them. From NetBSD | |||
2005-02-03 | sync usage output | Jared Yanovich | |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared Yanovich | |
- filesystem -> file system, for consistency - indent sections where applicable - mdoc, punctuation, grammar, etc. fixes - document SIGINFO to fsck_ffs - unify description of -n among documents - sprinkle xrefs all around - move parts relevant to fsck.8 from fsck_ffs.8 parts from NetBSD ok jmc | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-07-08 | - fix some lists/displays | Jason McIntyre | |
- use .Dl for one-liners, rather than .Bd | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-26 | blow away file not needed | Theo de Raadt | |
2003-04-17 | strings. mostly from deraadt@, some from tdeval@ and myself | Ted Unangst | |
2003-04-06 | strcpy/strcat -> strlcpy/strlcat conversion; henning@, tedu@ ok | Anil Madhavapeddy | |
2003-03-11 | spelling | David Krause | |
ok millert@ | |||
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie | |
Synch files that use that field. (This argument is an internal interface specific to OpenBSD, so it won't cause compatibility problems.) (No bump, not an ABI change). ok art, millert... | |||
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-18 | cleanups and endianness fixes. Mostly from NetBSD | Artur Grabowski | |
2001-09-18 | cleanup | Artur Grabowski | |
2001-09-18 | please big-endian systems | Artur Grabowski | |
2001-09-18 | pull in more includes | Theo de Raadt | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-05-15 | do the same as _ffs | Michael Shalayeff | |
2001-01-31 | KNF; tomo@ns1.infinitedata.net | Theo de Raadt | |
2001-01-31 | typo; 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 | |
millert@ ok | |||
2000-04-26 | Support for ext2fs rev. 1 | jasoni | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell | |
1998-11-11 | only do block checks on files that need it, therefore explicitly avoiding | Theo de Raadt | |
fifos (which linux handles incorrectly, leaving block numbers there at inconvenient times); patch from krw@tcn.net | |||
1998-09-23 | alphabetize SEE ALSO entries and order them numerically according to section | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-01 | yuck | Theo de Raadt | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |