Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test program for perror() that demonstrates two bugs in the | tjr | 2002-12-19 | 2 | -0/+116 |
| | | | | current implementation. | ||||
* | Test that if the buffer argument (`s') to wcrtomb() is NULL then | tjr | 2002-12-19 | 1 | -19/+15 |
| | | | | | | the value of the supplied wide character is ignored and L'\0' is used instead. Remove incorrect comments about "internal buffer" since wcrtomb() does not have one (wctomb() does). | ||||
* | Add regression test for strerror()/strerror_r(). | mike | 2002-12-18 | 2 | -0/+141 |
| | | | | Based on: src/lib/libc/string/strerror.c (rev 1.8) | ||||
* | Goto WARNS 5 with assorted changes. | phk | 2002-12-16 | 9 | -33/+32 |
| | |||||
* | Update this one too. | phk | 2002-12-16 | 1 | -1/+5 |
| | |||||
* | Get the test-suite into sync with the kernel again. | phk | 2002-12-16 | 8 | -10/+34 |
| | |||||
* | add program used to exercise/test /dev/crypto symmetric crypto functionality | sam | 2002-12-14 | 4 | -0/+349 |
| | | | | Obtained from: openbsd (originally) | ||||
* | Add a test for what was fixed in revisions 1.39 and 1.50 of | ru | 2002-11-28 | 2 | -0/+18 |
| | | | | | | make/parse.c (allow embedded `:' and `!' in target names). Approved by: re | ||||
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 2 | -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 mailbox | davidxu | 2002-11-23 | 1 | -4/+3 |
| | |||||
* | Fix context restore bug. | davidxu | 2002-11-22 | 1 | -10/+16 |
| | |||||
* | Don't flip the "we're it" bit until we are all there.. | julian | 2002-11-22 | 1 | -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. | davidxu | 2002-11-21 | 1 | -1/+2 |
| | |||||
* | Adjust code for new mailbox format. | davidxu | 2002-11-18 | 1 | -3/+3 |
| | | | | Reviewed by: deischen, mini | ||||
* | Add test cases for btowc() and wctob() in multibyte locales. | tjr | 2002-11-10 | 1 | -1/+14 |
| | |||||
* | Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. | tjr | 2002-11-10 | 1 | -0/+7 |
| | |||||
* | Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and | tjr | 2002-11-09 | 6 | -1/+580 |
| | | | | wcstombs(). These tests have already found two libc bugs. | ||||
* | Add missing #includes of <stdio.h>. Correct a few typos in comments. | tjr | 2002-11-06 | 3 | -5/+7 |
| | |||||
* | add missing '!', don't why it was lost when checked in. | davidxu | 2002-11-02 | 1 | -1/+1 |
| | |||||
* | Simplify by using inference rules properly. | tjr | 2002-10-28 | 1 | -22/+10 |
| | |||||
* | Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). | tjr | 2002-10-26 | 5 | -2/+501 |
| | |||||
* | Add regression tests for mbrtowc(3) and wcrtomb(3). | tjr | 2002-10-26 | 3 | -0/+291 |
| | |||||
* | Hide the test in <target> under '.if make(<target>)' so as to not get any | jmallett | 2002-10-25 | 2 | -0/+8 |
| | | | | errors/warnings related to crud in said test block. | ||||
* | Redo reference vectors to include the mediasize and sectorsize. | phk | 2002-10-24 | 14 | -828/+1012 |
| | |||||
* | Resync with kernel. | phk | 2002-10-24 | 2 | -7/+9 |
| | |||||
* | Fix a bug that showed up when trying to produce a database for | joe | 2002-10-17 | 1 | -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. | phk | 2002-10-05 | 6 | -13/+11 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Match the new g_io_deliver() API in the kernel. | phk | 2002-10-05 | 1 | -7/+4 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Pass sbuf to the kernel routines to match new kernel code. | phk | 2002-10-05 | 1 | -2/+6 |
| | | | | Sponsored by: DARPA & NAI Labs | ||||
* | Yesterday, FreeBSD-current ate my disklabel. | wollman | 2002-10-04 | 4 | -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). | archie | 2002-10-02 | 2 | -7/+18 |
| | |||||
* | test -h is deprecated; use -L instead. | ru | 2002-10-01 | 1 | -1/+1 |
| | | | | PR: bin/40846 | ||||
* | Update to match current kernel code. | phk | 2002-09-27 | 5 | -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. | archie | 2002-09-25 | 2 | -26/+27 |
| | |||||
* | Make it works with POSIX sort (POS arg) | ache | 2002-09-24 | 1 | -1/+1 |
| | | | | All old sorts understand -k too. | ||||
* | Add ability to make threads that run on > 1 cpu | julian | 2002-09-23 | 2 | -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. | mini | 2002-09-19 | 3 | -319/+482 |
| | |||||
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -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. | phk | 2002-09-16 | 1 | -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 remove | phk | 2002-09-15 | 14 | -14/+0 |
| | | | | 50% of the active ingredients in these Makefiles. | ||||
* | Overhaul the kernel-simulation bits here to use pthreads instead. | phk | 2002-09-13 | 19 | -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. | phk | 2002-09-06 | 8 | -282/+0 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | expat2 changed the name of their include file to expat.h | phk | 2002-09-06 | 2 | -2/+2 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Fix an indentation typo. | phk | 2002-09-06 | 1 | -1/+1 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Add a zeroed out sector one for the GPT hack and test T003. | phk | 2002-09-06 | 1 | -0/+21 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Add regression tests for sysvipc. | alfred | 2002-08-15 | 10 | -0/+1079 |
| | | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD | ||||
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -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 that | jmallett | 2002-07-28 | 2 | -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-data | phk | 2002-07-19 | 1 | -2/+2 |
| | | | | symbols as well. | ||||
* | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | tjr | 2002-07-04 | 1 | -1/+1 |
| |