summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a test for what was fixed in revisions 1.39 and 1.50 ofru2002-11-282-0/+18
| | | | | | make/parse.c (allow embedded `:' and `!' in target names). Approved by: re
* Moved make(1) regression tests from src/Makefile to where theyru2002-11-282-2/+50
| | | | | | | belong (src/tools/regression/usr.bin/make), and use the latter to test if make(1) is adequate for building the world. Approved by: re
* Directly load %edx from mailboxdavidxu2002-11-231-4/+3
|
* Fix context restore bug.davidxu2002-11-221-10/+16
|
* Don't flip the "we're it" bit until we are all there..julian2002-11-221-9/+10
| | | | | (don't fill in the mailbox pointer until we have unloaded all the previous contents of the mailbox context block)
* Correctly save eflags.davidxu2002-11-211-1/+2
|
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
| | | | Reviewed by: deischen, mini
* Add test cases for btowc() and wctob() in multibyte locales.tjr2002-11-101-1/+14
|
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.tjr2002-11-101-0/+7
|
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andtjr2002-11-096-1/+580
| | | | wcstombs(). These tests have already found two libc bugs.
* Add missing #includes of <stdio.h>. Correct a few typos in comments.tjr2002-11-063-5/+7
|
* add missing '!', don't why it was lost when checked in.davidxu2002-11-021-1/+1
|
* Simplify by using inference rules properly.tjr2002-10-281-22/+10
|
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().tjr2002-10-265-2/+501
|
* Add regression tests for mbrtowc(3) and wcrtomb(3).tjr2002-10-263-0/+291
|
* Hide the test in <target> under '.if make(<target>)' so as to not get anyjmallett2002-10-252-0/+8
| | | | errors/warnings related to crud in said test block.
* Redo reference vectors to include the mediasize and sectorsize.phk2002-10-2414-828/+1012
|
* Resync with kernel.phk2002-10-242-7/+9
|
* Fix a bug that showed up when trying to produce a database forjoe2002-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.
* Use in-tree libbsdxml instead of ports based libexpat.phk2002-10-056-13/+11
| | | | Sponsored by: DARPA & NAI Labs.
* Match the new g_io_deliver() API in the kernel.phk2002-10-051-7/+4
| | | | Sponsored by: DARPA & NAI Labs.
* Pass sbuf to the kernel routines to match new kernel code.phk2002-10-051-2/+6
| | | | Sponsored by: DARPA & NAI Labs
* Yesterday, FreeBSD-current ate my disklabel.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.
* -Wall'ify (mostly).archie2002-10-022-7/+18
|
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
| | | | PR: bin/40846
* Update to match current kernel code.phk2002-09-275-203/+207
| | | | | | Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs.
* Adjust for KSE function name changes.archie2002-09-252-26/+27
|
* Make it works with POSIX sort (POS arg)ache2002-09-241-1/+1
| | | | All old sorts understand -k too.
* Add ability to make threads that run on > 1 cpujulian2002-09-232-41/+191
| | | | | | this DOES NOT WORK YET. (well it kind-of-does but it's unsafe) Submitted by: davidxu
* Update the KSE test utility to the new KSE API.mini2002-09-193-319/+482
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-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
* Pick up modules from the compile directory instead of /boot/kernel.phk2002-09-161-2/+13
| | | | | | Allow the script to operate on any convenient kernel. Submitted by: "Matthew Emmerton" <matt@gsicomp.on.ca>
* Some change in src/share/mk seems to have made it possible to removephk2002-09-1514-14/+0
| | | | 50% of the active ingredients in these Makefiles.
* Overhaul the kernel-simulation bits here to use pthreads instead.phk2002-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.
* Remove magicspace from reference data.phk2002-09-068-282/+0
| | | | Sponsored by: DARPA & NAI Labs.
* expat2 changed the name of their include file to expat.hphk2002-09-062-2/+2
| | | | Sponsored by: DARPA & NAI Labs.
* Fix an indentation typo.phk2002-09-061-1/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Add a zeroed out sector one for the GPT hack and test T003.phk2002-09-061-0/+21
| | | | Sponsored by: DARPA & NAI Labs.
* Add regression tests for sysvipc.alfred2002-08-1510-0/+1079
| | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-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
* As of revision 1.38 of make/parse.c, our make(1) will warn too. Note thatjmallett2002-07-282-4/+6
| | | | | this isn't just for the sake of testing behaviour, and that things really do break if this regression occurs.
* Update to current reality: change COMPILEDIR and work on "R"ead-only-dataphk2002-07-191-2/+2
| | | | symbols as well.
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)tjr2002-07-041-1/+1
|
* Note that two carriage returns aren't required after entering thetjr2002-07-031-2/+3
| | | | | | initial setup anymore (since process.c rev. 1.25). Add $FreeBSD$. MFC after: 2 weeks
* KSE test programjulian2002-06-293-0/+383
|
* The wrong y/// output got spammed into this file; from green@ indirectly.jmallett2002-06-271-1/+1
|
* Correct the psl regression test for sed(1)'s now-fixed newlinegreen2002-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>
* Erk, I forgot that regress.in has an ending newline, so change the test forjmallett2002-06-262-5/+2
| | | | transliterate to use echo -n to supress newline and a simple string.
* Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) tojmallett2002-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.
* Add a regression test for transliterate which happens to match charactersjmallett2002-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
OpenPOWER on IntegriCloud