summaryrefslogtreecommitdiff
path: root/bin/sh
AgeCommit message (Expand)Author
2000-07-18host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(),cgd
2000-07-18Various mandoc updates to the Builtinsjhawk
2000-07-17Note the meaning of 'trap 0' (execute on exit from shell)jhawk
2000-07-03include <stdlib.h>, <string.h>, or whatever as appropriate to shut upmatt
2000-05-22Back out previous vfork changes.elric
2000-05-17When vforking ensure that the environment passed to exec is built beforeelric
2000-05-15INTON and FORCEINTON modify global variables, and so should not beelric
2000-05-13Added includes for waitpid, sys/types.h and sys/wait.h.elric
2000-05-13In order to use __NetBSD_Version__, I needed to include sys/param.h.elric
2000-05-13Unused variable pgrp on line 576.elric
2000-05-13Quick fix.elric
2000-05-13Now we use vfork(2) instead of fork(2) when we can.elric
2000-04-14Include <errno.h> instead of using "extern int errno;".simonb
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-04-09PR/9847: Geoff C. Wing: Make test(1) a builtin.christos
2000-03-13Fix doubled 'the' in comment.soren
2000-02-09Fix problem where commands that caused exitstatus != 0 inside loops didchristos
2000-01-27Fix bin/9184, bin/9194, bin/9265, bin/9266christos
1999-11-16Add under which conditions the "read" builtin returns success/failure.hubertf
1999-10-13back out previous; it causes /etc/rc to break on my alpha and other lossage a...mrg
1999-10-10Backtrack `exitstatus' to make the shell really ignore the statuspk
1999-10-08Sprinkle some `const's in DEBUG bracketed code.pk
1999-09-28xref sysctl(8) (for proc.<pid>.rlimits)bouyer
1999-09-27Mention -c option to sh(1), noticed by Matthew Aldous in PR/8499.mjl
1999-08-31It turns out that the code disabled in revision 1.30 *does* have an importantmycroft
1999-07-09compile with WARNS = 2christos
1999-07-06add -q in the synopsis linechristos
1999-06-26PR/7814: Matthias Scheler: shell does not fork for builtins in backquotes,christos
1999-04-30Fix for bin/7502, from Tor Egge / FreeBSD. Their commit message:he
1999-04-06Correct a rather obvious typo (once Tor Egge pointed it out to me)he
1999-04-05If we exit due to a SIGINT, do it with raise() so that the wait status ismycroft
1999-04-05Disable bogus-looking code that cause us to throw away SIGINTs.mycroft
1999-03-27When we execute commands from a shell script, make sure that the signalschristos
1999-03-26PR/7231: Havard Eidnes: Shell quoting/trimming problemchristos
1999-03-23Make the `...' actually appear in the case/esac syntax section.ross
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-08Add '#include <sys/types.h>' since that's where int8_t and u_int8_t cancastor
1999-02-23Make cross-building from i386 to powerpc (from signed to unsigned char)wrstuden
1999-02-06Fix off-by-one error in the starting point to search for an arithmeticchristos
1999-02-05Remove "arith.h" while cleaning.tron
1999-02-05Fix the -c problem differently. We cannot just ignore SIGINT etc, otherwisechristos
1999-02-05PR/5577: Craig M. Chase: sh does not build with PARALLEL set.christos
1999-02-04PR/4966: Joel Reicher: Implement <> redirections which are documented inchristos
1999-02-04PR/1788: Shinya Taniguchi: sh -c does not setup signals properly.christos
1999-02-04Add -q option, which when used with -v and/or -x, turns off the tracingcjs
1999-02-02The builtin . (dot) command no longer sees the current working directoryitohy
1999-01-28Add support for the export and readonly -p option.kleink
1999-01-25Patches from Tor Egge (via Havard Eidnes) to fix various bugs in fieldmycroft
1999-01-18PR/6213: Urban Boquist: /bin/sh does not handle a trapped signal correctlychristos
1999-01-11Massive fixup:garbled