summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-19RES_IGNTC is no longer ignored; ok sthenJason McIntyre
2012-11-19Add atomic 32-bit cas operations.Paul Irofti
2012-11-19Use a more descriptive name for the userland cas operation.Paul Irofti
2012-11-19document BULK changeMarc Espie
2012-11-19zap pre-install, which was a weird kludge.Marc Espie
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-11-19Clarify some points about config files, notably that they are only readNicholas Marriott
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-11-19If uvm_km_kmemalloc_pla() fails when just creating a thread (and not aPhilip Guenthe
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-11-19Remove useless test: rc_rm_runfile() uses rm -f which always returns 0Antoine Jacoutot
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Check that mandoc handles non-numeric width argumentsIngo Schwarze
2012-11-18knock out a useless .Pp;Jason McIntyre
2012-11-18remove { } from example in PRIMARY DOMAIN sectionRobert Peichaer
2012-11-18Make the generated man(7) code more portable by using .PDIngo Schwarze
2012-11-18Don't output "$action is not supported" when running an rc.d(8) scriptAntoine Jacoutot
2012-11-18Remove pointless local declaration.Antoine Jacoutot
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18These functions all should be called with splbio, so splassert(IPL_BIO)Bob Beck
2012-11-18Small memcpy optimizationsStefan Fritsch
2012-11-18Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,Joel Sing
2012-11-18Add a regress test for strtol, which currently fails.Joel Sing
2012-11-18Test paragraph distance (.PD) implementation;Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-17 Don't map a buffer (and potentially sleep) when invalidating it in vinvalbuf.Bob Beck
2012-11-17buf_acquire() can sleep, so advance down b_vnbufs afterwardsTheo de Raadt
2012-11-17Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed byStefan Fritsch
2012-11-17For macro arguments that are type or member names, consistentlyPhilip Guenthe
2012-11-17Revert the va_start() and va_arg() optimization for functions which have noMiod Vallat
2012-11-17Revert previous; there are more things to consider.Antoine Jacoutot
2012-11-17regenMark Kettenis
2012-11-17Add missing Adaptec 2915LP entry I spotted in a dmesg a while ago.Mark Kettenis
2012-11-17Newer chips feature "advanced" bluetooth coexistence, which is why sendingMark Kettenis
2012-11-17Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, butMark Kettenis
2012-11-17tweak previous;Jason McIntyre
2012-11-17tweak previous;Jason McIntyre
2012-11-17keep things sorted;Jason McIntyre
2012-11-17pjanzen spotted that my previous commit mistakenly omitted anotherJason McIntyre
2012-11-17Document a working ppp(8) configuration file for the Huawei Mobile E1550Ingo Schwarze
2012-11-17sync m_copydata prototype with reality, ok jsg phesslerHenning Brauer
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