Commit Graph

5361 Commits

Author SHA1 Message Date
is 92a181b637 Move Amiga PORT to ELF and new toolchain. Still missing:
support in UPGRADE to move old shared libs to /emul/aout
2002-02-15 21:28:03 +00:00
simonb dbebadf72e Document "show event". 2002-02-15 12:20:33 +00:00
matthias dd580ad301 ".else if" doesn't work, thus everything was "COFF". Changed to ".elif". 2002-02-15 10:20:24 +00:00
jdolecek e839ee6444 One more fix from Dawid Szymanski 2002-02-14 20:12:36 +00:00
enami c5006ba2f8 Descend into nls. 2002-02-14 06:49:57 +00:00
wiz 7a1cb58694 Use HOME(kh) instead of BEGIN(@1) in wsvt25 entry. Noted by Dave Sainty.
Remove @1 from rxvt, which already has a kh entry.
2002-02-13 14:19:39 +00:00
wiz 6ac333c243 Add two from Dawid Szymañski in private mail. 2002-02-13 13:54:21 +00:00
ross 90cc84b1b3 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 09:32:47 +00:00
ross 4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
yamt 933cde43ae add nls alias database. 2002-02-13 07:54:23 +00:00
jdolecek 7b755f90f1 one bug less - full duplex, independant supported 2002-02-12 19:53:57 +00:00
uwe e32fc00efe s/passwd/passed/ 2002-02-12 16:14:13 +00:00
wiz a774afda30 Whitespace nits, and a paragraph fix. 2002-02-11 22:09:18 +00:00
eeh 1c986d2f83 New fine-grained BUS_SPACE_SYNC* operations. Since these are completely
machine dependent, port maintainers need to implement them themselves.
2002-02-11 22:05:13 +00:00
mycroft 09819b05ef Don't use .PHONY for targets that are actually installed. Instead use force
dependencies.  (Among other things, `make -t install' does something vaguely
sensible now.)
2002-02-11 21:14:58 +00:00
wiz bf9032d632 Remove incorrect entry from BUGS section. 2002-02-11 20:17:00 +00:00
wiz 98f0dd4f96 wsvt25: recognize BEGIN, END, and function keys.
wsvt25m: Add km, and include wsvt25 (instead of being a copy of it).
rxvt: recognize BEGIN, END, F11, F12, and correct F10.
2002-02-11 19:14:43 +00:00
wiz 7d25fc9ef9 Remove some duplicate entries. 2002-02-11 19:10:01 +00:00
kleink 6ba195c4e1 Add link for pci_conf_hook(). 2002-02-11 18:48:03 +00:00
kleink 47294af050 Add documentation for pci_conf_hook(). 2002-02-11 18:43:39 +00:00
jdolecek 96b14b7848 Document PIPE_SOCKETPAIR 2002-02-11 18:16:48 +00:00
wiz 1d5d65f8a8 Some more punctuation fixes. 2002-02-11 16:21:55 +00:00
wiz a73f989efa Fix lots of Xrefs, sort sections, sort SEE ALSO, whitespace nits. 2002-02-11 12:12:40 +00:00
wiz 9baadd8ee5 "doesn't" should have an 's'. 2002-02-11 11:19:26 +00:00
wiz 66df0333a1 s/seperate/separate/ 2002-02-11 10:44:38 +00:00
martti d7bcd10a27 ipfs allows state information created for NAT entries and rules using
keep state to be locked (modification prevented) and then saved to disk,
allowing for the system to experience a reboot, followed by the restoration
of that information, resulting in connections not being interrupted.

To activate this feature, set ipfs=YES in /etc/rc.conf
2002-02-11 10:19:55 +00:00
ross b47221844a fix isolated collateral damage from <>& churn 2002-02-10 02:46:27 +00:00
fair a53ca6a8a2 Fix a minor goof. 2002-02-09 23:15:54 +00:00
fair 5878a63064 Clean up the DEC 3000 entries, and add PWS PCA56 models. 2002-02-09 23:03:21 +00:00
fair 0a2cd6790f A more complete (and hopefully accurate) system/CPU listing, to
answer the submitter of PR 3977 who is never satisfied.

Additional review from a DECcie (or anyone else with first-hand
information) would be appreciated.
2002-02-09 11:14:21 +00:00
lukem 670a900e30 use ${INSTALL_FILE} as appropriate 2002-02-09 09:14:32 +00:00
garbled f1536147ff Oops.. missed a bug. 2002-02-08 09:10:05 +00:00
garbled f83456b035 Be more careful about a usermgmt.conf file that doesn't exist. Problem
noticed by Thomas Klausner.
2002-02-08 08:48:21 +00:00
wiz 384ddf7036 s/All four/All five/ 2002-02-07 17:15:23 +00:00
garbled ada5327a7a Apply fix from PR's 14442 and 14441 from Robert Elz to make the install
from source work.  Thanks Robert.
2002-02-07 16:12:31 +00:00
wiz 441cd2f38e Fix typo reported in misc/15524. 2002-02-07 14:30:22 +00:00
ross 4b8350b194 Define strings for < > & <= >= 2002-02-07 09:43:54 +00:00
ross f80ddd2066 KNF, err, well, "indent" 2002-02-07 09:34:11 +00:00
pk 9d602b9ca3 Mark installed system libraries as .MADE only if we're actually establishing
their default variable values here.
2002-02-07 07:43:24 +00:00
ross 8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
ross 5de308572f Invert the default of DOC_XR and generate an href anchor by default.
Also, assume that any man page called "index.html" will actually be
installed (sigh) as "xindex.html", which is what bsd.man.mk actually
does now.
2002-02-07 01:59:14 +00:00
ross a3f340931b Honor MANSUBDIR when installing md html pages. 2002-02-07 01:56:02 +00:00
ross 8b41df0d84 Fix a number of bugs and and start over again on the style sheet. 2002-02-07 00:59:18 +00:00
ross 8a40adb0ab if NOMAN is defined, also define NOHTML 2002-02-07 00:53:34 +00:00
ross 57170e8ef5 fix html sources, they were depending on -mdoc, not -mdoc2html 2002-02-07 00:52:23 +00:00
wiz 6c8b3885d6 Some nits. 2002-02-06 21:18:51 +00:00
jdolecek cf523d6e7c Move the joy(4) manpage to MI location, too - it's not i386-only.
Pointed out by Thomas Klausner, thanks :)
2002-02-06 21:06:32 +00:00
wiz 7d3c2b8400 Drop some trailing whitespace. 2002-02-06 19:29:06 +00:00
wiz eae645b02b Fix some typos, uppercase tcp. 2002-02-06 19:17:01 +00:00
wiz c36eec1c26 Fix .Dd (no abbreviations, please). 2002-02-06 19:09:22 +00:00