aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete /dev/drum referencesChris D. Faulhaber2000-10-291-3/+2
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpDoug Barton2000-10-291-1/+1
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
* Allow negative seek offsets for files that can be seeked upon. ItBrian Feldman2000-10-222-2/+10
* Include sys/types.hBrian Somers2000-10-162-0/+4
* Style fixesGregory Neil Shapiro2000-10-111-4/+4
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-102-0/+2
* Implement the <> redirection operator.Brian Somers2000-10-037-3/+34
* No need to work around SCCS variable expansion any more.Kris Kennaway2000-09-281-6/+2
* Support multiple (comma separated) names as arguments to -UBrian Somers2000-09-262-15/+73
* Use .Cm macro where appropriate.Ruslan Ermilov2000-09-191-8/+8
* Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troffSheldon Hearn2000-09-191-41/+43
* Add two new features to chio(1):Kenneth D. Merry2000-09-182-15/+304
* Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-171-0/+6
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+9
* Fix markup typoMark Ovens2000-09-061-1/+2
* 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