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_3_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.6   23 years  mickey   new strtofflags/fflagstostr
[TXT] cmp.c  1.3   27 years  millert   From NetBSD: - Correct sorting behaviour. - Do multicolumn output in a w...
[TXT] extern.h  1.8   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] ls.1  1.33   22 years  mpech   Initial patch. When you give command examples in a manual page prefix them with ...
[TXT] ls.c  1.17   22 years  millert   o Remove local prototypes for group_from_gid() and user_from_uid() since they ...
[TXT] ls.h  1.4   25 years  deraadt   defer conversion of unprintable filenames till final display, permitting badly n...
[TXT] main.c  1.2   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] print.c  1.17   21 years  deraadt   utmp.h not needed
[TXT] util.c  1.7   22 years  mpech   o) __progname aria; millert@ ok.