Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-22 | typo in comment | Peter Valchev | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-09-12 | work around Art's lack of testing | Theo de Raadt | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-16 | Add -o option for printing file offset. Also some whitespace reformatting. | Hugh Graham | |
Handy. Checked by millert and niklas. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-07 | Various cleanup. | Aaron Campbell | |
2000-01-19 | Better summary line, in keeping with other *stat commands; from NetBSD | Paul Janzen | |
2000-01-17 | IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb. | Jun-ichiro itojun Hagino | |
1999-10-29 | The PIPE_NODIRECT define is no longer needed | Artur Grabowski | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-07-02 | use getprotobynumber(); safe since it does not do YP | Theo de Raadt | |
1999-07-01 | pretty good attempt at supporting nullfs | Theo de Raadt | |
1999-06-23 | add -DUVM to CFLAGS if we run UVM | Artur Grabowski | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-04-30 | add support for pipes since sparc uses new pipe code by default now | Artur Grabowski | |
1998-11-30 | fix error outputs; form | Theo de Raadt | |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell | |
1998-09-08 | back out the pipe code that breaks on sparc | Artur Grabowski | |
1998-09-08 | bad sentence | Theo de Raadt | |
1998-09-07 | support for pipes | Artur Grabowski | |
1998-09-06 | understand XFS nodes | Artur Grabowski | |
1998-08-30 | man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-09 | fix socket printing bug, missed {} | Michael Shalayeff | |
use err/warn everywhere | |||
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-07-05 | check kvm_read() better; msaitoh | Theo de Raadt | |
1998-06-25 | first cut at isofs support | Theo de Raadt | |
1998-01-22 | indent better; mph@pobox.com | Theo de Raadt | |
1998-01-03 | clarify what --> and <-- mean in tcp headers | Theo de Raadt | |
1997-12-06 | tag direction based on SS_CONNECTOUT | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-25 | everywhere i look, bugs pop up... sigh | Theo de Raadt | |
1997-07-08 | -Wall happiness | Todd C. Miller | |
Clean up some 64bit issues and remove bogus/unnecesary casts. | |||
1997-06-05 | ;; | Theo de Raadt | |
1997-05-30 | Fix FFS and add ext2fs support. | Jason Downs | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-08-17 | doc lsof-like behaviour | Theo de Raadt | |
1996-08-17 | <-> | Theo de Raadt | |
1996-08-12 | lsof-like support for fstat, whee | Theo de Raadt | |
1996-08-06 | careful buf oflow, no longer use strcpy | Theo de Raadt | |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-05 | fstat options -N and -M failed; netbsd pr#2374; from ↵ | Theo de Raadt | |
osymh@gemini.oscs.montana.edu | |||
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist | |