Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/fstat



Module Name:    src
Committed By:   dyoung
Date:           Sun Sep  9 01:26:55 UTC 2007

Modified Files:
        src/usr.bin/fstat: fstat.c

Log Message:
Bug fix: filed.fd_ofiles is always a pointer to the open files
table, so always read the table from kernel virtual memory at that
address.  Do not ever try to read the table from filed0.fd_dfiles,
because it just isn't necessary, and sometimes we read a stale
table from there.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/usr.bin/fstat/fstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index