Age | Commit message (Expand) | Author |
2010-12-17 | - regen | Jasper Lievisse Adriaanse |
2010-12-17 | add moxa uport110, from rivo nurges | Jasper Lievisse Adriaanse |
2010-12-17 | - use usb_lookup() instead of handrolled macro. | Jasper Lievisse Adriaanse |
2010-12-16 | small cleanup ioctl WSKBDIO_GETLEDS | Alexandr Shadchin |
2010-12-16 | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | Jonathan Gray |
2010-12-16 | no need to poke the vmspace, uvm_map_hint does what we want. ok oga | Ted Unangst |
2010-12-16 | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | Jonathan Gray |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-12-15 | attach the Hercules HWGUn-54 to rsu(4) | Damien Bergamini |
2010-12-15 | Add USB ID for the Hercules HWGUn-54; from pea@ | Damien Bergamini |
2010-12-15 | - the firmware download succeeded message should be wrapped in DPRINTF(). | Jasper Lievisse Adriaanse |
2010-12-15 | - attach to the startech ICUSB232X, though only the first port can be used | Jasper Lievisse Adriaanse |
2010-12-15 | Be more careful when copying the pf rule from userland into the kernel. | Claudio Jeker |
2010-12-15 | enable uticom(4) now it is known to work | Jonathan Gray |
2010-12-15 | make this not panic on attach | 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-15 | revert the malloc change, as it meant dropping events before the device is | Ted Unangst |
2010-12-15 | don't delay if the device is dying | Jacob Meuser |
2010-12-14 | Match the Sitecom WL-349 v1. | Mark Kettenis |
2010-12-14 | There is no "struct filesystem"; uncovered by gcc4. | Mark Kettenis |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
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-14 | regen | Damien Bergamini |
2010-12-14 | bunch of Atheros AR9271 product ids. | Damien Bergamini |
2010-12-14 | use the dying flag in struct usbd_bus instead of a private dying flag | Jacob Meuser |
2010-12-13 | #undef RSU_DEBUG | Damien Bergamini |
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-12 | cosmetic | Damien Bergamini |
2010-12-12 | Match the Planex GW-USNano. | Jonathan Gray |
2010-12-11 | Add support for the ZTE MF112 from MERIGHI Marcus. | Jonathan Gray |
2010-12-11 | regen | Jonathan Gray |
2010-12-11 | ZTE MF112 | Jonathan Gray |
2010-12-11 | drop Rx'd frames larger than MCLBYTES. | Damien Bergamini |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-11 | rxi_flags was used uninitialized, and in some cases, received frames | 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-08 | Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be | Miod Vallat |
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 |