summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.h
AgeCommit message (Collapse)Author
2022-06-19Add basic ZFS support to fstat(1).simonb
XXX: Use a local zfs_znode.h for a znode_t definition because the ZFS kernel code makes it too hard to include headers from userland.
2019-09-06Add -O to print offsets; align columns properly.christos
2009-04-12Fix sign-compare issues.lukem
2008-07-22a better attempt on printing dtype_miscchristos
2006-02-10PR/32788: KAMADA Ken'ichi: add support for tmpfschristos
2005-07-17WARNS=3, knf, ansi prototypeschristos
2004-12-12Add ptyfs.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22365, verified by myself.
2000-02-04move the mapping of vnode type to file type to separate function getftype()jdolecek
and use it where appropriate
1999-08-02add support for ntfsjdolecek
1999-02-18as suggested by chuck cranor, pull in some openbsd mods:lukem
* display ip address details of tcp/udp connections * display isofs details * use %p instead of %lx in error messages other mods by me: * don't put \n at the end of err()/warn() format * man page cleanups (use .Dq and .Pq as appropriate)