1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/bin/ls
deraadt b9fc9a728f Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
2015-01-16 06:39:28 +00:00
..
cmp.c rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
extern.h
ls.1 slightly reword -f; ok sobrado schwarze 2014-04-01 16:43:16 +00:00
ls.c restore the traditional behavior of -f implying -a; apparently Keith Bostic 2014-03-31 20:54:37 +00:00
ls.h Fix column padding of inode numbers and block counts >2^32, as well as 2013-05-30 16:34:32 +00:00
main.c remove some unnecessary sys/cdefs.h inclusions 2012-12-04 02:26:59 +00:00
Makefile
print.c Replace <sys/param.h> with <limits.h> and other less dirty headers where 2015-01-16 06:39:28 +00:00
util.c add unsigned char casts for specific calls to ctype.h macros. 2013-11-21 15:54:44 +00:00