Commit Graph

3555 Commits

Author SHA1 Message Date
lukem
10b7474494 the rc_fast_and_loose behaviour is enabled if the variable != "", not
if it == "YES", so fix the documentation...
2002-02-25 04:23:20 +00:00
lukem
319f9d9903 explicitly mention that rc.d contains sh(1) scripts 2002-02-25 04:09:15 +00:00
kleink
1bab3ca63c * Sync with implementation: declare the `id' argument to pci_conf_hook()
as pcireg_t, which is more appropriate.
* Fix the argument order to pci_conf_hook (d'oh!).
2002-02-25 00:40:19 +00:00
martin
8fa52d5f5c Traceroute works now. 2002-02-24 17:24:21 +00:00
wiz
7cb8a308ef Slight formatting improvement, and a grammar fix. 2002-02-24 13:30:07 +00:00
lukem
feea5a8afb sshd_conf_dir 2002-02-24 13:00:41 +00:00
uwe
1a318cdecc Fix typo. 2002-02-22 03:03:54 +00:00
reinoud
4ce664ad5c Add the missing `int free_list' argument to the uvm_page_physadd() in the
documentation.
2002-02-21 21:52:27 +00:00
kleink
76f3f21f4c Be a little more specific about cacheline_size. 2002-02-21 20:27:35 +00:00
kleink
e02250730b Document firstbus and cacheline_size arguments, too. 2002-02-21 16:26:27 +00:00
gmcgarry
4499278874 define GART 2002-02-20 20:28:18 +00:00
pooka
dd2075f14d update sys/arch descriptions closer to reality:
* instead of saying "support for the" for every entry, say it once
* add:
  + algor
  + arm
  + cats
  + cesfic
  + hpcarm
  + sandpoint
  + shark
  + sun2
  + sun68k
  + walnut
  + x86_64
* remove:
  + arm32
2002-02-19 15:03:33 +00:00
simonb
dbebadf72e Document "show event". 2002-02-15 12:20:33 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +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
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
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
wiz
384ddf7036 s/All four/All five/ 2002-02-07 17:15:23 +00:00
wiz
441cd2f38e Fix typo reported in misc/15524. 2002-02-07 14:30:22 +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
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
tron
c5118cc527 Add the SMC 9452TX to the list of cards. 2002-02-05 21:50:34 +00:00
mrg
1956e2770e add some more details. 2002-02-05 13:44:01 +00:00
kleink
e930ad8aed KNF example code snippet. 2002-02-05 01:47:42 +00:00
augustss
7be4e1341d Add a sentence about the no-reset-on-open device node. 2002-02-05 00:37:48 +00:00
kleink
d4e99a46ec Add a separate varargs(3) manual page, reusing stdarg(3) contents, and
remove the name `varargs' from stdarg(3); inspired by conversation with
Charles Hannum.
2002-02-04 20:09:46 +00:00
kleink
1b7ae2b741 While va_{start,arg,end} conform to ISO C90, they were certainly not
introduced in there but ANSI C; pointed out by Charles.
2002-02-04 18:27:38 +00:00
kleink
807b630c0b Fix typo. 2002-02-03 22:34:49 +00:00
kleink
2f289b0f4d American English, one grammar nit. 2002-02-03 22:22:45 +00:00
fair
3e8b41381f Document NetBSD/sparc support for HyperSPARC and sun4u per PR 14851.
Also mention JavaStation support.
2002-02-03 11:13:14 +00:00
wiz
ace586ad17 Drop trailing whitespace. 2002-02-02 11:11:20 +00:00
augustss
9ce3f751cb A number of small fixes from Sergey Svishchev. 2002-02-02 11:07:36 +00:00
tls
0514111ca1 Update to reflect the current maximum number of ptys and set of pty names 2002-02-02 07:35:49 +00:00
eeh
1630fbf09b De-clunikfy some grammar. 2002-02-01 18:47:17 +00:00
dsainty
5a1a1f37a6 Add a verified working device: FujiFilm FinePix1300 2002-01-31 10:26:42 +00:00
lukem
8923661dfa rename NETWORK to NETWORKING 2002-01-31 01:28:53 +00:00