| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand the -r option to support hex. Though undocumented, the -r | jwd | 2000-07-22 | 2 | -2/+3 |
* | Add overflow tests | se | 2000-07-22 | 1 | -3/+76 |
* | Add the missing flags to ls(1)'s usage: -Bb. | green | 2000-07-22 | 1 | -2/+2 |
* | Make the comment regarding ftruncate() correct. | green | 2000-07-20 | 1 | -2/+2 |
* | Don't emit a warning message if fchflags() returns EOPNOTSUPP | sada | 2000-07-20 | 1 | -1/+10 |
* | Update stale references to update(4) with references to the new | sheldonh | 2000-07-19 | 1 | -1/+1 |
* | Fix one grammar problem which crept in from rev 1.40 to rev 1.42, and | sheldonh | 2000-07-18 | 1 | -2/+2 |
* | Document the builtin echo command | marko | 2000-07-17 | 1 | -4/+60 |
* | Locale support was added by ache long ago. | sheldonh | 2000-07-17 | 1 | -4/+2 |
* | To make inherit file flags when mv(1) moves file between directories | sada | 2000-07-15 | 1 | -0/+2 |
* | Re-worded the description of the -r option | marko | 2000-07-15 | 1 | -2/+4 |
* | Fixd with alias missing. | sada | 2000-07-15 | 1 | -0/+1 |
* | Now, the mdoc fixes, such as: | alex | 2000-07-14 | 1 | -22/+28 |
* | As per request by sheldonh and others on IRC, seperate language and mdoc | alex | 2000-07-14 | 1 | -32/+28 |
* | Fix several language, style and mdoc improvements (such as correct | alex | 2000-07-14 | 1 | -57/+60 |
* | Use lstat(2) instead of stat(2) when deciding if we should fastcopy | dwmalone | 2000-07-11 | 1 | -1/+1 |
* | Extend numeric operations to support 64 bit numbers. | se | 2000-07-10 | 1 | -30/+29 |
* | Add support for 64bit integer comparisons. | se | 2000-07-10 | 1 | -6/+50 |
* | Don't call warn() with no format string. This is potentially exploitable, alt... | kris | 2000-07-10 | 1 | -1/+1 |
* | Initial kenv(1) hack for dumping the kernel environment. This can be | peter | 2000-07-08 | 3 | -0/+186 |
* | Fix the exit code for the case where nentries == 0; if a PID doesn't exist, | will | 2000-07-08 | 1 | -1/+1 |
* | Explain the dependence of colour support on the capabilities of the | sheldonh | 2000-07-07 | 1 | -0/+20 |
* | restore tabs lost from prev commit | ache | 2000-07-07 | 1 | -2/+2 |
* | curses -> termcap, mainly for purity and to indicate which functions family | ache | 2000-07-06 | 1 | -2/+2 |
* | make sure we do not write out non-printable characters in file names | assar | 2000-07-04 | 5 | -25/+36 |
* | Various cleanups are made to reduce warnings and make code prettier :) | green | 2000-07-01 | 5 | -17/+29 |
* | Fix the rmdir -p a/b/c/ case, where rmdir -p a/b/c works, and rmdir c/ | nbm | 2000-06-28 | 1 | -0/+4 |
* | Grumble. The previous commit still had the wrong date in the | mpp | 2000-06-28 | 1 | -1/+1 |
* | Typo fix. | mpp | 2000-06-28 | 1 | -1/+1 |
* | Use Dq Li (double-quoted literal) instead of Ic (internal command) to | sheldonh | 2000-06-27 | 1 | -4/+2 |
* | Add \a and \e to "echo -e" escape handling. | mph | 2000-06-26 | 1 | -0/+2 |
* | Use %Ef | ache | 2000-06-22 | 1 | -2/+2 |
* | Fix changes from 1.34 through 1.37: | sheldonh | 2000-06-22 | 1 | -6/+14 |
* | Mention the timezone where appropriate (for the -v option). | brian | 2000-06-22 | 1 | -3/+3 |
* | Order the ENVIRONMENT section alphabetically. | joe | 2000-06-21 | 1 | -5/+5 |
* | I broke locale sensitive ordering of date and month in | joe | 2000-06-21 | 2 | -6/+16 |
* | Don't assume that the output of strftime for "%c" ("national | joe | 2000-06-18 | 1 | -15/+10 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 7 | -21/+18 |
* | Activate Japanese NLS and KANJI support | ache | 2000-06-11 | 4 | -12/+1 |
* | 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 | 2 | -14/+10 |
* | 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 |
* | Add -G to usage: if COLORLS | ache | 2000-06-06 | 1 | -1/+6 |
* | Staticize more functions | ache | 2000-06-06 | 1 | -4/+7 |
* | Move colorquit() prototype to extern.h | ache | 2000-06-06 | 2 | -4/+4 |
* | Make signal handler safe - don't use stdio (pointed by bde) | ache | 2000-06-06 | 2 | -14/+26 |
* | Reflect reality: | ache | 2000-06-06 | 1 | -2/+2 |
* | Get rid of curses completely - use tgoto instead of tparm | ache | 2000-06-05 | 1 | -5/+4 |