summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* spellingeivind1998-02-111-2/+2
* Fix printing for bytes read > 4G.asami1998-02-112-4/+4
* Back out my previous attempt to fix SIGINT/SIGTERM behaviourcracauer1998-02-061-16/+0
* Fix handling of SIGINT/SIGQUIT for foreground subprocesses. Mostcracauer1998-02-061-1/+17
* Display VSZ much more accurately now.dyson1998-02-021-3/+2
* setpwent now has a void return type, so remove the now bogus cast.steve1998-02-011-3/+3
* Cast a size_t to a long to avoid a gcc warning.jb1998-01-251-3/+3
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-2/+2
* Fixed syntax error in normally-unconfigured code in previous commit.bde1998-01-171-2/+2
* Fixed handling of short writes. Previously, we stopped copying andbde1998-01-161-5/+17
* Make a couple of the stat flags dependent on the sys/stat.h header filejb1998-01-091-1/+9
* Oops, back out rev 1.5, it wasn't my intention to also commit thejoerg1998-01-071-2/+1
* Use the correct value in the call to swab(3) with conv=swab. Previously,joerg1998-01-072-3/+4
* Correct a bogon in an example.steve1998-01-021-2/+2
* Ensure stdout is line buffered.helbig1997-12-312-3/+7
* Added $Id$.alex1997-12-291-0/+2
* Use consistent spelling,hoek1997-12-251-2/+2
* Add (BSD) copyright headers.brian1997-12-212-0/+56
* Don't strip trailing slashes (for the initial rmdir). It breaksbde1997-12-191-9/+1
* It's more portable to use <errno.h> than <sys/errno.h>eivind1997-12-151-2/+2
* Revert 1.15 - duplicate code (initialization).eivind1997-12-151-5/+0
* Make code slightly more robust towards change by calculating sizeeivind1997-12-121-2/+2
* Make this lint more cleanlyeivind1997-12-121-1/+6
* Merge from OpenBSD:eivind1997-12-121-3/+5
* Put [+format] at the end of the usage message.brian1997-12-112-7/+8
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.eivind1997-12-1020-56/+28
* Merge from OpenBSD:eivind1997-12-101-2/+16
* Add -P option to cp(1) for local to local copying.wosch1997-12-081-2/+2
* Use `cp -R' instead `cp -r' for local to local copingwosch1997-12-071-2/+2
* Move procctl to the Attic, it's been copied to usr.sbin/procctl aspeter1997-12-074-91/+2
* Add procctl to the list of programs built.sef1997-12-061-2/+2
* First checkin of the procctl program.sef1997-12-063-0/+89
* Document the new -f flag.dyson1997-12-051-1/+3
* Add an option to building PS, so that the upages are explicitly paged in onlydyson1997-12-052-13/+44
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-2/+6
* Document the exit status for a command that was terminated by ajdp1997-11-121-1/+5
* Sort "sparse" into alphabetical order, since dd's `conv' options needjoerg1997-11-111-2/+2
* Fixed some type and value mismatches. setsignal() returned a boguslybde1997-11-102-12/+11
* 1) Fix longstanding bug:ache1997-11-051-3/+10
* Synchronize usage() and man page.helbig1997-10-262-5/+5
* Style police: keep a variable list in alphabetical order, and addjoerg1997-10-131-5/+5
* Make df(1) exit with non-success status if something went wrong.joerg1997-10-121-11/+18
* Teach dd(1) about an option to write sparse files. Can be useful forjoerg1997-10-114-7/+45
* Un-clobber mktemp->mkstemp patch.eivind1997-10-091-3/+2
* Add <sys/errno.h>eivind1997-10-091-1/+2
* make signal handlers errno safeeivind1997-10-081-3/+8
* mktemp -> mkstempeivind1997-10-081-2/+3
* make signal handlers errno safeeivind1997-10-081-1/+3
* Slightly improved fix compared to my insirationeivind1997-10-081-1/+3
* save errno in sigchld handlereivind1997-10-071-1/+3
OpenPOWER on IntegriCloud