summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-193-148/+63
* | You always spot the typos after you have committed.. Start sentencejulian2004-07-191-1/+1
* | Allow the user who calls doadump() from the kernel debuggerjulian2004-07-191-2/+11
* | Further function forward declaration white space tweaks.rwatson2004-07-191-14/+15
* | Re-style at_control.c to bring it closer to style(9), primarily withrwatson2004-07-191-606/+594
* | prgregset_t changed type from being a typedef of struct reg to anmarcel2004-07-191-1/+1
* | As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-193-0/+6
* | Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional ingreen2004-07-191-0/+6
* | Guard against argv[0] being NULL.kientzle2004-07-191-6/+11
* | Make it clearer what means 'won't work' for .if string == ${VAR}.harti2004-07-191-5/+12
* | Avoid passing negative values to tolower() on machines with signed chars.tjr2004-07-191-1/+1
* | Fix a typo that could provoke a panic or access to random memory.harti2004-07-191-1/+1
* | Make kdb_backtrace() sort of work.cognet2004-07-191-6/+9
* | Enable libpthread build for powerpcgrehan2004-07-191-1/+1
* | PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode forgrehan2004-07-1916-0/+1640
* | Add signalcontext, required by KSE.grehan2004-07-192-1/+104
* | The new program counter should go into the trapframe's srr0 andgrehan2004-07-191-1/+1
* | Sort sections.tjr2004-07-191-3/+3
* | Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENTtjr2004-07-191-3/+15
* | MFi386: revision 1.596.nyan2004-07-192-0/+6
* | Add support for multibyte characters. While here, fix a longstanding bug intjr2004-07-192-59/+68
* | Point out in the BUGS section that look expects input files to havetjr2004-07-191-0/+7
* | Add a skeleton makefile that runs the tests out of libc/regex/grot.tjr2004-07-191-0/+11
* | Oops, test error behaviour of wctrans(), not wctype().tjr2004-07-191-2/+2
* | Update paths to reg*.c and regex2.h. Add a target to build regex.h.tjr2004-07-191-1/+3
* | Update for removal of cclass.h. Trim some useless targets. Invoke mkhtjr2004-07-191-34/+6
* | Update for recent changes to struct re_guts. Disable printing the contentstjr2004-07-191-38/+5
* | Remove unused files.tjr2004-07-192-12/+0
* | Forced commit to note that the previous commit message doesn't applydas2004-07-190-0/+0
* | Today is a good day to add myself here :)glebius2004-07-191-0/+1
* | While testing fe[gs]etround(), make sure FLT_ROUNDS reflects thedas2004-07-191-0/+10
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-1911-9/+102
* | Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-195-9/+31
* | MFp4: Add two options for gnop(8)'s 'create' command:pjd2004-07-194-17/+85
* | Use the version field to identify the partial context used bygrehan2004-07-191-0/+1
* | Reimplement contigmalloc(9) with an algorithm which stands a greatly-green2004-07-194-63/+322
* | Add partial pmap locking.alc2004-07-192-0/+27
* | Fix some misspellings, document the TAPE environmentkientzle2004-07-191-2/+16
* | Add a #error requiring KDB if DDB is specified. (This can probably besilby2004-07-191-0/+3
* | Empty GENERIC.hints file needed by make release.grehan2004-07-191-0/+1
* | This file was not used to import gdb. Remove.marcel2004-07-191-71/+0
* | When calling scheduler entrypoints for creating new threads and processes,julian2004-07-188-43/+46
* | Now we have NO_ADAPTIVE_MUTEXES option, so use it here too.pjd2004-07-181-1/+1
* | Don't forget the arguments for -M and -N in the DESCRIPTION section.stefanf2004-07-181-2/+2
* | Reverse a lock/unlock pair that were the wrong way around in some code thatjulian2004-07-181-2/+2
* | Comment clarifying debug_mpsafenet.rwatson2004-07-181-4/+5
* | Clarify boot.8 (i386 version) a bit, so that people knowsilby2004-07-181-2/+10
* | Replace seven nominally MD implementations of frexp() that are brokendas2004-07-1816-456/+65
* | Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). Thealc2004-07-181-1/+3
* | After maintaining previous behaviour in writing out the core notes, it'smarcel2004-07-181-8/+5
OpenPOWER on IntegriCloud