aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix style bugs and poor wording introduced in rev 1.12.Sheldon Hearn2000-08-171-8/+17
* Fix style bugs and inconsistencies introduced in rev 1.16.Sheldon Hearn2000-08-171-12/+18
* Disable part of my 8-bits fixes from December 1999.Martin Cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directoryMartin Cracauer2000-08-161-9/+16
* From submitter:Martin Cracauer2000-08-163-1/+22
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-164-6/+0
* Add the -i option, as found in rm(1), which provides an interactiveSheldon Hearn2000-08-142-8/+46
* Un-deprecate the -G flag at obrien's request. Colour sequences are stillJosef Karthauser2000-08-132-11/+20
* Correct spelling: depricated -> deprecated.Josef Karthauser2000-08-122-2/+2
* A change to the way that colours are switched on in ls. The -GJosef Karthauser2000-08-122-44/+54
* The rest of the changes needed to support the new version of sendmail (8.11.0).Gregory Neil Shapiro2000-08-121-1/+14
* ".It" -> ".It Ev" in a couple of places.Josef Karthauser2000-08-121-2/+2
* Optimize out no-op chmod() syscalls.Peter Wemm2000-07-291-2/+5
* Try to clean the manpage up according to the mail from SheldonJohn W. De Boskey2000-07-281-5/+6
* Mark up the -a flag to unalias as a flag (Fl), not an argument (Ar).Sheldon Hearn2000-07-241-1/+1
* Add missing punctuation to one line.Sheldon Hearn2000-07-241-1/+1
* Expand the -r option to support hex. Though undocumented, the -rJohn W. De Boskey2000-07-222-2/+3
* Add overflow testsStefan Eßer2000-07-221-3/+76
* Add the missing flags to ls(1)'s usage: -Bb.Brian Feldman2000-07-221-2/+2
* Make the comment regarding ftruncate() correct.Brian Feldman2000-07-201-2/+2
* Don't emit a warning message if fchflags() returns EOPNOTSUPPSADA Kenji2000-07-201-1/+10
* Update stale references to update(4) with references to the newSheldon Hearn2000-07-191-1/+1
* Fix one grammar problem which crept in from rev 1.40 to rev 1.42, andSheldon Hearn2000-07-181-2/+2
* Document the builtin echo commandMark Ovens2000-07-171-4/+60
* Locale support was added by ache long ago.Sheldon Hearn2000-07-171-4/+2
* To make inherit file flags when mv(1) moves file between directoriesSADA Kenji2000-07-151-0/+2
* Re-worded the description of the -r optionMark Ovens2000-07-151-2/+4
* Fixd with alias missing.SADA Kenji2000-07-151-0/+1
* Now, the mdoc fixes, such as:Alexander Langer2000-07-141-22/+28
* As per request by sheldonh and others on IRC, seperate language and mdocAlexander Langer2000-07-141-32/+28
* Fix several language, style and mdoc improvements (such as correctAlexander Langer2000-07-141-57/+60
* Use lstat(2) instead of stat(2) when deciding if we should fastcopyDavid Malone2000-07-111-1/+1
* Extend numeric operations to support 64 bit numbers.Stefan Eßer2000-07-101-30/+29
* Add support for 64bit integer comparisons.Stefan Eßer2000-07-101-6/+50
* Don't call warn() with no format string. This is potentially exploitable, alt...Kris Kennaway2000-07-101-1/+1
* Initial kenv(1) hack for dumping the kernel environment. This can bePeter Wemm2000-07-083-0/+186
* Fix the exit code for the case where nentries == 0; if a PID doesn't exist,Will Andrews2000-07-081-1/+1
* Explain the dependence of colour support on the capabilities of theSheldon Hearn2000-07-071-0/+20
* restore tabs lost from prev commitAndrey A. Chernov2000-07-071-2/+2
* curses -> termcap, mainly for purity and to indicate which functions familyAndrey A. Chernov2000-07-061-2/+2
* make sure we do not write out non-printable characters in file namesAssar Westerlund2000-07-045-25/+36
* Various cleanups are made to reduce warnings and make code prettier :)Brian Feldman2000-07-015-17/+29
* Fix the rmdir -p a/b/c/ case, where rmdir -p a/b/c works, and rmdir c/Neil Blakey-Milner2000-06-281-0/+4
* Grumble. The previous commit still had the wrong date in theMike Pritchard2000-06-281-1/+1
* Typo fix.Mike Pritchard2000-06-281-1/+1
* Use Dq Li (double-quoted literal) instead of Ic (internal command) toSheldon Hearn2000-06-271-4/+2
* Add \a and \e to "echo -e" escape handling.Matthew Hunt2000-06-261-0/+2
* Use %EfAndrey A. Chernov2000-06-221-2/+2
* Fix changes from 1.34 through 1.37:Sheldon Hearn2000-06-221-6/+14
* Mention the timezone where appropriate (for the -v option).Brian Somers2000-06-221-3/+3