summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-261-0/+2
* Allow negative seek offsets for files that can be seeked upon. Itgreen2000-10-222-2/+10
* Include sys/types.hbrian2000-10-162-0/+4
* Style fixesgshapiro2000-10-111-4/+4
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-102-0/+2
* Implement the <> redirection operator.brian2000-10-037-3/+34
* No need to work around SCCS variable expansion any more.kris2000-09-281-6/+2
* Support multiple (comma separated) names as arguments to -Ubrian2000-09-262-15/+73
* Use .Cm macro where appropriate.ru2000-09-191-8/+8
* Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troffsheldonh2000-09-191-41/+43
* Add two new features to chio(1):ken2000-09-182-15/+304
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-0/+6
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+9
* Fix markup typomarko2000-09-061-1/+2
* Fix style bugs and poor wording introduced in rev 1.12.sheldonh2000-08-171-8/+17
* Fix style bugs and inconsistencies introduced in rev 1.16.sheldonh2000-08-171-12/+18
* Disable part of my 8-bits fixes from December 1999.cracauer2000-08-161-4/+1
* Fix type builtin for absolute paths and relative paths with directorycracauer2000-08-161-9/+16
* From submitter:cracauer2000-08-163-1/+22
* Don't explicitly declare optarg and optind. These are declared inimp2000-08-164-6/+0
* Add the -i option, as found in rm(1), which provides an interactivesheldonh2000-08-142-8/+46
* Un-deprecate the -G flag at obrien's request. Colour sequences are stilljoe2000-08-132-11/+20
* Correct spelling: depricated -> deprecated.joe2000-08-122-2/+2
* A change to the way that colours are switched on in ls. The -Gjoe2000-08-122-44/+54
* The rest of the changes needed to support the new version of sendmail (8.11.0).gshapiro2000-08-121-1/+14
* ".It" -> ".It Ev" in a couple of places.joe2000-08-121-2/+2
* 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
OpenPOWER on IntegriCloud