Age | Commit message (Expand) | Author |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-06-04 | return from main() don't exit | Michael Shalayeff |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt |
2001-01-09 | Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied by | Angelos D. Keromytis |
2000-09-14 | wrong type to ioctl; naddy@mips.inka.de | Theo de Raadt |
2000-06-16 | use TP_BSIZE (== BUFSIZ so no problem) | Theo de Raadt |
2000-04-18 | Typo: sytem -> system | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-01-10 | handle glob() return values better; netbsd | Theo de Raadt |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
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-02-17 | make quoted strings work; erh@netbsd | Theo de Raadt |
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-18 | buf oflows | Theo de Raadt |
1998-09-17 | sbin/ man page fixes | Aaron Campbell |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller |
1998-02-17 | chflags(2) take a u_int | Todd C. Miller |
1998-02-10 | allow tape blocksize > disk blocksize to work; dwmalone@maths.tcd.ie | Theo de Raadt |
1998-01-31 | Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now that | Todd C. Miller |
1998-01-10 | grammar | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-24 | More err()/warn()/etc. argument fixes. | Jason Downs |
1997-08-06 | do not clobber errno in signal handlers | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-05 | NULL vs 0 confusion | Theo de Raadt |
1997-07-05 | vprintf -> Vprintf and dprintf -> Dprintf to avoid confusion | Todd C. Miller |
1997-06-25 | (foo *)0 -> NULL | kstailey |
1997-06-18 | Remove all links for an inode when "changing from leaf to node". | Todd C. Miller |
1997-04-16 | No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h> | Todd C. Miller |
1997-02-09 | unexploitable buf oflow, eivind@freebsd | Theo de Raadt |
1997-01-27 | Support lchown(2). | Jason Downs |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-27 | epilepsy in csrg? | Theo de Raadt |
1996-12-24 | use mkstemp() | Theo de Raadt |
1996-12-24 | no mkfs | Theo de Raadt |
1996-12-16 | does noone know how to use strncat correctly? | Theo de Raadt |
1996-12-15 | Fix strncpy usage and correct strncat length field, from Theo. | Todd C. Miller |
1996-12-11 | from netbsd; repair byte swapping of fields | Theo de Raadt |
1996-12-04 | 64 bit patches, tih@nhh.no | Theo de Raadt |
1996-09-16 | /tmp// -> /tmp/ | Todd C. Miller |
1996-09-16 | Set umask to be read only by owner until we set real file permissions. | Todd C. Miller |
1996-09-01 | lose setuid | Theo de Raadt |
1996-08-02 | ptr check in skipdirs(), by joerg from freebsd | Theo de Raadt |
1996-07-09 | mktemp whoops | Theo de Raadt |