aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Give /bin/cat the ability to connect to and read unix-domain socketsMatthew Dillon2001-09-152-56/+108
* KSE Milestone 2Julian Elischer2001-09-121-2/+3
* UPAGES as a constant is gone in KSE. We are going to have to trustPeter Wemm2001-09-101-3/+1
* Enable BSD style color ls support.Mark Peek2001-09-052-0/+2
* Update to the tcsh-6.11 version.Mark Peek2001-09-051-4/+12
* Add new tcsh-6.11 NLS sets for Estonian and Russian.Mark Peek2001-09-053-1/+33
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-3/+3
* The file_descriptor argument to -t isn't optional, so don't mark it up so.Dima Dorfman2001-08-311-1/+1
* On today's kernels masking with ~KERNBASE is turning out to be lessPeter Wemm2001-08-242-4/+4
* Handle kvm_getprocs() returning nothing. Dont pass -1 to a sizePeter Wemm2001-08-241-1/+1
* Implement `stty ek` as documented.Dima Dorfman2001-08-231-0/+12
* Only capitalise the last `t' in ps's first argument when it'sBrian Somers2001-08-161-1/+5
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-1514-42/+14
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-144-6/+17
* Initialize infp at main()Peter Wemm2001-08-131-1/+2
* Initialize listf at main()Peter Wemm2001-08-131-1/+2
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-4/+0
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-104-14/+12
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-074-25/+18
* o Correctly define rcsid.Mike Barcroft2001-08-0610-182/+158
* style(9)David E. O'Brien2001-08-011-1/+1
* Remove a misplaced space.David E. O'Brien2001-08-011-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-262-3/+3
* Break the list of parameter expansions into two lists so thatSheldon Hearn2001-07-231-0/+2
* Don't use the pronoun "you".Dima Dorfman2001-07-231-6/+7
* Don't put a shell prompt in the example since none of the other manDima Dorfman2001-07-221-2/+8
* Add missing closing parenthesis.Ben Smithurst2001-07-211-1/+1
* Show an example of how to sort a file listing by size. Hopefully thisDavid E. O'Brien2001-07-211-0/+9
* Fix style bugs introduced by rev 1.28. No functional changes.Garrett Wollman2001-07-161-11/+12
* Set WARNS=2 on programs which compile cleanly.Dima Dorfman2001-07-154-0/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-1519-135/+135
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1015-15/+20
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-4/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-093-4/+6
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-062-3/+3
* Fix warnings on alpha and re-enable WARNS=2.Mike Heffner2001-07-042-13/+18
* Argh...this isn't ready for WARNS=2 on alpha.Mike Heffner2001-07-031-1/+0
* Constify and lockdown with WARNS=2.Mike Heffner2001-07-033-25/+26
* Use __unused for non-used variables.Brian Feldman2001-06-292-2/+2
* Add a note on what happens if the "-p" option is specifiedYaroslav Tykhiy2001-06-291-0/+2
* Back out previous commit: it doesn't help anything since write_file(),Dima Dorfman2001-06-281-2/+2
* Use the correct printf format to print a long.David Malone2001-06-261-1/+1
* Previous commit broke dd(1)'s I/O summary when it's terminated by aDima Dorfman2001-06-251-0/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-243-0/+3
* Don't call exit(3) from a signal handler.Dima Dorfman2001-06-242-4/+3
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-2215-15/+15