aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Use consistent spelling,Tim Vanderhoek1997-12-251-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-212-0/+56
* Don't strip trailing slashes (for the initial rmdir). It breaksBruce Evans1997-12-191-9/+1
* It's more portable to use <errno.h> than <sys/errno.h>Eivind Eklund1997-12-151-2/+2
* Revert 1.15 - duplicate code (initialization).Eivind Eklund1997-12-151-5/+0
* Make code slightly more robust towards change by calculating sizeEivind Eklund1997-12-121-2/+2
* Make this lint more cleanlyEivind Eklund1997-12-121-1/+6
* Merge from OpenBSD:Eivind Eklund1997-12-121-3/+5
* Put [+format] at the end of the usage message.Brian Somers1997-12-112-7/+8
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-1020-56/+28
* Merge from OpenBSD:Eivind Eklund1997-12-101-2/+16
* Add -P option to cp(1) for local to local copying.Wolfram Schneider1997-12-081-2/+2
* Use `cp -R' instead `cp -r' for local to local copingWolfram Schneider1997-12-071-2/+2
* Move procctl to the Attic, it's been copied to usr.sbin/procctl asPeter Wemm1997-12-074-91/+2
* Add procctl to the list of programs built.Sean Eric Fagan1997-12-061-2/+2
* First checkin of the procctl program.Sean Eric Fagan1997-12-063-0/+89
* Document the new -f flag.John Dyson1997-12-051-1/+3
* Add an option to building PS, so that the upages are explicitly paged in onlyJohn Dyson1997-12-052-13/+44
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-131-2/+6
* Document the exit status for a command that was terminated by aJohn Polstra1997-11-121-1/+5
* Sort "sparse" into alphabetical order, since dd's `conv' options needJoerg Wunsch1997-11-111-2/+2
* Fixed some type and value mismatches. setsignal() returned a boguslyBruce Evans1997-11-102-12/+11
* 1) Fix longstanding bug:Andrey A. Chernov1997-11-051-3/+10
* Synchronize usage() and man page.Wolfgang Helbig1997-10-262-5/+5
* Style police: keep a variable list in alphabetical order, and addJoerg Wunsch1997-10-131-5/+5
* Make df(1) exit with non-success status if something went wrong.Joerg Wunsch1997-10-121-11/+18
* Teach dd(1) about an option to write sparse files. Can be useful forJoerg Wunsch1997-10-114-7/+45
* Un-clobber mktemp->mkstemp patch.Eivind Eklund1997-10-091-3/+2
* Add <sys/errno.h>Eivind Eklund1997-10-091-1/+2
* make signal handlers errno safeEivind Eklund1997-10-081-3/+8
* mktemp -> mkstempEivind Eklund1997-10-081-2/+3
* make signal handlers errno safeEivind Eklund1997-10-081-1/+3
* Slightly improved fix compared to my insirationEivind Eklund1997-10-081-1/+3
* save errno in sigchld handlerEivind Eklund1997-10-071-1/+3
* vsprintf -> vnsprintf paranoia.Eivind Eklund1997-10-071-2/+2
* Don't honor $HOME if >= MAXPATHLENEivind Eklund1997-10-071-2/+3
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-6/+9
* mv(1) is too silent if used with the option -i. It shouldWolfram Schneider1997-10-041-6/+9
* cp(1) is too silent if used with the option -i. It shouldWolfram Schneider1997-10-031-2/+5
* Change example from US to international standard date notation.Wolfram Schneider1997-10-031-3/+3
* Back out suppress '\n' mod.Daniel O'Callaghan1997-10-032-16/+8
* Add the '-s' flag to the usage string.Daniel O'Callaghan1997-10-011-2/+2
* Add the ability to supress the '\n' at the end of the date printed.Daniel O'Callaghan1997-10-012-7/+15
* Fix the broken `date HHMM.SS' handling.Joerg Wunsch1997-09-301-2/+3
* Add the '-t timeout' option to the 'read' builtin. This allows theMike Smith1997-09-292-6/+72
* Endless loop.Wolfram Schneider1997-09-281-5/+6
* Change to use the new KTH Kerberos.Mark Murray1997-09-282-11/+13
* environmental -> environment.Philippe Charnier1997-09-182-5/+5
* Fix sorting of directories when doing '-d'.Sean Eric Fagan1997-09-181-10/+6
* PR: docs/4449Wolfram Schneider1997-09-131-1/+6