summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add a multipath oriented test.mjacob2010-08-093-1/+436
* sh: Add more testcases for ${var:-word}.jilles2010-08-081-0/+38
* Various cleanups, mostly to make the test work on FreeBSD/ZFS.pjd2010-08-0648-904/+1253
* ${GREP} can only be used after loading 'conf'.pjd2010-08-061-1/+1
* Don't use egrep directly - use ${GREP}.pjd2010-08-061-3/+3
* Check first todo() argument against operating system name and operating systempjd2010-08-061-2/+1
* For FreeBSD and Linux use awk's toupper() function.pjd2010-08-061-2/+2
* Convert file system type to upper case.pjd2010-08-061-2/+2
* Add tests for mknod(2).pjd2010-08-0612-0/+408
* Add mknod(2) support.pjd2010-08-061-0/+33
* Sort includes.pjd2010-08-061-6/+7
* open(2) returns EOPNOTSUPP when trying to open a socket.pjd2010-08-061-0/+17
* Test for EACCES also when opening FIFO or directory.pjd2010-08-061-26/+124
* Test O_RDONLY|O_RDWR flags as potentially invalid.pjd2010-08-061-1/+2
* Make description readable.pjd2010-08-061-1/+1
* Add missing -U argument to usage.pjd2010-08-061-1/+1
* Implement two new syscalls: bind(2) and connect(2) for operating on UNIXpjd2010-08-061-0/+32
* sh: Return 0 from eval if no command was given.jilles2010-08-031-0/+4
* sh: Add a test for a corner case in eval that already works correctly.jilles2010-08-011-0/+5
* Fix a couple of typos.uqs2010-07-301-2/+2
* sh: Fix crash due to uninitialized here-document.jilles2010-07-251-0/+19
* Add BSD grep to the base system and make it our default grep.gabor2010-07-222-2/+2
* Hook newsyslog regression tests to the Makefile 'build'.simon2010-07-221-1/+1
* Add regression tests for newsyslog. These are far from a completesimon2010-07-223-0/+343
* Chase LLVM version bump to 2.8.ed2010-07-211-6/+6
* sh: Allow a background command consisting solely of redirections.jilles2010-07-181-0/+3
* Use canonical spelling of FreeBSD.orgemaste2010-07-061-1/+1
* Switch to my @freebsd.org email address.emaste2010-07-061-1/+1
* sh: Remove comment that the comma operator is missing in arithmeticjilles2010-07-021-1/+1
* Add TCP scalability testing wrapper scripts for tcpp.rwatson2010-06-222-0/+92
* Revised tuning advice for tcpp benchmarking: do it in loader.conf, andrwatson2010-06-221-2/+10
* Remove vestiges of 'slip'.brian2010-06-192-2/+0
* Add the ZFS periodic daily scripts to the ZFS part.netchild2010-06-171-0/+2
* Allow boot.config to have different values than just -h.imp2010-06-151-1/+5
* Allow population of /cfg and /data. Begin the move to making allimp2010-06-151-4/+27
* Create a make.conf. not needed for runtime, but some ports want to spam itimp2010-06-151-0/+3
* make these convenience functions more convenient by accepting allimp2010-06-151-4/+4
* Add Clang to OptionalObsoleteFiles.inc.ed2010-06-141-0/+12
* Fix typo.ed2010-06-101-1/+1
* This should be commented out.ed2010-06-091-1/+1
* Add WITHOUT_CLANG file with a description.rdivacky2010-06-091-0/+2
* Add the VHBA package. It is here in tools because it's really a testbed.mjacob2010-06-0815-0/+2352
* Rework tcpp output so that it generates a comma-delimited list of values,rwatson2010-06-064-43/+50
* Although we currently don't compile in CPU-pinning support by default,rwatson2010-06-055-29/+45
* o The typo was intended as it stated in the comment. Revert last.maxim2010-06-041-1/+1
* o Makefile BSDfication.maxim2010-06-041-23/+17
* o Fix typo: .uudef -> .undef.maxim2010-06-041-1/+1
* Fix stuttering sequences and reverse rangesbrian2010-06-024-1/+44
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.jilles2010-05-301-0/+5
* sh: Change interaction of command substitution and here documents.jilles2010-05-302-0/+100
OpenPOWER on IntegriCloud