summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
AgeCommit message (Expand)Author
2002-02-12Add an extra column for inode numbers, and pull back the mode field tosimonb
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Edit -mdoc usage.ross
2001-12-01Punctuation nit, sort sections.wiz
2001-11-25for (new)pipes, print 'n' if it's in nonblocking mode, and 'a' if it'sjdolecek
2001-10-26remove #include <ufs/ufs/quota.h> where it was just to appeaselukem
2001-09-28remove accidentaly left debug printfjdolecek
2001-09-28the descriptor flags may also contain other stuff besides FWRITE|FREAD,jdolecek
2001-07-08fix commentjdolecek
2001-06-19`accessible' only has one `a'.wiz
2001-06-17convert if ... else if ... tree to a switchlukem
2001-06-16Add support for DTYPE_PIPE pipes (a.k.a NEW_PIPE)jdolecek
2001-06-05don't #define _LKM to work around header lossage; it is no longer necessary.mrg
2001-05-06Change xref for vmstat(8) to vmstat(1).wiz
2001-01-04use %ll_ instead of the less standard %q_lukem
2000-08-14Redo previous a bit different way so that mount point of top layer is shownenami
2000-08-14Print lower vnode if vnode is on a layered filesystem.enami
2000-05-27Bring into line with recent ktrace changessommerfeld
2000-02-04add support for msdosfsjdolecek
2000-02-04use dprintf() instead of printf(), as other filesystem modules dojdolecek
2000-02-04move the mapping of vnode type to file type to separate function getftype()jdolecek
2000-02-04set mode accordingly to file type (similarily to what nfs_filestat() does)jdolecek
2000-02-04fix typojdolecek
2000-01-17IPv6 support.itojun
1999-11-19Typos (from OpenBSD)kristerw
1999-11-15Improve summary line so jhawk can find this command using apropossommerfeld
1999-11-01adapt to last ntfs changes - struct ntnode doesn't contain i_modejdolecek
1999-09-12pull in <sys/mount.h> (with _KERNEL) to get definition of struct netexport,jdolecek
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-08-02add support for ntfsjdolecek
1999-07-08Define "_LKM" before including kernel includes with "_KERNEL" definedtron
1999-05-02Adjust for cwdinfo changes.thorpej
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-16Fix Xref; from Geoff C. Wing in PR bin/7166.kleink
1999-02-18as suggested by chuck cranor, pull in some openbsd mods:lukem
1998-07-28const propagation.mycroft
1998-07-28const propagation.mycroft
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-07-16Fix LP64 problems from (5!) July deltas.ross
1998-07-06one more thing...fair
1998-07-06convert the remainder of the fprintf() to {err,warn}{,x}()fair
1998-07-06fix build error - forgot to #include <err.h> for errx()fair
1998-07-06- change setgid kmem programs (that lend themselves to this) so setegid(getgi...mrg
1998-07-03check return value of kvm_read() more safemsaitoh
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1998-03-04fstat(1) also depends on UVM and PMAP_NEW.mycroft
1997-10-20Update for changes to how nfsnode attributes are stored.thorpej
1997-10-18WARNSify, fix .Nm usage, deprecate registerlukem
1997-10-18getopt returns -1 not EOFlukem