summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-08strip excess verbiage from sed expressionsAlexander Hall
2014-09-08Prevent addition of redundant IPv6 autoconf addresses.Stefan Sperling
2014-09-08Don't include <sys/types.h>; we already include <sys/param.h>.Mark Kettenis
2014-09-08tweak previous;Jason McIntyre
2014-09-08remove uneeded route.h includesJonathan Gray
2014-09-08OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasisChristopher Zimmermann
2014-09-08Additional cleanup for procfs removalDoug Hogan
2014-09-08...and the other file I missed cvs rm'ing in the procfs purge.Philip Guenther
2014-09-08Match 82599 as found on SuperMicro AOC-STGN-I1SChris Cappuccio
2014-09-08Actually remove the procfs filesPhilip Guenther
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-08Fix a syslogd regression when specifying all 20 additional log pathsDoug Hogan
2014-09-08the PR_LOGGING flag is unused, so im cleaning it upDavid Gwynne
2014-09-08deprecate the use of the PR_PHINPAGE flag by replacing it with a testDavid Gwynne
2014-09-07warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze
2014-09-07Remove useless comment, snprintf and if/else.Alexander Bluhm
2014-09-07Implement membar(9) API for amd64.Mark Kettenis
2014-09-07Document that 4.4BSD changed the semantics but that others have restoredPhilip Guenther
2014-09-07Reuse xtrfile() to avoid duplication.Philip Guenther
2014-09-07Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,Joel Sing
2014-09-07Remove last use of xargs(1).Antoine Jacoutot
2014-09-07Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating socketsPhilip Guenther
2014-09-07Only compare CVS Id when it's not empty.Antoine Jacoutot
2014-09-07Drop 2 uneeded xargs(1).Antoine Jacoutot
2014-09-07Consistency in var names.Antoine Jacoutot
2014-09-07typo in commentPhilip Guenther
2014-09-07Fix regression in detecting changed files.Antoine Jacoutot
2014-09-07Use shell substitution instead of dirname.Antoine Jacoutot
2014-09-07Add Henri Kemppainen's copyrightPhilip Guenther
2014-09-07Simplify checks.Antoine Jacoutot
2014-09-07Add dependency tests from Henri Kemppainen (duclare (at) guu.fi)Philip Guenther
2014-09-07Add dependency tests from Henri Kemppainen (duclare (at) guu.fi).Philip Guenther
2014-09-07Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze
2014-09-07fix debugging outputIngo Schwarze
2014-09-07always use the right buffer, and fix one evil typoIngo Schwarze
2014-09-07Parse and ignore the .pl (page length) request;Ingo Schwarze
2014-09-07Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze
2014-09-06Simplify by handling empty request lines at the one logical placeIngo Schwarze
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
2014-09-06Replace awk with either sed or shell equivalents.Robert Peichaer
2014-09-06Convert vars used as boolean (unset or 1) to true or false.Robert Peichaer
2014-09-06Rename ci_iactive into ci_flags, this field now holds the going-to-Martin Pieuchot
2014-09-06Remove backup checksums after a successfull run.Antoine Jacoutot
2014-09-06Files may have been removed in the previous step, so make sure they existAntoine Jacoutot
2014-09-06Magical sequences to ender ddb(4) from an ADB keyboard.Martin Pieuchot
2014-09-06Rewrite cpu_idle & friends to not check and update the hid0 registerMartin Pieuchot
2014-09-06Rewrite the PowerPC stack dump routine to delimit the trap & interruptMartin Pieuchot
2014-09-06Add functions to manipulate IBM PowerPC 970 specific registers thatMartin Pieuchot
2014-09-06Match q33 devices. Previously only inteldrm matched on q33,Jonathan Gray