summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
AgeCommit message (Collapse)Author
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
oga@'s upcoming DRM changes and too some degree ratchov@'s audio work. It still works for bpf's though. Parts from ratchov@; fstat(1) parts from Pedro Martelletto; tested by many, ok'ed by a few; "get going with cloning" deraadt@
2007-10-01sort the fields in manual page in the same order as in fstat output;Igor Sobrado
use the same name for fields in the manual page and command output; while here, fix spacing millert@ has observed that this change makes the header fields consistent with what is the output by NetBSD and FreeBSD too ok millert@
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-07use strtonum, from jason dixonTed Unangst
2006-06-19oops, forgot \n at end of kqueue lines; Nicholas MarriottTheo de Raadt
2006-03-26and put new flag into the manpageMichael Shalayeff
2006-03-26do per file io accounting and show that in fstat as well; pedro@ marco@ okMichael Shalayeff
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
No functional change, okay tedu@.
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
Instead of having the dinode inside the inode structure itself, we now have just a pointer to it, and use a separate pool to allocate dinodes as needed. Inspiration from FreeBSD, various testing for a while, thanks.
2005-12-15remove inaccuracy (pipes do not appear as unix sockets);Jason McIntyre
ok jaredy@ pedro@
2005-12-15make the systrace section just like the rest...Jason McIntyre
2005-12-15fstat does not print an '*' for fifos, okay jmc@Pedro Martelletto
2005-12-13give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ ↵Michael Shalayeff
krw@ ok
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
idea from a mail to misc@ from simon dassow;
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
ok deraadt@ millert@ moritz@
2005-05-26null removal falloutTed Unangst
2005-03-30nlist.h not neededTheo de Raadt
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-07-13indent an example;Jason McIntyre
2004-07-13.Xr tcpdrop 8 ,Jason McIntyre
2004-05-09Say that only sockets owned by processes can been seen. Based on diffOtto Moerbeek
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@
2004-01-21prompt before command demo; jmc okTheo de Raadt
2004-01-08Convert to kvm_getproc2(); ok deraadt@Todd C. Miller
2003-09-09add missing -o and sort options in usage();Jason McIntyre
from Andrey Matveev;
2003-09-05correct an .Sx;Jason McIntyre
2003-07-14- fix a displayJason McIntyre
- escape dashes - remove extra bracket
2003-07-02protosTheo de Raadt
2003-06-28cleanupTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-13repair damage after layer fs changesTed Unangst
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
lots of help and ok millert@
2002-09-30typo, art okAnil Madhavapeddy
2002-08-04move kvm opening to earliest possible placeTheo de Raadt
2002-07-13ansiTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-05-20fix XrTheo de Raadt
2002-05-19misc cleanups, and grok systrace betterTheo de Raadt
2002-05-18grok crypto/kqueue/systrace vnodesTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-01KNFTheo de Raadt
2001-11-26fix AF_INET6 dgram socket printing (missing curly brace)Jun-ichiro itojun Hagino
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-22typo in commentPeter Valchev