summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-08-29protect sc->sc_state access and ncr53c9x_sched() call with splbio inMiod Vallat
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-08-29Update firmware to the latest version available from Myricom (1.4.53a).David Gwynne
2011-08-29dont use a semaphore (which doesnt block interrupts in the criticalDavid Gwynne
2011-08-29regenMike Belopuhov
2011-08-29add gpsmap 62sMike Belopuhov
2011-08-28lockmgr() wants to use a different address for the wchan when drainingPhilip Guenthe
2011-08-26Be sure to write to the 7990 address register between two consecutive readsMiod Vallat
2011-08-26Be sure not to try to match lcg, and to bail out early in cnprobe as well,Miod Vallat
2011-08-26Make vsbus_search() return the value of the cf_match function it is a wrapperMiod Vallat
2011-08-26Prevent watchdog timeouts; tested by Thomas PfaffKevin Lo
2011-08-26Move the comment outside of the VLAN section of code and above thatKevin Lo
2011-08-26Add a dmesg warning about sloppy disk I/O to vnd(4) devices to helpMatthew Dempsky
2011-08-24revert the last commit. pms_enable_alps() does not guaranteeAlexandr Shadchin
2011-08-23iPrevent that a socket splicing timeout error in one direction isAlexander Bluhm
2011-08-22Add support for Radeon 4250.Christiano F. Haesbaert
2011-08-22move powerpc to non-__STRICT_ALIGNMENT, as it always was. EssentiallyTheo de Raadt
2011-08-22mark setfault() with __returns_twiceTheo de Raadt
2011-08-22Adding stub for ALPS touchpad, which not supported yet.Alexandr Shadchin
2011-08-21Re-enable POOL_DEBUG. requested by deraadt@.Matthieu Herrb
2011-08-21Help with the watchdog timeouts seen when unplugging the cable fromKevin Lo
2011-08-21Use the lowest available unit number for new pppx ifs. SomewhatJonathan Matthew
2011-08-20Don't wait for FR to come on after setting the FRE bit in the port commandMark Kettenis
2011-08-20Fix packet accounting in error cases.Ryan Thomas McBride
2011-08-19Let ums probe bounds of absolute devices if available.Matthieu Herrb
2011-08-19Bring libc and libm in line with the compiler now that we no longer have aMark Kettenis
2011-08-18Add sti@dio attachments.Miod Vallat
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-08-18Fix various lies in comments, extend hex constants to 8 hex digits for easierMiod Vallat
2011-08-18Because model 362 does not have an SGC bus (or a blind, deaf and mute one),Miod Vallat
2011-08-18Do not skip 362 and 382 DIO frame buffer select codes; this was writtenMiod Vallat
2011-08-18Do not use NULL when 0 is intended.Miod Vallat
2011-08-18stray spaces; no binary changeMarco Peereboom
2011-08-17Set the PSL_O bit, like we do for 64-bit capable CPUs on hppa.Mark Kettenis
2011-08-17Don't set the PSL_S bit. We generally don't tend to hide CPU counter timersMark Kettenis
2011-08-17match on MSP-FET430UIF JTAG, so it can be used with mspdebugJasper Lievisse Adriaanse
2011-08-17regenJasper Lievisse Adriaanse
2011-08-17add MSP-FET430UIF JTAG, from impatiens@gmail.comJasper Lievisse Adriaanse
2011-08-17Assembler implementation of the GCM mode using the Carry-lessMike Belopuhov
2011-08-17Adding support Synaptics touchpad. Thanks all for test.Alexandr Shadchin
2011-08-17remove the clamping of max_softdeps as it makesThordur I. Bjornsson
2011-08-16we are now hacking on 5.0-currentMark Kettenis
2011-08-16Use pitlbe and pdtlbe instructions when flushing the entire TLB.Mark Kettenis
2011-08-16The gp value is stored in a different register on hppa64.Mark Kettenis
2011-08-16Old proc is stored in %arg0, not in %arg2.Mark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-08-16Put back the pedro diff for VOP_FSYNC of softdep when itsThordur I. Bjornsson
2011-08-16Don't export 'struct pmap' to userland.Mark Kettenis
2011-08-09In pmap_create(), check uvm_pagealloc() return value and uvm_wait() until itMiod Vallat