Age | Commit message (Expand) | Author |
2012-11-19 | RES_IGNTC is no longer ignored; ok sthen | Jason McIntyre |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |
2012-11-19 | Use a more descriptive name for the userland cas operation. | Paul Irofti |
2012-11-19 | document BULK change | Marc Espie |
2012-11-19 | zap pre-install, which was a weird kludge. | Marc Espie |
2012-11-19 | Add halfpage commands to mode command string table (missed by accident), | Nicholas Marriott |
2012-11-19 | Clarify some points about config files, notably that they are only read | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-11-19 | If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a | Philip Guenthe |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine Jacoutot |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Check that mandoc handles non-numeric width arguments | Ingo Schwarze |
2012-11-18 | knock out a useless .Pp; | Jason McIntyre |
2012-11-18 | remove { } from example in PRIMARY DOMAIN section | Robert Peichaer |
2012-11-18 | Make the generated man(7) code more portable by using .PD | Ingo Schwarze |
2012-11-18 | Don't output "$action is not supported" when running an rc.d(8) script | Antoine Jacoutot |
2012-11-18 | Remove pointless local declaration. | Antoine Jacoutot |
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 |