Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-08 | strip excess verbiage from sed expressions | Alexander Hall | |
ok and prodding ajacoutot@ | |||
2014-09-08 | Prevent addition of redundant IPv6 autoconf addresses. | Stefan Sperling | |
Regression from r1.81 which switched from workq to taskq and incorrectly assumed duplicate addresses would be impossible with taskq. We ended up re-adding the SLAAC address whenever a privacy address expired. ok bluhm@ | |||
2014-09-08 | Don't include <sys/types.h>; we already include <sys/param.h>. | Mark Kettenis | |
Add missing <sys/errno.h> and <sys/device.h>. Makes a sparc64 kernel compile again. | |||
2014-09-08 | tweak previous; | Jason McIntyre | |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray | |
ok miod@ mpi@ | |||
2014-09-08 | OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis | Christopher Zimmermann | |
ok jca@ | |||
2014-09-08 | Additional cleanup for procfs removal | Doug 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-08 | Match 82599 as found on SuperMicro AOC-STGN-I1S | Chris Cappuccio | |
ok mikeb@ | |||
2014-09-08 | Actually remove the procfs files | Philip Guenther | |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther | |
months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@ | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||
2014-09-08 | Fix a syslogd regression when specifying all 20 additional log paths | Doug 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-08 | the PR_LOGGING flag is unused, so im cleaning it up | David Gwynne | |
2014-09-08 | deprecate the use of the PR_PHINPAGE flag by replacing it with a test | David Gwynne | |
of pr_phoffset. ok doug@ guenther@ | |||
2014-09-07 | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze | |
2014-09-07 | Remove useless comment, snprintf and if/else. | Alexander Bluhm | |
OK mpi@ | |||
2014-09-07 | Implement membar(9) API for amd64. | Mark Kettenis | |
ok dlg@, guenther@ | |||
2014-09-07 | Document that 4.4BSD changed the semantics but that others have restored | Philip Guenther | |
the original ones ok jmc@ | |||
2014-09-07 | Reuse 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-07 | Remove 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-07 | Remove last use of xargs(1). | Antoine Jacoutot | |
2014-09-07 | Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating sockets | Philip Guenther | |
for talking to aucat/sndiod ok ratchov@ | |||
2014-09-07 | Only compare CVS Id when it's not empty. | Antoine Jacoutot | |
2014-09-07 | Drop 2 uneeded xargs(1). | Antoine Jacoutot | |
2014-09-07 | Consistency in var names. | Antoine Jacoutot | |
2014-09-07 | typo in comment | Philip Guenther | |
2014-09-07 | Fix regression in detecting changed files. | Antoine Jacoutot | |
2014-09-07 | Use 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-07 | Add Henri Kemppainen's copyright | Philip Guenther | |
2014-09-07 | Simplify checks. | Antoine Jacoutot | |
2014-09-07 | Add dependency tests from Henri Kemppainen (duclare (at) guu.fi) | Philip Guenther | |
2014-09-07 | Add 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-07 | Do 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-07 | fix debugging output | Ingo Schwarze | |
2014-09-07 | always use the right buffer, and fix one evil typo | Ingo Schwarze | |
2014-09-07 | Parse and ignore the .pl (page length) request; | Ingo Schwarze | |
Daniel Levai reports that Slackware Linux uses this. | |||
2014-09-07 | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze | |
2014-09-06 | Simplify by handling empty request lines at the one logical place | Ingo Schwarze | |
in the roff parser instead of in three other places in other parsers. No functional change. | |||
2014-09-06 | Move main format autodetection from the parser dispatcher to the | Ingo 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-06 | Replace awk with either sed or shell equivalents. | Robert Peichaer | |
OK ajacoutot@ | |||
2014-09-06 | Convert vars used as boolean (unset or 1) to true or false. | Robert Peichaer | |
OK ajacoutot@ | |||
2014-09-06 | Rename ci_iactive into ci_flags, this field now holds the going-to- | Martin Pieuchot | |
sleep bit. | |||
2014-09-06 | Remove backup checksums after a successfull run. | Antoine Jacoutot | |
2014-09-06 | Files may have been removed in the previous step, so make sure they exist | Antoine Jacoutot | |
before trying to remove them again. | |||
2014-09-06 | Magical 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-06 | Rewrite cpu_idle & friends to not check and update the hid0 register | Martin 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-06 | Rewrite the PowerPC stack dump routine to delimit the trap & interrupt | Martin 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-06 | Add functions to manipulate IBM PowerPC 970 specific registers that | Martin Pieuchot | |
will be used in upcoming MP and idle support. ok miod@ | |||
2014-09-06 | Match q33 devices. Previously only inteldrm matched on q33, | Jonathan Gray | |
which would lead to a panic. Problem reported by karlis.mikelsons at lf.lv. |