Age | Commit message (Expand) | Author |
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze |
2012-11-18 | These functions all should be called with splbio, so splassert(IPL_BIO) | Bob Beck |
2012-11-18 | Small memcpy optimizations | Stefan Fritsch |
2012-11-18 | Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, | Joel Sing |
2012-11-18 | Add a regress test for strtol, which currently fails. | Joel Sing |
2012-11-18 | Test paragraph distance (.PD) implementation; | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-17 | Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf. | Bob Beck |
2012-11-17 | buf_acquire() can sleep, so advance down b_vnbufs afterwards | Theo de Raadt |
2012-11-17 | Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed by | Stefan Fritsch |
2012-11-17 | For macro arguments that are type or member names, consistently | Philip Guenthe |
2012-11-17 | Revert the va_start() and va_arg() optimization for functions which have no | Miod Vallat |
2012-11-17 | Revert previous; there are more things to consider. | Antoine Jacoutot |
2012-11-17 | regen | Mark Kettenis |
2012-11-17 | Add missing Adaptec 2915LP entry I spotted in a dmesg a while ago. | Mark Kettenis |
2012-11-17 | Newer chips feature "advanced" bluetooth coexistence, which is why sending | Mark Kettenis |
2012-11-17 | Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, but | Mark Kettenis |
2012-11-17 | tweak previous; | Jason McIntyre |
2012-11-17 | tweak previous; | Jason McIntyre |
2012-11-17 | keep things sorted; | Jason McIntyre |
2012-11-17 | pjanzen spotted that my previous commit mistakenly omitted another | Jason McIntyre |
2012-11-17 | Document a working ppp(8) configuration file for the Huawei Mobile E1550 | Ingo Schwarze |
2012-11-17 | sync m_copydata prototype with reality, ok jsg phessler | Henning Brauer |
2012-11-17 | 'deeleting' -> 'deleting' in comment. | Kenneth R Westerback |
2012-11-17 | Clarify ss_sp's meaning and that alt stacks are per-thread | Philip Guenthe |
2012-11-17 | Remove pre-rc.d(8) backward compatibility. | Antoine Jacoutot |
2012-11-17 | In the expansion of __builtin_saveregs(), use double store instructions to | Miod Vallat |
2012-11-17 | Fix some abuse of the .Ar and .Fn macros; | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | In SETUP_INCOMING_VARARGS(), make sure to return in pretend_size the amount | Miod Vallat |
2012-11-16 | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze |
2012-11-16 | Rewrite the varags implementation again (third time's the charm), the upstream | Miod Vallat |
2012-11-16 | mention 2108, 2208 and 2308 | Mike Belopuhov |
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |
2011-12-04 | test some simple macros; written while working on -Tman | Ingo Schwarze |
2012-11-16 | Call discover_interface() before forking, so both processes will know | Kenneth R Westerback |
2012-11-16 | Add missing 'break;' so that IFT_ETHER, etc. routes are deleted as | Kenneth R Westerback |
2012-11-16 | promote some debug messages to warnings; ok reyk | Mike Belopuhov |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze |
2012-11-16 | two spelling fixes; from John-Mark Gurney (freebsd -r243048); | Jason McIntyre |
2012-11-16 | Add oce(4) / mfii(4) and virtio devices | Brad Smith |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-11-15 | Only allow the "return" insn construct (which simply yields a "jmp r1" line) | Miod Vallat |
2012-11-15 | Make this cross-compile friendly by defining ATTRIBUTE_UNUSED to an empty | Miod Vallat |
2012-11-15 | If max-prefix/restart are used, display the values in "bgpctl sh nei" output. | Stuart Henderson |
2012-11-15 | buf_* -> ibuf_* in various log entries to reflect correct function names. | Kenneth R Westerback |
2012-11-15 | this code is shared into userland, and there it should not pull | Theo de Raadt |
2012-11-15 | Do not try to transmit packets if the interface is not running. | Joel Sing |
2012-11-15 | imsg_get() returns ssize_t, not size_t. | Kenneth R Westerback |