Age | Commit message (Expand) | Author |
2011-04-14 | Don't compress wtmp by default; the tools dealing with this log are | Stuart Henderson |
2011-04-14 | fsqueue queue backend will implement a filesystem queue: | Gilles Chehade |
2011-04-14 | Make spstrcpy actually copy strings. | Mark Kettenis |
2011-04-14 | Get rid if pcb_uva, like we did on hppa a while ago since it creates evil | Mark Kettenis |
2011-04-14 | Reducing number of call update_leds(). | Alexandr Shadchin |
2011-04-14 | Sprinkle prototypes, kill unused locals, and stop contributing to global | Miod Vallat |
2011-04-14 | smtpd makes too many assumptions about the structure and layout of its | Gilles Chehade |
2011-04-14 | Fix copy_on_fault by decrementing the stack pointer before restoring the | Joel Sing |
2011-04-14 | Regen. | Joel Sing |
2011-04-14 | Use 64-bit operations for address manipulation. | Joel Sing |
2011-04-14 | Correctly load p_addr and avoid trashing the source address. | Joel Sing |
2011-04-14 | Ansify. | Joel Sing |
2011-04-14 | Backout the in_iawithaddr() -> ifa_ifwithaddr() change. | Claudio Jeker |
2011-04-14 | do not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-14 | knf. remove extra spaces and wrap long lines. | David Gwynne |
2011-04-14 | stray space | Marco Peereboom |
2011-04-14 | Ignore scsi start stop instead of trying to be clever. A softraid | Marco Peereboom |
2011-04-13 | add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf | Markus Friedl |
2011-04-13 | following an idea from jacekm@, smtpd now uses a ram-queue instead of doing | Gilles Chehade |
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 | print flags in hex; from hshoexer@; ok mikeb@ mpf@ | Markus Friedl |
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 | mention valid -b sizes for ECDSA keys; bz#1862 | Damien Miller |
2011-04-13 | improve wording; bz#1861 | Damien Miller |
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 | Use mio_<backend>_ prefix for private midi-related functions and put | Alexandre Ratchov |
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 | document size argument; prodded by jmc | 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 | better document vi's startup (in terms of environment variables | Jason McIntyre |
2011-04-12 | Make mount work when the special is provided as a DUID. | Joel Sing |
2011-04-12 | Splicing is currently only supported for TCP relays, not for HTTP or | Reyk Floeter |
2011-04-12 | update flags and printing of flags in debug mode, handle splicing flag. | Reyk Floeter |
2011-04-12 | Mention flags and environment knobs for MODGHC_BUILD = cabal. | Matthias Kilian |
2011-04-12 | Enable socket splicing for relayd. This allows zero-copy data | Alexander Bluhm |
2011-04-12 | put the accepted socket of a diverted connection into the routing domain | Mike Belopuhov |