summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* #ifdef out the lock-against-self test. I'm not sure it makes sense, anddes2008-10-201-0/+4
* Update udpzerobyte to understand that passing 0 as a length to recv(2)rwatson2008-10-071-5/+26
* Add IPv6 support to zero-size UDP transmit/receive test.rwatson2008-10-071-27/+47
* Regression test for the loopback handling of zero-length UDP packets, whichrwatson2008-10-072-0/+111
* Add very simple regression test for fstat(2) on sockets: make sure itrwatson2008-10-062-0/+80
* o Correct a comment: a test file size is a four pages not three.maxim2008-09-101-1/+1
* Regression tests for bugs in gdtoa.das2008-09-031-11/+17
* Update README to reflect removal of netatm/harp test parts some time ago.rwatson2008-08-311-5/+2
* Connect a forgotten test case to Makefile.jkim2008-08-291-1/+1
* Do not pass validatation level since all issues are fixed now.jkim2008-08-291-1/+1
* Merge local copy of bpf_validate() with bpf_filter.c.jkim2008-08-291-11/+14
* By default backup geli metadata to a file. It is quite critical 512 bytes,pjd2008-08-2915-17/+123
* Merge bpf_filter.c r182425 and add test cases for jump range checks.jkim2008-08-296-27/+137
* Move comments to the right places.jkim2008-08-281-5/+5
* Merge bpf_filter.c r182412 and remove additional local checks.jkim2008-08-282-53/+23
* Fix style consistencies and a comment.jkim2008-08-2880-449/+449
* Merge bpf_filter.c r182380 and remove additional local checksjkim2008-08-281-12/+4
* Add a test case for uninitialized scratch memory (for JIT compiler).jkim2008-08-282-2/+66
* Add a test for r182300.stefanf2008-08-272-0/+7
* Add a test case for null filter.jkim2008-08-263-11/+35
* Add more test cases for invalid instructions and add commentsjkim2008-08-267-9/+232
* Remove some hacks from regression test since bpf_filter.c builds fine now.jkim2008-08-262-9/+8
* Add a trivial bpf filter benchmark.jkim2008-08-252-5/+22
* Use sys/net/bpf_jitter.c instead of rolling our own versionjkim2008-08-252-10/+7
* Reflect sys/net/bpf_jitter.h changes to regression test.jkim2008-08-251-17/+7
* Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.jkim2008-08-182-1/+34
* Fix two test cases on 32-bit architectures.jkim2008-08-182-2/+6
* Add simple bpf(9) regression tests and test cases.jkim2008-08-1876-0/+2739
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-092-3/+3
* Test that the result is correctly rounded when |y/x| is huge.das2008-08-021-16/+9
* Regression tests for fmtcheck(3).das2008-08-022-1/+103
* Detect if the application has cleared the environ variable by settingscf2008-08-022-25/+70
* Fix whitespace.scf2008-08-021-52/+52
* Add some tests for acos*(), asin*(), atan*(), and atan2*().das2008-07-313-1/+504
* Add a regression test for r181017.stefanf2008-07-301-0/+4
* Remove extra comment that snuck in in last commit.rwatson2008-07-291-3/+0
* Add a simple ICMPv6 filter test for IPv6 raw sockets: determine thatrwatson2008-07-292-0/+141
* Add regression tests for fmin{,f,l} and fmax{,f,l}.das2008-07-033-1/+161
* Add some regression tests for printf() with positional arguments.das2008-06-292-1/+133
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-275-0/+1640
* Fix compile on 64-bit platforms.jhb2008-06-261-1/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-50/+182
* Teach fifo_create regression test to also try to use mknod(2) to createrwatson2008-06-221-36/+84
* Regression test for a recently fixed strtod bug.das2008-06-211-1/+11
* Remove two netatm-specific test parts.rwatson2008-05-262-168/+0
* Simple testing program for *at family of syscalls.rdivacky2008-05-183-0/+678
* Test the expansion of $LINENO.stefanf2008-05-152-0/+25
* Add the ability to do all read, all write, or random read/write.adrian2008-05-151-9/+44
* Include a very basic (and beta) tool for stressing disks using the POSIXadrian2008-05-072-0/+197
* Add four utility functions related to struct grp processing modeled in-partscf2008-04-233-1/+130
OpenPOWER on IntegriCloud