cvs commit: src/usr.bin/fstat fstat.c

2008-06-12 Thread Ed Schouten
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

cvs commit: src/usr.bin/fstat fstat.c

2008-05-19 Thread John Baldwin
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.

cvs commit: src/usr.bin/fstat fstat.c

2008-05-19 Thread John Baldwin
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.

cvs commit: src/usr.bin/fstat fstat.c

2008-05-07 Thread John Baldwin
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

cvs commit: src/usr.bin/fstat fstat.c

2007-03-22 Thread Ed Maste
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

cvs commit: src/usr.bin/fstat fstat.c

2007-03-09 Thread Ed Maste
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

cvs commit: src/usr.bin/fstat fstat.c

2005-11-12 Thread Christian S.J. Peron
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

cvs commit: src/usr.bin/fstat fstat.c

2005-11-05 Thread Christian S.J. Peron
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