Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
is used instead; kwesterback@home.com | |||
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 | |
glob(3) accepts backslash quoting by default. | |||
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 | |
Use err/errx and warn/warnx where it makes sense. Some sprintf -> snprintf, strcpy -> strncpy, and strcat -> strncat. Honor $TMPDIR (based on changes from NetBSD) Use __progname not "restore" (we could be called as rrestore). Some -Wall happiness. | |||
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 | |
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>. | |||
1997-04-16 | No need for "pathnames.h" now that _PATH_DEFTAPE is in <paths.h> | Todd C. Miller | |
Fix rmt -> rst in man page and change ".Nm restore" -> ".Nm" | |||
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 | |
Also change some occurrence of MAXPATHLEN with sizeof(foo). | |||
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 | |
1996-06-25 | mktemp open & fdopen | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-17 | updated patch from lukem@supp.cpr.itg.telecom.com.au to also make -r and -R ↵ | Theo de Raadt | |
work again | |||
1996-06-16 | use unique temporary files; netbsd pr#2544; lukem@supp.cpr.itg.telecom.com.au | Theo de Raadt | |
1996-03-21 | From NetBSD: Merge of 960317 | Niklas Hallqvist | |
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Add /dev/rst* to FILES section. (Matches mt man page.) Change default tape name in documentation from /dev/rmt? to /dev/rmt8 to match pathnames.h. (pr #601 from James Jegers) | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
support $TAPE. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |