aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Simplify by using inference rules properly.Tim J. Robbins2002-10-281-22/+10
| | | | Notes: svn path=/head/; revision=106080
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().Tim J. Robbins2002-10-265-2/+501
| | | | Notes: svn path=/head/; revision=105980
* Add regression tests for mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-10-263-0/+291
| | | | Notes: svn path=/head/; revision=105973
* Hide the test in <target> under '.if make(<target>)' so as to not get anyJuli Mallett2002-10-252-0/+8
| | | | | | | errors/warnings related to crud in said test block. Notes: svn path=/head/; revision=105907
* Redo reference vectors to include the mediasize and sectorsize.Poul-Henning Kamp2002-10-2414-828/+1012
| | | | Notes: svn path=/head/; revision=105898
* Resync with kernel.Poul-Henning Kamp2002-10-242-7/+9
| | | | Notes: svn path=/head/; revision=105896
* Fix a bug that showed up when trying to produce a database forJosef Karthauser2002-10-171-9/+12
| | | | | | | | | | | | subdirectories, and ended up making us loop forever. Add the username to the md5 of the commit to make it slightly more unique. Make the 'cvs' run quietly. Notes: svn path=/head/; revision=105334
* Use in-tree libbsdxml instead of ports based libexpat.Poul-Henning Kamp2002-10-056-13/+11
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104512
* Match the new g_io_deliver() API in the kernel.Poul-Henning Kamp2002-10-051-7/+4
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104511
* Pass sbuf to the kernel routines to match new kernel code.Poul-Henning Kamp2002-10-051-2/+6
| | | | | | | Sponsored by: DARPA & NAI Labs Notes: svn path=/head/; revision=104510
* Yesterday, FreeBSD-current ate my disklabel.Garrett Wollman2002-10-044-0/+119
| | | | | | | | Today, I wrote a program to tell me where the partitions used to be. Now I have my /media filesystem back. Notes: svn path=/head/; revision=104442
* -Wall'ify (mostly).Archie Cobbs2002-10-022-7/+18
| | | | Notes: svn path=/head/; revision=104380
* test -h is deprecated; use -L instead.Ruslan Ermilov2002-10-011-1/+1
| | | | | | | PR: bin/40846 Notes: svn path=/head/; revision=104288
* Update to match current kernel code.Poul-Henning Kamp2002-09-275-203/+207
| | | | | | | | | Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104070
* Adjust for KSE function name changes.Archie Cobbs2002-09-252-26/+27
| | | | Notes: svn path=/head/; revision=103973
* Make it works with POSIX sort (POS arg)Andrey A. Chernov2002-09-241-1/+1
| | | | | | | All old sorts understand -k too. Notes: svn path=/head/; revision=103910
* Add ability to make threads that run on > 1 cpuJulian Elischer2002-09-232-41/+191
| | | | | | | | | this DOES NOT WORK YET. (well it kind-of-does but it's unsafe) Submitted by: davidxu Notes: svn path=/head/; revision=103840
* Update the KSE test utility to the new KSE API.Jonathan Mini2002-09-193-319/+482
| | | | Notes: svn path=/head/; revision=103581
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-6/+1
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Pick up modules from the compile directory instead of /boot/kernel.Poul-Henning Kamp2002-09-161-2/+13
| | | | | | | | | Allow the script to operate on any convenient kernel. Submitted by: "Matthew Emmerton" <matt@gsicomp.on.ca> Notes: svn path=/head/; revision=103392
* Some change in src/share/mk seems to have made it possible to removePoul-Henning Kamp2002-09-1514-14/+0
| | | | | | | 50% of the active ingredients in these Makefiles. Notes: svn path=/head/; revision=103343
* Overhaul the kernel-simulation bits here to use pthreads instead.Poul-Henning Kamp2002-09-1319-160/+144
| | | | | | | | | | If somebody wanted to, this could for the beginning of a "libkernel" which could be used to run kernel code in userland. Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103288
* Remove magicspace from reference data.Poul-Henning Kamp2002-09-068-282/+0
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103010
* expat2 changed the name of their include file to expat.hPoul-Henning Kamp2002-09-062-2/+2
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103008
* Fix an indentation typo.Poul-Henning Kamp2002-09-061-1/+1
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103007
* Add a zeroed out sector one for the GPT hack and test T003.Poul-Henning Kamp2002-09-061-0/+21
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103006
* Add regression tests for sysvipc.Alfred Perlstein2002-08-1510-0/+1079
| | | | | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD Notes: svn path=/head/; revision=101902
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
| | | | | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days Notes: svn path=/head/; revision=101677
* As of revision 1.38 of make/parse.c, our make(1) will warn too. Note thatJuli Mallett2002-07-282-4/+6
| | | | | | | | this isn't just for the sake of testing behaviour, and that things really do break if this regression occurs. Notes: svn path=/head/; revision=100794
* Update to current reality: change COMPILEDIR and work on "R"ead-only-dataPoul-Henning Kamp2002-07-191-2/+2
| | | | | | | symbols as well. Notes: svn path=/head/; revision=100354
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)Tim J. Robbins2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=99400
* Note that two carriage returns aren't required after entering theTim J. Robbins2002-07-031-2/+3
| | | | | | | | | initial setup anymore (since process.c rev. 1.25). Add $FreeBSD$. MFC after: 2 weeks Notes: svn path=/head/; revision=99355
* KSE test programJulian Elischer2002-06-293-0/+383
| | | | Notes: svn path=/head/; revision=99073
* The wrong y/// output got spammed into this file; from green@ indirectly.Juli Mallett2002-06-271-1/+1
| | | | Notes: svn path=/head/; revision=98913
* Correct the psl regression test for sed(1)'s now-fixed newlineBrian Feldman2002-06-273-0/+8
| | | | | | | | | | | | | behavior. Add the bcb regression test which checks for failures due to a backslash ('\') coinciding with the very last character of the command buffer. The regression test is cf. this PR (which I did not know about) and has a different fix for the bug. PR: bin/22351 Submitted by: Stefan Duerholt <stefan.duerholt@t-online.de> Notes: svn path=/head/; revision=98912
* Erk, I forgot that regress.in has an ending newline, so change the test forJuli Mallett2002-06-262-5/+2
| | | | | | | transliterate to use echo -n to supress newline and a simple string. Notes: svn path=/head/; revision=98881
* Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) toJuli Mallett2002-06-251-19/+14
| | | | | | | | | | handle printing of the PASS/FAIL messages. Suffix PASS/FAIL/FATAL with the string (in $directory) where $directory is ${.CURDIR} from make(1), to make it easier to use grep(1) and a bit of sed/awk to do statistics of failure for some utilities over time, etc. Notes: svn path=/head/; revision=98812
* Add a regression test for transliterate which happens to match charactersJuli Mallett2002-06-252-0/+5
| | | | | | | | | | at an EOL/EOF, and therefore should catch the broken behaviour fixed by Tim J. Robbins in sed(1) recently. Suggested by: obrien Notes: svn path=/head/; revision=98811
* I explicitly meant to not move any of this over to the new m4(1) framework,Juli Mallett2002-06-242-2/+11
| | | | | | | even slightly. Grrr CVS. Notes: svn path=/head/; revision=98760
* Move all remaining tests except for:Juli Mallett2002-06-2410-73/+23
| | | | | | | | | | | | | | | | | make(1): Does not work like the other tests. Its Makefile is self-testing. m4(1): It uses complex voodo to test GNU m4(1) features. To the new framework. I had worried about passing the binary data that uudecode(1)'s test passes to diff(1) might give a user something nasty, but this is unlikely to happen as even with an unmodified old nasty diff(1) which doesn't recognise many binary files, these binary files are recognised. Using $DIFF instead of `diff' in the library and making it possible to override this with `cmp -s' might be nice some day, but as of this second, there's no immediate need. Notes: svn path=/head/; revision=98759
* Add two new mostly freeform types of regression tests, and a macro for dyingJuli Mallett2002-06-241-0/+30
| | | | | | | ungracefully. Notes: svn path=/head/; revision=98758
* Comments to describe what these macros do, so that someone other than meJuli Mallett2002-06-241-0/+13
| | | | | | | might be able to figure out how to write some of these tests (hint hint). Notes: svn path=/head/; revision=98755
* Convert straightforward regression tests to use regress.m4.Juli Mallett2002-06-246-93/+19
| | | | | | | Goodbye, duplicated code, you will certainly not be missed. Notes: svn path=/head/; revision=98754
* Add a simple (to be expanded) library of functions for the regression tests,Juli Mallett2002-06-241-0/+23
| | | | | | | | | | to handle the ones which output to stdout and have output in regress.$test.out, etc. More freeform macros should and will be written, but these are the most prominent and most straightforward sort of tests we have around, so it makes sense to try to accomodate them. Notes: svn path=/head/; revision=98752
* Grrr, make the test for embedded variables in the left-hand-side actually doJuli Mallett2002-06-202-4/+4
| | | | | | | the right thing in every case. Yuck. Notes: svn path=/head/; revision=98461
* Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,Juli Mallett2002-06-192-0/+34
| | | | | | | | | expansion of embedded variables in the left-hand-side of an assignment expression, using the simplest case - hiding recursion using nil-expanded variables. Notes: svn path=/head/; revision=98442
* Catch up with kernel.Poul-Henning Kamp2002-06-096-12/+12
| | | | Notes: svn path=/head/; revision=98067
* Describe ia64_unaligned and geom directories. I hope I got these right.Juli Mallett2002-06-071-0/+2
| | | | Notes: svn path=/head/; revision=97996
* Add the m4(1) regression test.Juli Mallett2002-06-071-1/+1
| | | | Notes: svn path=/head/; revision=97992
* Add a regression test for m4(1).Juli Mallett2002-06-075-0/+50
| | | | | | | This checks the behaviour of changecom() in both GNU and BSD modes of our m4. Notes: svn path=/head/; revision=97991