Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style police: keep a variable list in alphabetical order, and add | joerg | 1997-10-13 | 1 | -5/+5 |
| | | | | | | pointless paren's to return statements. Nitpicked by: bde :) | ||||
* | Make df(1) exit with non-success status if something went wrong. | joerg | 1997-10-12 | 1 | -11/+18 |
| | | | | PR: bin/4415 | ||||
* | Teach dd(1) about an option to write sparse files. Can be useful for | joerg | 1997-10-11 | 4 | -7/+45 |
| | | | | | | | things like diskless clients' swap files etc. Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many stylistic changes by me) | ||||
* | 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 |
| | | | | Obtained from: OpenBSD (file rev 1.11) - Theo de Raadt <deraadt@openbsd.org> | ||||
* | mktemp -> mkstemp | eivind | 1997-10-08 | 1 | -2/+3 |
| | | | | Obtained from: OpenBSD (file rev 1.4 by Theo de Raadt <deraadt@openbsd.org>) | ||||
* | make signal handlers errno safe | eivind | 1997-10-08 | 1 | -1/+3 |
| | | | | Obtained from: OpenBSD (file rev 1.5) Theo de Raadt <deraadt@openbsd.org> | ||||
* | Slightly improved fix compared to my insiration | eivind | 1997-10-08 | 1 | -1/+3 |
| | | | | | | | don't munge argv strings -- copy them first. avoids 'w' showing: deraadt p8 zeus.theos.com 8:26AM 3 dd if of bs Obtained from: OpenBSD (file rev 1.3) by Theo de Raadt <deraadt@openbsd.org> | ||||
* | save errno in sigchld handler | eivind | 1997-10-07 | 1 | -1/+3 |
| | | | | Obtained from: Theo deRaadt <theo@openbsd.org> (OpenBSD rev 1.6) | ||||
* | vsprintf -> vnsprintf paranoia. | eivind | 1997-10-07 | 1 | -2/+2 |
| | | | | Obtained from: Todd Miller <millert@openbsd.org> (OpenBSD rev 1.3) | ||||
* | Don't honor $HOME if >= MAXPATHLEN | eivind | 1997-10-07 | 1 | -2/+3 |
| | | | | Obtained from: Todd Miller <millert@openbsd.org> (OpenBSD csh.c rev 1.3 and 1.4) | ||||
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -6/+9 |
| | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> | ||||
* | mv(1) is too silent if used with the option -i. It should | wosch | 1997-10-04 | 1 | -6/+9 |
| | | | | | print which input mv(1) expect (y/n) and print a warning if the file was not overwritten. | ||||
* | cp(1) is too silent if used with the option -i. It should | wosch | 1997-10-03 | 1 | -2/+5 |
| | | | | | print which input cp(1) expect (y/n) and print a warning if the file was not overwritten. | ||||
* | Change example from US to international standard date notation. | wosch | 1997-10-03 | 1 | -3/+3 |
| | |||||
* | Back out suppress '\n' mod. | danny | 1997-10-03 | 2 | -16/+8 |
| | |||||
* | Add the '-s' flag to the usage string. | danny | 1997-10-01 | 1 | -2/+2 |
| | |||||
* | Add the ability to supress the '\n' at the end of the date printed. | danny | 1997-10-01 | 2 | -7/+15 |
| | |||||
* | Fix the broken `date HHMM.SS' handling. | joerg | 1997-09-30 | 1 | -2/+3 |
| | | | | | PR: bin/4661 Submitted by: blank@sliphost37.uni-trier.de (Sascha Blank) | ||||
* | Add the '-t timeout' option to the 'read' builtin. This allows the | msmith | 1997-09-29 | 2 | -6/+72 |
| | | | | | | | | 'read' command to return an error if the user fails to supply any input withink a given time period. The behaviour of this option is similar to that of the like-named option in ksh93. Reviewed by: joerg | ||||
* | Endless loop. | wosch | 1997-09-28 | 1 | -5/+6 |
| | | | | | | | $ touch from to $ echo -n loop | mv -i from to overwrite to? ^C | ||||
* | Change to use the new KTH Kerberos. | markm | 1997-09-28 | 2 | -11/+13 |
| | | | | Also make -Wall a bit quieter. | ||||
* | environmental -> environment. | charnier | 1997-09-18 | 2 | -5/+5 |
| | |||||
* | Fix sorting of directories when doing '-d'. | sef | 1997-09-18 | 1 | -10/+6 |
| | | | | | PR: bin/4558 Submitted by: Keith Bostic | ||||
* | PR: docs/4449 | wosch | 1997-09-13 | 1 | -1/+6 |
| | | | | | | The -c flag is not documented in the sh(1) manapge. Submitted by: adrian@virginia.edu | ||||
* | spelling corrections. | wosch | 1997-09-13 | 2 | -3/+3 |
| | | | | | PR: docs/4450 Submitted by: josh@quick.net | ||||
* | This command doesn't need to be setuid root, it's only asking | jkh | 1997-09-12 | 1 | -3/+1 |
| | | | | | | for potential trouble. Reviewed by: security officers. Noted by: OpenBSD | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -2/+2 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4427 | ||||
* | fix misspelling | jmg | 1997-08-30 | 1 | -2/+2 |
| | | | | | | Submitted-by: Josh Gilliam Closes PR:4425 | ||||
* | Dont have an internal function named "warn" it clashes with libc.. | sos | 1997-08-29 | 15 | -247/+247 |
| | | | | Needed for ELF. | ||||
* | Restored clobbered parts of rev.1.15 (build intermediate object files | bde | 1997-08-25 | 1 | -2/+14 |
| | | | | for tools). | ||||
* | Correct confusing error message when called as 'stty -sane'. | steve | 1997-08-24 | 1 | -5/+8 |
| | | | | PR: bin/3573 | ||||
* | Disallow empty arguments (eg: '') as process ids. | jlemon | 1997-08-21 | 1 | -4/+4 |
| | | | | | PR: 2631 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | Document correct option in manual page. | jlemon | 1997-08-19 | 1 | -2/+2 |
| | | | | | PR: 3769 Submitted by: johnp@lodgenet.com | ||||
* | Pad the input buffer whenever sync is used, not just if the noerror flag | jlemon | 1997-08-19 | 1 | -10/+12 |
| | | | | | | | | | | is also set. Change osync to not to tack on an empty block if the input buffer is null, or an even multiple of the blocksize. Also change osync to pad the output with nulls/spaces depending whether this is a block-oriented conversion or not (same as sync). PR: 3818 | ||||
* | Hint at how to use TZ. | brian | 1997-08-18 | 1 | -1/+6 |
| | | | | Submitted by: grog@lemis.com | ||||
* | Make all status values an integral type and use | steve | 1997-08-18 | 2 | -7/+8 |
| | | | | pid_t when referring to process IDs. | ||||
* | Use -I${.CURDIR}/../../sys so that the path is relative | steve | 1997-08-13 | 1 | -2/+2 |
| | | | | | | to the source code directory. Submitted by: bde | ||||
* | Describe signals behaviour now | ache | 1997-08-12 | 1 | -1/+7 |
| | |||||
* | Oops, add #include's (forgotten in last commit) to make this | steve | 1997-08-11 | 1 | -1/+4 |
| | | | | compile again. | ||||
* | Use -I../../sys instead of -I/sys. | steve | 1997-08-11 | 1 | -2/+2 |
| | |||||
* | Remove #ifdef NEWVM code and remove extra "key.name = p" line. | steve | 1997-08-11 | 1 | -125/+6 |
| | |||||
* | Fix seg fault when invalid keywords are used. | steve | 1997-08-11 | 1 | -3/+2 |
| | | | | | PR: bin/4253 Submitted by: Jesse Rosenstock <jmr@ugcs.caltech.edu> | ||||
* | Remove forgotten debug statement. | brian | 1997-08-10 | 1 | -2/+1 |
| | |||||
* | Add "-f fmt date" for specification of the | brian | 1997-08-10 | 2 | -63/+93 |
| | | | | | | | | date using strptime(3). Suggested by: Michael Smith <msmith@atrad.adelaide.edu.au> Change mm & dd to MM & DD so that they don't clash with the month. | ||||
* | Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]] | brian | 1997-08-09 | 5 | -108/+166 |
| | | | | | Support Hours & Minutes Add -Wall to Makefile | ||||
* | More minor nits (mostly using memove instead of memcpy). | steve | 1997-08-08 | 6 | -16/+13 |
| | |||||
* | More $@ -> ${.TARGET} that I missed earlier. | steve | 1997-08-08 | 2 | -8/+8 |
| | |||||
* | Observe precedence set by Philippe Charnier when adding an | steve | 1997-08-07 | 1 | -3/+8 |
| | | | | rcsid. |