| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 1 | -22/+21 |
* | pathconf() and acl_get_file() follow links so they cannot be used to | tjr | 2002-12-19 | 1 | -0/+8 |
* | Use warn() instead of perror() or fprintf() where appropriate. | tjr | 2002-11-06 | 1 | -6/+4 |
* | Print a `+' character after the standard UNIX permission fields in long | tjr | 2002-11-03 | 1 | -0/+53 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 1 | -2/+2 |
* | Constify, staticify, rationalise types and fix other related warnings. | markm | 2002-10-23 | 1 | -8/+8 |
* | Print non-printing characters in directory names, as well as file names, | tjr | 2002-10-18 | 1 | -1/+1 |
* | Output "human-readable" values with a non-0 precision where | dd | 2002-10-18 | 1 | -7/+9 |
* | Fix a warning of "possibly used before initialisation". | keramida | 2002-08-29 | 1 | -2/+1 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -4/+2 |
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 1 | -2/+47 |
* | restore missing default case removed in ls.c:r1.57 | billf | 2002-05-15 | 1 | -0/+1 |
* | #include <time.h> for the definition of time functions instead of | bde | 2002-02-25 | 1 | -2/+1 |
* | 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 | -13/+12 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -45/+25 |
* | LSCOLOURS should be spelt LSCOLORS. | joe | 2001-12-29 | 1 | -1/+1 |
* | Restore these files to shiny KNF. | joe | 2001-12-29 | 1 | -43/+43 |
* | Convert some spaces into tabs that I missed first time around. | joe | 2001-12-28 | 1 | -30/+30 |
* | Revert most of rev 1.42, to restore KNF style. | joe | 2001-12-28 | 1 | -49/+49 |
* | Add a new flag, -h which when combined with the -l option causes | joe | 2001-12-28 | 1 | -1/+71 |
* | Make it clearer what changed to a user using the old format of LSCOLORS. | joe | 2001-12-28 | 1 | -3/+3 |
* | Mop up some warnings. | joe | 2001-12-28 | 1 | -2/+2 |
* | Make the style more consistent throughout the file. | joe | 2001-12-28 | 1 | -58/+71 |
* | Use the default colour instead if a bad colour specification is given. | joe | 2001-12-28 | 1 | -1/+1 |
* | Revamp the colour support to allow for bold characters. Colours | joe | 2001-12-28 | 1 | -15/+39 |
* | Add LOMAC options (the "Z" flag in both cases) to display extra information | green | 2001-11-26 | 1 | -0/+2 |
* | Silence minor cc warning | ache | 2001-03-21 | 1 | -1/+1 |
* | Use nl_langinfo instead of %Ef | ache | 2001-03-21 | 1 | -6/+7 |
* | make sure we do not write out non-printable characters in file names | assar | 2000-07-04 | 1 | -9/+19 |
* | I broke locale sensitive ordering of date and month in | joe | 2000-06-21 | 1 | -6/+9 |
* | Don't assume that the output of strftime for "%c" ("national | joe | 2000-06-18 | 1 | -15/+10 |
* | Greately simplify oxtabs fix by simple setting f_notabs for f_color | ache | 2000-06-06 | 1 | -13/+0 |
* | Honor f_notabs flag even in COLORLS | ache | 2000-06-06 | 1 | -1/+1 |
* | Back out spaces to TABs replace removing for COLORLS | ache | 2000-06-06 | 1 | -0/+13 |
* | Don't replace TABs with spaces for COLORLS because "some terminals get confused" | ache | 2000-06-06 | 1 | -12/+0 |
* | Staticize more functions | ache | 2000-06-06 | 1 | -4/+7 |
* | Make signal handler safe - don't use stdio (pointed by bde) | ache | 2000-06-06 | 1 | -12/+26 |
* | Get rid of curses completely - use tgoto instead of tparm | ache | 2000-06-05 | 1 | -5/+4 |
* | Kill yourself in ^C handler, not exit(1) to allow script to sense signal | ache | 2000-06-05 | 1 | -7/+10 |
* | Cosmetique of prev. optimization - don't use global variable | ache | 2000-06-05 | 1 | -1/+6 |
* | Don't use curses includes, include termcap.h instead | ache | 2000-06-05 | 1 | -13/+26 |
* | Don't look up the ANSI sequences each time a colour is changed, | joe | 2000-06-05 | 1 | -9/+4 |
* | * Re-implement colour support using termcap's AF and AB capabilities | joe | 2000-06-05 | 1 | -10/+46 |
* | Add colour support to /bin/ls (at a cost of 1056 bytes on my system). | joe | 2000-06-02 | 1 | -0/+129 |
* | Print negative minor numbers in hex. Negative minor numbers are | bde | 2000-01-06 | 1 | -2/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Allow env. variable LS_COLWIDTHS to specify minimum column widths, | hoek | 1998-07-29 | 1 | -6/+11 |
* | o Renamed '-b' (show unprintables in octal) to '-B' | des | 1998-04-24 | 1 | -6/+7 |
* | Added -b option to display unprintables in octal. | des | 1998-04-21 | 1 | -4/+9 |