summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-13Export ENAMETOOLONG such that kernels compile again.Mark Kettenis
2011-04-13wskbd_holdscreen() is not needed and can be removedAlexandr Shadchin
2011-04-13Make spstrcpy() work as advertised.Joel Sing
2011-04-13Enable siop, scsibus and sd.Joel Sing
2011-04-13Remove some very noisy debug code.Joel Sing
2011-04-13Do not use a virtual address whilst in physical mode. Instead save the spJoel Sing
2011-04-13export udpencap state of SA to userland; unbreaks sasyncd(8) with NAT/T.Markus Friedl
2011-04-13to quote from the gospel of bus_dma.9:David Gwynne
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe
2011-04-13do not use NULL in an integer contextTheo de Raadt
2011-04-13modify the interrupt handler so it only processes the rings once,David Gwynne
2011-04-13modify the interrupt handler so it only processes the rings once, ratherDavid Gwynne
2011-04-12regenJonathan Gray
2011-04-12add some entries from submitted dmesgsJonathan Gray
2011-04-12No longer special-case NULL as a long for kernel and bootblocks.Miod Vallat
2011-04-12A few, hopefully last, NULL-as-an-integer misuses.Miod Vallat
2011-04-12We need to delay 10msec after changing to/from D3 state. note: There areTheo de Raadt
2011-04-12Fix uninitialized variable access introduced in 1.58, causing read accessMiod Vallat
2011-04-12Avoid kvm starvation due to softdeps waiting on too many mapped buffers,Bob Beck
2011-04-12put the accepted socket of a diverted connection into the routing domainMike Belopuhov
2011-04-11Fix SPL handling when PCDISPLAY_SOFTCURSOR is enabled.Matthew Dempsky
2011-04-11Move the DDB includes up in the file so that the m_print() prototype isClaudio Jeker
2011-04-11uncompressed video formats have a fixed per-pixel bit depth, whichJacob Meuser
2011-04-10Backout m_split_mbuf() from revision 1.150. It seems that m_split()Alexander Bluhm
2011-04-10Merge viapm and viaenvAlexandr Shadchin
2011-04-10Revert Rev. 1.189. The delayed ip checksum calculation causes problemsClaudio Jeker
2011-04-10A last few NULL -> 0 corrections.Miod Vallat
2011-04-10bring back changes in r 1.192:Jacob Meuser
2011-04-10Extend the PCI memory address space to 36-bit. The first BIOSen that assignMark Kettenis
2011-04-10Add -fno-builtin-exit to CFLAGS to silence gcc4.Miod Vallat
2011-04-10Uninitialized local variable.Miod Vallat
2011-04-10NULL -> 0Miod Vallat
2011-04-10Include <libkern.h> to get proper strrchr() prototype.Miod Vallat
2011-04-10Revert bulk of the FS.base diff, as it causes issues on some machinesPhilip Guenthe
2011-04-10hppa64 does not have a libspmathTheo de Raadt
2011-04-10'kernel libraries' always get in the way of the build process. TeachTheo de Raadt
2011-04-09don't tell the inline assembly here it will take a 64 bit io portJonathan Gray
2011-04-09Make this compile without warnings in all modes, and do not use NULL whenMiod Vallat
2011-04-09add all 64 bit dma plumbing but stick with 32 for now by default.Marco Peereboom
2011-04-09repair a 32-bit truncation in paddr_t calculation, allowing my 8GBTheo de Raadt
2011-04-09use unique wait channelsTheo de Raadt
2011-04-09make sure the upper 32 bits are always written to instead of assuming itMarco Peereboom
2011-04-08backout previous (which has some interrupt spin problem, sort of diagnosedTheo de Raadt
2011-04-08more spacesMarco Peereboom
2011-04-08kill some stray spacesMarco Peereboom
2011-04-08Fix a 64-bit arithmetic bug I stumbled upon while investigating ourMatthew Dempsky
2011-04-08rename wiat channel to something less than 8 chars.Marco Peereboom
2011-04-08use dma_alloc for transient management commands.Marco Peereboom
2011-04-08Since we don't print "drive offline" anymore, there is no need toKenneth R Westerback
2011-04-08remove uneeded inlines here as was done in rev 1.24 ofJonathan Gray