Age | Commit message (Expand) | Author |
2012-03-21 | Prevent vrele() being called with a NULL argument if nfs_namei() returns an | Mark Kettenis |
2012-03-20 | Add ioctl to write to hypervisor memory. | Mark Kettenis |
2012-03-19 | On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u area | Miod Vallat |
2012-03-19 | Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT at | Miod Vallat |
2012-03-19 | Use uncached addresses for all exception vectors, when copying our code (or | Miod Vallat |
2012-03-19 | Change the page size computation logic to default to 16KB pages, and only | Miod Vallat |
2012-03-19 | Prevent the Ethernet driver to be opened twice when using a bootp() path; | Miod Vallat |
2012-03-19 | Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition | Miod Vallat |
2012-03-19 | Only change the default boot device to a bootable softraid volume, if we | Joel Sing |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-03-19 | more intel cpu models, though the low/high est method is largely | Jonathan Gray |
2012-03-17 | Add hvctl(4). | Mark Kettenis |
2012-03-17 | Add vldc(4) and hvctl(4). | Mark Kettenis |
2012-03-17 | hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows the | Mark Kettenis |
2012-03-17 | vldc(4) is a "bus" driver for Logical Domain Channels. | Mark Kettenis |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2012-03-16 | missing bracket; ok miod | Theo de Raadt |
2012-03-16 | Display L3 cache information on amd64 for amd cpus, Intel now uses a | Christiano F. Haesbaert |
2012-03-15 | Fix vmmap SMALL_KERNEL introduced bug. | Ariane van der Steldt |
2012-03-15 | Take cd9660 support off the "obviously a floppy" install media, to find | Theo de Raadt |
2012-03-15 | uncached_base was introduced early in IP27 support, since these designs use | Miod Vallat |
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat |
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis |
2012-03-15 | Reduce installmedia pressure from new vmmap. | Ariane van der Steldt |
2012-03-15 | improve IPsec/ENC interaction: | Markus Friedl |
2012-03-15 | Let nviic(4) match the NVIDIA MCP89 chipset, from Brad. | Stuart Henderson |
2012-03-15 | Direct IPv6 packets with Ethernet encapsulation into the appropriate | Mike Belopuhov |
2012-03-14 | Fix booting on the Thecus N1200. From Tobias Ulmer. | Mark Kettenis |
2012-03-14 | Close a race that would corrupt a sockbuf because the code that externalizes | Mark Kettenis |
2012-03-14 | ubsec gets stuck after receiving a packet of a particular length | Mike Belopuhov |
2012-03-13 | Don't call wdcintr() for channels that aren't properly initialized or don't | Mark Kettenis |
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. ok guenther | Ted Unangst |
2012-03-11 | add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray |
2012-03-11 | regen | Jonathan Gray |
2012-03-11 | HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray |
2012-03-10 | Account for sched_noidle and document the scheduler variables. | Christiano F. Haesbaert |
2012-03-10 | Seems the _REG method is optional, so only run it if it is present. | Mark Kettenis |
2012-03-10 | AML integers are supposed to be 64-bit unsigned, but huge parts of our code | Mark Kettenis |
2012-03-10 | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in | Claudio Jeker |
2012-03-10 | Give sigwait priority over ptrace to avoid panic | Philip Guenthe |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2012-03-09 | - remove a redundant note about tftpd; ok dlg | Jason McIntyre |
2012-03-07 | Add AMD Hudson-2 support, thanks to Jorg Willekens for testing. | Bryan Steele |
2012-03-07 | reisters -> registers | Miod Vallat |
2012-03-06 | oops. correct diff this time | Mike Belopuhov |
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov |
2012-03-06 | Check if route is still valid when getting the cached rt entry of a pcb. | Claudio Jeker |
2012-03-06 | Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) | Antoine Jacoutot |
2012-03-05 | Adds support for a slightly different version of the ALPS protocol, | Alexandr Shadchin |