Age | Commit message (Expand) | Author |
2010-12-31 | In db_write_bytes(), cope with memory addresses mapped by the two hardwired | Miod Vallat |
2010-12-31 | Provide a lint-friendly __va_copy(), as done on all other platforms. | Miod Vallat |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | Since we save the interrupt mask in the trapframe when we get a trap, we | Mark Kettenis |
2010-12-30 | Prior to loading the FPU context onto the current CPU, check to see if the | Joel Sing |
2010-12-30 | Turn signotify() into a function that also calls cpu_unidle(). | Joel Sing |
2010-12-30 | Implement cpu_unidle() for MP kernels. | Joel Sing |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-29 | Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don't | Mark Kettenis |
2010-12-28 | Previous diff had a buglet, found the hard way by pea@ | Miod Vallat |
2010-12-27 | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate | Philip Guenthe |
2010-12-27 | Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32). | Philip Guenthe |
2010-12-27 | Do not issue a cache maintainance operation until the last one is not | Miod Vallat |
2010-12-27 | Properly initialize MXCSR and XMM registers if we only write the x87 FPU state | Mark Kettenis |
2010-12-26 | Misplaced splx() in pmap_unsetbit(). | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-26 | Clean up how we print the sbus(4) clock speed. Purely cosmetic. | Mark Kettenis |
2010-12-24 | the bsdi ldt entry is no longer interesting. from valdimir kirillov | Ted Unangst |
2010-12-24 | Advertise printk() as a printf-like function. | Alexander Yurchenko |
2010-12-24 | Add missing argument to printk(). Spotted while porting on linux 2.6. | Alexander Yurchenko |
2010-12-23 | Better malloc the right size, overruns are so 200x... Pass the brown paper | Miod Vallat |
2010-12-23 | The exception vector page on m88k systems has always been the same page as | Miod Vallat |
2010-12-23 | Check for pcb_onfault being set for genuine kernel data faults, copyout() | Miod Vallat |
2010-12-23 | Make the pte created by pmap_map() wired, and count them in pmap_kernel()'s | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-20 | KNF | Miod Vallat |
2010-12-20 | mvme88k kernels running on 88110 systems have been prone to panicing for | Miod Vallat |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-12-15 | enable uticom(4) now it is known to work | Jonathan Gray |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-14 | There is no "struct filesystem"; uncovered by gcc4. | Mark Kettenis |
2010-12-14 | "Implement fast path TLB miss handling. Walk the page table without | Jasper Lievisse Adriaanse |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Miod Vallat |
2010-12-13 | Remove superfluous SAVE_CPU_SREG()/RESTORE_CPU_SREG() around ast() call in | Mark Kettenis |
2010-12-12 | rsu(4) works on the sparc64, so add it everywhere where urtwn(4) is. | Damien Bergamini |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-10 | There's no need to flush the cache for the FPU state ever since we got rid | Mark Kettenis |
2010-12-07 | The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint for | Theo de Raadt |
2010-12-07 | Make this compile again. | Miod Vallat |
2010-12-07 | bring src/sys/arch/amd64/amd64/dkcsum.c r1.16 over to i386: | David Gwynne |
2010-12-07 | the boot loader passes a variable that identifies the disk its | David Gwynne |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-12-06 | - remove unused/commented COMPAT_LINUX stuff | Jasper Lievisse Adriaanse |
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis |
2010-12-04 | correct constant name | Takuya ASADA |