aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Make sh(1) less aware of the bit fields returned by wait bySteve Price1997-05-241-33/+42
* Remove y.tab.h from the beforedepend target. Also add aSteve Price1997-05-211-2/+3
* Add explicit y.tab.h rule so that 'make depend clean all' doesSteve Price1997-05-191-2/+4
* Use the __unused attribute where warranted.Steve Price1997-05-1911-47/+47
* Miscellaneous sorting and addition of rules for object files thatSteve Price1997-05-191-11/+25
* Revise the section that explains how to protect parts of an $ENV scriptSteve Price1997-05-071-20/+12
* Don't source $ENV unless this is an interactive shell.Steve Price1997-05-051-2/+2
* Turn on the new type builtin.Steve Price1997-04-281-1/+2
* Sync with NetBSD's revision 1.29 of this file.Steve Price1997-04-281-27/+55
* Remove an extra semicolon and nuke register keyword usage.Steve Price1997-04-281-7/+7
* Fix redirection of unopened file descriptors and nuke registerSteve Price1997-04-281-9/+27
* Revert changes from rev 1.16 to 1.17 for now. Closes PR 2879.Steve Price1997-04-281-49/+29
* mdoc-ify and cleanup UNIMPLEMENTED messages. Closes PR 2880.Steve Price1997-04-281-735/+587
* Reorder declarations slightly.Steve Price1997-04-281-3/+3
* Avoid a possible NULL pointer dereference, nuke register usage,Steve Price1997-04-281-6/+5
* Nuke register keyword usage, #if -> #ifdef, and avoid void *Steve Price1997-04-282-13/+13
* Nuke register keyword usage, rename pread to preadfd, and openSteve Price1997-04-281-7/+9
* When NO_HISTORY is defined and the history command is usedSteve Price1997-04-281-3/+16
* Add a type builtin and nuke register keyword usage.Steve Price1997-04-282-5/+81
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-2814-65/+65
* Shamelessly pilfer most of NetBSD's Makefile so that theSteve Price1997-04-281-28/+16
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2268-68/+68
* Fix a expansion bug that caused the result of `echo $((1 << 30))`Steve Price1997-02-161-2/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1468-68/+68
* Fix a problem that caused some foreground pipelines to die with:Steve Price1997-01-061-3/+2
* Make sh(1) think and be in the same place at the same time. This closesSteve Price1997-01-041-15/+11
* With these changes sh(1)'s trap command should be POSIX-compliant,Steve Price1996-12-241-49/+107
* Oops, it needs little more caulk to get it right.Steve Price1996-12-231-2/+2
* Apply a little dab of bit caulk to keep those beggarsSteve Price1996-12-231-6/+2
* Don't use _POSIX_PATH_MAX to limit the size of the path, insteadSteve Price1996-12-231-3/+3
* Make sh(1) a little braver in the face of adversity. sh(1)Steve Price1996-12-214-169/+21
* This doesn't change any behavior, but may be a slightSteve Price1996-12-211-2/+2
* Remove extra #undef.Steve Price1996-12-211-2/+1
* Fix a problem caused by finger failure on my part. The builtinSteve Price1996-12-211-3/+7
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-1443-491/+908
* Back out rev 1.7 which was to fix PR#1206 (to be reopened).Peter Wemm1996-11-121-19/+2
* 1) define STATIC as static and not emptyAndrey A. Chernov1996-10-312-4/+22
* Add the -p (privileged) commandline switchSteve Price1996-10-294-8/+31
* Build intermediate object files for mkinit, mknodes and mksyntaxBruce Evans1996-10-251-6/+19
* Close PR# 1206. sh(1) now ignores SIGINT and SIGQUITSteve Price1996-10-221-3/+19
* Benign | --> || correction.Steve Price1996-10-161-2/+2
* Fix a problem with sh that conflicts with the -eSteve Price1996-10-061-2/+5
* re-activate the printf builtin now that src/usr.bin/printf.c has beenPeter Wemm1996-10-011-2/+2
* Mend 'exit' without breaking 'exit 1'Adam David1996-09-121-3/+4
* Backed out last change. It broke even `exit 1'.Bruce Evans1996-09-121-4/+2
* Ok, lets try this again, shall we? It was definatly my mistake, notPeter Wemm1996-09-102-17/+33
* ack! back these out so I can see what I did wrong. It looks like aPeter Wemm1996-09-102-31/+15
* Fix for PR#1248, sh doesn't expand past ${9}Peter Wemm1996-09-102-17/+33
* let the "exit" command return status when it is implicitAdam David1996-09-081-2/+4