summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-08tweak previous;Jason McIntyre
2014-09-08remove uneeded route.h includesJonathan Gray
ok miod@ mpi@
2014-09-08OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasisChristopher Zimmermann
ok jca@
2014-09-08Additional cleanup for procfs removalDoug Hogan
ok guenther@
2014-09-08...and the other file I missed cvs rm'ing in the procfs purge.Philip Guenther
noted by doug@
2014-09-08Match 82599 as found on SuperMicro AOC-STGN-I1SChris Cappuccio
ok mikeb@
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
months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@
2014-09-08obvious cases of missing .An;Ingo Schwarze
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
2014-09-08Fix a syslogd regression when specifying all 20 additional log pathsDoug Hogan
bluhm@ found and fixed this bug. This is a modified version of his patch which makes the intention a little clearer. ok bluhm@
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
of pr_phoffset. ok doug@ guenther@
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
OK mpi@
2014-09-07Implement membar(9) API for amd64.Mark Kettenis
ok dlg@, guenther@
2014-09-07Document that 4.4BSD changed the semantics but that others have restoredPhilip Guenther
the original ones ok jmc@
2014-09-07Reuse xtrfile() to avoid duplication.Philip Guenther
Casting from long to int for a size_t argument is dumb. Calling warnx() right before err() is silly. ok millert@
2014-09-07Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,Joel Sing
nor do we plan on supporting them. ok guenther@
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
for talking to aucat/sndiod ok ratchov@
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
Fix installing pkg @sample when the target directory is missing. Fix output when a file fails to install.
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
order1 demonstrates why the fix in ld.so/library_subr.c rev 1.34 is necessary order2 demonstrates that that fix isn't completely correct
2014-09-07Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze
Pages found outside arch-specific dirs still get arch=any, of course. Issue reported by justinhenryhaynes at gmail dot com on misc@, thanks!
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
Daniel Levai reports that Slackware Linux uses this.
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
in the roff parser instead of in three other places in other parsers. No functional change.
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
roff parser where .Dd and .TH are already detected, anyway. This improves robustness because it correctly handles whitespace or an alternate control character before Dd. In the parser dispatcher, provide a fallback looking ahead in the input buffer instead of always assuming man(7). This corrects autodetection when Dd is preceded by other macros or macro-like handled requests like .ll. Triggered by reports from Daniel Levai about issues on Slackware Linux.
2014-09-06Replace awk with either sed or shell equivalents.Robert Peichaer
OK ajacoutot@
2014-09-06Convert vars used as boolean (unset or 1) to true or false.Robert Peichaer
OK ajacoutot@
2014-09-06Rename ci_iactive into ci_flags, this field now holds the going-to-Martin Pieuchot
sleep bit.
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
before trying to remove them again.
2014-09-06Magical sequences to ender ddb(4) from an ADB keyboard.Martin Pieuchot
This is possible now that the idle (sleeping) flag is cleared by the deliberate ddb entry. ok miod@
2014-09-06Rewrite cpu_idle & friends to not check and update the hid0 registerMartin Pieuchot
in the idle loop, in preparation for G5 support. Only do a disable/enable interrupt dance if the running CPU supports a sleep mode. Fix entering ddb(8) from interrupt context by not modifying the return address of the 'forced' trap frame. While here, modify the existing logic to terminate prefetching of all data streams if AltiVec is supported before setting the POW bit. With inputs/explanations from drahn, looks ok to miod@
2014-09-06Rewrite the PowerPC stack dump routine to delimit the trap & interruptMartin Pieuchot
contexts with markers (---like on x86---) and print the associated type or number when available. While here, gyp' the support for process tracing (tr /p). ok miod@
2014-09-06Add functions to manipulate IBM PowerPC 970 specific registers thatMartin Pieuchot
will be used in upcoming MP and idle support. ok miod@
2014-09-06Match q33 devices. Previously only inteldrm matched on q33,Jonathan Gray
which would lead to a panic. Problem reported by karlis.mikelsons at lf.lv.
2014-09-06reduce the amount of pci includesJonathan Gray
2014-09-06Various changes to the re(4) feature flags..Brad Smith
Changed RL_FLAG_MACLDPS to RL_FLAG_MACRESET. Removed RL_FLAG_INVMAR and RL_FLAG_NOJUMBO. Added RL_FLAG_FASTETHER, RL_FLAG_CMDSTOP_WAIT_TXQ, RL_FLAG_JUMBOV2, RL_FLAG_WOL_MANLINK, RL_FLAG_WAIT_TXPOLL, RL_FLAG_WOLRXENB. Also set in the softc the maximum MTU for the various generations of chips. Input from and Ok jsg@
2014-09-06inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;Philip Guenther
this fixes handling of very large files on FFS2. Correct a copy-n-pasto that rendered useless the check for allocated fragmented that are marked free in the bitmap. allocdir() returns an inode number, so return an ino_t. sizeof()*N should be printed with %zu, while direct and indirect block numbers should be cast to (long long) use %lld inodesc.id_entryno fix based on a diff from David Vasek <vasek@fido.cz> ok krw@ otto@