index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
stat
/
stat.c
Age
Commit message (
Expand
)
Author
2006-10-07
PR/34662: martijnb at atlas dot ipv6 dot stack dot nl: readlink doesn't
elad
2005-06-23
Bend the 'L', 'M', and 'H' modifiers to work on the size, whereby it
atatat
2005-04-22
Fix a trivial truncation case, and eliminate a corner case that might
atatat
2005-01-13
Now that tools/compat provides a check, make sure st_birthtimensec exists
jmc
2004-12-31
Add "dirname"- and "basename"-like functionality to stat(1) by way of
atatat
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-05-28
If using stat (the -L flag) and it fails, fall back to lstat(). It
atatat
2003-10-29
Take the time to set gottime so that you don't have to waste time
atatat
2003-10-27
be consistent using #if HAVE_STRUCT_STAT_ST_xxx (versus #ifdef)
lukem
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-10-26
fix for systems which don't have st_*timespec. PR 23214.
chs
2003-07-25
More properly host-tool-ify stat
atatat
2003-07-23
* don't compile in support for st_birth #ifdef HOSTPROG
lukem
2003-07-20
first attempt at making this a HOSTPROG
lukem
2003-05-08
Add %B to print the st_birthtime of an inode (adjusting the "raw"
atatat
2002-10-19
use readlink with bufsize - 1; approved thorpej.
provos
2002-08-13
Use limits.h instead of sys/syslimits.h since it's more potrable.
atatat
2002-08-13
Style sync with FreeBSD. Changes via Doug Barton <DougB@FreeBSD.org>.
atatat
2002-07-09
Header reorganization makes a shorter list. From Doug Barton <DougB@FreeBSD....
atatat
2002-07-09
The bitwise or-ing together of letters is almost *guaranteed* to do
atatat
2002-07-08
A new command line option, -q, suppresses *stat(2) failure messages.
atatat
2002-05-31
When asked for the string representation of a device that isn't
atatat
2002-05-09
Add a simple format that translates to the current file number, fix an
atatat
2002-04-27
Add a stat(1) program to /usr/bin. It provides a simple formatting
atatat