]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools/regression
Make description readable.
[FreeBSD/FreeBSD.git] / tools / regression /
2010-08-06 pjdMake description readable.
2010-08-06 pjdAdd missing -U argument to usage.
2010-08-06 pjdImplement two new syscalls: bind(2) and connect(2)...
2010-08-03 jillessh: Return 0 from eval if no command was given.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-08-01 jillessh: Add a test for a corner case in eval that already...
2010-07-25 jillessh: Fix crash due to uninitialized here-document.
2010-07-22 simonHook newsyslog regression tests to the Makefile 'build'.
2010-07-22 simonAdd regression tests for newsyslog. These are far...
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-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-02 jillessh: Remove comment that the comma operator is missing...
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-04 maximo The typo was intended as it stated in the comment...
2010-06-04 maximo Makefile BSDfication.
2010-06-04 maximo Fix typo: .uudef -> .undef.
2010-06-02 brianFix stuttering sequences and reverse ranges
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-28 jillessh: Add some simple tests for ., exec and return from...
2010-05-27 rwatsonCorrect several nits/problems in the unix_close_race...
2010-05-26 rwatsonAdd unix_close_race, a regresion test to catch ENOTCONN...
2010-05-23 jillessh: Add some simplistic tests for the wait builtin.
2010-05-11 jillessh: Fix pathname expansion with quoted slashes like...
2010-05-11 jillessh: Add some simple testcases for pathname expansion.
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-09 jillesFix error in comment.
2010-05-09 jillessh: Add some parser tests.
2010-05-09 jillesGenerate some tests for sh's case command from the...
2010-05-09 jillessh: Fix bug in assignment error test.
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-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-23 jkimAdjust a test case and make it more jump optimization...
2010-04-23 jillessh: Add some more tests for ${v#...} and ${v%...}.
2010-04-18 jillessh: Add testcases for double-quotes within quoted ...
2010-04-17 jillessh: On startup of the shell, use PWD from the environme...
2010-04-16 jillesfnmatch: Fix bad FNM_PERIOD disabling if an asterisk...
2010-04-16 jillesAdd some tests for fnmatch(3).
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-11 jillessh: Test that bogus values of PWD are not imported...
2010-04-04 jillessh: Add test for nested arithmetic substitution.
2010-04-04 jillessh: Add test for some associativity in arithmetic.
2010-04-03 jillessh: Do tilde expansion in substitutions.
2010-04-03 jillessh: Fix duplicate variable name in test.
2010-04-03 jillessh: Add some testcases for the working parts of tilde...
2010-04-03 jillessh: Allow quoting pattern match characters in ${v%pat...
2010-04-03 jillessh: Fix various things about expansions:
2010-04-03 jillessh: Add some testcases for the working parts of ${v...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-21 edwinReplace -b with -C and -B (as proposed by Alexander).
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-16 kibAdd missing headers. While there, arrange headers alpha...
2010-03-16 kibAdd missing headers.
2010-03-14 jillessh: Do not abort on a redirection error on a compound...
2010-03-14 jillessh: Add test for redirection error on subshell (should...
2010-03-14 kibRemove dot at the end of errx() message.
2010-03-14 kibAdjust style, fix typo, do not print errno because...
2010-03-14 kibMake it compile on LP64 arches.
2010-03-14 edwinCreate regression tests for ncal:
2010-03-13 jillessh: Do not abort on a redirection error if there is...
2010-03-13 jillessh: Add test for assignment errors (e.g. trying to...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-12 jillessh: Add tests for " and $ inside `.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-07 jillessh: Add some testcases for ${v=w}, ${v-w}, ${v+w}.
2010-03-07 jillessh: Add various testcases for here documents.
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-05 jh- Use errx(3) instead of err(3) when checking if snprin...
2010-03-04 desIFH@204581
2010-03-04 impMerge from head
2010-03-03 joelThe NetBSD Foundation has granted permission to remove...
2010-03-02 joelThe NetBSD Foundation has granted permission to remove...
2010-03-02 impMerge with latest head.
2010-03-02 joelThe NetBSD Foundation has granted permission to remove...
2010-03-02 uqsAlways assign WARNS using ?=
2010-02-28 rajMerge DTC-d75b33af.
2010-02-25 ruFixed missing or broken library dependencies.
2010-02-24 brucecUpdate the sendfile regression test so that it outputs...
2010-02-20 attilioAdd a regression test for the kthread(9) interface.
2010-02-18 impMerge from head.
2010-02-17 impMerge from head at r204016
next