aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* make '|' character visible.Martin Cracauer1999-12-051-1/+1
* Fix "subscript has type `char'" warnings by casting to int, asMartin Cracauer1999-12-042-5/+6
* Include strerror(errno) in error messages after failed system calls.Martin Cracauer1999-11-2910-15/+21
* Default to not -v.David E. O'Brien1999-11-281-2/+2
* brucifyMichael Haro1999-11-283-29/+33
* Add "-v".David E. O'Brien1999-11-272-2/+18
* Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidPhilippe Charnier1999-11-212-8/+12
* Follow-up on mdoc fixes in rev 1.35; this includes things that I missedSheldon Hearn1999-11-181-29/+58
* The pipleline problem introduced in version 1.22 wasn't fully fixed inMartin Cracauer1999-11-171-1/+1
* I'm probably jumping the gun, but what the heck, this is -current.Peter Wemm1999-11-171-2/+2
* Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.Peter Wemm1999-11-171-60/+19
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-1/+1
* Typo (appropiate -> appropriate)Kris Kennaway1999-11-151-1/+1
* Allow the year to be specified with an optional century.Sheldon Hearn1999-11-102-4/+14
* Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as anSheldon Hearn1999-11-101-2/+2
* Correct logic from previous commit - middle processes in long pipesSteve Price1999-11-071-1/+1
* When a backquote command inside a here-document had a pipe with moreMartin Cracauer1999-11-051-1/+2
* Most modern OSs have the ability to flag certain mounts as ones toJulian Elischer1999-11-012-6/+14
* Restore reference to sleep(3).Ruslan Ermilov1999-10-281-1/+2
* Fix ';' command when used with -e flag.Martin Cracauer1999-10-261-1/+8
* Add `n' to the synopsis.David E. O'Brien1999-10-161-1/+1
* Implement ulimit -b for RLIMIT_SBSIZE.Brian Feldman1999-10-091-1/+4
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-091-0/+1
* Mdoc cleanup, with a few grammar cleanups on the side.Sheldon Hearn1999-10-071-498/+922
* Nuke the FIODTYPE compatibility bits. It's time.Brian Feldman1999-10-031-3/+1
* Let sleep(1) handle fractions of a second (up to nanosecond).Ruslan Ermilov1999-10-012-12/+72
* Fix for new Kerberos4.Mark Murray1999-09-192-3/+6
* Make count=0 set cpy_cnt to -1, which is slight overloading, but makesBrian Feldman1999-09-163-5/+18
* Let count=-something fail, while count=0 may succeed, thus making dd(1)Brian Feldman1999-09-161-2/+2
* Correct some hard sentence breaks. Only those surrounding the previousSheldon Hearn1999-09-145-76/+83
* Even more dd(1) cleanups! Thanks to Bruce for staying on my case untilBrian Feldman1999-09-136-37/+45
* Fix SEE ALSO section:Alexey Zelkin1999-09-131-2/+4
* Fixed longstanding breakage of rm of deep directories in rev.1.2.Bruce Evans1999-09-131-1/+1
* ISDISK -> ISSEEKBrian Feldman1999-09-123-5/+5
* Even more cleanups to dd(1). This is probably the culmination of theBrian Feldman1999-09-127-120/+117
* Add verbose processing flag.David E. O'Brien1999-09-112-5/+21
* Make a bit more headway with dd's argument parsing, etc. get_bsz() isBrian Feldman1999-09-112-26/+32
* Improve shell documentation:Sheldon Hearn1999-09-087-52/+91
* brucify, `v' before `W', mention -v is non-standard in manpage andMichael Haro1999-09-042-18/+25
* mention that -v is non-standardMichael Haro1999-09-041-0/+4
* brucify and add comment about -v being non-standard to manpageMichael Haro1999-09-042-6/+10
* Revert to using .Xr for builtins. The cross-references don't work now,Sheldon Hearn1999-08-311-5/+5
* Clean-up:Sheldon Hearn1999-08-301-69/+160
* Yet another previously forgotten merge from Lite2. (DescribeBruce Evans1999-08-301-4/+5
* fix rm -rMichael Haro1999-08-291-1/+2
* add verbose flagMichael Haro1999-08-292-7/+23
* brucify and move printf() to catch cases of special filesMichael Haro1999-08-293-11/+7
* add verbose flagMichael Haro1999-08-292-10/+27
* Fix typo in previous commit that documented the -v option.Mike Pritchard1999-08-281-1/+1
* add verbose flagMichael Haro1999-08-282-5/+17