]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
- Don't include sx.h, it is not needed.
[FreeBSD/FreeBSD.git] / tools /
2010-10-15 jillessh: Allow running 'prove' from tools/regression/bin...
2010-10-14 obrienEmbellish this testcase a little bit to be more clear...
2010-10-13 obrienDo not assume in growstackstr() that a "precious" chara...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-13 jkimImport ACPICA 20101013.
2010-10-12 obrienAllow one to regression test 'sh' changes without havin...
2010-10-11 obrienCorrect regression test to not show a false positive...
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-08 markmDon't blow away /bin/rmail symlink if we are keeping...
2010-10-08 pluknetClean up tools in tools/tools/netrate.
2010-10-06 netchildAdd some missing files to optionally delete.
2010-10-05 gonzo- Add WITH_GPIO entry to src.conf(5) man page
2010-10-01 gnnChange the output of mctest to give a summary of the...
2010-10-01 mr- simplify by using one build script
2010-09-29 jillestr: Fix '[=]=]' equivalence class.
2010-09-27 pjdCorrect message.
2010-09-25 pjdAdd some regression tests for newly added -J and -j...
2010-09-25 pjdDon't hardcode md0 in message, use $md instead.
2010-09-25 traszDon't leave zombies behind.
2010-09-25 traszAdd a shell script to generate a test script for trivia...
2010-09-25 pjdUpdate regression tests after AES-XTS addition.
2010-09-25 pjd- Use $md instead of md0, which fixes tests when md...
2010-09-25 davidxuAdd test cases for stack unwinding.
2010-09-22 impMake the labels match the device name that's mounted...
2010-09-21 avgtools/umastat: more cleanups
2010-09-20 impSupport new variable NANO_LABEL. When set to a non...
2010-09-20 brianAdd a geli resize subcommand to resize encrypted filesy...
2010-09-20 avgtools/umastat: fix build on amd64
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-19 brianRevise r197763 which fixes filesystem corruption when...
2010-09-17 dimVendor import of clang r114020 (from the release_28...
2010-09-17 dimVendor import of llvm r114020 (from the release_28...
2010-09-16 dimMake vendor/clang/dist exactly the same as upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-15 jkimImport ACPICA 20100915.
2010-09-11 jillessh: Fix exit status if return is used within a loop...
2010-09-11 jillessh: Apply variable assignments left-to-right in bltinlo...
2010-09-08 jillessh: Fix 'read' if all chars before the first IFS char...
2010-09-08 jillessh: Add simple tests for backslashes in the read builtin.
2010-09-03 jillessh: Add a test that 'read' leaves the file pointer...
2010-09-03 phkWe need to copy the ports config files before we launch...
2010-09-03 impAllow / in the NANO_DEVICE
2010-08-29 jillessh: Weaken builtins/command4 test to only require a...
2010-08-29 brianAdd a Makefile for tools/regression/bin and support...
2010-08-29 brianCorrect an out-by-one error when earlying out ustar...
2010-08-28 kibTest the poll(2) return value.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-23 gabor- Change default grep back to GNU version. BSD grep...
2010-08-22 jillessh: Remove remnants of '!!' to negate pattern.
2010-08-22 jillessh: Test that all bytes from 128 to 255 can be used...
2010-08-22 jillessh: Add a test for breaking from a loop outside the...
2010-08-21 rpauloUpdate for the new tests.
2010-08-18 pjdMore tests.
2010-08-18 jillessh: Add a test for break from a trap action.
2010-08-17 kibAdd simple test to check the functioning of retrieval of
2010-08-17 pjdMore tests, especially for lchown(2).
2010-08-16 jillessh: Reduce unnecessary testsuite failures with other...
2010-08-16 jillessh: Split off a more dubious test from parser/heredoc2.0.
2010-08-16 jillessh: Get rid of unnecessary non-standard empty lists.
2010-08-15 pjdFinish renaming fstest to pjdfstest.
2010-08-15 pjdGive fstest a more unique name: pjdfstest.
2010-08-15 pjdUpdate copyright years.
2010-08-15 pjdMore tests.
2010-08-15 jillessh: Fix break/continue/return sometimes not skipping...
2010-08-15 jillessh: Test that all bytes from 1 to 127 can be used in...
2010-08-15 pjdMore tests (especially for lchmod(2)), less code duplic...
2010-08-13 pjd- Use loops to avoid code duplication.
2010-08-12 pjdMore tests.
2010-08-12 pjdPortable Makefile.
2010-08-12 pjdFix copy&pasted code - we want to create character...
2010-08-11 pjd- Use loops where possible to avoid code duplication.
2010-08-11 pjdAllow to specify uid, gid and mode for create_file().
2010-08-11 mjacobConsistently set us to be SPC3 for our inquiry data.
2010-08-11 pjdMore and more tests.
2010-08-11 pjdMove create_file() to misc.sh, as it is going to be...
2010-08-11 pjdMake use of recently added dirgen_max() and namegen_max...
2010-08-11 pjdInstead of hardcoding {NAME_MAX} as 255 and {PATH_MAX...
2010-08-10 pjdMore tests, mostly related to devices and sockets.
2010-08-10 jillessh: Fix heap-based buffer overflow in pathname generation.
2010-08-09 pjdLinux has no strlcpy().
2010-08-09 pjdFix bind(2) and connect(2) support on Solaris.
2010-08-09 pjdFix file system type detection on Solaris.
2010-08-09 pjdSmall tweaks.
2010-08-09 pjdNo need to use grep to check if path start with /.
2010-08-09 mjacobAdd a multipath oriented test.
2010-08-08 jillessh: Add more testcases for ${var:-word}.
2010-08-06 pjdVarious cleanups, mostly to make the test work on FreeB...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 pjd${GREP} can only be used after loading 'conf'.
2010-08-06 pjdDon't use egrep directly - use ${GREP}.
2010-08-06 pjdCheck first todo() argument against operating system...
2010-08-06 pjdFor FreeBSD and Linux use awk's toupper() function.
2010-08-06 pjdConvert file system type to upper case.
2010-08-06 pjdAdd tests for mknod(2).
2010-08-06 pjdAdd mknod(2) support.
2010-08-06 pjdSort includes.
2010-08-06 pjdopen(2) returns EOPNOTSUPP when trying to open a socket.
2010-08-06 pjdTest for EACCES also when opening FIFO or directory.
2010-08-06 pjdTest O_RDONLY|O_RDWR flags as potentially invalid.
2010-08-06 pjdMake description readable.
next