Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
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-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
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-17 | sbin/ man page fixes | Aaron Campbell | |
1998-08-07 | Directories can't be opened for writing these days. | Constantine Sapuntzakis | |
1998-08-06 | Can't use MSG_EOR with a stream socket. | Constantine Sapuntzakis | |
Thanks to m4@m.nts.umn.edu (Marshall M. Midden) | |||
1998-07-16 | use .Bx | Michael Shalayeff | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by | Todd C. Miller | |
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>. | |||
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | dynamically allocate fd_set; deraadt | kstailey | |
1997-06-18 | document the tiny race | Theo de Raadt | |
1997-06-18 | buf oflow | Theo de Raadt | |
1997-06-10 | deal with random pids from fork(2) | kstailey | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-03-23 | Use POSIX regexp, not v8 to avoid linking with -lcompat. | Todd C. Miller | |
Parsing config files w/o regular expressions may be slightly slower but since this is normally done only once it's not a big deal. | |||
1997-03-23 | Minor updates from lite2 + some KNF and strdup(3) checking. | Todd C. Miller | |
Also, no need to change umask now that we use mkstemp(3). | |||
1997-03-23 | -Wall happiness, use mkstemp(3) instead of mktemp(3), and some | Todd C. Miller | |
minor KNF. | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-12 | fix afterinstall | Theo de Raadt | |
1996-12-08 | Install sample portal configuration file if none are installed | Thorsten Lockert | |
1996-06-25 | umask() AF_UNIX socket; still a small DOS window | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |