]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools/regression
Prevent the ofwdump manpage from being deleted by make delete-old on
[FreeBSD/FreeBSD.git] / tools / regression /
2010-10-14 David E. O'BrienEmbellish this testcase a little bit to be more clear...
2010-10-13 David E. O'BrienDo not assume in growstackstr() that a "precious" chara...
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-12 David E. O'BrienAllow one to regression test 'sh' changes without havin...
2010-10-11 David E. O'BrienCorrect regression test to not show a false positive...
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-29 Jilles Tjoelkertr: Fix '[=]=]' equivalence class.
2010-09-27 Pawel Jakub DawidekCorrect message.
2010-09-25 Pawel Jakub DawidekAdd some regression tests for newly added -J and -j...
2010-09-25 Pawel Jakub DawidekDon't hardcode md0 in message, use $md instead.
2010-09-25 Edward Tomasz Napi... Don't leave zombies behind.
2010-09-25 Edward Tomasz Napi... Add a shell script to generate a test script for trivia...
2010-09-25 Pawel Jakub DawidekUpdate regression tests after AES-XTS addition.
2010-09-25 Pawel Jakub Dawidek- Use $md instead of md0, which fixes tests when md...
2010-09-25 David XuAdd test cases for stack unwinding.
2010-09-20 Brian SomersAdd a geli resize subcommand to resize encrypted filesy...
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-19 Brian SomersRevise r197763 which fixes filesystem corruption when...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-11 Jilles Tjoelkersh: Fix exit status if return is used within a loop...
2010-09-11 Jilles Tjoelkersh: Apply variable assignments left-to-right in bltinlo...
2010-09-08 Jilles Tjoelkersh: Fix 'read' if all chars before the first IFS char...
2010-09-08 Jilles Tjoelkersh: Add simple tests for backslashes in the read builtin.
2010-09-03 Jilles Tjoelkersh: Add a test that 'read' leaves the file pointer...
2010-08-29 Jilles Tjoelkersh: Weaken builtins/command4 test to only require a...
2010-08-29 Brian SomersAdd a Makefile for tools/regression/bin and support...
2010-08-29 Brian SomersCorrect an out-by-one error when earlying out ustar...
2010-08-28 Konstantin BelousovTest the poll(2) return value.
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-22 Jilles Tjoelkersh: Remove remnants of '!!' to negate pattern.
2010-08-22 Jilles Tjoelkersh: Test that all bytes from 128 to 255 can be used...
2010-08-22 Jilles Tjoelkersh: Add a test for breaking from a loop outside the...
2010-08-18 Pawel Jakub DawidekMore tests.
2010-08-18 Jilles Tjoelkersh: Add a test for break from a trap action.
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-17 Pawel Jakub DawidekMore tests, especially for lchown(2).
2010-08-16 Jilles Tjoelkersh: Reduce unnecessary testsuite failures with other...
2010-08-16 Jilles Tjoelkersh: Split off a more dubious test from parser/heredoc2.0.
2010-08-16 Jilles Tjoelkersh: Get rid of unnecessary non-standard empty lists.
2010-08-15 Pawel Jakub DawidekFinish renaming fstest to pjdfstest.
2010-08-15 Pawel Jakub DawidekGive fstest a more unique name: pjdfstest.
2010-08-15 Pawel Jakub DawidekUpdate copyright years.
2010-08-15 Pawel Jakub DawidekMore tests.
2010-08-15 Jilles Tjoelkersh: Fix break/continue/return sometimes not skipping...
2010-08-15 Jilles Tjoelkersh: Test that all bytes from 1 to 127 can be used in...
2010-08-15 Pawel Jakub DawidekMore tests (especially for lchmod(2)), less code duplic...
2010-08-13 Pawel Jakub Dawidek- Use loops to avoid code duplication.
2010-08-12 Pawel Jakub DawidekMore tests.
2010-08-12 Pawel Jakub DawidekPortable Makefile.
2010-08-12 Pawel Jakub DawidekFix copy&pasted code - we want to create character...
2010-08-11 Pawel Jakub Dawidek- Use loops where possible to avoid code duplication.
2010-08-11 Pawel Jakub DawidekAllow to specify uid, gid and mode for create_file().
2010-08-11 Pawel Jakub DawidekMore and more tests.
2010-08-11 Pawel Jakub DawidekMove create_file() to misc.sh, as it is going to be...
2010-08-11 Pawel Jakub DawidekMake use of recently added dirgen_max() and namegen_max...
2010-08-11 Pawel Jakub DawidekInstead of hardcoding {NAME_MAX} as 255 and {PATH_MAX...
2010-08-10 Pawel Jakub DawidekMore tests, mostly related to devices and sockets.
2010-08-10 Jilles Tjoelkersh: Fix heap-based buffer overflow in pathname generation.
2010-08-09 Pawel Jakub DawidekLinux has no strlcpy().
2010-08-09 Pawel Jakub DawidekFix bind(2) and connect(2) support on Solaris.
2010-08-09 Pawel Jakub DawidekFix file system type detection on Solaris.
2010-08-09 Pawel Jakub DawidekSmall tweaks.
2010-08-09 Pawel Jakub DawidekNo need to use grep to check if path start with /.
2010-08-08 Jilles Tjoelkersh: Add more testcases for ${var:-word}.
2010-08-06 Pawel Jakub DawidekVarious cleanups, mostly to make the test work on FreeB...
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-06 Pawel Jakub Dawidek${GREP} can only be used after loading 'conf'.
2010-08-06 Pawel Jakub DawidekDon't use egrep directly - use ${GREP}.
2010-08-06 Pawel Jakub DawidekCheck first todo() argument against operating system...
2010-08-06 Pawel Jakub DawidekFor FreeBSD and Linux use awk's toupper() function.
2010-08-06 Pawel Jakub DawidekConvert file system type to upper case.
2010-08-06 Pawel Jakub DawidekAdd tests for mknod(2).
2010-08-06 Pawel Jakub DawidekAdd mknod(2) support.
2010-08-06 Pawel Jakub DawidekSort includes.
2010-08-06 Pawel Jakub Dawidekopen(2) returns EOPNOTSUPP when trying to open a socket.
2010-08-06 Pawel Jakub DawidekTest for EACCES also when opening FIFO or directory.
2010-08-06 Pawel Jakub DawidekTest O_RDONLY|O_RDWR flags as potentially invalid.
2010-08-06 Pawel Jakub DawidekMake description readable.
2010-08-06 Pawel Jakub DawidekAdd missing -U argument to usage.
2010-08-06 Pawel Jakub DawidekImplement two new syscalls: bind(2) and connect(2)...
2010-08-03 Jilles Tjoelkersh: Return 0 from eval if no command was given.
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-01 Jilles Tjoelkersh: Add a test for a corner case in eval that already...
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-25 Jilles Tjoelkersh: Fix crash due to uninitialized here-document.
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-22 Simon L. B. NielsenHook newsyslog regression tests to the Makefile 'build'.
2010-07-22 Simon L. B. NielsenAdd regression tests for newsyslog. These are far...
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rui PauloMFV:
2010-07-18 Jilles Tjoelkersh: Allow a background command consisting solely of...
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-06 Jung-uk KimMerge ACPICA 20100702.
2010-07-06 Rui PauloMerge from vendor-sys/opensolaris:
2010-07-02 Jilles Tjoelkersh: Remove comment that the comma operator is missing...
2010-06-14 Rui PauloMFV hostapd & wpa_supplicant 0.6.10.
next