Age | Commit message (Expand) | Author |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
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-12-01 | fix headers | Theo de Raadt |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-05-28 | Fix directory state tracking. | Grigoriy Orlov |
2001-05-15 | error out if failed to malloc memory for inode cache entry; deraadt@ ok | Michael Shalayeff |
2001-05-15 | report on another calloc() failure | Theo de Raadt |
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell |
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov |
2001-04-06 | Replace FFS directory preference algorithm(dirpref) by new one. | Grigoriy Orlov |
2001-03-09 | missing \n for MARKED FREE messages, some spaces | Michael Shalayeff |
2001-03-02 | Simpler algorithm or calculating inomapsize | Constantine Sapuntzakis |
2001-03-02 | When doing last second fixes before a commit, it's a good idea | Artur Grabowski |
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt |
2001-01-15 | save_errno in signal handler | Theo de Raadt |
2000-12-29 | Don't mark filesystem clean if fsck needs to be rerun (PR 1572) | Angelos D. Keromytis |
2000-09-30 | Some format string problems that were missed during initial audit; deraadt@ and | Aaron Campbell |
2000-03-28 | mkfs(8) died a long time ago | Theo de Raadt |
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 don... | Theo de Raadt |
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 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-03-01 | SIGINFO support | David Leonard |
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-09-23 | alphabetize SEE ALSO entries and order them numerically according to section | Aaron Campbell |
1998-09-17 | sbin/ man page fixes | Aaron Campbell |
1998-02-05 | Ha! Caught Todd making a mistake! | Theo de Raadt |
1998-02-05 | Add usage line | Todd C. Miller |
1997-11-09 | Don't include <ufs/ffs/ffs_extern.h>. fsck_ffs now compiles. | Todd C. Miller |
1997-10-11 | Never involve negative numbers in unsigned expressions. Fixes a segfault some | Niklas Hallqvist |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-07-14 | that was not a nice change | Theo de Raadt |
1997-07-14 | change the output so that it fits into 80 columns | Thomas Graichen |
1997-06-25 | (foo *)0 -> NULL | kstailey |
1997-06-22 | Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 by | Thorsten Lockert |
1997-03-27 | use 700 not 777 for new lost+found dirs | kstailey |
1997-02-20 | CFLAGS+=, from m4@umn.edu | Theo de Raadt |