OpenBSD CVS

src/bin/ls/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / ls

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   20 years  tedu   -h, human readable sizes. from a jonathon gray mail to tech@ ok ian@ millert@
[TXT] cmp.c  1.6   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] extern.h  1.9   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ls.1  1.66   12 years  jmc   use the same format/text, as far as possible, for date strings; help/ok guenther...
[TXT] ls.c  1.38   11 years  guenther   Fix column padding of inode numbers and block counts >2^32, as well as display o...
[TXT] ls.h  1.9   11 years  guenther   Fix column padding of inode numbers and block counts >2^32, as well as display o...
[TXT] main.c  1.4   11 years  deraadt   remove some unnecessary sys/cdefs.h inclusions
[TXT] print.c  1.30   11 years  guenther   Fix column padding of inode numbers and block counts >2^32, as well as display o...
[TXT] util.c  1.15   13 years  okan   add support for the (POSIX) -H flag feedback and ok millert@, sobrado@, jmc@