Age | Commit message (Expand) | Author |
2003-08-01 | The pmap potpourri du jour, while hunting for evil bugs: | Miod Vallat |
2003-08-01 | Nuke uvm_useracc() call here too. | Miod Vallat |
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat |
2003-08-01 | pmap_kremove was so broken I'd rather pretend I did not write it... | Miod Vallat |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat |
2003-08-01 | No semicolon at the end of macros supposed to be atomic statements. | Miod Vallat |
2003-08-01 | Compensate for the assym.h lossage, which defines NBPG for now (this will be | Miod Vallat |
2003-08-01 | Do not use hardcoded values for constants which are in fact computed from other | Miod Vallat |
2003-08-01 | Turn flush_pipeline() in a simple macro. | Miod Vallat |
2003-08-01 | Define a more reasonable label_t size. | Miod Vallat |
2003-08-01 | Even better varargs code, inspired by and more closer to the powerpc code, | Miod Vallat |
2003-08-01 | Fix pcctwo locator typos | Miod Vallat |
2003-08-01 | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, | Miod Vallat |
2003-08-01 | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | Miod Vallat |
2003-08-01 | remove the strcpy/strcat macros | Anil Madhavapeddy |
2003-07-31 | remove autoconf_nzs; from netbsd | Jason Wright |
2003-07-30 | an absolute cure for an inherited arrhythmia w/ uninitialized variable | Michael Shalayeff |
2003-07-30 | kill sample device mappings as not really useful | Michael Shalayeff |
2003-07-30 | deduce the leds address from the model number and thus make some more use of ... | Michael Shalayeff |
2003-07-30 | give those leds some haste | Michael Shalayeff |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff |
2003-07-29 | load_raw did not set all the needed fields in the dmamap. | Michael Shalayeff |
2003-07-29 | move spl checking wrap over the syscall into trap.c:syscall(); | Michael Shalayeff |
2003-07-29 | Remove a diagnostic print which was left in the code to determine how | Dale Rahn |
2003-07-28 | nuke more MATH_EMULATE | Jason Wright |
2003-07-28 | remove the non-licensed i386 math emulation stuff. This only leaves the | Jason Wright |
2003-07-26 | on syscall exit restore old cpl if there is a need; move call for softints pr... | Michael Shalayeff |
2003-07-25 | use names not numbers for msrs, do not define yet another implementation of w... | Michael Shalayeff |
2003-07-25 | s/CPUID_SYS2/CPUID_SEP/ to avoid confusion | Michael Shalayeff |
2003-07-25 | let ALWAYS_MATH_EMULATE actually compile | Jason Wright |
2003-07-25 | make sure SYSENTER registers are 0 at boot time. should fix an unusual | Ted Unangst |
2003-07-24 | a whole bunch of tyop fixes from Andrey Smagin | Jason Wright |
2003-07-23 | add ahc and clean things a bit | Jason Wright |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-07-19 | The last parameter to _dma_init for wdc code is flags, not read, | Dale Rahn |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-07-16 | sun disklabels need updating too. frag size -> 2048. | Ted Unangst |
2003-07-16 | Add support for unbuffered SBus LANCE devices. jason@ and deraadt@ OK | Todd C. Miller |
2003-07-16 | only match int-eg on gecko sgc cards | Michael Shalayeff |
2003-07-15 | hptmask goes away as a register and frees one tmp cr | Michael Shalayeff |
2003-07-15 | model and revision were swappedplaces in the struct | Michael Shalayeff |
2003-07-15 | more dmamap_load_* functions stolen from other places and de-register | Michael Shalayeff |
2003-07-15 | include the puc stuff (currently commented out in GENERIC) | Jason Wright |
2003-07-15 | match on ich5 as piix; from couderc@ | Michael Shalayeff |
2003-07-14 | tickspending is now a private variable of clock.c | Dale Rahn |
2003-07-14 | 'dual' clock support for macppc, this allows the stat clock to run | Dale Rahn |
2003-07-14 | For completeness, handle ldqf/stqf alignment faults by calling the emulation | Jason Wright |
2003-07-14 | i_loadstore is missing the rs1 decode which shifts the i_i bits and i_simm13 | Jason Wright |
2003-07-14 | cleaning and undef DEBUG_EMUL | Jason Wright |
2003-07-13 | whoa, gcc wasn't at fault: i_loadstore was missing 5 bits, which was causing | Jason Wright |