summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-14Make RAIDFRAME compilepea
2011-04-14Make spstrcpy actually copy strings.Mark Kettenis
2011-04-14Get rid if pcb_uva, like we did on hppa a while ago since it creates evilMark Kettenis
2011-04-14Reducing number of call update_leds().Alexandr Shadchin
2011-04-14Sprinkle prototypes, kill unused locals, and stop contributing to globalMiod Vallat
2011-04-14Fix copy_on_fault by decrementing the stack pointer before restoring theJoel Sing
2011-04-14Regen.Joel Sing
2011-04-14Use 64-bit operations for address manipulation.Joel Sing
2011-04-14Correctly load p_addr and avoid trashing the source address.Joel Sing
2011-04-14Ansify.Joel Sing
2011-04-14Backout the in_iawithaddr() -> ifa_ifwithaddr() change.Claudio Jeker
2011-04-14do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-14knf. remove extra spaces and wrap long lines.David Gwynne
2011-04-14stray spaceMarco Peereboom
2011-04-14Ignore scsi start stop instead of trying to be clever. A softraidMarco Peereboom
2011-04-13add missing #include "pf.h" for NPF; ok mikeb, claudio, mpfMarkus Friedl
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