summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-03-17Add vldc(4) and hvctl(4).Mark Kettenis
2012-03-17hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows theMark Kettenis
2012-03-17vldc(4) is a "bus" driver for Logical Domain Channels.Mark Kettenis
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
2012-03-16missing bracket; ok miodTheo de Raadt
2012-03-16Display L3 cache information on amd64 for amd cpus, Intel now uses aChristiano F. Haesbaert
2012-03-15Fix vmmap SMALL_KERNEL introduced bug.Ariane van der Steldt
2012-03-15Take cd9660 support off the "obviously a floppy" install media, to findTheo de Raadt
2012-03-15uncached_base was introduced early in IP27 support, since these designs useMiod Vallat
2012-03-15No longer allow bus_space_barrier() to be a NULL pointer on a givenMiod Vallat
2012-03-15Allow multiple backslashes at the start of a namespace path. It is prettyMark Kettenis
2012-03-15Reduce installmedia pressure from new vmmap.Ariane van der Steldt
2012-03-15improve IPsec/ENC interaction:Markus Friedl
2012-03-15Let nviic(4) match the NVIDIA MCP89 chipset, from Brad.Stuart Henderson
2012-03-15Direct IPv6 packets with Ethernet encapsulation into the appropriateMike Belopuhov
2012-03-14Fix booting on the Thecus N1200. From Tobias Ulmer.Mark Kettenis
2012-03-14Close a race that would corrupt a sockbuf because the code that externalizesMark Kettenis
2012-03-14ubsec gets stuck after receiving a packet of a particular lengthMike Belopuhov
2012-03-13Don't call wdcintr() for channels that aren't properly initialized or don'tMark Kettenis
2012-03-130 is a valid uid for files sysctl, don't skip it. ok guentherTed Unangst
2012-03-11add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822Jonathan Gray
2012-03-11regenJonathan Gray
2012-03-11HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822Jonathan Gray
2012-03-10Account for sched_noidle and document the scheduler variables.Christiano F. Haesbaert
2012-03-10Seems the _REG method is optional, so only run it if it is present.Mark Kettenis
2012-03-10AML integers are supposed to be 64-bit unsigned, but huge parts of our codeMark Kettenis
2012-03-10Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed inClaudio Jeker
2012-03-10Give sigwait priority over ptrace to avoid panicPhilip Guenthe
2012-03-10Add PS_EXITING to better differentiate between the process exiting andPhilip Guenthe
2012-03-09New vmmap implementation.Ariane van der Steldt
2012-03-09- remove a redundant note about tftpd; ok dlgJason McIntyre
2012-03-07Add AMD Hudson-2 support, thanks to Jorg Willekens for testing.Bryan Steele
2012-03-07reisters -> registersMiod Vallat
2012-03-06oops. correct diff this timeMike Belopuhov
2012-03-06Add support for an SMB controller found on AMD CS5536 companion device.Mike Belopuhov
2012-03-06Check if route is still valid when getting the cached rt entry of a pcb.Claudio Jeker
2012-03-06Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)Antoine Jacoutot
2012-03-05Adds support for a slightly different version of the ALPS protocol,Alexandr Shadchin
2012-03-03Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in theMiod Vallat
2012-03-03Don't print the device name again in attach error messages occuring beforeMiod Vallat
2012-03-01Add luna88k GENERIC.MP configuration file, based on mvme88k.Kenji Aoyama
2012-03-01use UE_GET_ADDR to get endpoint address (remove direction bit). FixesAlexandre Ratchov
2012-03-01zaudio is play only, so return ENXIO on any attempt to open the deviceAlexandre Ratchov
2012-03-01add support for AX88772BJonathan Gray
2012-03-01regenJonathan Gray
2012-03-01ASIX AX88772BJonathan Gray
2012-02-28Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908.Jonathan Gray
2012-02-28regenJonathan Gray
2012-02-28Roland UM-ONEJonathan Gray
2012-02-28Luna88k multi-processor support, step 3.Kenji Aoyama