summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-07-06Document that UNIX sockets support SOCK_SEQPACKET.Matthew Dempsky
2011-07-06Update to reflect new bounds_check_with_label() semantics.Matthew Dempsky
2011-07-06Make 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-05a short note about PR_DEBUGCHKTed Unangst
2011-07-05VFSDEBUG -> VFSLCKDEBUG;Jason McIntyre
2011-07-05Document CCACHE_DIR and CCACHE_ENV.Stuart Henderson
2011-07-05Document USE_CCACHE / NO_CCACHE.Stuart Henderson
2011-07-05there are no cachelist or logs for poolsTed Unangst
2011-07-05tweak previous;Jason McIntyre
2011-07-05Allow 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-05Trim comments from termtypes.master before passing through cap_mkdb,Nicholas Marriott
speeds things up a good bit. ok tedu
2011-07-05Allow switching between binutils and binutils 2.17.Dale Rahn
NOTE: binutils-2.17 has not been tested on any archs. ok pirofti@
2011-07-04Simplfy GCC decision by making the list of archs instead a hugeDale Rahn
list if ${MACHINE_ARCH} == "xx" tests ok deraadt@ pirofti@ (with fixes mentioned from kettenis)
2011-07-04remove compat_svr4Ted Unangst
2011-07-04Nuke map3270 (tn3270 itself died 9 months ago).Nicholas Marriott
ok deraadt
2011-07-04jmc found a few more mentions of RIO hereTed Unangst
2011-07-04tweak previous;Jason McIntyre
2011-07-04fix a double space;Jason McIntyre
2011-07-04add nvt(4);Jason McIntyre
2011-07-04bye 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-04Implement 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-03bring in least-states load balancing algorithmJoerg Zinke
ok mcbride@ henning@
2011-07-03remove mention of altq_rioTed Unangst
2011-07-03Add Romanian UTF-8 support.Paul Irofti
Thanks to robert@ for taking me through the hoops! Okay robert@.
2011-07-03man page for nvt(4)Mark Kettenis
2011-07-03Update to the terminfo.src from ncurses-5.9-20110626.Nicholas Marriott
ok millert
2011-07-03Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT().Matthew Dempsky
ok krw@
2011-07-03The BUGS that MANPS and MANZ are not supported in portsIngo Schwarze
were fixed by removing MANPS and MANZ everywhere else, too. More power to fewer knobs! Change prodded by jmc@.
2011-07-02update 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-29remove pssTed Unangst
2011-06-29APM_NOPRINT option is no moreTed Unangst
2011-06-28Less 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-27Update to tzdata2011h from elsie.nci.nih.govTodd C. Miller
2011-06-27There is no CCDNBUF optionTed Unangst
2011-06-27the NTFS experiment "worked". it's in generic.Ted Unangst
2011-06-27use of compat_43 has apparently been discouraged for 14 years, but it remainsTed Unangst
enabled in generic. let's just admit it's not really discouraged.
2011-06-26there has not been an ALTQ_NOPCC option for some time nowTed Unangst
2011-06-26these needed a proper sync too because of dates; no idea why they were not ↵Theo de Raadt
updated recently
2011-06-26syncTheo de Raadt
2011-06-26syncTheo de Raadt
2011-06-26delete references to mcdTed Unangst
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian 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-24Replace the .PHONY manlint target by an empty timestamp file, so man pagesChristian 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 usingJasper Lievisse Adriaanse
a read-only ports tree. suggested by Myk Taylor in pr 6618 "sure" aja@ and reads fine to landry@
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2011-06-23Use a common text explaining how the various configuration parsers usingStuart 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-22document SYSTR_POLICY_KILL syscall policyDamien Miller
2011-06-21Eliminate some slanderous lies about the flexibility of our SCSIMatthew Dempsky
subsystem.
2011-06-20Xr myx(4)Theo de Raadt
2011-06-17add acpitoshiba; ok piroftiJason McIntyre