| Commit message (Expand) | Author | Age | Files | Lines |
* | As a temporary hack, turn off deferred preemptions that are the result of | jhb | 2004-07-19 | 3 | -0/+6 |
* | Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional in | green | 2004-07-19 | 1 | -0/+6 |
* | Guard against argv[0] being NULL. | kientzle | 2004-07-19 | 1 | -6/+11 |
* | Make it clearer what means 'won't work' for .if string == ${VAR}. | harti | 2004-07-19 | 1 | -5/+12 |
* | Avoid passing negative values to tolower() on machines with signed chars. | tjr | 2004-07-19 | 1 | -1/+1 |
* | Fix a typo that could provoke a panic or access to random memory. | harti | 2004-07-19 | 1 | -1/+1 |
* | Make kdb_backtrace() sort of work. | cognet | 2004-07-19 | 1 | -6/+9 |
* | Enable libpthread build for powerpc | grehan | 2004-07-19 | 1 | -1/+1 |
* | PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for | grehan | 2004-07-19 | 16 | -0/+1640 |
* | Add signalcontext, required by KSE. | grehan | 2004-07-19 | 2 | -1/+104 |
* | The new program counter should go into the trapframe's srr0 and | grehan | 2004-07-19 | 1 | -1/+1 |
* | Sort sections. | tjr | 2004-07-19 | 1 | -3/+3 |
* | Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENT | tjr | 2004-07-19 | 1 | -3/+15 |
* | MFi386: revision 1.596. | nyan | 2004-07-19 | 2 | -0/+6 |
* | Add support for multibyte characters. While here, fix a longstanding bug in | tjr | 2004-07-19 | 2 | -59/+68 |
* | Point out in the BUGS section that look expects input files to have | tjr | 2004-07-19 | 1 | -0/+7 |
* | Add a skeleton makefile that runs the tests out of libc/regex/grot. | tjr | 2004-07-19 | 1 | -0/+11 |
* | Oops, test error behaviour of wctrans(), not wctype(). | tjr | 2004-07-19 | 1 | -2/+2 |
* | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | tjr | 2004-07-19 | 1 | -1/+3 |
* | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | tjr | 2004-07-19 | 1 | -34/+6 |
* | Update for recent changes to struct re_guts. Disable printing the contents | tjr | 2004-07-19 | 1 | -38/+5 |
* | Remove unused files. | tjr | 2004-07-19 | 2 | -12/+0 |
* | Forced commit to note that the previous commit message doesn't apply | das | 2004-07-19 | 0 | -0/+0 |
* | Today is a good day to add myself here :) | glebius | 2004-07-19 | 1 | -0/+1 |
* | While testing fe[gs]etround(), make sure FLT_ROUNDS reflects the | das | 2004-07-19 | 1 | -0/+10 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 11 | -9/+102 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 5 | -9/+31 |
* | MFp4: Add two options for gnop(8)'s 'create' command: | pjd | 2004-07-19 | 4 | -17/+85 |
* | Use the version field to identify the partial context used by | grehan | 2004-07-19 | 1 | -0/+1 |
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly- | green | 2004-07-19 | 4 | -63/+322 |
* | Add partial pmap locking. | alc | 2004-07-19 | 2 | -0/+27 |
* | Fix some misspellings, document the TAPE environment | kientzle | 2004-07-19 | 1 | -2/+16 |
* | Add a #error requiring KDB if DDB is specified. (This can probably be | silby | 2004-07-19 | 1 | -0/+3 |
* | Empty GENERIC.hints file needed by make release. | grehan | 2004-07-19 | 1 | -0/+1 |
* | This file was not used to import gdb. Remove. | marcel | 2004-07-19 | 1 | -71/+0 |
* | When calling scheduler entrypoints for creating new threads and processes, | julian | 2004-07-18 | 8 | -43/+46 |
* | Now we have NO_ADAPTIVE_MUTEXES option, so use it here too. | pjd | 2004-07-18 | 1 | -1/+1 |
* | Don't forget the arguments for -M and -N in the DESCRIPTION section. | stefanf | 2004-07-18 | 1 | -2/+2 |
* | Reverse a lock/unlock pair that were the wrong way around in some code that | julian | 2004-07-18 | 1 | -2/+2 |
* | Comment clarifying debug_mpsafenet. | rwatson | 2004-07-18 | 1 | -4/+5 |
* | Clarify boot.8 (i386 version) a bit, so that people know | silby | 2004-07-18 | 1 | -2/+10 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 16 | -456/+65 |
* | Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). The | alc | 2004-07-18 | 1 | -1/+3 |
* | After maintaining previous behaviour in writing out the core notes, it's | marcel | 2004-07-18 | 1 | -8/+5 |
* | Fix a possible hang which apparently occurs during a warm boot (cold boot | gj | 2004-07-18 | 1 | -0/+8 |
* | Gratuitous whitespace change to un-wrap a short line. | rwatson | 2004-07-18 | 1 | -2/+1 |
* | This library is not WARNS=2 clean for -O2 builds, because we include | marcel | 2004-07-18 | 1 | -1/+1 |
* | Correct the mess I made by committing from the wrong tree. Most | marcel | 2004-07-18 | 5 | -33/+33 |
* | The recent changes to control message passing broke some things | dwmalone | 2004-07-18 | 1 | -12/+16 |
* | Rename a preposterously long name with one that might look a bit | markm | 2004-07-18 | 1 | -2/+6 |