]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
Add myself to calendar.freebsd.
[FreeBSD/FreeBSD.git] / tools /
2010-10-15 Jilles Tjoelkersh: Allow running 'prove' from tools/regression/bin...
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-13 Jung-uk KimImport 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 Mark MurrayDon't blow away /bin/rmail symlink if we are keeping...
2010-10-08 Sergey KandaurovClean up tools in tools/tools/netrate.
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-10-06 Alexander LeidingerAdd some missing files to optionally delete.
2010-10-05 Oleksandr Tymoshenko- Add WITH_GPIO entry to src.conf(5) man page
2010-10-01 George V. Neville... Change the output of mctest to give a summary of the...
2010-10-01 Michael Reifenberger- simplify by using one build script
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-22 Warner LoshMake the labels match the device name that's mounted...
2010-09-21 Andriy Gapontools/umastat: more cleanups
2010-09-20 Warner LoshSupport new variable NANO_LABEL. When set to a non...
2010-09-20 Brian SomersAdd a geli resize subcommand to resize encrypted filesy...
2010-09-20 Andriy Gapontools/umastat: fix build on amd64
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-17 Dimitry AndricVendor import of clang r114020 (from the release_28...
2010-09-17 Dimitry AndricVendor import of llvm r114020 (from the release_28...
2010-09-16 Dimitry AndricMake vendor/clang/dist exactly the same as upstream...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-15 Jung-uk KimImport 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-09-03 Poul-Henning KampWe need to copy the ports config files before we launch...
2010-09-03 Warner LoshAllow / in the NANO_DEVICE
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-23 Gabor Kovesdan- Change default grep back to GNU version. BSD grep...
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-21 Rui PauloUpdate for the new tests.
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 Konstantin BelousovAdd simple test to check the functioning of retrieval of
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 Matt JacobConsistently set us to be SPC3 for our inquiry data.
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-09 Matt JacobAdd a multipath oriented test.
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.
next