aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-10-131-0/+1
| * | Merge from headSimon J. Gerraty2013-09-052-0/+31
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| |_|/ |/| |
* | | Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-032-0/+31
| |/ |/|
* | fuser(1) requires a filename.Eitan Adler2013-04-111-1/+1
|/
* Bring DPADD in sync with LDADD.Marcel Moolenaar2012-05-191-1/+1
* Don't cast inode number or file size down to long or unsigned.Gleb Kurtsou2012-05-181-1/+1
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-0/+29
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Backout r230934 which didn't work with unix sockets andSergey Kandaurov2012-02-271-34/+8
* Print the owner process for unix domain sockets when restricted to theSergey Kandaurov2012-02-031-8/+34
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Mark global functions and/or variables in fstat(1) static where possible.Ed Schouten2011-11-062-11/+11
* Correct column with for device numbers made in previous change.Ed Schouten2011-10-011-1/+1
* Get rid of major/minor number distinction.Ed Schouten2011-09-282-5/+5
* fuser: Fix skipping "SIG" on signal names (-s).Jilles Tjoelker2011-06-181-3/+2
* mdoc: reorder sections consistentlyUlrich Spörlein2011-06-021-10/+10
* - Fix several typos [1]Stanislav Sedov2011-05-141-6/+11
* uintmax_t is a better type here...Warner Losh2011-05-121-1/+1
* Fix printf int mismatch on 32-bit architectures...Warner Losh2011-05-121-2/+3
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-1210-1199/+817
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-271-0/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-113-12/+0
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* fstat: fix fsid comparison when executed on systems with 64-bit longAndriy Gapon2009-08-202-2/+2
* Add manual page links to advertise procstat(1) a little better.Edward Tomasz Napierala2009-07-091-1/+2
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-1/+0
* Fix bug in zphys offset calculation I introduced while retypingAlexander Nedotsukov2009-06-091-1/+1
* Chase ZFS v13 import changes.Alexander Nedotsukov2009-06-091-1/+2
* Fix compilation of fstat.Ed Schouten2009-02-281-1/+1
* Include param.h instead of types.h before mount.h so that the nestedRobert Watson2008-12-291-1/+1
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-0/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+52
* Struct cdev is always the member of the struct cdev_priv. When devfsKonstantin Belousov2008-06-161-3/+2
* Fix build of fstat after minor() changes.Ed Schouten2008-06-121-1/+1
* Use _WANT_FILE to make struct file visible from userland. This isPawel Jakub Dawidek2008-05-261-1/+2
* Use a sledgehammer cast (that was in the original patch to boot) toJohn Baldwin2008-05-071-1/+1
* Fix reading the address of a znode_phys from a znode on 64-bit platformsJohn Baldwin2008-05-071-3/+3