summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-03-21Prevent vrele() being called with a NULL argument if nfs_namei() returns anMark Kettenis
2012-03-20Add ioctl to write to hypervisor memory.Mark Kettenis
2012-03-19On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u areaMiod Vallat
2012-03-19Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT atMiod Vallat
2012-03-19Use uncached addresses for all exception vectors, when copying our code (orMiod Vallat
2012-03-19Change the page size computation logic to default to 16KB pages, and onlyMiod Vallat
2012-03-19Prevent the Ethernet driver to be opened twice when using a bootp() path;Miod Vallat
2012-03-19Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionMiod Vallat
2012-03-19Only change the default boot device to a bootable softraid volume, if weJoel Sing
2012-03-19Add tracing and dumping of "pointer to struct" syscall arguments forPhilip Guenthe
2012-03-19more intel cpu models, though the low/high est method is largelyJonathan Gray
2012-03-17Add hvctl(4).Mark Kettenis
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