summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
AgeCommit message (Expand)Author
2025-06-13fstat: identify kqueue, mqueue, and procdesc file descriptorsAlan Somers
2024-03-29inpcb: fully retire inp_ppcb pointerGleb Smirnoff
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-10-19Add the fstat -s option to display socket information.Jeremie Le Hen
2018-12-03Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-10fstat: catch up with r318997 and use 64 bits to store fsidAndriy Gapon
2017-02-28Renumber copyright clause 4Warner Losh
2013-05-03Similar to 233760 and 236717, export some more useful info about theJohn Baldwin
2012-05-18Don't cast inode number or file size down to long or unsigned.Gleb Kurtsou
2012-04-01Export some more useful info about shared memory objects to userlandJohn Baldwin
2012-02-27Backout r230934 which didn't work with unix sockets andSergey Kandaurov
2012-02-03Print the owner process for unix domain sockets when restricted to theSergey Kandaurov
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2011-11-06Mark global functions and/or variables in fstat(1) static where possible.Ed Schouten
2011-10-01Correct column with for device numbers made in previous change.Ed Schouten
2011-09-28Get rid of major/minor number distinction.Ed Schouten
2011-05-12uintmax_t is a better type here...Warner Losh
2011-05-12Fix printf int mismatch on 32-bit architectures...Warner Losh
2011-05-12- Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-08-20fstat: fix fsid comparison when executed on systems with 64-bit longAndriy Gapon
2009-06-24Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-06-16Struct cdev is always the member of the struct cdev_priv. When devfsKonstantin Belousov
2008-06-12Fix build of fstat after minor() changes.Ed Schouten
2008-05-26Use _WANT_FILE to make struct file visible from userland. This isPawel Jakub Dawidek
2008-05-07Only output details about the current working directory of a process ifJohn Baldwin
2007-11-05- Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inUlf Lilleengen
2007-03-09KERN_PROC_ALL produces a kinfo_proc for each thread in a process, whichEd Maste
2006-01-09Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge
2005-11-05Un-break processing of device major/minor values with fstat -n. We doChristian S.J. Peron
2005-07-30Introduce kdevtoname, which when given the kernel address of aChristian S.J. Peron
2005-05-21Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-03-15Dike out unwarranted si_udev fondling.Poul-Henning Kamp
2005-01-29Report jail directory if set.Poul-Henning Kamp
2005-01-11Get the vnode from file.f_vnode instead of file.f_data.Suleiman Souhlal
2004-11-07filedesc0 is an internal detail of the kernel, don't look at it.Poul-Henning Kamp
2004-07-21Slide pipe.h include after the _KERNEL define in preparation for disallowingMike Silbersack
2004-06-291) ANSIfy.David Malone
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-14Teach fstat(1) about new location for socket state flags relating toRobert Watson
2003-06-24fix this code properly. msdosfs can't have device nodes on them.John-Mark Gurney
2003-06-23o Fix rev. 1.41, print a header. -STABLE is OK.Maxim Konovalov
2003-06-19correct spelling of struct cdev * from dev_t which is a 32bit type andJohn-Mark Gurney
2003-01-13Bow to the whining masses and change a union back into void *. RetainMatthew Dillon
2003-01-12Change struct file f_data to un_data, a union of the correct structMatthew Dillon
2002-09-27Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp
2002-09-14Userland changes to go with vnode->v_tag change.Nate Lawson