summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-17'deeleting' -> 'deleting' in comment.Kenneth R Westerback
2012-11-17Clarify ss_sp's meaning and that alt stacks are per-threadPhilip Guenthe
2012-11-17Remove pre-rc.d(8) backward compatibility.Antoine Jacoutot
2012-11-17In the expansion of __builtin_saveregs(), use double store instructions toMiod Vallat
2012-11-17Fix some abuse of the .Ar and .Fn macros;Ingo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-11-16In SETUP_INCOMING_VARARGS(), make sure to return in pretend_size the amountMiod Vallat
2012-11-16Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze
2012-11-16Rewrite the varags implementation again (third time's the charm), the upstreamMiod Vallat
2012-11-16mention 2108, 2208 and 2308Mike Belopuhov
2012-11-16Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2012-11-16Call discover_interface() before forking, so both processes will knowKenneth R Westerback
2012-11-16Add missing 'break;' so that IFT_ETHER, etc. routes are deleted asKenneth R Westerback
2012-11-16promote some debug messages to warnings; ok reykMike Belopuhov
2012-11-16Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze
2012-11-16two spelling fixes; from John-Mark Gurney (freebsd -r243048);Jason McIntyre
2012-11-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
2012-11-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-11-15Only allow the "return" insn construct (which simply yields a "jmp r1" line)Miod Vallat
2012-11-15Make this cross-compile friendly by defining ATTRIBUTE_UNUSED to an emptyMiod Vallat
2012-11-15If max-prefix/restart are used, display the values in "bgpctl sh nei" output.Stuart Henderson
2012-11-15buf_* -> ibuf_* in various log entries to reflect correct function names.Kenneth R Westerback
2012-11-15this code is shared into userland, and there it should not pullTheo de Raadt
2012-11-15Do not try to transmit packets if the interface is not running.Joel Sing
2012-11-15imsg_get() returns ssize_t, not size_t.Kenneth R Westerback
2012-11-15syncStuart Henderson
2012-11-15Shuffle #include's to use the majority idiom everywhere - i.e. useKenneth R Westerback
2012-11-15splimp -> splnet; OK jmc@ claudio@ miod@Gleydson Soares
2012-11-15If '-d' is specified to keep dhclient from daemonizing, don'tKenneth R Westerback
2012-11-14some formatting/sorting/consistency fixes for "machine"; ok guentherJason McIntyre
2012-11-14update to 1.2.5Robert Nagy
2012-11-14Do not bother reloading r1 from the stack in the epilogue, if it has not beenMiod Vallat
2012-11-14Generously sprinkle RTX_FRAME_RELATED_P() in the prologue and epilogue code,Miod Vallat
2012-11-14Define EPILOGUE_USES(). And suddenly the life analysis pass doesn't decideMiod Vallat
2012-11-14Revert the `sequence' part of 1.3 - it is actually not necessary and hidesMiod Vallat
2012-11-14Oops. Commit the one that actually compiles.Kenneth R Westerback
2012-11-14When copying option.data, use option.len to specify the amount ofKenneth R Westerback
2012-11-14allocate a mailbox payload dma memory upfront instead of per requestMike Belopuhov
2012-11-14add support for the lenovo usb 2.0 ethernet adapterjoshua stein
2012-11-14regenjoshua stein
2012-11-14add lenovo usb ethernet adapterjoshua stein
2012-11-14Remove useless _new_ and _old_ from various function names to makeKenneth R Westerback
2012-11-14use F_OK macro instead of 0 in access() when checking by file existence. make...Gleydson Soares
2012-11-14Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well.Mark Kettenis
2012-11-14fix a bug, hidden by the break statement in the special option case,Igor Sobrado
2012-11-14In the unlikely event that a NULL device is passed to priv_pcap_live(),Lawrence Teo
2012-11-14allow the full range of unsigned serial numbers; 'fine' deraadt@Damien Miller
2012-11-14fix username passed to helper programDamien Miller