Age | Commit message (Expand) | Author |
2010-12-08 | Fix compilation with option CBB_DEBUG; noticed by Dave Anderson on misc@ | Miod Vallat |
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 | remove useless #include | Damien Bergamini |
2010-12-07 | remove a bunch of unused arguments | Jonathan Gray |
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-06 | * if we got an undercoverable error, set the dying flag | Jacob Meuser |
2010-12-06 | as in ehci and ohci, delete the interrupt timeout in the detach | Jacob Meuser |
2010-12-06 | a couple unchecked if_detach() in detach routines that were missed | Jacob Meuser |
2010-12-06 | * replace per-driver dying and/or other state variables with use of | Jacob Meuser |
2010-12-06 | call config_deactivate() before config_detach() when detaching devices. | Jacob Meuser |
2010-12-06 | * check that the root hub has been configured before trying to | Jacob Meuser |
2010-12-06 | * add dying flag to struct usbd_device | Jacob Meuser |
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis |
2010-12-05 | Make sure we only initialize the nfsrv_descript_pl pool once. | Mark Kettenis |
2010-12-04 | correct constant name | Takuya ASADA |
2010-12-04 | Check the register offset against the device's configuration space size in | Miod Vallat |
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-04 | Teach swapctl(2) about DUIDs. | Joel Sing |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-03 | missing ; in previous | Jacob Meuser |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | don't attach to the hid interface of the ti msp430 | Jacob Meuser |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-12-02 | make hotplug queue dynamic, allowing us to increase size without waste. | Ted Unangst |
2010-12-02 | don't match/attach devices without a data endpoint, since this driver | Jacob Meuser |
2010-12-01 | Add definition for "Extended Synch" bit in PCIe Link Control register. | Damien Bergamini |
2010-12-01 | regen | Damien Bergamini |
2010-12-01 | PCI id for Atheros AR9485. | Damien Bergamini |
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-30 | sync | Jacob Meuser |
2010-11-30 | Texas Instruments MSP430 as found in the Launchpad dev board | Jacob Meuser |
2010-11-29 | Let ifa_print_rb() build on INET6-free kernels. Repairs RAMDISK on a few | Miod Vallat |
2010-11-29 | regen | Damien Bergamini |
2010-11-29 | bunch of RTL8192SU product ids. | Damien Bergamini |
2010-11-29 | use m_pulldown to get a contig view of the pfsync_header instead of | David Gwynne |
2010-11-29 | get rid of struct pfsync_pkt. it was used to store data on the stack to | David Gwynne |
2010-11-29 | double the default message buffer size. again. | David Gwynne |