aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
Commit message (Expand)AuthorAgeFilesLines
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-291-10/+5
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add the fstat -s option to display socket information.Jeremie Le Hen2019-10-191-2/+82
* Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov2018-12-031-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* fstat: catch up with r318997 and use 64 bits to store fsidAndriy Gapon2017-06-101-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-031-0/+29
* 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
* 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-061-9/+9
* 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-281-3/+3
* 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-121-746/+240
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* fstat: fix fsid comparison when executed on systems with 64-bit longAndriy Gapon2009-08-201-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-1/+0
* 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
* Only output details about the current working directory of a process ifJohn Baldwin2008-05-071-1/+2
* - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inUlf Lilleengen2007-11-051-0/+19
* KERN_PROC_ALL produces a kinfo_proc for each thread in a process, whichEd Maste2007-03-091-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-0/+1
* Un-break processing of device major/minor values with fstat -n. We doChristian S.J. Peron2005-11-051-3/+5
* Introduce kdevtoname, which when given the kernel address of aChristian S.J. Peron2005-07-301-4/+16
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Dike out unwarranted si_udev fondling.Poul-Henning Kamp2005-03-151-1/+2
* Report jail directory if set.Poul-Henning Kamp2005-01-291-0/+15
* Get the vnode from file.f_vnode instead of file.f_data.Suleiman Souhlal2005-01-111-2/+2
* filedesc0 is an internal detail of the kernel, don't look at it.Poul-Henning Kamp2004-11-071-13/+9
* Slide pipe.h include after the _KERNEL define in preparation for disallowingMike Silbersack2004-07-211-1/+1
* 1) ANSIfy.David Malone2004-06-291-37/+15
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-6/+6
* Teach fstat(1) about new location for socket state flags relating toRobert Watson2004-06-141-2/+2
* fix this code properly. msdosfs can't have device nodes on them.John-Mark Gurney2003-06-241-1/+5
* o Fix rev. 1.41, print a header. -STABLE is OK.Maxim Konovalov2003-06-231-0/+1
* correct spelling of struct cdev * from dev_t which is a 32bit type andJohn-Mark Gurney2003-06-191-2/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-4/+4
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-6/+4
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-2/+2
* Userland changes to go with vnode->v_tag change.Nate Lawson2002-09-141-23/+18
* Unbreak building of fstat following version 1.23 ofBosko Milekic2002-08-141-1/+1