summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-03-22no need for a xxxpower function; ok drahnTheo de Raadt
2011-03-22silently clear the endpoint when the device has failed; ok jakemsrTheo de Raadt
2011-03-22renegade spaces; no binary changeMarco Peereboom
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
2011-03-20Update URI to data sheet. New location found on www.davicom.com.tw butMichael Knudsen
2011-03-20changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i...Jordan Hargrave
2011-03-19move to 64-bit daddr_t; ports tree will follow i hopeTheo de Raadt
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
2011-03-19syncDavid Coppa
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
2011-03-19Repair spoofing. We want to start at 'i', not 'j'.Kenneth R Westerback
2011-03-18Fix stdetach() to call vdevgone() with the right device minor numbers.Matthew Dempsky
2011-03-18Add some delay between a successful keyboard reset sequence and a keyboardMiod Vallat
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-18Fix firmware loading at startup (and resume); from Tim van der MolenTheo de Raadt
2011-03-18Old-style MTRRs were never used on amd64, so remove the remaining tracesPhilip Guenthe
2011-03-18Add ukdetach() so that detaching an unknown SCSI device doesn't resultMatthew Dempsky
2011-03-17- recognize OMAP3630/DM3730, as found in the beagleboard xMJasper Lievisse Adriaanse
2011-03-17Uncommitted bits. Spotted by deraadt@, who theorizes I have insuffientKenneth R Westerback
2011-03-17use dma_alloc/dma_free instead of malloc to allocate buffers which needTheo de Raadt
2011-03-17make more dma pools -- all the way up to 64K. at least the scsiTheo de Raadt
2011-03-17Ansify non-ansified function definitions. No functional change.Alexandr Shadchin
2011-03-17Make the various findopenbsd() functions non-recursive, eliminatingKenneth R Westerback
2011-03-16revert previous as it breaks nfs client as reported by kili@Jasper Lievisse Adriaanse
2011-03-16Recognize LM6002 as prefix for earlier Fuloong designs, and also recognizeMiod Vallat
2011-03-16If we get a packet larger than if_hardmtu skip it.Jonathan Gray
2011-03-15unbreak tree for nested endian.h includesTheo de Raadt
2011-03-15Bunch of white space and style adjustments to make amd64 versionKenneth R Westerback
2011-03-15Attach one sensordev per softraid device rather than one sensordev perJoel Sing
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2011-03-14Don't confuse limiting spoofed partitions with limiting how manyKenneth R Westerback
2011-03-14use DPLL5 as a 120MHz reference clock to be used by the usb subsystem whichJasper Lievisse Adriaanse
2011-03-14Support pieces for usb (not working just yet).Dale Rahn
2011-03-14- replace a magic number with an address define, as checked againstJasper Lievisse Adriaanse
2011-03-14fixed a use-after-free bug introduced at 1.7 in pipex_mppe_output().YASUOKA Masahiko
2011-03-14fix typoYASUOKA Masahiko
2011-03-14Accept broadcast frames so MCR0_BROADCAST bit must be zero;Kevin Lo
2011-03-14When a process reads from a spliced socket that already got anAlexander Bluhm
2011-03-14Fix spelling in commentPhilip Guenthe
2011-03-13Disable write gathering on devio settings we inherit from ARCS.Miod Vallat
2011-03-13Wake On LAN support for vr(4).Stefan Sperling
2011-03-13Wake On LAN support for re(4).Stefan Sperling
2011-03-13Add a way to enable/disable Wake On LAN with ifconfig.Stefan Sperling
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-03-12Be more paranoid when attempting to parse an IA record, and make sure weMiod Vallat
2011-03-12Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@)Philip Guenthe