Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | typo in comment | 2001-06-22 | 1 | -3/+3 | ||
| | ||||||
* | work around Art's lack of testing | 2000-09-12 | 1 | -2/+3 | ||
| | ||||||
* | Add -o option for printing file offset. Also some whitespace reformatting. | 2000-07-16 | 1 | -22/+34 | ||
| | | | | Handy. Checked by millert and niklas. | |||||
* | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | 2000-06-30 | 1 | -3/+3 | ||
| | | | | | | | | | 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). | |||||
* | IPv6 support. netbsd PR 9199 with adaptation to NRL inpcb. | 2000-01-17 | 1 | -2/+98 | ||
| | ||||||
* | The PIPE_NODIRECT define is no longer needed | 1999-10-29 | 1 | -4/+2 | ||
| | ||||||
* | use getprotobynumber(); safe since it does not do YP | 1999-07-02 | 1 | -27/+11 | ||
| | ||||||
* | pretty good attempt at supporting nullfs | 1999-07-01 | 1 | -3/+84 | ||
| | ||||||
* | add support for pipes since sparc uses new pipe code by default now | 1999-04-30 | 1 | -4/+48 | ||
| | ||||||
* | fix error outputs; form | 1998-11-30 | 1 | -5/+5 | ||
| | ||||||
* | back out the pipe code that breaks on sparc | 1998-09-08 | 1 | -46/+4 | ||
| | ||||||
* | support for pipes | 1998-09-07 | 1 | -4/+46 | ||
| | ||||||
* | understand XFS nodes | 1998-09-06 | 1 | -2/+27 | ||
| | ||||||
* | fix socket printing bug, missed {} | 1998-07-09 | 1 | -64/+39 | ||
| | | | | use err/warn everywhere | |||||
* | whack kmem gid after kvm_openfiles() | 1998-07-08 | 1 | -2/+6 | ||
| | ||||||
* | check kvm_read() better; msaitoh | 1998-07-05 | 1 | -3/+3 | ||
| | ||||||
* | first cut at isofs support | 1998-06-25 | 1 | -11/+37 | ||
| | ||||||
* | tag direction based on SS_CONNECTOUT | 1997-12-06 | 1 | -3/+7 | ||
| | ||||||
* | everywhere i look, bugs pop up... sigh | 1997-08-25 | 1 | -16/+4 | ||
| | ||||||
* | -Wall happiness | 1997-07-08 | 1 | -40/+49 | ||
| | | | | Clean up some 64bit issues and remove bogus/unnecesary casts. | |||||
* | ;; | 1997-06-05 | 1 | -3/+3 | ||
| | ||||||
* | Fix FFS and add ext2fs support. | 1997-05-30 | 1 | -9/+31 | ||
| | ||||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -3/+3 | ||
| | ||||||
* | Deal with _POSIX_SAVED_IDS when relinquishing privileges | 1996-12-22 | 1 | -3/+5 | ||
| | ||||||
* | <-> | 1996-08-17 | 1 | -4/+4 | ||
| | ||||||
* | lsof-like support for fstat, whee | 1996-08-12 | 1 | -15/+41 | ||
| | ||||||
* | careful buf oflow, no longer use strcpy | 1996-08-06 | 1 | -4/+4 | ||
| | ||||||
* | fstat options -N and -M failed; netbsd pr#2374; from osymh@gemini.oscs.montana.edu | 1996-05-05 | 1 | -3/+3 | ||
| | ||||||
* | From NetBSD: merge of 960317 | 1996-03-27 | 1 | -4/+8 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+753 | ||