summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test for <tgmath.h>.stefanf2004-09-042-0/+624
* Join the effort in simplifying this makefile. ;)ru2004-09-031-3/+1
* Pass O_NONBLOCK directly to fcntl() rather than the pointer to an intrwatson2004-09-021-12/+8
* Don't override the rule used to build a binary by providing our ownrwatson2004-09-021-1/+0
* Make sure to properly initialize 'size' to sizeof(sin) before passingrwatson2004-08-241-0/+1
* Add a basic kqueue + UNIX domain socket pair regression test to do somerwatson2004-08-242-0/+340
* Regression tests for 'verify reading' algorithm.pjd2004-08-222-0/+69
* Add regression test for the new "round-robin reading" feature.pjd2004-08-211-0/+36
* Remove some debug cruft from the Makefiles and make them ${.OBJDIR}dfr2004-08-163-17/+8
* Add regression tests for GEOM_RAID3.pjd2004-08-1611-0/+388
* Replaced COPTS by equivalent CFLAGS.ru2004-08-131-1/+1
* Regen.fjoe2004-08-131-46/+47
* Regression test for geom_uzip.fjoe2004-08-137-0/+198
* Add a regression test for the ATM call control stuff.harti2004-08-133-0/+13
* Now that make more correctly handles variable assignmentsharti2004-08-121-3/+1
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley deriveddds2004-08-092-8/+0
* Back out something I'm working on that crept in with the last commit.harti2004-08-051-1/+3
* Remove extra spaces. Remove double quotes around error messages -harti2004-08-051-13/+11
* This file is not suppose be be all one big comment :-(dfr2004-08-051-1/+1
* Add another test that checks for a working '+' command flag.harti2004-08-051-0/+19
* Add regression test for "prefer" balance algorithm in MIRROR class.pjd2004-08-041-0/+68
* Add a regression test for the passing of command lineharti2004-08-041-0/+87
* Add minimal socketpair() regression test to confirm that we can createrwatson2004-08-042-0/+139
* Add regression tests for TLS.dfr2004-08-0314-0/+429
* Add GEOM_MIRROR class which provide RAID1 functionality and has many usefulpjd2004-07-308-0/+361
* After conferring with Apple legal, update the license of this to APSL 2.0jkh2004-07-271-2/+4
* Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>.pjd2004-07-262-3/+3
* Change naming scheme from /dev/<name>.concat to /dev/concat/<name>.pjd2004-07-262-3/+3
* Simple attachment regression test to attach the "accf_data" acceptrwatson2004-07-262-0/+211
* Add two more programs useful for testing the correctness of pipes.silby2004-07-222-0/+214
* Add test programs for mbsnrtowcs() and wcsnrtombs().tjr2004-07-213-0/+386
* Make this test compile again and remove its dependency on sys/pipe.h.silby2004-07-211-1/+2
* Add a simple regression test for the stat st_size bug just fixed insilby2004-07-201-0/+82
* Add a skeleton makefile that runs the tests out of libc/regex/grot.tjr2004-07-191-0/+11
* Oops, test error behaviour of wctrans(), not wctype().tjr2004-07-191-2/+2
* While testing fe[gs]etround(), make sure FLT_ROUNDS reflects thedas2004-07-191-0/+10
* Explicitly specify ATPROTO_DDP constant rather than '0' when bindingrwatson2004-07-171-1/+1
* Add a simple tool to bind netatalk sockets and perform send operations.rwatson2004-07-172-0/+170
* gcc now objects to a default label without any contents. Because I wantrwatson2004-07-171-0/+2
* Add simple regression test to detect leakage of file descriptors whenrwatson2004-07-172-0/+142
* Use and explicite 'sh' to run the scripts, because they may be checkedharti2004-07-091-6/+6
* Add qsort, mergesort and heapsort regression tests.sobomax2004-06-255-0/+477
* Add some fenv.h regression tests.das2004-06-112-0/+535
* Fix stupid patch(1) tricks. Apparently patch thinks all files match thebrooks2004-05-274-251/+0
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-265-0/+514
* Add regression tests for geom_stripe and geom_nop.pjd2004-05-228-0/+141
* Test accumulation of partial multibyte characters in conversiontjr2004-05-111-0/+11
* Add regression tests for GEOM Gate:pjd2004-05-035-0/+111
* A new version that does exponents and lots of other neat things. Updatesmkelly2004-05-011-59/+335
* Reset internal conversion state after triggering conversion errors;tjr2004-04-073-3/+10
OpenPOWER on IntegriCloud