summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fstat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* typo in commentpvalchev2001-06-221-3/+3
|
* work around Art's lack of testingderaadt2000-09-121-2/+3
|
* Add -o option for printing file offset. Also some whitespace reformatting.hugh2000-07-161-22/+34
| | | | Handy. Checked by millert and niklas.
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-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.itojun2000-01-171-2/+98
|
* The PIPE_NODIRECT define is no longer neededart1999-10-291-4/+2
|
* use getprotobynumber(); safe since it does not do YPderaadt1999-07-021-27/+11
|
* pretty good attempt at supporting nullfsderaadt1999-07-011-3/+84
|
* add support for pipes since sparc uses new pipe code by default nowart1999-04-301-4/+48
|
* fix error outputs; formderaadt1998-11-301-5/+5
|
* back out the pipe code that breaks on sparcart1998-09-081-46/+4
|
* support for pipesart1998-09-071-4/+46
|
* understand XFS nodesart1998-09-061-2/+27
|
* fix socket printing bug, missed {}mickey1998-07-091-64/+39
| | | | use err/warn everywhere
* whack kmem gid after kvm_openfiles()deraadt1998-07-081-2/+6
|
* check kvm_read() better; msaitohderaadt1998-07-051-3/+3
|
* first cut at isofs supportderaadt1998-06-251-11/+37
|
* tag direction based on SS_CONNECTOUTderaadt1997-12-061-3/+7
|
* everywhere i look, bugs pop up... sighderaadt1997-08-251-16/+4
|
* -Wall happinessmillert1997-07-081-40/+49
| | | | Clean up some 64bit issues and remove bogus/unnecesary casts.
* ;;deraadt1997-06-051-3/+3
|
* Fix FFS and add ext2fs support.downsj1997-05-301-9/+31
|
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
|
* Deal with _POSIX_SAVED_IDS when relinquishing privilegestholo1996-12-221-3/+5
|
* <->deraadt1996-08-171-4/+4
|
* lsof-like support for fstat, wheederaadt1996-08-121-15/+41
|
* careful buf oflow, no longer use strcpyderaadt1996-08-061-4/+4
|
* fstat options -N and -M failed; netbsd pr#2374; from osymh@gemini.oscs.montana.eduderaadt1996-05-051-3/+3
|
* From NetBSD: merge of 960317niklas1996-03-271-4/+8
|
* initial import of NetBSD treederaadt1995-10-181-0/+753