| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 1 | -34/+32 |
* | When mac_from_text() fails with -Z, print "-" rather than "" so that | rwatson | 2003-04-26 | 1 | -1/+1 |
* | Improve handling of symlink targets when listing MAC labels: don't | rwatson | 2002-12-18 | 1 | -6/+13 |
* | Use warn() instead of perror() or fprintf() where appropriate. | tjr | 2002-11-06 | 1 | -8/+4 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+0 |
* | Attempt improved use of fts results: use the correct path to the | rwatson | 2002-10-24 | 1 | -4/+14 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 1 | -29/+61 |
* | Print non-printing characters in directory names, as well as file names, | tjr | 2002-10-18 | 1 | -4/+7 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 1 | -2/+2 |
* | Replace various spellings with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -10/+10 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -1/+1 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -4/+4 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -4/+2 |
* | Ignore empty COLUMNS environment variable. COLUMNS should take precedence | tjr | 2002-06-04 | 1 | -5/+5 |
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 1 | -4/+27 |
* | restore missing default case removed in ls.c:r1.57 | billf | 2002-05-15 | 1 | -0/+3 |
* | Make 'user' and 'group' const as to not discard the qualifier from the | jmallett | 2002-05-15 | 1 | -1/+2 |
* | Remove an empty default case to make this syntactically correct. Not there | jmallett | 2002-05-15 | 1 | -1/+0 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -0/+2 |
* | Use __FBSDID() and clean up the vendor tags. | markm | 2002-02-03 | 1 | -5/+6 |
* | WARNS=4 fixes, plus a healthy dose of fixes inspired by lint. | markm | 2002-02-03 | 1 | -41/+56 |
* | Fix unused variable. | imp | 2002-02-02 | 1 | -0/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -18/+11 |
* | Force raw printing of non-printable characters via the -w option. | joe | 2001-12-29 | 1 | -1/+6 |
* | Restore these files to shiny KNF. | joe | 2001-12-29 | 1 | -39/+45 |
* | Add a new flag, -h which when combined with the -l option causes | joe | 2001-12-28 | 1 | -1/+5 |
* | Mop up some warnings. | joe | 2001-12-28 | 1 | -1/+1 |
* | Revamp the colour support to allow for bold characters. Colours | joe | 2001-12-28 | 1 | -0/+4 |
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 1 | -9/+33 |
* | Un-deprecate the -G flag at obrien's request. Colour sequences are still | joe | 2000-08-13 | 1 | -6/+5 |
* | Correct spelling: depricated -> deprecated. | joe | 2000-08-12 | 1 | -1/+1 |
* | A change to the way that colours are switched on in ls. The -G | joe | 2000-08-12 | 1 | -15/+20 |
* | make sure we do not write out non-printable characters in file names | assar | 2000-07-04 | 1 | -2/+0 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 1 | -3/+8 |
* | Fix one conditionalization in my prev. commit | ache | 2000-06-06 | 1 | -2/+3 |
* | Greately simplify oxtabs fix by simple setting f_notabs for f_color | ache | 2000-06-06 | 1 | -1/+10 |
* | Move colorquit() prototype to extern.h | ache | 2000-06-06 | 1 | -1/+0 |
* | Do SIGINT cleanup for SIGQUIT as well. | cracauer | 2000-06-05 | 1 | -0/+1 |
* | Don't use curses includes, include termcap.h instead | ache | 2000-06-05 | 1 | -6/+7 |
* | Don't look up the ANSI sequences each time a colour is changed, | joe | 2000-06-05 | 1 | -2/+23 |
* | * Re-implement colour support using termcap's AF and AB capabilities | joe | 2000-06-05 | 1 | -2/+20 |
* | Add colour support to /bin/ls (at a cost of 1056 bytes on my system). | joe | 2000-06-02 | 1 | -3/+13 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -0/+2 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 1 | -2/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Backed out my -n change to imply -l by request of sheldonh. | chris | 1999-08-23 | 1 | -2/+0 |
* | Make -n flag compliant to the Single Unix Specification. | chris | 1999-08-23 | 1 | -1/+3 |
* | Take integer rounding into account in the buffer size approximation | sheldonh | 1999-08-19 | 1 | -2/+2 |
* | Style issues in previous commit: | sheldonh | 1999-08-19 | 1 | -4/+14 |
* | Add -n option to print numeric user and group IDs instead of names | sheldonh | 1999-08-02 | 1 | -5/+19 |