]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin/sh
sh: Make 'hash' return 1 if at least one utility is not found.
[FreeBSD/FreeBSD.git] / bin / sh /
2012-02-11 Jilles Tjoelkersh: Make 'hash' return 1 if at least one utility is...
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-04 Jilles Tjoelkersh: Fix swapped INTON/INTOFF.
2012-02-04 Jilles Tjoelkersh: Use vfork in a few common cases.
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-25 Philippe CharnierAdd prototypes, ANSIfy functions definitions to reduce...
2012-01-22 Jilles Tjoelkersh: Fix $? in the first command of a 'for'.
2012-01-21 Jilles Tjoelkersh: Remove "kill" example function, which is superseded...
2012-01-16 Jean-Sébastien Pédronsh: Fix execution of multiple statements in a trap...
2012-01-15 Jilles Tjoelkersh: Fix some bugs with exit status from case containing ;&.
2012-01-15 Jilles Tjoelkersh: Fix two bugs with case and exit status:
2012-01-14 Jilles Tjoelkersh: Change input buffer size from 1023 to 1024.
2012-01-14 Jilles Tjoelkersh: Fix out of bounds array access when trap is used...
2012-01-13 Jilles Tjoelkersh: Properly show "Not a directory" error in cd builtin.
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Jilles Tjoelkersh: Make various functions static.
2012-01-01 Jilles Tjoelkersh: Remove unused function scopyn().
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2012-01-01 Jilles Tjoelkersh: Make patmatch() non-recursive.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-28 Jilles Tjoelkersh: Allow quoting ^ and ] in bracket expressions.
2011-12-28 Jilles Tjoelkersh: Use dirent.d_type in pathname generation.
2011-12-28 Jilles Tjoelkersh: Cache de->d_namlen in a local variable.
2011-12-28 Jilles Tjoelkersh: Do not force special builtins non-special in optimi...
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-21 Martin MatuskaCopy libarchive from vendor branch to contrib
2011-12-18 Dag-Erling SmørgravUpgrade to OpenPAM Lycopsida.
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-27 Jilles Tjoelkersh: Remove impossible evalskip check in 'for'.
2011-11-26 Jilles Tjoelkersh: Reduce one level of evaltree() recursion when execu...
2011-11-26 David ChisnallUpdate libcxxrt to remove the pthread dependency.
2011-11-25 David ChisnallImport libc++ / libcxxrt into base. Not build by defau...
2011-11-20 Jilles Tjoelkersh: Allow unsetting OPTIND.
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-08 Jilles Tjoelkersh: Remove undefined behaviour due to overflow in ...
2011-11-05 Jilles Tjoelkersh(1): Improve documentation of field splitting.
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-10 Jilles Tjoelkersh(1): Extend documentation about subshells.
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-06-28 Attilio RaoMFC
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-26 Jilles Tjoelkersh: Include <limits.h> instead of non-standard <sys...
2011-06-26 Attilio RaoMFC
2011-06-24 Jilles Tjoelkersh(1): Improve documentation of shell patterns:
2011-06-24 Jilles Tjoelkersh(1): Document the case command better.
2011-06-24 Attilio RaoMFC
2011-06-24 Kevin LoRemove duplicated header files
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
2011-06-19 Attilio RaoMFC
2011-06-18 Jilles Tjoelkersh: Remove special support for background simple commands.
2011-06-18 Jilles Tjoelkersh: Add do-nothing -h option.
2011-06-17 Jilles Tjoelkersh: Add case statement fallthrough (with ';&' instead...
2011-06-17 Jilles Tjoelkersh: Skip variables with invalid names in "set", "export...
2011-06-16 Jilles Tjoelkersh: Reduce unnecessary forks with eval.
2011-06-16 Attilio RaoMFC
2011-06-15 Jilles Tjoelkersh: Add support for named character classes in bracket...
2011-06-15 Attilio RaoMFC
2011-06-14 Gregory Neil ShapiroMerge sendmail 8.14.5 to HEAD
2011-06-13 Jilles Tjoelkersh: Fix duplicate prototypes for builtins.
2011-06-13 Attilio RaoMFC
2011-06-12 Jilles Tjoelkersh: Save/restore changed variables in optimized command...
2011-06-12 Dimitry AndricUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-12 Jilles Tjoelkersh: Fix locale-dependent ranges in bracket expressions.
2011-06-12 Jilles Tjoelkersh: Read .profile from the home directory (or / if...
2011-06-10 Jilles Tjoelkersh: Do parameter expansion on ENV before using it.
2011-06-10 Attilio RaoMFC
2011-06-09 Jilles Tjoelkersh: Do parameter expansion before printing PS4 (set...
2011-06-09 Xin LIMFV: Update to less v444.
2011-06-06 Attilio RaoMFC
2011-06-05 Jilles Tjoelkersh: Fix $? in heredocs on simple commands.
2011-06-04 Jilles Tjoelkersh: Improve error message if the script cannot be opened.
2011-06-04 Attilio RaoMFC
2011-06-04 Jilles Tjoelkersh: Reduce more needless differences between error...
2011-06-04 Jilles Tjoelkersh: Honour -n while processing -c string.
2011-06-03 Ed SchoutenUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-31 Jung-uk KimMerge ACPICA 20110527.
2011-05-29 Attilio RaoMFC
2011-05-28 Doug BartonUpgrade to 9.6-ESV-R4-P1, which address the following...
2011-05-27 Jilles Tjoelkersh: Remove the "exp" builtin.
2011-05-27 Jilles Tjoelkersh: Correct criterion for using CDPATH in cd.
2011-05-27 Attilio RaoMFC
next