| Commit message (Expand) | Author | Age | Files | Lines |
* | PR: docs/4449 | wosch | 1997-09-13 | 1 | -1/+6 |
* | Restored clobbered parts of rev.1.15 (build intermediate object files | bde | 1997-08-25 | 1 | -2/+14 |
* | Make all status values an integral type and use | steve | 1997-08-18 | 2 | -7/+8 |
* | Back out previous fix - this bug's got diplomatic immunity as a registered | jkh | 1997-06-19 | 1 | -3/+1 |
* | >Number: 3780 | jkh | 1997-06-19 | 1 | -1/+3 |
* | Now [^abc] means the same as [!abc] like bash and *csh already does | ache | 1997-06-06 | 1 | -4/+4 |
* | 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 |
* | 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 |
* | 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 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 68 | -68/+68 |
* | Fix a expansion bug that caused the result of `echo $((1 << 30))` | steve | 1997-02-16 | 1 | -2/+5 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 68 | -68/+68 |
* | Fix a problem that caused some foreground pipelines to die with: | steve | 1997-01-06 | 1 | -3/+2 |
* | Make sh(1) think and be in the same place at the same time. This closes | steve | 1997-01-04 | 1 | -15/+11 |
* | With these changes sh(1)'s trap command should be POSIX-compliant, | steve | 1996-12-24 | 1 | -49/+107 |
* | Oops, it needs little more caulk to get it right. | steve | 1996-12-23 | 1 | -2/+2 |
* | Apply a little dab of bit caulk to keep those beggars | steve | 1996-12-23 | 1 | -6/+2 |
* | Don't use _POSIX_PATH_MAX to limit the size of the path, instead | steve | 1996-12-23 | 1 | -3/+3 |
* | Make sh(1) a little braver in the face of adversity. sh(1) | steve | 1996-12-21 | 4 | -169/+21 |
* | This doesn't change any behavior, but may be a slight | steve | 1996-12-21 | 1 | -2/+2 |
* | Remove extra #undef. | steve | 1996-12-21 | 1 | -2/+1 |
* | Fix a problem caused by finger failure on my part. The builtin | steve | 1996-12-21 | 1 | -3/+7 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 43 | -491/+908 |
* | Back out rev 1.7 which was to fix PR#1206 (to be reopened). | peter | 1996-11-12 | 1 | -19/+2 |
* | 1) define STATIC as static and not empty | ache | 1996-10-31 | 2 | -4/+22 |
* | Add the -p (privileged) commandline switch | steve | 1996-10-29 | 4 | -8/+31 |
* | Build intermediate object files for mkinit, mknodes and mksyntax | bde | 1996-10-25 | 1 | -6/+19 |
* | Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT | steve | 1996-10-22 | 1 | -3/+19 |
* | Benign | --> || correction. | steve | 1996-10-16 | 1 | -2/+2 |
* | Fix a problem with sh that conflicts with the -e | steve | 1996-10-06 | 1 | -2/+5 |
* | re-activate the printf builtin now that src/usr.bin/printf.c has been | peter | 1996-10-01 | 1 | -2/+2 |