Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Convert to kvm_getproc2(); ok deraadt@ | 2004-01-08 | 1 | -18/+16 | ||
| | ||||||
* | add missing -o and sort options in usage(); | 2003-09-09 | 1 | -4/+4 | ||
| | | | | from Andrey Matveev; | |||||
* | protos | 2003-07-02 | 1 | -5/+7 | ||
| | ||||||
* | cleanup | 2003-06-28 | 1 | -5/+5 | ||
| | ||||||
* | protos | 2003-06-25 | 1 | -4/+3 | ||
| | ||||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -5/+3 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | repair damage after layer fs changes | 2003-05-13 | 1 | -3/+3 | ||
| | ||||||
* | move kvm opening to earliest possible place | 2002-08-04 | 1 | -17/+17 | ||
| | ||||||
* | ansi | 2002-07-13 | 1 | -52/+19 | ||
| | ||||||
* | a real pid_t cleanup. | 2002-06-12 | 1 | -20/+28 | ||
| | | | | | | espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||||
* | misc cleanups, and grok systrace better | 2002-05-19 | 1 | -29/+28 | ||
| | ||||||
* | grok crypto/kqueue/systrace vnodes | 2002-05-18 | 1 | -2/+78 | ||
| | ||||||
* | Remove \n from err/errx/warn/warnx(). | 2002-03-14 | 1 | -3/+3 | ||
| | | | | millert@ ok | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -16/+16 | ||
| | ||||||
* | KNF | 2001-12-01 | 1 | -19/+22 | ||
| | ||||||
* | fix AF_INET6 dgram socket printing (missing curly brace) | 2001-11-26 | 1 | -3/+4 | ||
| | ||||||
* | kill more registers | 2001-11-19 | 1 | -7/+7 | ||
| | | | | millert@ ok | |||||
* | first pass at a -Wall cleanup | 2001-07-12 | 1 | -5/+8 | ||
| | ||||||
* | 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 | ||