ed 2008-06-12 10:15:14 UTC
FreeBSD src repository
Modified files:
usr.bin/fstatfstat.c
Log:
SVN rev 179759 on 2008-06-12 10:15:14Z by ed
Fix build of fstat after minor() changes.
Even though I ran a `make universe' to see whether the changes to the
device
jhb 2008-05-19 18:21:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/fstatfstat.c
Log:
MFC: Only output details about the current working directory of a process
if the vnode pointer is not NULL.
Revision ChangesPath
1.60.
jhb 2008-05-19 18:21:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/fstatfstat.c
Log:
MFC: Only output details about the current working directory of a process
if the vnode pointer is not NULL.
Revision ChangesPath
1.64.
jhb 2008-05-07 17:49:31 UTC
FreeBSD src repository
Modified files:
usr.bin/fstatfstat.c
Log:
Only output details about the current working directory of a process if
the vnode pointer is not NULL. This avoids spurious warnings in fstat -v
output for kernel process
emaste 2007-03-23 01:00:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/fstatfstat.c
Log:
MFC r1.64:
KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which
caused fstat to produce duplicated output for threaded pro
emaste 2007-03-09 16:21:40 UTC
FreeBSD src repository
Modified files:
usr.bin/fstatfstat.c
Log:
KERN_PROC_ALL produces a kinfo_proc for each thread in a process, which
caused fstat to produce duplicated output for threaded processes. Instead
use KERN_PROC_PROC to ge
csjp2005-11-12 20:58:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/fstatfstat.c
Log:
MFC Log:
Un-break processing of device major/minor values with fstat -n. We do
this by accessing the cdev_priv element of the cdev structure
csjp2005-11-05 23:38:08 UTC
FreeBSD src repository
Modified files:
usr.bin/fstatfstat.c
Log:
Un-break processing of device major/minor values with fstat -n. We do
this by accessing the cdev_priv element of the cdev structure. Looking
forward we need a better way t