| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sh(1) less aware of the bit fields returned by wait by | steve | 1997-05-24 | 1 | -33/+42 |
* | Remove y.tab.h from the beforedepend target. Also add a | steve | 1997-05-21 | 1 | -2/+3 |
* | Add explicit y.tab.h rule so that 'make depend clean all' does | steve | 1997-05-19 | 1 | -2/+4 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 11 | -47/+47 |
* | Miscellaneous sorting and addition of rules for object files that | steve | 1997-05-19 | 1 | -11/+25 |
* | Ensure string termination after strncpy(). | joerg | 1997-05-09 | 1 | -2/+3 |
* | Revise the section that explains how to protect parts of an $ENV script | steve | 1997-05-07 | 1 | -20/+12 |
* | Don't source $ENV unless this is an interactive shell. | steve | 1997-05-05 | 1 | -2/+2 |
* | Fixed overflow for attempts to seek to offsets > ULONG_MAX. See the | bde | 1997-04-30 | 1 | -2/+2 |
* | Enable whiteout code since we now have the lite2 support for them. | dfr | 1997-04-29 | 4 | -8/+8 |
* | Dynamically adjust size of displayed username to the longest username which | jkh | 1997-04-29 | 5 | -145/+254 |
* | Change spelling of ECBDIC to EBCDIC. Closes PR #3402 | steve | 1997-04-28 | 1 | -2/+2 |
* | Turn on the new type builtin. | steve | 1997-04-28 | 1 | -1/+2 |
* | Sync with NetBSD's revision 1.29 of this file. | steve | 1997-04-28 | 1 | -27/+55 |
* | Remove an extra semicolon and nuke register keyword usage. | steve | 1997-04-28 | 1 | -7/+7 |
* | Fix redirection of unopened file descriptors and nuke register | steve | 1997-04-28 | 1 | -9/+27 |
* | Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879. | steve | 1997-04-28 | 1 | -49/+29 |
* | mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880. | steve | 1997-04-28 | 1 | -735/+587 |
* | Reorder declarations slightly. | steve | 1997-04-28 | 1 | -3/+3 |
* | Avoid a possible NULL pointer dereference, nuke register usage, | steve | 1997-04-28 | 1 | -6/+5 |
* | Nuke register keyword usage, #if -> #ifdef, and avoid void * | steve | 1997-04-28 | 2 | -13/+13 |
* | Nuke register keyword usage, rename pread to preadfd, and open | steve | 1997-04-28 | 1 | -7/+9 |
* | When NO_HISTORY is defined and the history command is used | steve | 1997-04-28 | 1 | -3/+16 |
* | Add a type builtin and nuke register keyword usage. | steve | 1997-04-28 | 2 | -5/+81 |
* | Nuke register keyword usage and #if -> #ifdef. | steve | 1997-04-28 | 14 | -65/+65 |
* | Shamelessly pilfer most of NetBSD's Makefile so that the | steve | 1997-04-28 | 1 | -28/+16 |
* | When "-c" is specified, don't pad the command with spaces if it is | jdp | 1997-04-16 | 1 | -2/+5 |
* | Fix typo in comment; Document in an example that years beyond 1999 | danny | 1997-04-16 | 2 | -4/+4 |
* | Provide examples of how to remove file names that begin with | mpp | 1997-04-09 | 1 | -1/+8 |
* | Improve the wording in the NOTES section. Closes PR# 3223. | mpp | 1997-04-08 | 1 | -13/+12 |
* | Fix several problems with mkdir: | mpp | 1997-04-01 | 1 | -29/+38 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 21 | -44/+44 |
* | make usage() and SYNOPSIS agree with each other and add missing options | obrien | 1997-03-26 | 2 | -4/+4 |
* | Use mkstemp rather than mktemp to prevent races. | imp | 1997-03-24 | 1 | -4/+8 |
* | Merged from Lite2. The -t option is now handled better. The only visible | bde | 1997-03-13 | 1 | -104/+37 |
* | Merged from Lite2. The man page no longer attempts to list all the | bde | 1997-03-13 | 1 | -21/+28 |
* | Merge from Lite2. Straightforward changes. | bde | 1997-03-13 | 1 | -2/+7 |
* | Correct the self reference in the description of the "tabs" option. | mpp | 1997-03-12 | 1 | -2/+2 |
* | Fix buffer overflow | guido | 1997-03-10 | 1 | -2/+3 |
* | This is a funny one: df for a device that was not mounted used to fail | guido | 1997-03-10 | 1 | -2/+2 |
* | Fix buffer overflow (probably unexploitable). | guido | 1997-03-10 | 1 | -2/+2 |
* | Make mv more robust. A race has been fixed, as well as an extra warning | guido | 1997-03-08 | 1 | -10/+28 |
* | Typo fix. | mpp | 1997-03-07 | 1 | -2/+2 |
* | Acitvate chio(1). | joerg | 1997-03-06 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r23449, | joerg | 1997-03-06 | 5 | -0/+966 |
|\ |
|
| * | Import Jason Thorpe's contribution for an updated SCSI media changer | joerg | 1997-03-06 | 5 | -0/+966 |
* | Big usernames fixes | ache | 1997-03-04 | 1 | -4/+5 |
* | Use MAXLOGNAME-1 for width because MAXLOGNAME includes NUL | ache | 1997-03-03 | 1 | -3/+3 |
* | Add a missing period in the -o option description. | mpp | 1997-02-25 | 1 | -3/+10 |