| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | setpwent now has a void return type, so remove the now bogus cast. | steve | 1998-02-01 | 1 | -3/+3 |
* | Cast a size_t to a long to avoid a gcc warning. | jb | 1998-01-25 | 1 | -3/+3 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -2/+2 |
* | Fixed syntax error in normally-unconfigured code in previous commit. | bde | 1998-01-17 | 1 | -2/+2 |
* | Fixed handling of short writes. Previously, we stopped copying and | bde | 1998-01-16 | 1 | -5/+17 |
* | Make a couple of the stat flags dependent on the sys/stat.h header file | jb | 1998-01-09 | 1 | -1/+9 |
* | Oops, back out rev 1.5, it wasn't my intention to also commit the | joerg | 1998-01-07 | 1 | -2/+1 |
* | Use the correct value in the call to swab(3) with conv=swab. Previously, | joerg | 1998-01-07 | 2 | -3/+4 |
* | Correct a bogon in an example. | steve | 1998-01-02 | 1 | -2/+2 |
* | Ensure stdout is line buffered. | helbig | 1997-12-31 | 2 | -3/+7 |
* | Added $Id$. | alex | 1997-12-29 | 1 | -0/+2 |
* | Use consistent spelling, | hoek | 1997-12-25 | 1 | -2/+2 |
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 2 | -0/+56 |
* | Don't strip trailing slashes (for the initial rmdir). It breaks | bde | 1997-12-19 | 1 | -9/+1 |
* | It's more portable to use <errno.h> than <sys/errno.h> | eivind | 1997-12-15 | 1 | -2/+2 |
* | Revert 1.15 - duplicate code (initialization). | eivind | 1997-12-15 | 1 | -5/+0 |
* | Make code slightly more robust towards change by calculating size | eivind | 1997-12-12 | 1 | -2/+2 |
* | Make this lint more cleanly | eivind | 1997-12-12 | 1 | -1/+6 |
* | Merge from OpenBSD: | eivind | 1997-12-12 | 1 | -3/+5 |
* | Put [+format] at the end of the usage message. | brian | 1997-12-11 | 2 | -7/+8 |
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 20 | -56/+28 |
* | Merge from OpenBSD: | eivind | 1997-12-10 | 1 | -2/+16 |
* | Add -P option to cp(1) for local to local copying. | wosch | 1997-12-08 | 1 | -2/+2 |
* | Use `cp -R' instead `cp -r' for local to local coping | wosch | 1997-12-07 | 1 | -2/+2 |
* | Move procctl to the Attic, it's been copied to usr.sbin/procctl as | peter | 1997-12-07 | 4 | -91/+2 |
* | Add procctl to the list of programs built. | sef | 1997-12-06 | 1 | -2/+2 |
* | First checkin of the procctl program. | sef | 1997-12-06 | 3 | -0/+89 |
* | Document the new -f flag. | dyson | 1997-12-05 | 1 | -1/+3 |
* | Add an option to building PS, so that the upages are explicitly paged in only | dyson | 1997-12-05 | 2 | -13/+44 |
* | Reviewed by: hackers@freebsd.org in general | julian | 1997-11-13 | 1 | -2/+6 |
* | Document the exit status for a command that was terminated by a | jdp | 1997-11-12 | 1 | -1/+5 |
* | Sort "sparse" into alphabetical order, since dd's `conv' options need | joerg | 1997-11-11 | 1 | -2/+2 |
* | Fixed some type and value mismatches. setsignal() returned a bogusly | bde | 1997-11-10 | 2 | -12/+11 |
* | 1) Fix longstanding bug: | ache | 1997-11-05 | 1 | -3/+10 |
* | Synchronize usage() and man page. | helbig | 1997-10-26 | 2 | -5/+5 |
* | Style police: keep a variable list in alphabetical order, and add | joerg | 1997-10-13 | 1 | -5/+5 |
* | Make df(1) exit with non-success status if something went wrong. | joerg | 1997-10-12 | 1 | -11/+18 |
* | Teach dd(1) about an option to write sparse files. Can be useful for | joerg | 1997-10-11 | 4 | -7/+45 |
* | Un-clobber mktemp->mkstemp patch. | eivind | 1997-10-09 | 1 | -3/+2 |
* | Add <sys/errno.h> | eivind | 1997-10-09 | 1 | -1/+2 |
* | make signal handlers errno safe | eivind | 1997-10-08 | 1 | -3/+8 |
* | mktemp -> mkstemp | eivind | 1997-10-08 | 1 | -2/+3 |
* | make signal handlers errno safe | eivind | 1997-10-08 | 1 | -1/+3 |
* | Slightly improved fix compared to my insiration | eivind | 1997-10-08 | 1 | -1/+3 |
* | save errno in sigchld handler | eivind | 1997-10-07 | 1 | -1/+3 |
* | vsprintf -> vnsprintf paranoia. | eivind | 1997-10-07 | 1 | -2/+2 |
* | Don't honor $HOME if >= MAXPATHLEN | eivind | 1997-10-07 | 1 | -2/+3 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -6/+9 |
* | mv(1) is too silent if used with the option -i. It should | wosch | 1997-10-04 | 1 | -6/+9 |
* | cp(1) is too silent if used with the option -i. It should | wosch | 1997-10-03 | 1 | -2/+5 |