Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 1 | -3/+3 |
| | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+9 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
| | |||||
* | Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2. | markm | 2001-12-12 | 2 | -9/+8 |
| | |||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+1 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Warns cleanups. Add FreeBSD ID. | dwmalone | 2001-12-03 | 2 | -2/+4 |
| | |||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+1 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Don't call warn() with no format string. | kris | 2000-07-10 | 1 | -2/+2 |
| | |||||
* | Make a run-on sentence into two proper sentences, and clarify the meaning | green | 2000-03-06 | 1 | -3/+2 |
| | | | | a bit. | ||||
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -1/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Fix grammar error. (missing verb) | billf | 1999-12-13 | 1 | -1/+1 |
| | |||||
* | Adjust man page: if command is specified, file name is mandatory | guido | 1999-11-24 | 1 | -2/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Pass as argv[0] the name of the shell executed instead of "sh". | sheldonh | 1999-08-11 | 1 | -2/+2 |
| | | | | | | PR: 2851 Reported by: era@iki.fi Obtained from: NetBSD | ||||
* | Mention default time between output flushes in manual page. | jkoshy | 1998-09-29 | 1 | -2/+3 |
| | | | | | PR: docs/8009 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> | ||||
* | Fix the following bugs: | des | 1998-09-19 | 1 | -19/+27 |
| | | | | | | | | | | | | | | | | | - if a command was specified and script(1) failed to execute it, it would print the name of your shell in the error message instead of that of the command that failed. - since finish() was installed as a SIGCHLD handler, it would often run before the main loop had had time to process the last few bytes of output. This resulted in very strange truncated error messages. - script(1) would almost always return with an exit status of 0, even if the command returned a non-zero exit status. This broke my 'build world, install it and rebuild the kernel' scripts because 'make installworld' would run even if 'make buildworld' had failed. | ||||
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 1 | -2/+2 |
| | | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Rewrite script as a select loop rather than as a twin reader/write process. | peter | 1998-03-08 | 2 | -75/+96 |
| | | | | | This allows simple logging of keys sent to a session (turned on with -k). Also allow specifying the script file flush interval. | ||||
* | Fix typo while copying patch from the 2.2 system that it came from | peter | 1997-12-30 | 1 | -3/+3 |
| | | | | Use execvp rather than execv so that full paths are not needed. | ||||
* | script(1) has annoyed me with it's inflexable command argument parsing | peter | 1997-12-29 | 2 | -14/+43 |
| | | | | | since I first saw it. I finally needed to pass arguments through to the spawned command badly enough (and urgently) that I threw this together. | ||||
* | Add usage(). Use err(3) instead of local redefinition. | charnier | 1997-08-08 | 2 | -42/+24 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -7/+7 |
| | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. | ||||
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 1 | -2/+1 |
| | | | | which is no longer bogusly installed in /usr/include. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+398 |