]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
Typo fix: s/ommited/omitted
[FreeBSD/FreeBSD.git] / bin / sh /
2010-07-25 jillessh: Fix crash due to uninitialized here-document.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-18 jillessh: Allow a background command consisting solely of...
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-14 jillessh: There cannot be a TNOT in simplecmd(), remove checks.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-02 jillessh: Use $PWD instead of getcwd() for the \w and \W...
2010-06-29 jillessh: Forget about terminated background processes sooner.
2010-06-19 jillessh: Fix compilation with -DNO_HISTORY.
2010-06-15 jillessh: Add filename completion.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-06 jillessh: Pass through SIGINT from a child if interactive...
2010-06-02 jillessh: Pass TERM changes to libedit.
2010-05-30 jillessh: Fix a crash if a heredoc was not properly ended...
2010-05-30 jillessh: Change interaction of command substitution and...
2010-05-28 jillessh: Recognize "--" in . and exec.
2010-05-24 jillessh(1): Rework documentation of shell variables.
2010-05-24 jillessh(1): Improve wording of 'Special Parameters' section.
2010-05-24 jillessh: Reap any zombies before forking for a background...
2010-05-11 jillessh: Fix pathname expansion with quoted slashes like...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-09 jillessh(1): Fix "reserved word" vs "keyword" inconsistency.
2010-05-08 jillessh: Have only one copy of _PATH_STDPATH in the binary.
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-05 jillessh: Apply locale vars on builtins, recognize LC_MESSAGE...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-25 jillessh: Use stalloc for arith variable names.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-17 jillessh: On startup of the shell, use PWD from the environme...
2010-04-12 impmerge from head: part 2 of many.
2010-04-11 jillessh: Partially revert r206146, allowing double-quotes...
2010-04-05 jillessh: Automatically enable -o emacs in interactive shells...
2010-04-04 jillessh: Document the expansion changes in the man page.
2010-04-03 jillessh: Do tilde expansion in substitutions.
2010-04-03 jillessh: Allow quoting pattern match characters in ${v%pat...
2010-04-03 jillessh: Remove special handling for ' and " in arithmetic.
2010-04-03 jillessh: Fix various things about expansions:
2010-04-03 jillessh: Treat unexpected newlines in substitutions as a...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-14 jillessh: Do not abort on a redirection error on a compound...
2010-03-13 jillessh: Do not abort on a redirection error if there is...
2010-03-13 jillessh: Fix longjmp clobber warnings in parser.c.
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-06 jillessh: Make sure to popredir() even if a function caused...
2010-03-06 jillessh: Make sure to popredir() even if a special builtin...
2010-03-06 jillessh: Improve the command builtin:
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-02 impMerge with latest head.
2010-02-28 rajMerge DTC-d75b33af.
2010-02-24 jhFix expansion of \W in prompt strings when the working...
2010-02-07 impmerge from base/head
2010-02-06 jillessh: Do not stat() $MAIL/$MAILPATH in non-interactive...
2010-01-06 impMerge from head at r201628.
2010-01-03 jillessh: Send the "not found" message for builtin <cmd>...
2010-01-01 jillessh: Fix some bugs with backquoted builtins:
2009-12-31 jillessh(1): document ulimit -w (swapuse rlimit).
2009-12-31 jillessh(1): Correct two places where "$@" lacked necessary...
2009-12-31 jillessh: Use PATH= assignment in type.
2009-12-31 jillessh: Allow command -pv and command -pV (lookup using...
2009-12-30 jillessh: Ensure funcnest is decremented if there was an...
2009-12-30 jillesFix memory leak when parsing backticks (``).
2009-12-30 jillessh: arith: Return only 0 and 1 from && and ||.
2009-12-27 jillessh: Change varinit to use const better.
2009-12-27 jillessh: Various warning fixes (from WARNS=6 NO_WERROR=1):
2009-12-26 jillesRemove declaration of function that no longer exists.
2009-12-25 jillessh: Do not run callers' exception handlers in subshells.
2009-12-25 jillessh: Do not consider a tilde-prefix with expansions...
2009-12-24 jillessh: Add some __dead2 to indicate functions that do...
2009-12-24 jillessh: Constify various strings.
2009-12-24 jillessh: Remove setting variables from dotcmd/exportcmd.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-29 jillesFix some cases where file descriptors from redirections...
2009-11-22 jillesFix various things about SIGINT handling:
2009-11-22 jillessh: Ensure the same command input file is on top after...
2009-11-21 jillestrap: do not consider a bad signal name a fatal error.
2009-11-21 stefanfHandle current work directories of arbitrary length...
2009-11-21 jillessh: Some changes to stderr flushing:
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-14 jillessh: Allow a newline before "in" in a for command, as...
2009-11-12 gonzoMFC @199204
2009-11-11 jillessh: Use sigaction instead of signal/siginterrupt combin...
2009-11-05 jillessh: Fix memory leak when using a variable in arithmetic...
2009-10-24 jillessh: Exempt $@ and $* from set -u
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-16 jillessh: Show more information about syntax errors in comman...
2009-10-07 jillesClarify quoting of word in ${v=word} in sh(1).
2009-10-06 jillessh: Send the "xyz: not found" message to redirected...
2009-10-02 gonzo- MFC
2009-10-01 jillessh: Disallow mismatched quotes in backticks (`...`).
2009-10-01 desUpgrade to OpenSSH 5.3p1.
next