summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-21Fix range check in intc_intr_establish()Miod Vallat
2011-09-21As noticed by kristaps@, when breaking an overflowing line,Ingo Schwarze
2011-09-21- update after recent MODGNOME_TOOLs changesJasper Lievisse Adriaanse
2011-09-21bye bye, old freebsd cruftMarc Espie
2011-09-21Fix nexthop_modify() to reset the flags when called. Until nowClaudio Jeker
2011-09-21Unbreak the tree. I forgot to add a fatalx() stub to bgpctl.Claudio Jeker
2011-09-21Some minor clean up to the _start funtions to make the code read a littleKevin Lo
2011-09-21Add /usr/local/share/terminfo to the search path so that ports canNicholas Marriott
2011-09-21Cleanup page calculation for final memory chunk ordering list forMike Larkin
2011-09-21Perform most of the remaining refactoring of hibernate code intoMike Larkin
2011-09-20groff compatibility for the rendering of foreign manuals:Ingo Schwarze
2011-09-20Major rewrite of the horizontal spacing of tablesIngo Schwarze
2011-09-20add a MACRO OVERVIEW section, similar to the one in mdoc(7);Ingo Schwarze
2011-09-20Oops, forgot to remove that reference to now dead saioctl.hMiod Vallat
2011-09-20Remove unused libsa error code and descriptions. Anything shrinkingMiod Vallat
2011-09-20Remove unused file before deranged boot blocks writer get ideas from it.Miod Vallat
2011-09-20Remove !defined(CACHE_CLEAN_BLOCK_INTR) code, and make CACHE_CLEAN_BLOCK_INTRMiod Vallat
2011-09-20Late spring cleaning of the arm code for old dusty bits we do not want toMiod Vallat
2011-09-20Tweak after base moved to rc.d(8).Antoine Jacoutot
2011-09-20calee -> calleeMiod Vallat
2011-09-20Remove unused MD_CACHE_CTL() macro and related defines.Miod Vallat
2011-09-20Move a few functions into util.c because bgpctl will need them soon.Claudio Jeker
2011-09-20Don't bother checking for SPX on KA410 (VS2000), since the only colour optionMiod Vallat
2011-09-20Remove commented-out leftovers from old drm drivers that have been removedMatthieu Herrb
2011-09-20Don't include fcntl.h (not needed anymore) and use errx(3) instead ofAlexandre Ratchov
2011-09-20Prepare to add support ALPS touchpadsAlexandr Shadchin
2011-09-20When restarting a system call we need to go back four instructions, notJoel Sing
2011-09-20Add new machine entry for Itanium.Paul Irofti
2011-09-20we do properly support linebreaks, so adjust the testJasper Lievisse Adriaanse
2011-09-20In find_barrier(), be less aggressive when deciding how many instructionsMiod Vallat
2011-09-20srvtab -> keytab.Antoine Jacoutot
2011-09-20Remove the "portmap" variable, it's unused now (use portmap_flags).Antoine Jacoutot
2011-09-20pf_setup_pdesc() panics if address family is neither AF_INET norAlexander Bluhm
2011-09-20use a pexp here too; noted by MERIGHI Marcus <mcmer-openbsd@tor.at>Robert Nagy
2011-09-20Fix bogus comment. Okay miod@Paul Irofti
2011-09-20In its current state the ring code doesn't work on sandybridge. As a resultMark Kettenis
2011-09-20The BIOS on the x220 doesn't retrain the FDI link upon resume and restoringMark Kettenis
2011-09-20Using user-defined macros, surprisingly, it is possibleIngo Schwarze
2011-09-20add a blurb to caveats about variable expansions to multiple valuesJasper Lievisse Adriaanse
2011-09-20- stop pretending to care about variable expansion to multiple valuesJasper Lievisse Adriaanse
2011-09-20Very early in suspend while the clock is still ticking realtime,Theo de Raadt
2011-09-20Use correct index for second iioq/iisq fix up.Joel Sing
2011-09-20do not assign pointers to literal stringsIngo Schwarze
2011-09-20When advancing the left margin, .RS also needs to reset the right marginIngo Schwarze
2011-09-20Lose unused variable cvs_msg, from Michael W Bombardieri.Nicholas Marriott
2011-09-20Mark softraid crypto volumes as being capable of auto assembly, since theyJoel Sing
2011-09-20Simplify the crypto descriptor handling by changing the list head, insteadJoel Sing
2011-09-20Put kif and dir into pdesc an use this instead of passing the valuesAlexander Bluhm
2011-09-20In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.Stefan Sperling
2011-09-20MD trap() passes a MD "traptype" and siginfo-style "code" up to the MITheo de Raadt