| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the missing flags to ls(1)'s usage: -Bb. | Brian Feldman | 2000-07-22 | 1 | -2/+2 |
| * | Explain the dependence of colour support on the capabilities of the | Sheldon Hearn | 2000-07-07 | 1 | -0/+20 |
| * | make sure we do not write out non-printable characters in file names | Assar Westerlund | 2000-07-04 | 5 | -25/+36 |
| * | Fix changes from 1.34 through 1.37: | Sheldon Hearn | 2000-06-22 | 1 | -6/+14 |
| * | Order the ENVIRONMENT section alphabetically. | Josef Karthauser | 2000-06-21 | 1 | -5/+5 |
| * | I broke locale sensitive ordering of date and month in | Josef Karthauser | 2000-06-21 | 2 | -6/+16 |
| * | Don't assume that the output of strftime for "%c" ("national | Josef Karthauser | 2000-06-18 | 1 | -15/+10 |
| * | Switch over to using the new fflagstostr and strtofflags library calls. | Josef Karthauser | 2000-06-17 | 3 | -6/+9 |
| * | Fix one conditionalization in my prev. commit | Andrey A. Chernov | 2000-06-06 | 1 | -2/+3 |
| * | Greately simplify oxtabs fix by simple setting f_notabs for f_color | Andrey A. Chernov | 2000-06-06 | 2 | -14/+10 |
| * | Honor f_notabs flag even in COLORLS | Andrey A. Chernov | 2000-06-06 | 1 | -1/+1 |
| * | Back out spaces to TABs replace removing for COLORLS | Andrey A. Chernov | 2000-06-06 | 1 | -0/+13 |
| * | Don't replace TABs with spaces for COLORLS because "some terminals get confused" | Andrey A. Chernov | 2000-06-06 | 1 | -12/+0 |
| * | Add -G to usage: if COLORLS | Andrey A. Chernov | 2000-06-06 | 1 | -1/+6 |
| * | Staticize more functions | Andrey A. Chernov | 2000-06-06 | 1 | -4/+7 |
| * | Move colorquit() prototype to extern.h | Andrey A. Chernov | 2000-06-06 | 2 | -4/+4 |
| * | Make signal handler safe - don't use stdio (pointed by bde) | Andrey A. Chernov | 2000-06-06 | 2 | -14/+26 |
| * | Reflect reality: | Andrey A. Chernov | 2000-06-06 | 1 | -2/+2 |
| * | Get rid of curses completely - use tgoto instead of tparm | Andrey A. Chernov | 2000-06-05 | 1 | -5/+4 |
| * | Do SIGINT cleanup for SIGQUIT as well. | Martin Cracauer | 2000-06-05 | 1 | -0/+1 |
| * | Kill yourself in ^C handler, not exit(1) to allow script to sense signal | Andrey A. Chernov | 2000-06-05 | 1 | -7/+10 |
| * | Cosmetique of prev. optimization - don't use global variable | Andrey A. Chernov | 2000-06-05 | 1 | -1/+6 |
| * | Don't use curses includes, include termcap.h instead | Andrey A. Chernov | 2000-06-05 | 1 | -13/+26 |
| * | Don't use curses includes, include termcap.h instead | Andrey A. Chernov | 2000-06-05 | 1 | -6/+7 |
| * | Don't use ncurses, use termcap | Andrey A. Chernov | 2000-06-05 | 1 | -1/+2 |
| * | Don't look up the ANSI sequences each time a colour is changed, | Josef Karthauser | 2000-06-05 | 3 | -11/+31 |
| * | Disable colour support in ls when building the fixit floppy, and make | Josef Karthauser | 2000-06-05 | 1 | -0/+2 |
| * | * Re-implement colour support using termcap's AF and AB capabilities | Josef Karthauser | 2000-06-05 | 5 | -12/+74 |
| * | Add colour support to /bin/ls (at a cost of 1056 bytes on my system). | Josef Karthauser | 2000-06-02 | 5 | -4/+220 |
| * | Remove more single-space hard sentence breaks. | Sheldon Hearn | 2000-03-02 | 1 | -3/+6 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -2/+4 |
| * | Revert part of the last commit, remove {g|s}etflags from the libc | Josef Karthauser | 2000-02-05 | 2 | -1/+4 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 2 | -4/+1 |
| * | Print negative minor numbers in hex. Negative minor numbers are | Bruce Evans | 2000-01-06 | 1 | -2/+3 |
| * | Added missing DPADD's. Removed unrequired SRCS's. | Josef Karthauser | 2000-01-01 | 1 | -0/+1 |
| * | Retire stat_flags.c; it's now in libutil. | Josef Karthauser | 1999-12-30 | 1 | -149/+0 |
| * | Moved flags_to_string and string_to_flags into libutil. It's used in | Josef Karthauser | 1999-12-30 | 1 | -1/+3 |
| * | Fix a bug where a pointer would be one character too far after putting | Ollivier Robert | 1999-12-21 | 1 | -1/+1 |
| * | Rewriting of flags_to_string() and string_to_flags() to use an array. | Ollivier Robert | 1999-12-19 | 1 | -86/+61 |
| * | Add `n' to the synopsis. | David E. O'Brien | 1999-10-16 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 9 | -9/+9 |
| * | Backed out my -n change to imply -l by request of sheldonh. | Chris Costello | 1999-08-23 | 1 | -2/+0 |
| * | Make -n flag compliant to the Single Unix Specification. | Chris Costello | 1999-08-23 | 1 | -1/+3 |
| * | Take integer rounding into account in the buffer size approximation | Sheldon Hearn | 1999-08-19 | 1 | -2/+2 |
| * | Style issues in previous commit: | Sheldon Hearn | 1999-08-19 | 1 | -4/+14 |
| * | Add -n option to print numeric user and group IDs instead of names | Sheldon Hearn | 1999-08-02 | 3 | -9/+31 |
| * | Chflags was clearing all flags supplied on the command line after a | Jean-Marc Zucconi | 1999-05-21 | 1 | -2/+2 |
| * | Various spelling/formatting changes. | Kris Kennaway | 1999-05-08 | 2 | -4/+4 |
| * | .Xr chflags 1 , | Tim Vanderhoek | 1999-04-27 | 1 | -1/+2 |
| * | changable -> changeable | Bill Fumerola | 1998-11-30 | 1 | -2/+2 |