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