aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* more crypto test stuff:Sam Leffler2003-01-064-22/+450
* geom_bsd need -lmd to link now.Poul-Henning Kamp2003-01-061-0/+1
* Add a regression test for wordexp() and wordfree().Tim J. Robbins2003-01-042-0/+185
* Add various command line options, most notably sort order.Poul-Henning Kamp2003-01-031-10/+51
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-3/+4
* Add a test program for perror() that demonstrates two bugs in theTim J. Robbins2002-12-192-0/+116
* Test that if the buffer argument (`s') to wcrtomb() is NULL thenTim J. Robbins2002-12-191-19/+15
* Add regression test for strerror()/strerror_r().Mike Barcroft2002-12-182-0/+141
* Goto WARNS 5 with assorted changes.Poul-Henning Kamp2002-12-169-33/+32
* Update this one too.Poul-Henning Kamp2002-12-161-1/+5
* Get the test-suite into sync with the kernel again.Poul-Henning Kamp2002-12-168-10/+34
* add program used to exercise/test /dev/crypto symmetric crypto functionalitySam Leffler2002-12-144-0/+349
* Add a test for what was fixed in revisions 1.39 and 1.50 ofRuslan Ermilov2002-11-282-0/+18
* Moved make(1) regression tests from src/Makefile to where theyRuslan Ermilov2002-11-282-2/+50
* Directly load %edx from mailboxDavid Xu2002-11-231-4/+3
* Fix context restore bug.David Xu2002-11-221-10/+16
* Don't flip the "we're it" bit until we are all there..Julian Elischer2002-11-221-9/+10
* Correctly save eflags.David Xu2002-11-211-1/+2
* Adjust code for new mailbox format.David Xu2002-11-181-3/+3
* Add test cases for btowc() and wctob() in multibyte locales.Tim J. Robbins2002-11-101-1/+14
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.Tim J. Robbins2002-11-101-0/+7
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andTim J. Robbins2002-11-096-1/+580
* Add missing #includes of <stdio.h>. Correct a few typos in comments.Tim J. Robbins2002-11-063-5/+7
* add missing '!', don't why it was lost when checked in.David Xu2002-11-021-1/+1
* Simplify by using inference rules properly.Tim J. Robbins2002-10-281-22/+10
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().Tim J. Robbins2002-10-265-2/+501
* Add regression tests for mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-10-263-0/+291
* Hide the test in <target> under '.if make(<target>)' so as to not get anyJuli Mallett2002-10-252-0/+8
* Redo reference vectors to include the mediasize and sectorsize.Poul-Henning Kamp2002-10-2414-828/+1012
* Resync with kernel.Poul-Henning Kamp2002-10-242-7/+9
* Fix a bug that showed up when trying to produce a database forJosef Karthauser2002-10-171-9/+12
* Use in-tree libbsdxml instead of ports based libexpat.Poul-Henning Kamp2002-10-056-13/+11
* Match the new g_io_deliver() API in the kernel.Poul-Henning Kamp2002-10-051-7/+4
* Pass sbuf to the kernel routines to match new kernel code.Poul-Henning Kamp2002-10-051-2/+6
* Yesterday, FreeBSD-current ate my disklabel.Garrett Wollman2002-10-044-0/+119
* -Wall'ify (mostly).Archie Cobbs2002-10-022-7/+18
* test -h is deprecated; use -L instead.Ruslan Ermilov2002-10-011-1/+1
* Update to match current kernel code.Poul-Henning Kamp2002-09-275-203/+207
* Adjust for KSE function name changes.Archie Cobbs2002-09-252-26/+27
* Make it works with POSIX sort (POS arg)Andrey A. Chernov2002-09-241-1/+1
* Add ability to make threads that run on > 1 cpuJulian Elischer2002-09-232-41/+191
* Update the KSE test utility to the new KSE API.Jonathan Mini2002-09-193-319/+482
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-6/+1
* Pick up modules from the compile directory instead of /boot/kernel.Poul-Henning Kamp2002-09-161-2/+13
* Some change in src/share/mk seems to have made it possible to removePoul-Henning Kamp2002-09-1514-14/+0
* Overhaul the kernel-simulation bits here to use pthreads instead.Poul-Henning Kamp2002-09-1319-160/+144
* Remove magicspace from reference data.Poul-Henning Kamp2002-09-068-282/+0
* expat2 changed the name of their include file to expat.hPoul-Henning Kamp2002-09-062-2/+2
* Fix an indentation typo.Poul-Henning Kamp2002-09-061-1/+1
* Add a zeroed out sector one for the GPT hack and test T003.Poul-Henning Kamp2002-09-061-0/+21