summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Optimize out no-op chmod() syscalls.peter2000-07-291-2/+5
* Try to clean the manpage up according to the mail from Sheldonjwd2000-07-281-5/+6
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).sheldonh2000-07-241-1/+1
* Add missing punctuation to one line.sheldonh2000-07-241-1/+1
* Expand the -r option to support hex. Though undocumented, the -rjwd2000-07-222-2/+3
* Add overflow testsse2000-07-221-3/+76
* Add the missing flags to ls(1)'s usage: -Bb.green2000-07-221-2/+2
* Make the comment regarding ftruncate() correct.green2000-07-201-2/+2
* Don't emit a warning message if fchflags() returns EOPNOTSUPPsada2000-07-201-1/+10
* Update stale references to update(4) with references to the newsheldonh2000-07-191-1/+1
* Fix one grammar problem which crept in from rev 1.40 to rev 1.42, andsheldonh2000-07-181-2/+2
* Document the builtin echo commandmarko2000-07-171-4/+60
* Locale support was added by ache long ago.sheldonh2000-07-171-4/+2
* To make inherit file flags when mv(1) moves file between directoriessada2000-07-151-0/+2
* Re-worded the description of the -r optionmarko2000-07-151-2/+4
* Fixd with alias missing.sada2000-07-151-0/+1
* Now, the mdoc fixes, such as:alex2000-07-141-22/+28
* As per request by sheldonh and others on IRC, seperate language and mdocalex2000-07-141-32/+28
* Fix several language, style and mdoc improvements (such as correctalex2000-07-141-57/+60
* Use lstat(2) instead of stat(2) when deciding if we should fastcopydwmalone2000-07-111-1/+1
* Extend numeric operations to support 64 bit numbers.se2000-07-101-30/+29
* Add support for 64bit integer comparisons.se2000-07-101-6/+50
* Don't call warn() with no format string. This is potentially exploitable, alt...kris2000-07-101-1/+1
* Initial kenv(1) hack for dumping the kernel environment. This can bepeter2000-07-083-0/+186
* Fix the exit code for the case where nentries == 0; if a PID doesn't exist,will2000-07-081-1/+1
* Explain the dependence of colour support on the capabilities of thesheldonh2000-07-071-0/+20
* restore tabs lost from prev commitache2000-07-071-2/+2
* curses -> termcap, mainly for purity and to indicate which functions familyache2000-07-061-2/+2
* make sure we do not write out non-printable characters in file namesassar2000-07-045-25/+36
* Various cleanups are made to reduce warnings and make code prettier :)green2000-07-015-17/+29
* Fix the rmdir -p a/b/c/ case, where rmdir -p a/b/c works, and rmdir c/nbm2000-06-281-0/+4
* Grumble. The previous commit still had the wrong date in thempp2000-06-281-1/+1
* Typo fix.mpp2000-06-281-1/+1
* Use Dq Li (double-quoted literal) instead of Ic (internal command) tosheldonh2000-06-271-4/+2
* Add \a and \e to "echo -e" escape handling.mph2000-06-261-0/+2
* Use %Efache2000-06-221-2/+2
* Fix changes from 1.34 through 1.37:sheldonh2000-06-221-6/+14
* Mention the timezone where appropriate (for the -v option).brian2000-06-221-3/+3
* Order the ENVIRONMENT section alphabetically.joe2000-06-211-5/+5
* I broke locale sensitive ordering of date and month injoe2000-06-212-6/+16
* Don't assume that the output of strftime for "%c" ("nationaljoe2000-06-181-15/+10
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-177-21/+18
* Activate Japanese NLS and KANJI supportache2000-06-114-12/+1
* Fix one conditionalization in my prev. commitache2000-06-061-2/+3
* Greately simplify oxtabs fix by simple setting f_notabs for f_colorache2000-06-062-14/+10
* Honor f_notabs flag even in COLORLSache2000-06-061-1/+1
* Back out spaces to TABs replace removing for COLORLSache2000-06-061-0/+13
* Don't replace TABs with spaces for COLORLS because "some terminals get confused"ache2000-06-061-12/+0
* Add -G to usage: if COLORLSache2000-06-061-1/+6
* Staticize more functionsache2000-06-061-4/+7
OpenPOWER on IntegriCloud