summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-14Don't compress wtmp by default; the tools dealing with this log areStuart Henderson
2011-04-14fsqueue queue backend will implement a filesystem queue:Gilles Chehade
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-14smtpd makes too many assumptions about the structure and layout of itsGilles Chehade
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-13following an idea from jacekm@, smtpd now uses a ram-queue instead of doingGilles Chehade
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-13print flags in hex; from hshoexer@; ok mikeb@ mpf@Markus Friedl
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-13mention valid -b sizes for ECDSA keys; bz#1862Damien Miller
2011-04-13improve wording; bz#1861Damien Miller
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-12Use mio_<backend>_ prefix for private midi-related functions and putAlexandre Ratchov
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-12document size argument; prodded by jmcTheo 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-12better document vi's startup (in terms of environment variablesJason McIntyre
2011-04-12Make mount work when the special is provided as a DUID.Joel Sing
2011-04-12Splicing is currently only supported for TCP relays, not for HTTP orReyk Floeter
2011-04-12update flags and printing of flags in debug mode, handle splicing flag.Reyk Floeter
2011-04-12Mention flags and environment knobs for MODGHC_BUILD = cabal.Matthias Kilian
2011-04-12Enable socket splicing for relayd. This allows zero-copy dataAlexander Bluhm
2011-04-12put the accepted socket of a diverted connection into the routing domainMike Belopuhov