]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tools
sh: Fix break/continue/return sometimes not skipping the rest of dot script.
[FreeBSD/FreeBSD.git] / tools /
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.
2010-08-06 pjdAdd missing -U argument to usage.
2010-08-06 pjdImplement two new syscalls: bind(2) and connect(2)...
2010-08-06 jkimImport ACPICA 20100806.
2010-08-03 jillessh: Return 0 from eval if no command was given.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-08-02 rpauloUpdate DTrace userland code to the latest available.
2010-08-01 jillessh: Add a test for a corner case in eval that already...
2010-07-30 uqsFix a couple of typos.
2010-07-25 jillessh: Fix crash due to uninitialized here-document.
2010-07-22 gaborAdd BSD grep to the base system and make it our default...
2010-07-22 simonHook newsyslog regression tests to the Makefile 'build'.
2010-07-22 simonAdd regression tests for newsyslog. These are far...
2010-07-21 edChase LLVM version bump to 2.8.
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-15 rdivackyUpdate LLVM to r108428.
2010-07-13 rdivackyUpdate clang to r108243.
2010-07-13 rdivackyUpdate LLVM to r108243.
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 emasteUse canonical spelling of FreeBSD.org
2010-07-06 jkimImport ACPICA 20100702.
2010-07-06 emasteSwitch to my @freebsd.org email address.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-02 jillessh: Remove comment that the comma operator is missing...
2010-06-22 rwatsonAdd TCP scalability testing wrapper scripts for tcpp.
2010-06-22 rwatsonRevised tuning advice for tcpp benchmarking: do it...
2010-06-19 brianRemove vestiges of 'slip'.
2010-06-17 netchildAdd the ZFS periodic daily scripts to the ZFS part.
2010-06-15 impAllow boot.config to have different values than just -h.
2010-06-15 impAllow population of /cfg and /data. Begin the move...
2010-06-15 impCreate a make.conf. not needed for runtime, but some...
2010-06-15 impmake these convenience functions more convenient by...
2010-06-14 edAdd Clang to OptionalObsoleteFiles.inc.
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-10 edFix typo.
2010-06-09 edThis should be commented out.
2010-06-09 rdivackyAdd WITHOUT_CLANG file with a description.
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-08 mjacobAdd the VHBA package. It is here in tools because it...
2010-06-06 rwatsonRework tcpp output so that it generates a comma-delimit...
2010-06-05 rwatsonAlthough we currently don't compile in CPU-pinning...
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-28 jkimImport ACPICA 20100528.
2010-05-27 rwatsonCorrect several nits/problems in the unix_close_race...
2010-05-27 rdivackyUpdate clang to r104832.
2010-05-27 rdivackyUpdate LLVM to r104832.
2010-05-26 rwatsonAdd unix_close_race, a regresion test to catch ENOTCONN...
2010-05-25 rajIntroduce a new build knob for Flattened Device Tree...
2010-05-23 jillessh: Add some simplistic tests for the wait builtin.
2010-05-20 jkimAdd an option file for WITHOUT_MAN_UTILS to regenerate...
2010-05-19 uqsmdoc: consistently spell our email addresses <foo@FreeB...
2010-05-13 uqsmdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS...
next