Age | Commit message (Expand) | Author |
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 |
2012-11-15 | sync | Stuart Henderson |
2012-11-15 | Shuffle #include's to use the majority idiom everywhere - i.e. use | Kenneth R Westerback |
2012-11-15 | splimp -> splnet; OK jmc@ claudio@ miod@ | Gleydson Soares |
2012-11-15 | If '-d' is specified to keep dhclient from daemonizing, don't | Kenneth R Westerback |
2012-11-14 | some formatting/sorting/consistency fixes for "machine"; ok guenther | Jason McIntyre |
2012-11-14 | update to 1.2.5 | Robert Nagy |
2012-11-14 | Do not bother reloading r1 from the stack in the epilogue, if it has not been | Miod Vallat |
2012-11-14 | Generously sprinkle RTX_FRAME_RELATED_P() in the prologue and epilogue code, | Miod Vallat |
2012-11-14 | Define EPILOGUE_USES(). And suddenly the life analysis pass doesn't decide | Miod Vallat |
2012-11-14 | Revert the `sequence' part of 1.3 - it is actually not necessary and hides | Miod Vallat |
2012-11-14 | Oops. Commit the one that actually compiles. | Kenneth R Westerback |
2012-11-14 | When copying option.data, use option.len to specify the amount of | Kenneth R Westerback |
2012-11-14 | allocate a mailbox payload dma memory upfront instead of per request | Mike Belopuhov |
2012-11-14 | add support for the lenovo usb 2.0 ethernet adapter | joshua stein |
2012-11-14 | regen | joshua stein |
2012-11-14 | add lenovo usb ethernet adapter | joshua stein |
2012-11-14 | Remove useless _new_ and _old_ from various function names to make | Kenneth R Westerback |
2012-11-14 | use F_OK macro instead of 0 in access() when checking by file existence. make... | Gleydson Soares |
2012-11-14 | Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well. | Mark Kettenis |
2012-11-14 | fix a bug, hidden by the break statement in the special option case, | Igor Sobrado |
2012-11-14 | In the unlikely event that a NULL device is passed to priv_pcap_live(), | Lawrence Teo |
2012-11-14 | allow the full range of unsigned serial numbers; 'fine' deraadt@ | Damien Miller |
2012-11-14 | fix username passed to helper program | Damien Miller |