summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat/fstat.c
Commit message (Expand)AuthorAgeFilesLines
* Backout r230934 which didn't work with unix sockets andpluknet2012-02-271-34/+8
* Print the owner process for unix domain sockets when restricted to thepluknet2012-02-031-8/+34
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Mark global functions and/or variables in fstat(1) static where possible.ed2011-11-061-9/+9
* Correct column with for device numbers made in previous change.ed2011-10-011-1/+1
* Get rid of major/minor number distinction.ed2011-09-281-3/+3
* uintmax_t is a better type here...imp2011-05-121-1/+1
* Fix printf int mismatch on 32-bit architectures...imp2011-05-121-2/+3
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-746/+240
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* fstat: fix fsid comparison when executed on systems with 64-bit longavg2009-08-201-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-1/+0
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+52
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-3/+2
* Fix build of fstat after minor() changes.ed2008-06-121-1/+1
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-1/+2
* Only output details about the current working directory of a process ifjhb2008-05-071-1/+2
* - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inlulf2007-11-051-0/+19
* KERN_PROC_ALL produces a kinfo_proc for each thread in a process, whichemaste2007-03-091-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-0/+1
* Un-break processing of device major/minor values with fstat -n. We docsjp2005-11-051-3/+5
* Introduce kdevtoname, which when given the kernel address of acsjp2005-07-301-4/+16
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Dike out unwarranted si_udev fondling.phk2005-03-151-1/+2
* Report jail directory if set.phk2005-01-291-0/+15
* Get the vnode from file.f_vnode instead of file.f_data.ssouhlal2005-01-111-2/+2
* filedesc0 is an internal detail of the kernel, don't look at it.phk2004-11-071-13/+9
* Slide pipe.h include after the _KERNEL define in preparation for disallowingsilby2004-07-211-1/+1
* 1) ANSIfy.dwmalone2004-06-291-37/+15
* Second half of the dev_t cleanup.phk2004-06-171-6/+6
* Teach fstat(1) about new location for socket state flags relating torwatson2004-06-141-2/+2
* fix this code properly. msdosfs can't have device nodes on them.jmg2003-06-241-1/+5
* o Fix rev. 1.41, print a header. -STABLE is OK.maxim2003-06-231-0/+1
* correct spelling of struct cdev * from dev_t which is a 32bit type andjmg2003-06-191-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-6/+4
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-2/+2
* Userland changes to go with vnode->v_tag change.njl2002-09-141-23/+18
* Unbreak building of fstat following version 1.23 ofbmilekic2002-08-141-1/+1
* Consistently use FBSDIDobrien2002-06-301-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+4
* Factor out some code in preparation for un-kmeming fstat(1).des2002-06-061-18/+43
* Fix constness warnings.dwmalone2002-03-301-12/+13
* remove __Pimp2002-03-221-12/+12
* Add support for devfs. In other words, for -CURRENT, make work at allgreen2001-12-171-0/+41
* Anding the fsid with 0xffff was causing aliasing problems.dwmalone2001-11-051-2/+2
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* Userland part of nfs client/server split and cleanup.peter2001-09-181-2/+2
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-311-0/+1
* Fix 64 bit issues so that sockstat && fstat work correctly on alpha.mjacob2001-07-251-9/+8
OpenPOWER on IntegriCloud