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