Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-25 | realloc fixes; 3rd rev to make markus happier | Theo de Raadt | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-06-11 | ansification | Theo de Raadt | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-01-17 | Add a new option, -f, that allows the user to specify a custom output | Todd C. Miller | |
format. Currently only supports printing the inode number and path (along with any arbitrary text) but other escapes may be added later. A useful invocation is: ncheck -s -f '\P\0' | xargs -0 ls -ldgT deraadt@ OK | |||
2003-01-17 | Don't report setugid directories in "ncheck -s" output since those | Todd C. Miller | |
bits have no meaning on OpenBSD. deraadt@ OK | |||
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-07-11 | malloc() failure tests; rimshot@pandora.be | Theo de Raadt | |
2002-07-03 | ansi | Theo de Raadt | |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
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-12-01 | use strtoul() instead of atoi() | Theo de Raadt | |
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-08-14 | ncheck -i would never show any information as it did not cache the directory | Thorsten Lockert | |
inodes; from OpenBSD PR #3 Also avoid recursing into . or .. directories due to misplaced test | |||
1996-06-30 | Accept mount points and block devices | Thorsten Lockert | |
Correct search for matched inodes | |||
1996-06-30 | Fix usage and manpage | Thorsten Lockert | |
1996-06-25 | ncheck(8) implementation | Thorsten Lockert | |