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