Age | Commit message (Expand) | Author |
2013-12-27 | Add installboot support for amd64. | Joel Sing |
2013-12-27 | Rename some confusing variables. | Joel Sing |
2013-12-27 | Initial version of a unified installboot(8) that lives outside of | Joel Sing |
2013-12-27 | when forcing a re-key, might as well toss in dmesg as additional seed | Theo de Raadt |
2013-12-27 | all the random devices have been the same for a while; so let us avoid | Theo de Raadt |
2013-12-27 | remove non-openbsd.randomdata parts | Theo de Raadt |
2013-12-27 | Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@. | Ingo Schwarze |
2013-12-27 | Document the P_SUSPSINGLE flag bit | Philip Guenther |
2013-12-26 | When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels), | Miod Vallat |
2013-12-26 | Back at t2k13, I wrote code to park APs in real mode before resuming a | Mike Larkin |
2013-12-26 | make absence of pkg_scripts non silent, after nits from theo and halex. | Marc Espie |
2013-12-26 | constify data parameter in imsg_add() and imsg_compose() | Eric Faurot |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-12-26 | Rework the documentation of Spaces, using the Ossanna/Kernighan/Ritter | Ingo Schwarze |
2013-12-26 | spacing | Mark Kettenis |
2013-12-26 | to be dealt with | Marc Espie |
2013-12-26 | either dvp == vp or dvp != vp: zap extra test. | Marc Espie |
2013-12-26 | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze |
2013-12-26 | The roff language really has two groups of basic building blocks: | Ingo Schwarze |
2013-12-25 | Parse and ignore the roff(7) escape sequences \d (move half line down) | Ingo Schwarze |
2013-12-25 | repair the dates | Ingo Schwarze |
2013-12-25 | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze |
2013-12-25 | Oops, .Fa never breaks the output line in the middle of any of its | Ingo Schwarze |
2013-12-25 | Instead of deciding which iockbc port is the keyboard port, and which one is the | Miod Vallat |
2013-12-25 | fix autoloading of quirks: don't try to run quirks while processing the | Marc Espie |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on sh | Miod Vallat |
2013-12-25 | Garbage collect two local variables each used only one single time. | Ingo Schwarze |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on arm. | Miod Vallat |
2013-12-25 | In the SYNOPSIS, implement hanging indentation for .Fo | Ingo Schwarze |
2013-12-25 | sign package thru a signer object, instead of hardcoding signature parameters | Marc Espie |
2013-12-25 | move the choice of signature type for checking into one single place | Marc Espie |
2013-12-25 | a bit more scaffolding for running quirks. In particular, once quirks | Marc Espie |
2013-12-25 | Support .St -xsh4.2, the System Interfaces part of the original Single | Ingo Schwarze |
2013-12-25 | zap defines that don't make any sense for us | Marc Espie |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on m68k and m88k; change the | Miod Vallat |
2013-12-25 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-12-25 | Add missing IPL_MPSAFE, as same as mvme88k. | Kenji Aoyama |
2013-12-25 | final circleq to tailq fix. restore the previous pointer check by reading | Ted Unangst |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-12-25 | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze |
2013-12-24 | rearrange/correct timeout conditionals to work better. | Ted Unangst |
2013-12-24 | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze |
2013-12-24 | more fixing after circleq conversion. a better fix to check the prev | Ted Unangst |
2013-12-24 | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze |
2013-12-24 | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-12-24 | More .Bk tests to lessen the risk of upcoming work. | Ingo Schwarze |
2013-12-24 | When i replaced the very ugly .in: suffix rule in my previous commit, | Ingo Schwarze |
2013-12-24 | sync | Theo de Raadt |
2013-12-24 | If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardware | Mark Kettenis |