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