summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-07-11no more format(8);Jason McIntyre
2011-07-10Switch arm ports to gcc4. ok deraadt@Miod Vallat
2011-07-09tweak previous;Jason McIntyre
2011-07-09update MLINKS for the *SAFE macros;Jason McIntyre
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09Document the newly added FOREACH_SAFE marcos.Paul Irofti
2011-07-09zap trailing whitespace;Jason McIntyre
2011-07-08do not discuss man pages which do not (yet) exist;Jason McIntyre
2011-07-08just don;t talk about the compat pages; suggested by/ok teduJason McIntyre
2011-07-08update man page for umsm(4)Yojiro Uo
ok jsg@
2011-07-08Switch sparc to gcc4. No source upgrade possible (well, it obviously can beMiod 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-08Initial description of 'prio' keyword.Ryan Thomas McBride
ok henning
2011-07-08unlink compat_aout, spotted by jmcTed Unangst
2011-07-08ext2fs is not really the most common linux filesystem.Ted Unangst
2011-07-08COMPAT_43 does not do all it used to. COMPAT_AOUT is wholly useless.Ted Unangst
2011-07-08xl(4) now supports WoL.Stefan Sperling
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA 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-08Make a distinction between base/pkg rc scripts. ok aja@ schwarze@ jmc@Stuart Henderson
(with a tweak from jmc).
2011-07-08We don't need to carry around all these ancient tabset files which areNicholas Marriott
unreferenced in terminfo. Also update the vt100 file and add vt300 (which IS referenced). ok millert
2011-07-08Rename 'rc_scripts' to 'pkg_scripts' to make it clear this variable is forAntoine 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-08make 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-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
switched a while back. ok miod, kettenis
2011-07-07no Pp before/after Ss/Sh;Jason McIntyre
2011-07-07no more mvmeppc;Jason McIntyre
2011-07-07Remove no longer relevant manpages; attempt to modernize boot_vax(8) a bitMiod Vallat
as well. Prodded by jmc@
2011-07-07no more math.3;Jason McIntyre
2011-07-06rc.d(8) now handle some base daemons as well.Antoine Jacoutot
ok robert@
2011-07-06Make sure typing "make install" twice in a rowIngo 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-06Remove old warning about upgrading tic and just exit.Nicholas Marriott
ok millert
2011-07-06No need to change tabset path in termtypes.master, they've all beenTodd C. Miller
normalized to be /usr/share/tabset (except one that was missed). OK nicm@
2011-07-06Do not use wildcards in GCC4_ARCH, they do not play well with make's :MMiod Vallat
modifier. Found the hard way...
2011-07-06RegenMiod Vallat
2011-07-06Remove support for non-microVAX, non-VAXstation, non-VXT hardware in theMiod 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-06Remove a trailing \ from a comment which was hiding the altos3 entryNicholas 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-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