]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allows the...
[FreeBSD/FreeBSD.git] / bin / sh /
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.
2009-09-20 jillesMention that NUL characters are not allowed in sh(1...
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 gonzo- MFC from head@196987
2009-08-28 jillessh: Fix crash with empty functions (f() { }) introduced...
2009-08-23 jillessh: Fix crash when undefining or redefining a currently...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-03 gonzo- MFC
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 jillesFix some weirdnesses in the NetBSD IFS code,
2009-06-25 jillesImprove IFS expansion using code from NetBSD.
2009-06-24 jillesDesignate special builtins as such in command -V and...
2009-06-23 jillesQuote -x tracing output so it is unambiguous.
2009-06-23 jillesDo not fork for a subshell if it is the last thing...
2009-06-23 kibUsermode portion of the support for swap allocation...
2009-06-23 jillessh: Improve handling of setjmp/longjmp volatile:
2009-06-20 jillesFix race condition in noclobber option.
2009-06-19 jillesFix some issues with quoted output and shorten it in...
2009-06-17 jillesProperly flush input after an error in backquotes in...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 jillesAvoid leaving unnecessary waiting shells in many forms...
2009-06-13 jillesDon't skip forking for an external command if any traps...
2009-06-12 gonzo- Merge from HEAD
2009-06-07 jillesMention the range for the exit status for the exit...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 rseuse explicit 'unsigned int' instead of just the implici...
2009-06-01 rsealign coding style with style(9) to avoid misunderstandings
2009-06-01 rsecorrectly test for __GNUC__ macro (non-GCC compilers...
2009-06-01 rsebe more type correct and align local ckmalloc() with...
2009-05-31 jillessh: Make read's timeout (-t) apply to the entire line...
2009-05-31 stefanfFix the eval command in combination with set -e. Befor...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-06 gonzoMerge from HEAD
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-13 stefanfParse 'cmd1 && ! cmd2 | cmd3' correctly, the bang shoul...
2009-04-13 gonzo- Merge from HEAD
2009-04-04 stefanfDon't let trailing empty lines overwrite the result...
2009-03-22 stefanfFix the behaviour of the read built-in when IFS is...
2009-03-22 stefanfImprove the IFS handling of the read built-in.
2009-03-22 stefanf- Apply the r190270 changes to printing of single alias...
2009-03-22 stefanfMake the output of the alias built-in POSIX-compliant...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-12 impUpdate the projects tree to a newer FreeBSD current.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-08 edDon't disable CR-to-NL translation when waiting for...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
next