Age | Commit message (Expand) | Author |
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 |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Remove pci configuration space acces hook infrastructure, which got copied | Miod Vallat |
2010-12-04 | Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provide | Miod Vallat |
2010-12-04 | Make sgi port compile again. | Joel Sing |
2010-12-04 | The pm_cpus member of the pmap is now a 64bit integer: update the assembly | Philip Guenthe |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-11-29 | double the default message buffer size. again. | David Gwynne |
2010-11-29 | bump the number of supported cpus from 32 up to 64. lets me attach and use | David Gwynne |
2010-11-28 | Rename the pmap_growkernel() current limit variable from virtual_end to | Miod Vallat |
2010-11-28 | Get rid of machdep.root_device sysctl and related variables. | Miod Vallat |
2010-11-28 | Do not declare a struct cfdriver and initialize it, and then write `extern | Miod Vallat |
2010-11-28 | boot descriptor support added | Takuya ASADA |
2010-11-28 | Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares about | Miod Vallat |
2010-11-28 | Remove inapplicable or no longer used cdevsw[] entries and macros. | Miod Vallat |
2010-11-28 | Use angle brackets instead of quotes, to bring the common arm file. | Miod Vallat |
2010-11-28 | This file redefines the IRQdisable and IRQenable macros, but never uses them, | Miod Vallat |