index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
fstat
/
fstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Similar to 233760 and 236717, export some more useful info about the
jhb
2013-05-03
1
-0
/
+29
*
Don't cast inode number or file size down to long or unsigned.
gleb
2012-05-18
1
-1
/
+1
*
Export some more useful info about shared memory objects to userland
jhb
2012-04-01
1
-0
/
+29
*
Backout r230934 which didn't work with unix sockets and
pluknet
2012-02-27
1
-34
/
+8
*
Print the owner process for unix domain sockets when restricted to the
pluknet
2012-02-03
1
-8
/
+34
*
Spelling fixes for usr.bin/
uqs
2011-12-30
1
-1
/
+1
*
Mark global functions and/or variables in fstat(1) static where possible.
ed
2011-11-06
1
-9
/
+9
*
Correct column with for device numbers made in previous change.
ed
2011-10-01
1
-1
/
+1
*
Get rid of major/minor number distinction.
ed
2011-09-28
1
-3
/
+3
*
uintmax_t is a better type here...
imp
2011-05-12
1
-1
/
+1
*
Fix printf int mismatch on 32-bit architectures...
imp
2011-05-12
1
-2
/
+3
*
- Commit work from libprocstat project. These patches add support for runtime
stas
2011-05-12
1
-746
/
+240
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
fstat: fix fsid comparison when executed on systems with 64-bit long
avg
2009-08-20
1
-1
/
+1
*
Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation
dfr
2009-06-24
1
-1
/
+0
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-0
/
+52
*
Struct cdev is always the member of the struct cdev_priv. When devfs
kib
2008-06-16
1
-3
/
+2
*
Fix build of fstat after minor() changes.
ed
2008-06-12
1
-1
/
+1
*
Use _WANT_FILE to make struct file visible from userland. This is
pjd
2008-05-26
1
-1
/
+2
*
Only output details about the current working directory of a process if
jhb
2008-05-07
1
-1
/
+2
*
- Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including in
lulf
2007-11-05
1
-0
/
+19
*
KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which
emaste
2007-03-09
1
-1
/
+1
*
Add marker vnodes to ensure that all vnodes associated with the mount point are
tegge
2006-01-09
1
-0
/
+1
*
Un-break processing of device major/minor values with fstat -n. We do
csjp
2005-11-05
1
-3
/
+5
*
Introduce kdevtoname, which when given the kernel address of a
csjp
2005-07-30
1
-4
/
+16
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-05-21
1
-1
/
+1
*
Dike out unwarranted si_udev fondling.
phk
2005-03-15
1
-1
/
+2
*
Report jail directory if set.
phk
2005-01-29
1
-0
/
+15
*
Get the vnode from file.f_vnode instead of file.f_data.
ssouhlal
2005-01-11
1
-2
/
+2
*
filedesc0 is an internal detail of the kernel, don't look at it.
phk
2004-11-07
1
-13
/
+9
*
Slide pipe.h include after the _KERNEL define in preparation for disallowing
silby
2004-07-21
1
-1
/
+1
*
1) ANSIfy.
dwmalone
2004-06-29
1
-37
/
+15
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-6
/
+6
*
Teach fstat(1) about new location for socket state flags relating to
rwatson
2004-06-14
1
-2
/
+2
*
fix this code properly. msdosfs can't have device nodes on them.
jmg
2003-06-24
1
-1
/
+5
*
o Fix rev. 1.41, print a header. -STABLE is OK.
maxim
2003-06-23
1
-0
/
+1
*
correct spelling of struct cdev * from dev_t which is a 32bit type and
jmg
2003-06-19
1
-2
/
+2
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-4
/
+4
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-6
/
+4
*
Rename struct specinfo to the more appropriate struct cdev.
phk
2002-09-27
1
-2
/
+2
*
Userland changes to go with vnode->v_tag change.
njl
2002-09-14
1
-23
/
+18
*
Unbreak building of fstat following version 1.23 of
bmilekic
2002-08-14
1
-1
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-0
/
+4
*
Factor out some code in preparation for un-kmeming fstat(1).
des
2002-06-06
1
-18
/
+43
*
Fix constness warnings.
dwmalone
2002-03-30
1
-12
/
+13
*
remove __P
imp
2002-03-22
1
-12
/
+12
*
Add support for devfs. In other words, for -CURRENT, make work at all
green
2001-12-17
1
-0
/
+41
*
Anding the fsid with 0xffff was causing aliasing problems.
dwmalone
2001-11-05
1
-2
/
+2
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-1
/
+0
[next]