Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | Document the newly added FOREACH_SAFE marcos. | Paul Irofti | |
2011-07-09 | zap trailing whitespace; | Jason McIntyre | |
2011-07-08 | do not discuss man pages which do not (yet) exist; | Jason McIntyre | |
2011-07-08 | just don;t talk about the compat pages; suggested by/ok tedu | Jason McIntyre | |
2011-07-08 | update man page for umsm(4) | Yojiro Uo | |
ok jsg@ | |||
2011-07-08 | Switch sparc to gcc4. No source upgrade possible (well, it obviously can be | Miod Vallat | |
done, but it's so tedious it will sing you to sleep, so we'll conveniently not bother documenting the steps), please upgrade from binary snapshots dated July 8th or more recent. Grunt work by kettenis@ who suffered a machine failure; ok deraadt@ | |||
2011-07-08 | Initial description of 'prio' keyword. | Ryan Thomas McBride | |
ok henning | |||
2011-07-08 | unlink compat_aout, spotted by jmc | Ted Unangst | |
2011-07-08 | ext2fs is not really the most common linux filesystem. | Ted Unangst | |
2011-07-08 | COMPAT_43 does not do all it used to. COMPAT_AOUT is wholly useless. | Ted Unangst | |
2011-07-08 | xl(4) now supports WoL. | Stefan Sperling | |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko | |
`net.pipex.enable' to enable PIPEX. By default, pipex is disabled and it will not process packets from wire. Update man pages and update HOWTO_PIPEX_NPPPD.txt for testers. discussed with dlg@, ok deraadt@ mcbride@ claudio@ | |||
2011-07-08 | Make a distinction between base/pkg rc scripts. ok aja@ schwarze@ jmc@ | Stuart Henderson | |
(with a tweak from jmc). | |||
2011-07-08 | We don't need to carry around all these ancient tabset files which are | Nicholas Marriott | |
unreferenced in terminfo. Also update the vt100 file and add vt300 (which IS referenced). ok millert | |||
2011-07-08 | Rename 'rc_scripts' to 'pkg_scripts' to make it clear this variable is for | Antoine Jacoutot | |
packages _only_. One is not supposed to add any base scripts in it. naddy@ doesn't care (I think he does care but he won't admit it) ok robert@ (I'll add something to current.html in a few) | |||
2011-07-08 | make it clear that !commands are run in the single-user environment, | Theo de Raadt | |
so only use safe command paths like /sbin and /bin; /usr may not be there... | |||
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt | |
switched a while back. ok miod, kettenis | |||
2011-07-07 | no Pp before/after Ss/Sh; | Jason McIntyre | |
2011-07-07 | no more mvmeppc; | Jason McIntyre | |
2011-07-07 | Remove no longer relevant manpages; attempt to modernize boot_vax(8) a bit | Miod Vallat | |
as well. Prodded by jmc@ | |||
2011-07-07 | no more math.3; | Jason McIntyre | |
2011-07-06 | rc.d(8) now handle some base daemons as well. | Antoine Jacoutot | |
ok robert@ | |||
2011-07-06 | Make sure typing "make install" twice in a row | Ingo Schwarze | |
installs manuals twice, not only the first time. Admittedly, marking real target files as .PHONY is ugly, but this is the least complex fix found so far. If somebody comes up with something better, i will gladly improve this. Problem originally reported and some prodding by deraadt@. | |||
2011-07-06 | Remove old warning about upgrading tic and just exit. | Nicholas Marriott | |
ok millert | |||
2011-07-06 | No need to change tabset path in termtypes.master, they've all been | Todd C. Miller | |
normalized to be /usr/share/tabset (except one that was missed). OK nicm@ | |||
2011-07-06 | Do not use wildcards in GCC4_ARCH, they do not play well with make's :M | Miod Vallat | |
modifier. Found the hard way... | |||
2011-07-06 | Regen | Miod Vallat | |
2011-07-06 | Remove support for non-microVAX, non-VAXstation, non-VXT hardware in the | Miod Vallat | |
VAX port. This means, 11/7xx, VAX6000 and VAX8x00 systems, as well as SBI, CMI, BI, XMI and MASSBUS drivers. Most of these files were not being compiled or kept in compilable state over the years anyway. | |||
2011-07-06 | Remove a trailing \ from a comment which was hiding the altos3 entry | Nicholas Marriott | |
(line continuation applies to comments). This doesn't matter now since we strip comments but still isn't right. Spotted by millert@. | |||
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. |