Age | Commit message (Expand) | Author |
2011-04-24 | do not need that proto | Theo de Raadt |
2011-04-24 | get the error ccbs state right for a put when a port is empty. should get | David Gwynne |
2011-04-24 | match Radeon HD5450 on the kernel side; Mark Peoples | Theo de Raadt |
2011-04-24 | sync | Theo de Raadt |
2011-04-24 | Radeon HD5450, Mark Peoples | Theo de Raadt |
2011-04-24 | Match Sierra USB305; from Erik Mugele | Theo de Raadt |
2011-04-24 | sync | Theo de Raadt |
2011-04-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2011-04-24 | fenv for arm | Martynas Venckus |
2011-04-23 | Implement C99 floating-point environment for Alpha. | Martynas Venckus |
2011-04-23 | Stop calling shared interrupt handlers as soon as one of them return 1 | Mark Kettenis |
2011-04-23 | Don't leave the kernel code/rodata writeable for DDB. Make ddb enable | Theo de Raadt |
2011-04-23 | Remove now unused vndiodone(). ok deraadt@ | Miod Vallat |
2011-04-23 | Add FE_DENORMAL to the exception list just like the comment above | Martynas Venckus |
2011-04-23 | Sysarch is for userland, not kernel. ifdef _KERNEL -> ifndef _KERNEL | Martynas Venckus |
2011-04-23 | Do not set kl_hub_widget[] default value more than once. Found the hard way | Miod Vallat |
2011-04-23 | Move assignment of kl_hub_widget[] outside a #ifdef DEBUG ... #endif block, | Miod Vallat |
2011-04-23 | Partially revert 1.23, by removing the code which tries to pick the best | Miod Vallat |
2011-04-23 | Fix management of the list of free uvm_km_pages. Seems art@ lost a line | Mark Kettenis |
2011-04-23 | The previous code only prevented the vnd from being opened for write in | Joel Sing |
2011-04-23 | backout the miod change since it is wrong | Theo de Raadt |
2011-04-23 | pf_scrub_ip() does not modify the given mbuf pointer. So don't | Alexander Bluhm |
2011-04-23 | start at high ipl (quiets noise on startup). | Dale Rahn |
2011-04-22 | Turning on SCSIDEBUG (for debugging other drivers, of course) should | Theo de Raadt |
2011-04-22 | delete a bogus blank line | Theo de Raadt |
2011-04-22 | Turning on SCSIDEBUG (for debugging other drivers, of course) should | Theo de Raadt |
2011-04-22 | Fix regression in vndopen() behaviour introduced in previous commit. | Miod Vallat |
2011-04-22 | Fix uninitialzied variables and formatting strings (-Wxxx errors) | Jordan Hargrave |
2011-04-22 | pf_pooladdr_pl does not exist anymore. Remove its extern declaration. | Alexander Bluhm |
2011-04-22 | Remove unused structure member. | Mark Kettenis |
2011-04-22 | Stop printing the PCI interrupt line programmed by the BIOS for APIC | Mark Kettenis |
2011-04-22 | spaces | Marco Peereboom |
2011-04-22 | Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY. | Jonathan Gray |
2011-04-21 | A plausible iopoolification. Utter dearth of interested parties | Kenneth R Westerback |
2011-04-21 | match on 6 series smbus, tested by Laurence Tratt | Jonathan Gray |
2011-04-21 | fenv for amd64; from matthew@ | Martynas Venckus |
2011-04-21 | fenv for hppa | Martynas Venckus |
2011-04-21 | Speedup XORP/XORQ operations in RAID6, do 32-bits at a time | Jordan Hargrave |
2011-04-21 | Fix dma_constraint upper limit computation. Logical or is not the same as | Miod Vallat |
2011-04-21 | Print memory sizes as longs. Stolen from sparc64. | Miod Vallat |
2011-04-21 | Use 64 bit integer types to compute IP35 memory ranges, to give machines | Miod Vallat |
2011-04-21 | Provide a HPPA_FRAME_ARGS macro. This only works correctly for the | Joel Sing |
2011-04-21 | Move interrupt related defines and prototypes from cpu.h to intr.h. | Joel Sing |
2011-04-21 | steal the ccb for error handling before it might be needed during the | David Gwynne |
2011-04-21 | Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization'' | Miod Vallat |
2011-04-21 | ahci asks atascsi to reserve a ccb to use for error handling, but then | David Gwynne |
2011-04-20 | fenv for m68k | Martynas Venckus |
2011-04-20 | Fix possible NULL dereference for emul data. Okay miod@. | Paul Irofti |
2011-04-20 | Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP). | Joel Sing |
2011-04-20 | Interrupt handlers should only return 1 if they did some work. The | Claudio Jeker |