Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-06 | Document that UNIX sockets support SOCK_SEQPACKET. | Matthew Dempsky | |
2011-07-06 | Update to reflect new bounds_check_with_label() semantics. | Matthew Dempsky | |
2011-07-06 | Make sure ${BEFOREMAN} is finished before ${MANLINT} is started; | Ingo Schwarze | |
otherwise, stuff gets done in the wrong order in make -j. While here, also make sure ${BEFOREMAN} is finished before any manual source code is generated. tested in make build / make release by krw@ | |||
2011-07-05 | a short note about PR_DEBUGCHK | Ted Unangst | |
2011-07-05 | VFSDEBUG -> VFSLCKDEBUG; | Jason McIntyre | |
2011-07-05 | Document CCACHE_DIR and CCACHE_ENV. | Stuart Henderson | |
2011-07-05 | Document USE_CCACHE / NO_CCACHE. | Stuart Henderson | |
2011-07-05 | there are no cachelist or logs for pools | Ted Unangst | |
2011-07-05 | tweak previous; | Jason McIntyre | |
2011-07-05 | Allow parallel linting of manuals, | Ingo Schwarze | |
by using one mandoc process and one timestamp file per man page. This might be slightly slower on single-processor machines, but it's considerably faster with make -j. "I think so" deraadt@ | |||
2011-07-05 | Trim comments from termtypes.master before passing through cap_mkdb, | Nicholas Marriott | |
speeds things up a good bit. ok tedu | |||
2011-07-05 | Allow switching between binutils and binutils 2.17. | Dale Rahn | |
NOTE: binutils-2.17 has not been tested on any archs. ok pirofti@ | |||
2011-07-04 | Simplfy GCC decision by making the list of archs instead a huge | Dale Rahn | |
list if ${MACHINE_ARCH} == "xx" tests ok deraadt@ pirofti@ (with fixes mentioned from kettenis) | |||
2011-07-04 | remove compat_svr4 | Ted Unangst | |
2011-07-04 | Nuke map3270 (tn3270 itself died 9 months ago). | Nicholas Marriott | |
ok deraadt | |||
2011-07-04 | jmc found a few more mentions of RIO here | Ted Unangst | |
2011-07-04 | tweak previous; | Jason McIntyre | |
2011-07-04 | fix a double space; | Jason McIntyre | |
2011-07-04 | add nvt(4); | Jason McIntyre | |
2011-07-04 | bye bye require-order. | Henning Brauer | |
i added that button many many many years ago since the order (options, scrub, nat, filter) was enforced back then, which I hated. now we had that turned off for ages, and with the scrub and nat rulesets being gone, there is very little reason to enforce an order at all. so let's get rid of it. introducing this button was one of my very early commits to openbsd... feels a bit strange to remove it now :) ok ryan dlg theo | |||
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov | |
field of the `splice' structure can be used to specify a period of inactivity after which splicing will be dissolved. ETIMEDOUT error retrieved with a SO_ERROR indicates the idle timeout expiration. With comments from and OK bluhm. | |||
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke | |
ok mcbride@ henning@ | |||
2011-07-03 | remove mention of altq_rio | Ted Unangst | |
2011-07-03 | Add Romanian UTF-8 support. | Paul Irofti | |
Thanks to robert@ for taking me through the hoops! Okay robert@. | |||
2011-07-03 | man page for nvt(4) | Mark Kettenis | |
2011-07-03 | Update to the terminfo.src from ncurses-5.9-20110626. | Nicholas Marriott | |
ok millert | |||
2011-07-03 | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). | Matthew Dempsky | |
ok krw@ | |||
2011-07-03 | The BUGS that MANPS and MANZ are not supported in ports | Ingo Schwarze | |
were fixed by removing MANPS and MANZ everywhere else, too. More power to fewer knobs! Change prodded by jmc@. | |||
2011-07-02 | update MANDIR and remove MANPS and MANZ variables; | Ingo Schwarze | |
the latter do not have any effect now that we install source manuals; issue reported and "aye, that's fine" jmc@ | |||
2011-06-29 | remove pss | Ted Unangst | |
2011-06-29 | APM_NOPRINT option is no more | Ted Unangst | |
2011-06-28 | Less ugly MANSUBDIR handling, not needing '' any longer. | Ingo Schwarze | |
ok espie@ Note: This does not yet fix the issue noted by deraadt@ that two consecutive make install invocations install only once. Both of my proposed solutions are not nice, and espie@ is searching for a cleaner way. | |||
2011-06-27 | Update to tzdata2011h from elsie.nci.nih.gov | Todd C. Miller | |
2011-06-27 | There is no CCDNBUF option | Ted Unangst | |
2011-06-27 | the NTFS experiment "worked". it's in generic. | Ted Unangst | |
2011-06-27 | use of compat_43 has apparently been discouraged for 14 years, but it remains | Ted Unangst | |
enabled in generic. let's just admit it's not really discouraged. | |||
2011-06-26 | there has not been an ALTQ_NOPCC option for some time now | Ted Unangst | |
2011-06-26 | these needed a proper sync too because of dates; no idea why they were not ↵ | Theo de Raadt | |
updated recently | |||
2011-06-26 | sync | Theo de Raadt | |
2011-06-26 | sync | Theo de Raadt | |
2011-06-26 | delete references to mcd | Ted Unangst | |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber | |
i386. Stop abusing it on other archs for controling a shutdown by pressing the soft power button: * Add a MI sysctl hw.allowpowerdown; if set to 1 (the default) it allows a power button shutdown. * Make acpi(4)/acpibtn(4) honor hw.allowpowerdown. * Switch the various power button intercepts on landisk, sgi, sparc64 and zaurus over to hw.allowpowerdown. * Garbage collect the machdep.kbdreset sysctl on all archs other than amd64 and i386. ok miod@ | |||
2011-06-24 | Replace the .PHONY manlint target by an empty timestamp file, so man pages | Christian Weisgerber | |
are only re-linted after an actual change. Tweaked from schwarze@'s diff; ok schwarze@ | |||
2011-06-24 | - add PLIST_DB to the list of variables that need to be adjusted when using | Jasper Lievisse Adriaanse | |
a read-only ports tree. suggested by Myk Taylor in pr 6618 "sure" aja@ and reads fine to landry@ | |||
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze | |
discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson | |
the standard OpenBSD-style parse.y handle continuing lines with backslashes, paying particular attention to how comments are handled (which can cause nasty side-effects if you're not expecting it). Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey, patrick keshishian and Florian Obser, ok jmc@. | |||
2011-06-22 | document SYSTR_POLICY_KILL syscall policy | Damien Miller | |
2011-06-21 | Eliminate some slanderous lies about the flexibility of our SCSI | Matthew Dempsky | |
subsystem. | |||
2011-06-20 | Xr myx(4) | Theo de Raadt | |
2011-06-17 | add acpitoshiba; ok pirofti | Jason McIntyre | |