]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
sh: Make 'hash' return 1 if at least one utility is not found.
[FreeBSD/FreeBSD.git] / tools /
2012-02-11 Jilles Tjoelkersh: Make 'hash' return 1 if at least one utility is...
2012-02-11 Ed SchoutenReplace utxrm(8) by utx(8).
2012-02-10 Konstantin BelousovAdd a test program for recently added ptrace(2) interfaces.
2012-02-08 Luigi Rizzo- change the buffer size from a constant to a
2012-02-06 Ed SchoutenAdd a `fix' for another whitespace bug.
2012-02-06 Ed SchoutenAdd fixwhite(1).
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-04 Robert MillanAdd MK_SOURCELESS build option. Setting MK_SOURCELESS...
2012-02-02 Adrian ChaddAdd some missing radar config parameters to athradar.
2012-02-01 Alexander Leidinger- remove non-existent input directories from the configs
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-26 Edward Tomasz Napi... More mdconfig(8) tests.
2012-01-25 Edward Tomasz Napi... Move mdconfig(8) tests under regression/sbin/, where...
2012-01-24 Alexander LeidingerJust define __FreeBSD__ to 1 instead of doing what...
2012-01-24 Edward Tomasz Napi... Add some basic regression tests for mdconfig(8).
2012-01-24 Alexander LeidingerWe are in FreeBSD 10 now: define __FreeBSD__ to 10.
2012-01-23 Alexander LeidingerMechanically add a config for all missing drivers.
2012-01-22 Jilles Tjoelkersh: Fix $? in the first command of a 'for'.
2012-01-22 Adrian ChaddBring over the visibility control tool for Monthadar...
2012-01-20 David SchultzThese tests check whether the compiler evaluates floati...
2012-01-16 Jean-Sébastien Pédronsh: Fix execution of multiple statements in a trap...
2012-01-16 Jean-Sébastien Pédronsh: Test EXIT trap with multiple statements in it
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: Add testcases that should not be broken by future...
2012-01-14 David SchultzAdd .t files for tests, missed in prior checkins, so...
2012-01-14 David SchultzUpdate the tests for arm and other ports where long...
2012-01-14 David SchultzFix a test that doesn't work on architectures where...
2012-01-13 Jilles Tjoelkersh: Properly show "Not a directory" error in cd builtin.
2012-01-13 Ed SchoutenRemove wtmpcvt(1).
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-11 Jung-uk KimImport ACPICA 20120111.
2012-01-11 Adrian ChaddBring over a tool to create and destroy wtap instances.
2012-01-09 Eitan AdlerX11BASE has been deprecated for a long time and will...
2012-01-06 Jilles Tjoelkersh: Avoid possible echo options in a testcase.
2012-01-06 Adrian ChaddImport the first cut of "bsdbox".
2012-01-05 Ulrich SpörleinConvert files over to UTF-8.
2012-01-03 Pawel Jakub DawidekFix an obvious typo. We do want to specify file permiss...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-02 Robert WatsonAdd WITHOUT_CAPSICUM src.conf(5) define, which can...
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-30 Jean-Sébastien PédronAdapt testsuite following change in Domain Search error...
2011-12-30 Ulrich SpörleinSpelling fixes for tools/
2011-12-29 Robert WatsonFix typo in comment.
2011-12-29 Ulrich SpörleinReencode files from latin1 to UTF-8.
2011-12-28 Jilles Tjoelkersh: Allow quoting ^ and ] in bracket expressions.
2011-12-28 Olivier HouchardOops, if we want to check from 0 to nsock, the test...
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-26 Adrian ChaddOops, my bad. Fix a broken thing I introduced earlier.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-25 Jilles Tjoelkersh: Add some testcases for pasting $*/$@ directly to...
2011-12-23 Adrian ChaddAdd in ath_ee_9287_print.
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-16 Navdeep ParharCatch up with new driver ioctls in cxgbe.
2011-12-16 Navdeep ParharMany updates to cxgbe(4)
2011-12-15 Max KhonFix last-minute typo.
2011-12-15 Max KhonAdd job error output test.
2011-12-14 Jilles TjoelkerAdd a test for r228510.
2011-12-11 Dimitry AndricAdd more files to cleanup with 'make delete-old' when...
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-09 John Baldwin- Add a test for PR 151758.
2011-12-09 Dimitry AndricVendor import of llvm 3.0 final release:
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-12-05 Luigi Rizzo1. Fix the handling of link reset while in netmap more.
2011-12-05 Eitan AdlerFix some uninitialized variables in pipe regression...
2011-12-04 Jean-Sébastien PédronSupport domain-search in dhclient(8)
2011-12-02 Max KhonRevert to conservative defaults. WITH_PROFILE is a...
2011-12-01 Konstantin BelousovAdd a simple test for pipe inode numbers reported by...
2011-11-30 Max KhonAdd WITH_CTF description.
2011-11-30 Max KhonAdd three execution tests for make(1):
2011-11-29 Max KhonTurn off profiled libs build by default.
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-28 Jilles Tjoelkertest: Add more testcases.
2011-11-28 Dimitry AndricAdd WITH_LIBCPLUSPLUS under tools/build/options; the...
2011-11-28 Max KhonAdd a comment that shows how to limit the build to...
2011-11-26 Jilles Tjoelkersh: Add tests for some corner cases of 'case' exit...
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-24 Max KhonAdd missing ;;
2011-11-24 Max KhonUtility script to build specific parts of the source...
2011-11-23 Jung-uk KimImport ACPICA 20111123.
2011-11-23 Adrian ChaddTidy up the statistic documentation.
2011-11-23 Adrian ChaddAdd the new statistics introduced in r227868.
2011-11-20 Jilles Tjoelkersh: Allow unsetting OPTIND.
2011-11-17 Dimitry AndricRevert r227538, since it doesn't compile with clang...
2011-11-17 Luigi RizzoBring in support for netmap, a framework for very effic...
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-15 Dimitry AndricLLVM uses atomic operations, which are not supported...
2011-11-15 David SchultzA regression test to ensure that arc4random returns...
2011-11-08 Olivier HouchardAdd IPv6 support to netblast/netsend/netreceive
2011-11-05 Jilles Tjoelkerfifo_misc test: Fix swapped lseek arguments.
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-28 Jilles Tjoelkersh: Add test for exit status of for loop without items.
2011-10-26 Adrian ChaddBring over the new aggregate statistics from the 11n...
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-25 Pawel Jakub DawidekFix resize regressions tests - we need to destroy BSDla...
2011-10-23 Poul-Henning KampAdd a "-P olddistfiles" facility to prefetch ports...
next