History log of /src/usr.bin/find/ls.c |
Revision | | Date | Author | Comments |
1.21 |
| 31-Aug-2011 |
plunky | NULL does not need a cast
|
1.20 |
| 29-Dec-2008 |
christos | fix dev_t format
|
1.19 |
| 11-Oct-2006 |
apb | De-__P(), remove trailing spaces, sprinkle a few const, WARNS=4.
|
1.18 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.17 |
| 12-Jul-2003 |
itojun | strlcpy
|
1.16 |
| 19-Oct-2002 |
provos | use readlink with bufsize - 1; approved thorpej.
|
1.15 |
| 01-Aug-2002 |
christos | Use LOGIN_NAME_MAX instead of UT_NAMELEN delete include of utmp.h
|
1.14 |
| 04-Jan-2001 |
lukem | use %ll_ instead of the less standard %q_
|
1.13 |
| 06-Nov-1998 |
christos | make printf format more conservative
|
1.12 |
| 27-Oct-1998 |
simonb | For -ls output, change field widths to allow inodes up to 9,999,999 and file sizes up to 999,999,999 bytes (and 999,999 blocks) without wobbly lines. Also change device minor/major to be 3/5 digits (current maximum is 4/7 digits - the 3/5 split is arbitary).
|
1.11 |
| 14-Oct-1998 |
wsanchez | include stdlib
|
1.10 |
| 03-Mar-1998 |
thorpej | Cast off_t to long long for printing with %qd.
|
1.9 |
| 19-Oct-1997 |
lukem | fix .Nm usage, deprecate register, mostly WARNSify (needs minor rewrite to fix)
|
1.8 |
| 30-Jun-1997 |
jtc | Changed format directive for printing number of blocks from %4ld to %4qd as the st_blocks field is a int64_t. Fixes PR 3814.
|
1.7 |
| 09-Jan-1997 |
tls | RCS ID police
|
1.6 |
| 24-Dec-1994 |
cgd | kill some unnecessary casts and decls
|
1.5 |
| 27-Mar-1994 |
cgd | off_t exp.
|
1.4 |
| 06-Jan-1994 |
jtc | st_blocks & st_size aren't quads (at least not yet).
|
1.3 |
| 30-Dec-1993 |
jtc | Merged our bugfixes with the 4.4BSD find from uunet.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 01-Sep-1995 |
jtc | imported from 44lite2
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|