Commit Graph

4937 Commits

Author SHA1 Message Date
archie
03d498eb80 Fix misspelling. 2000-08-05 20:17:04 +00:00
ben
ab26e9c142 Mention the non-English docs as well as ports. 2000-08-05 18:34:17 +00:00
jim
55273123ee Explain that in order to track -STABLE, you should leave the src-all
collection uncommented.

PR:		20398
Submitted by:	Jeff Blaine <jeffblaine@mediaone.net>
Reviewed by:	jhb
2000-08-04 22:29:52 +00:00
jdp
058dbd5693 Remove everything resembling a comment from "refuse" and put the
explanations into a new file "refuse.README".  Some users are simply
copying these files and expecting them to work -- without even
reading them.  I don't want to spend any more time closing bogus
PRs from that.

Also correct an error or two in the patterns.
2000-08-04 21:32:52 +00:00
wpaul
02e133ec1a Add support for the Netgear GA620T copper gigabit card. 2000-08-02 18:49:17 +00:00
nsayer
72460d1dc9 Minor man page corrections and fixups to document the difference between
tap and vmnet style devices.

Submitted by:	Vladimir
2000-08-02 17:27:39 +00:00
ache
d0631cde55 Fix linux console color capabilities
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-08-01 20:56:21 +00:00
n_hibma
cf7c041ce2 Support for the Panasonic / Matshita USB FDD.
Submitted by:		SAKIYAMA Nobuo <sakichan@lares.dti.ne.jp>
PR:			kern/20300
2000-07-31 12:40:26 +00:00
ache
785cf59e07 Add #ports/hebrew 2000-07-31 04:14:52 +00:00
asami
5adb1b9769 Add ports-hebrew. 2000-07-31 00:13:44 +00:00
phk
ea02c3cf09 Add the bufbio paper to the build.
Various plans to move all these to the doc tree exist pending time and
somebody to docbook them.
2000-07-30 11:02:54 +00:00
phk
f76bbb95d0 Add the bio/buf paper 2000-07-30 08:57:03 +00:00
green
2a6373ea61 Capitalize the last two entries. Note that i8254 is a timer. Report
that TSC is for any fifth-gneration of later x86 processor, not an
i586, and document that it _is_ available to applications.
2000-07-28 21:48:58 +00:00
obrien
3702a6473d Add HISTORY. 2000-07-27 22:55:44 +00:00
ache
396b7d54ff Merge from stable: dtterm color fix 2000-07-27 21:04:48 +00:00
markm
6eedf9da32 Fix minor typo. 2000-07-27 19:13:32 +00:00
sheldonh
75cb2c66dc Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay
and kern.metadelay, thanks to mckusick's feedback.
2000-07-26 08:51:58 +00:00
sheldonh
db75df9d9c Add an EXAMPLES section with an example of how to mount a
malloc(9)-backed md(4) device on /tmp .
2000-07-24 14:23:47 +00:00
markm
82802a424b Remove references to the (removed) kern.timecounter.method sysctl. 2000-07-23 11:12:59 +00:00
sheldonh
85976e9542 Rework the FILES section to cover the list of common symbolic links
in the /dev directory.  Also cover this driver's quirky relationship
with the MAKEDEV script.
2000-07-22 10:23:06 +00:00
sheldonh
8acfef55ff Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
discussed with bp.
2000-07-21 14:54:13 +00:00
ache
4fcc8413c4 cons: shorten "rs" again, syscons fixed 2000-07-21 14:31:44 +00:00
ache
7afdc348e8 Describe Reset 2000-07-21 14:28:08 +00:00
sheldonh
aac8cde86f Move the netgraph-related manual pages into share/man/man4/, as
discussed with archie.
2000-07-21 10:46:58 +00:00
sheldonh
117993c6a6 Cosmetic:
Convert to one file per line in the MAN4 list.  This will make future
deltas easier to read.
2000-07-21 10:13:46 +00:00
ache
6ab9a2d5e8 cons:
Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step)
Remove "mh" - termcap must describe what device _actually_ have end left
emulation upon upper level program. "mh" is also conflicting with colors.
Don't remove "md" for mono consoles
dosansi:
Wrong "mh" -> good "mr"
2000-07-21 01:38:34 +00:00
wpaul
e27e3e14e3 Minor formatting tweak: compact the supported adapter list. 2000-07-20 22:41:26 +00:00
wpaul
b371b56ee9 Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
cards. This basically involves switching to the 12.4.13 firmware, plus
a couple of minor tweaks to the driver.

Also changed the jumbo buffer allocation scheme just a little to avoid
'failed to allocate jumbo buffer' conditions in certain cases.
2000-07-20 22:24:43 +00:00
nsayer
8ee4b8fcbe Oops. Activate tap in man4 and modules makefiles 2000-07-20 20:29:03 +00:00
ache
15a66cfa41 cons: use newly added SGR 24 for "ue" and SGR 27 for "se" 2000-07-20 18:53:41 +00:00
ache
364abbc47f Describe newly implemented SGR 22,24,25,27 2000-07-20 18:50:12 +00:00
nsayer
14503a8247 Add the tap driver.
The tap driver is used to present a virtual Ethernet interface to the
system. Packets presented by the network stack to the interface are
made available to a character device in /dev. With tap and the bridge
code, you can make remote bridge configurations where both sides of
the bridge are separated by userland daemons.

This driver also has a special naming hack to allow it to serve a similar
purpose to the vmware port.

Submitted by:	myevmenkin@att.com, vsilyaev@mindspring.com
2000-07-20 17:01:10 +00:00
mjacob
b7fd852ec4 Update isp man page, add ispfw man page. 2000-07-20 16:11:23 +00:00
sheldonh
2cef6835da Add an MLINKS entry which makes snd(4) a link for pcm(4).
Suggested by:	Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-20 15:47:45 +00:00
sheldonh
2bbfbcee9b Add a FILES section which, as a side-effect, just so happens to
give device node creation instructions.

PR:		20060
Reported by:	"Sean O'Connell" <sto@stat.Duke.EDU>
2000-07-20 14:19:17 +00:00
ache
0c6f8515c9 Explicetly remove AX for mono consoles.
Fix mono Latin2 console color support removing.
2000-07-20 14:03:23 +00:00
ache
e9d2925563 cons: add AX to indicate that SGR 39 and 49 present and can be used separately 2000-07-20 13:18:29 +00:00
sheldonh
20d503002f Fix a typo and mark ``update'' up consistently in the HISTORY section.
Reported by:	des
2000-07-20 13:05:41 +00:00
sheldonh
a749dd3647 Clear the extraneous Os argument, which survived rev 1.3. 2000-07-20 11:46:51 +00:00
sheldonh
3f3bfa3efb General clean-up [1/1]: whitespace 2000-07-20 11:45:56 +00:00
sheldonh
4f3a6e9659 General clean-up [0/1]: content
Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.
2000-07-20 11:43:40 +00:00
sheldonh
c95a6d8116 Include a comment explaining the usual delay between writes and syncs. 2000-07-20 07:31:52 +00:00
n_hibma
471997687f Typo.
Submitted by:	Mike Meyer <mwm@mired.org>
2000-07-19 23:07:42 +00:00
ben
8dc09f7b51 Document the rc.d system.
Suggested by:	dcs
Reviewed by:	alex, dcs, sheldonh
2000-07-19 19:08:08 +00:00
jasone
531e62c825 pthread_once --> pthread_once_t. 2000-07-19 16:38:07 +00:00
sheldonh
01a450a566 Remove mention of SYNCER_MAXDELAY and "thirty seconds", using more
general terms instead.  This follows a discussion with alfred,
in which it became clear that I had misunderstood sched_sync().
2000-07-19 11:47:16 +00:00
sheldonh
672d736d95 Replace the obsolete update(4) manual page with syncer(4). I was
not abble to solicit review from <freebsd-hackers>.
2000-07-19 07:15:32 +00:00
sheldonh
985f997674 Clean up this new manual page. This delta includes content and
whitespace changes, which should not be a problem because this
is only the second revision of the file and translators are
unlikely to have gotten started yet.

Reviewed by:	abial
2000-07-19 06:33:34 +00:00
ben
112e4eb0d5 Define what is meant by brackets' and braces'.
Suggested by:	grog
2000-07-18 14:41:01 +00:00
sheldonh
dcbe29acc9 Order the cross-references in the SEE ALSO section correctly. 2000-07-18 13:03:09 +00:00