Age | Commit message (Expand) | Author |
2012-03-30 | actually store the result of the pmtu-route lookup. otherwise we | Markus Friedl |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2012-03-29 | Put more smarts into the limited bootblocks brain; they will now happily | Miod Vallat |
2012-03-29 | Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlapping | Miod Vallat |
2012-03-29 | Missing #ifdef in previous diff | Mike Larkin |
2012-03-29 | Prevent hibernation attempts on machines with unsupported disk controllers. | Mike Larkin |
2012-03-28 | guenther notes that s_pid must also move to match | Theo de Raadt |
2012-03-28 | regen | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-28 | Allow dma map boundary smaller than the kernel page size to work in | Miod Vallat |
2012-03-28 | Yet another ioctl-related pid value. Should be the master of the | Theo de Raadt |
2012-03-28 | pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@ | Claudio Jeker |
2012-03-28 | Another pid that needs to be the process pid and not the thread one. | Claudio Jeker |
2012-03-28 | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ | Claudio Jeker |
2012-03-28 | Use p_p->ps_pid as pid in the route header instead of the thread pid. Give | Claudio Jeker |
2012-03-28 | The kinfo_file2 structure's f_wbytes member was being filled with the | Philip Guenthe |
2012-03-28 | Take some additional steps needed to make the PHY on EC Ultra/8056 | Jonathan Gray |
2012-03-27 | fix indentation | Theo de Raadt |
2012-03-27 | only attempt to calculate bus_clock if we can't get tables from acpi | Jonathan Gray |
2012-03-27 | Make the bus_clock calculations happen later in the boot process so | Jonathan Gray |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |
2012-03-27 | Run identifycpu() on its own cpu. | Christiano F. Haesbaert |
2012-03-26 | simplify conditionals in acpi_sleep_state() | Theo de Raadt |
2012-03-26 | hook in the hibernate request code; half of this diff is from mlarkin | Theo de Raadt |
2012-03-26 | Make writes block if the message queues are full. | Mark Kettenis |
2012-03-26 | Increase the size of the message queues such that we can handle the default | Mark Kettenis |
2012-03-26 | Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not | Claudio Jeker |
2012-03-26 | Add support for the udl(4) in the Polaris2 USB dock | Claudio Jeker |
2012-03-26 | sync | Claudio Jeker |
2012-03-26 | Add id for the Polaris2 USB dock which is a udl(4) | Claudio Jeker |
2012-03-26 | Let this compile (not enabled by default); From Damian McGuckin | Theo de Raadt |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-03-26 | Fix an integer math error when using the result of uvm_page_rle, and | Mike Larkin |
2012-03-26 | clear junk in p_comm before copying shorter names into it | Theo de Raadt |
2012-03-25 | release the file ref to the kqueue while in kevent(), so that close() | Theo de Raadt |
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | Miod Vallat |
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression | Miod Vallat |
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. | Miod Vallat |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | Miod Vallat |
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. | Miod Vallat |
2012-03-24 | The various ConfigCache() functions actually return void, not int. | Miod Vallat |
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, | Miod Vallat |
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used | Miod Vallat |
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed | Philip Guenthe |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray |
2012-03-24 | regen | Jonathan Gray |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray |
2012-03-24 | add ZTE HSUSB. | Federico G. Schwindt |
2012-03-24 | regen. | Federico G. Schwindt |
2012-03-24 | add ZTE HSUSB device. | Federico G. Schwindt |