Robert Watson
a695793d88
o Add a mention of kern.openfiles to the description of kern.maxfiles,
...
and suggest using this value to get a sense of the needs of the system.
2001-12-07 18:02:16 +00:00
Warner Losh
eedd038914
Be exsplicit about the parentheses around return statements. It is
...
documented by example. Since most of this file is documented by
example, it is confusing. Make things a little less confusing.
2001-12-07 11:40:22 +00:00
Ruslan Ermilov
79731c7b1b
mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.
2001-12-07 10:36:38 +00:00
Ruslan Ermilov
3e5ea28565
mdoc(7) police:
...
- Avoid using second person.
- Remove whitespace at EOL.
2001-12-07 10:27:43 +00:00
Archie Cobbs
597600ee1b
Document the 'enableAlwaysAck' field in the config structure.
2001-12-07 02:50:39 +00:00
Robert Watson
0fbfd3c17d
o Fix spelling of allocations as allocates.
...
Submitted by: silby
2001-12-06 20:27:44 +00:00
Robert Watson
98181c4975
o Reflect changed default such that keepalives are always enabled by
...
default now. Discuss why that's good. Note that there are still
some situations where turning it off may be advantageous, including
situations where there are network outages and it's desirable to
have TCP sessions last beyond the outage.
Reviewed by: fenner
Suggested by: silby
2001-12-06 20:24:38 +00:00
Robert Watson
9aa92d5586
Moderate the recommendation that TCP keepalives always be turned on;
...
in some environments, this may result in the early termination of
legitimate TCP sessions during temporary network outages. However,
maintain a strong recommendation that this be used when many network
clients are dialup.
Requested by: fenner
2001-12-06 19:57:34 +00:00
Robert Watson
25eecbb5a4
o Add an additional .Pp between the send/recvbuffer comments and
...
the ones on ipfw. Note to self: why does ipfw/dummynet count as
a sysctl in tuning(7)?
2001-12-06 19:50:35 +00:00
Robert Watson
fe3e42064f
o When describing kern.ipc.nsfbufs, use the slightly less colloquial
...
"modify" rather than the slightly more colloquial "mess with".
2001-12-06 19:48:48 +00:00
Robert Watson
657c740ed6
The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace
...
have been changed to 32k and 64k respectively.
2001-12-06 19:44:31 +00:00
Robert Watson
48c1691ebf
vmiodirenable is now on by default; reflect that change in default,
...
and talk more about the reasons to turn it off (restricted memory
environments), and less about why to turn it on.
2001-12-06 19:39:33 +00:00
Robert Watson
32a124764d
Reword parts of tuning(7) regarding loader tunables, which are refered
...
to in the document as "boot-time sysctls". Instead, refer to them as
loader tunables.
2001-12-06 19:36:21 +00:00
Maxim Sobolev
46f32e5e98
Add missed capital GHE letter.
...
PR: 28571
Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-05 16:09:10 +00:00
John Hay
8c992b7f0d
Note sis(4) VLAN support.
...
MFC after: 7 days
2001-12-05 09:34:49 +00:00
John Polstra
9d981897e4
Fix speling errur.
2001-12-05 02:55:23 +00:00
Dag-Erling Smørgrav
11cee4a681
Mention access control.
2001-12-04 14:28:38 +00:00
Dag-Erling Smørgrav
0787ae7db8
Add cross-reference to pseudofs(9).
2001-12-04 14:28:26 +00:00
Sheldon Hearn
fa083d279a
Regen.
2001-12-04 12:26:12 +00:00
Bruce Evans
08b443022e
Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for
...
libraries a little by not passing all of ${CFLAGS} to lint. Pass
only options matching -[DIU]*. The important -nostdinc option can't
be passed like I first thought because lint misinterprets as
"-n -o stdinc". The unimportant -B* option can't be passed because
lint doesn't support it. Otherwise, we pass the same options as
to mkdep, exept for a bug in the latter: -U* is not passed. All
this depends on option args not being separated from option flags
by a space.
2001-12-03 22:31:09 +00:00
Alfred Perlstein
ffc0b97fd0
More kernel vfs docco.
...
Xref vfs_mount(9) from vfs_mount(9)
Submitted by: Chad David <davidc@acns.ab.ca>
PR: docs/32431
2001-12-03 00:25:04 +00:00
Wolfram Schneider
dc2e599970
Added OpenBSD 3.0.
2001-12-02 11:19:24 +00:00
Wolfram Schneider
1da2e589f6
NetBSD 1.4 branch and NetBSD 1.5 branch are still alive.
...
Submitted by: jhawk@netbsd.org , itojun@iijlab.net
2001-12-02 11:16:30 +00:00
Prafulla Deuskar
1ac88dc08f
Adding man page for the em driver.
...
Submitted by:Prafulla Deuskar
Reviewed by:Paul Saab
MFC after:1 week
2001-12-02 07:45:22 +00:00
Chris D. Faulhaber
8a2d4f5134
o Update copyright.
...
o Updates content to reflect the changes to acl.h for
internal/external acl_t representations.
Approved by: rwatson
Obtained from: TrustedBSD Project
2001-12-02 04:27:13 +00:00
Alfred Perlstein
2164257702
Add manpages describing various vfs and vm APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
Andrey A. Chernov
f157f22f4e
Properly classify 0x80 - 0xa0 range
2001-11-30 07:19:21 +00:00
Valentino Vaschetto
ba03376142
Spelling error: dependant -> dependent
...
PR
2001-11-30 07:18:23 +00:00
Andrey A. Chernov
bb11c9f1fb
Add 0x98 to CONTROL section
2001-11-30 07:10:08 +00:00
Andrey A. Chernov
45c5ff77ea
Start every data line with keyword
2001-11-30 05:24:09 +00:00
Andrey A. Chernov
3fd63c5560
Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation
2001-11-30 05:05:53 +00:00
Andrey A. Chernov
40df10c3ae
Clean DIGIT/XDIGIT sections
2001-11-30 01:22:01 +00:00
Andrey A. Chernov
2209d8a27c
Back out national digits support, POSIX explicetely disallows it:
...
The definition of character class digit requires that only ten characters
-the ones defining digits- can be specified; alternate digits (for
example, Hindi or Kanji) cannot be specified here. However, the encoding
may vary if an implementation supports more than one encoding.
The definition of character class xdigit requires that the characters
included in character class digit are included here also and allows for
different symbols for the hexadecimal digits 10 through 15.
2001-11-29 03:03:55 +00:00
Andrey A. Chernov
bd9f1c9673
Add hi_IN.ISCII-DEV
2001-11-28 07:23:11 +00:00
Robert Watson
f3e5e31ef3
Mention entropy_dir="NO" in diskless.8, since /var is an md-backed
...
file system and as such will not preserve its contents across boot.
2001-11-27 21:35:47 +00:00
Robert Watson
2e6c92ffce
Update diskless.8 to refer to 'device md' instead of 'options MFS'; in
...
-CURRENT, md devices with FFS on top are used in the diskless boot process
instead of MFS.
2001-11-27 20:47:38 +00:00
John Polstra
dcd183a935
The fxp driver depends on device miibus now.
2001-11-27 18:51:08 +00:00
Ruslan Ermilov
5f7bea5c07
Fixed two typos.
...
PR: docs/32327
Submitted by: Frans Haarman <frans@haarman.com>
2001-11-27 11:33:32 +00:00
Ruslan Ermilov
57813e7f3f
Bring the ucred(9) manpage in sync with the source.
...
Specifically, document the crshared() function and
fix the prototype and description of the crcopy()
function.
PR: docs/32275
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: jhb
2001-11-26 18:37:50 +00:00
Dima Dorfman
a48060a2f7
Spelling police: sucessful -> successful.
2001-11-24 23:41:32 +00:00
Dima Dorfman
97f9239dbb
Remove a stale list of supported filesystems. If we do need a list of
...
filesystems somewhere, it probably shouldn't be here, and we should
make a better effort to keep it updated.
2001-11-24 21:19:46 +00:00
Dima Dorfman
b94231daca
Spelling police: "more then" - "more than" where appropriate.
2001-11-24 19:47:12 +00:00
Dima Dorfman
0987daa1f8
Remove the stuff about only the superuser being able to use this (see
...
snp.c 1.64), and add a note to the BUGS section warning the reader
that this manual page is stale and may be inaccurate.
2001-11-24 17:06:20 +00:00
Dima Dorfman
d3573aab8e
Talk about what the user needs to do to get the snp devices, and how
...
watch(8) will try to help them by loading the module.
PR: 25420
2001-11-24 17:02:58 +00:00
Darren Reed
2129325c09
second part of the patches to complete ipf changes to rc
...
PR: multiple
Submitted by: Arjan de Vet <devet@devet.org>
2001-11-24 15:36:30 +00:00
Sheldon Hearn
095731a5b7
Regen.
...
This file is now generated using src/tools/tools/pciid/mk_pci_vendors.pl,
which merges the Boemler and Heckenbach lists used for rev 1.2.
For now, mk_pci_vendors.pl is called with the -l option, which uses
the entry with the longer description where the same device or vendor
is found in both lists.
If it turns out that this causes to much "back-and-forth" in future
deltas, we can drop the use of the -l option.
2001-11-23 12:03:50 +00:00
Andrey A. Chernov
d4e8a3b4c9
Add us-ascii_to_cp437 screenmap
2001-11-23 11:15:21 +00:00
Andrey A. Chernov
324af1c9d1
Add table for iso-8859-4 vga9 fonts
2001-11-23 01:39:42 +00:00
Andrey A. Chernov
fff553220c
1) Map all unused characters into 'space'.
...
2) iso-8859-4_to_cp437 not do what its name tells at all, remove it
2001-11-23 01:25:56 +00:00
Andrey A. Chernov
3986c7fcf0
Standard conformance cleanup
2001-11-23 00:10:17 +00:00
Andrey A. Chernov
3807520bc8
Standards conformance cleanup
2001-11-22 23:39:06 +00:00
Andrey A. Chernov
c74851f0e8
Back out part of prev. commit for CP437 case, there are lower controls
...
graphics defined in codepage
2001-11-22 21:41:43 +00:00
Andrey A. Chernov
59cd6215ae
Don't use lower controls for console ACS. It makes screen or cut copy charset
...
adequate.
2001-11-22 21:04:44 +00:00
Andrey A. Chernov
240f670ec1
Add Greek console family (PR)
...
Add more ACS chars to l1/l2
PR: 32193
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-22 19:28:24 +00:00
Andrey A. Chernov
0299a26824
Fix Latin1/Latin2 ac= to not use non-standard 8bit characters
2001-11-22 19:06:00 +00:00
Ruslan Ermilov
e71efe6446
Install pnpbios(4) manpage.
...
Submitted by: Alexander Leidinger <Alexander@leidinger.net>
2001-11-22 13:05:54 +00:00
Ruslan Ermilov
908ca4edad
mdoc(7) police: general cleanup.
2001-11-22 11:56:54 +00:00
Ruslan Ermilov
3448dac344
mdoc(7) police: minor markup and misc fixes.
2001-11-22 11:36:29 +00:00
Ruslan Ermilov
32b1096260
mdoc(7) police: minor markup and spelling fixes.
2001-11-22 11:32:27 +00:00
Ruslan Ermilov
98998e6c2c
mdoc(7) police: minor markup and misc fixes.
2001-11-22 11:25:02 +00:00
Ruslan Ermilov
75595bf1eb
mdoc(7) police: cleanup.
2001-11-21 17:29:00 +00:00
Ruslan Ermilov
8a29064ab7
mdoc(7) police: cleanup the markup a bit.
2001-11-21 17:14:56 +00:00
Ruslan Ermilov
99696fe900
mdoc(7) police: minor markup and content fixes.
2001-11-21 17:12:31 +00:00
Ruslan Ermilov
25c5d2c69f
mdoc(7) police: general cleanup.
2001-11-21 16:56:35 +00:00
Ruslan Ermilov
362502bc90
mdoc(7) police: minor markup and misc fixes.
2001-11-21 16:29:57 +00:00
Ruslan Ermilov
9a107570d4
mdoc(7) police: mark errno as a variable.
2001-11-21 13:38:17 +00:00
Ruslan Ermilov
47bb57ceb4
mdoc(7) police: markup nits.
2001-11-21 13:33:30 +00:00
Ruslan Ermilov
4fab9eb9d6
mdoc(7) police: fix markup + generic cleanup.
2001-11-21 13:28:50 +00:00
Sheldon Hearn
91fea1b86f
Update device list for Compaq Computer Corp. (vendor ID 0E11):
...
2 updated entries
7 new entries
2001-11-21 13:20:42 +00:00
Sheldon Hearn
7352f5c05a
Update devices for Intel Corporation (vendor ID 8086):
...
16 updated entries
61 new entries
2001-11-21 13:12:13 +00:00
Ruslan Ermilov
bc19fadce7
mdoc(7) police: cosmetique.
2001-11-21 12:07:24 +00:00
Ruslan Ermilov
598b225ec7
mdoc(7) police: general cleanup.
2001-11-21 12:02:28 +00:00
Ruslan Ermilov
5f6a3b99a1
mdoc(7) police: WITNESS is a #define, mark it as such.
2001-11-21 11:47:55 +00:00
Ruslan Ermilov
d1919ca628
mdoc(7) police: cosmetique.
2001-11-21 11:44:36 +00:00
Ruslan Ermilov
eb8c09f97f
mdoc(7) police: bump document date, fix markup.
2001-11-21 11:36:23 +00:00
Ruslan Ermilov
8af059a2d5
Put missing space.
2001-11-21 10:42:18 +00:00
Ruslan Ermilov
b392c160c5
Grammar nit.
2001-11-21 10:39:12 +00:00
Ruslan Ermilov
f61a06f510
mdoc(7) police: anchor punctuation.
2001-11-21 10:33:42 +00:00
Brian Feldman
4085c80697
Add an initial lomac(4) manpage.
...
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-20 19:22:37 +00:00
Andrey A. Chernov
ae4ee2f52e
Improve Greek support in syscons
...
PR: 32119
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:48:58 +00:00
Akinori MUSHA
018d9f6237
Remove the printf builtin command from sh(1), which command is not
...
used so often that it's worth keeping it as a builtin.
Now that all the printf invocations from within the system startup
scripts, we can safely remove it.
Urged by: sheldonh :)
No MFC is planned so far because it may break compatibility and
violate POLA.
2001-11-20 18:33:59 +00:00
Andrew R. Reiter
c25081010f
- Fix a number of man pages broken by the KSE merger.
2001-11-20 18:19:19 +00:00
Andrey A. Chernov
64f9eb2f00
Replace wrong CP437 font by actual Latin7 one
...
PR: 32120
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:17:29 +00:00
Andrey A. Chernov
d913f523df
Fix long months standard form
...
PR: 32120
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:10:08 +00:00
Andrey A. Chernov
1d8a0a5145
Fix upper/lower mapping
...
PR: 32133
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 17:53:53 +00:00
Andrew R. Reiter
be8989d516
- Fix man page that was broke during KSE merger. This is the first in a
...
few commits relating to VOP_* calls and moving in struct thread.
Reviewed by: rwatson
2001-11-20 17:48:55 +00:00
Ruslan Ermilov
0594f3d2e5
mdoc(7) police: Fix markup.
2001-11-20 16:18:21 +00:00
Ruslan Ermilov
ed92f13717
mdoc(7) police:
...
- removed whitespace at EOL
- removed hard sentence breaks
- removed duplicate word
- spelling
2001-11-20 15:25:12 +00:00
Ruslan Ermilov
3a021a4706
mdoc(7) police: one-line literal displays are faster.
2001-11-20 15:17:51 +00:00
Josef Karthauser
0a98bc0cfa
Bring in the ugen manual page from NetBSD.
2001-11-20 14:13:36 +00:00
Akinori MUSHA
80f5a425c1
Add false(1), test(1) and true(1) cross-references.
...
Pointed out by: sheldonh
2001-11-20 13:05:53 +00:00
Jun Kuriyama
a5908fe02a
Add support for Intel's i820/i840/i845/i850/i860 chipset.
...
Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
2001-11-19 07:15:45 +00:00
Dima Dorfman
bdb28ff4ac
Correct typo.
...
PR: 32066
Submitted by: Peter Avalos <pavalos@theshell.com>
2001-11-18 00:33:12 +00:00
Sheldon Hearn
cfbfffc8e9
Add missing Nvidia chips.
...
Obtained from: http://www.yourvote.com/pci/
2001-11-17 22:54:06 +00:00
Akinori MUSHA
d90c5c4ab4
Make test(1) a builtin command of our sh(1) for efficiency. The
...
binary size increase is 3,784 bytes (about 0.6%).
I don't drop the printf builtin while I'm here because some /etc/rc.*
scripts seem to use it before mounting /usr where printf(1) resides.
Reviewed by: arch (sheldonh)
Inspired by: NetBSD, ksh
Clued by: ume (on how the printf builtin is used)
2001-11-17 19:10:11 +00:00
Garrett Wollman
ff03d48894
Except for a comment in zone.tab (about the location of the ISO 3166 table),
...
we are now using the vendor files verbatim.
2001-11-16 17:23:23 +00:00
Maxim Sobolev
f209c33139
Add support for entering the Ukrainian letter GHE with upturn and for Russian
...
YO (`e' with two dots).
PR: 28573
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
MFC after: 2 weeks
2001-11-14 21:28:10 +00:00
Maxim Sobolev
553011e3cf
Style: don't mix decimal and hex values in the same file (convert all to
...
decimal).
MFC after: 2 weeks
2001-11-14 21:14:39 +00:00
Alexey Zelkin
8b8d1b2903
fix ukrainian translation of 'Norwegian' word
...
PR: misc/28605
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2001-11-14 18:52:43 +00:00
Yaroslav Tykhiy
54c9dd6d12
Rework the utmp(5) page:
...
o Fix a number of wrong statements
o Clarify the structure of the files and the C structures theirselves
o Add cross-references to login(3), logout(3), logwtmp(3)
MFC after: 1 month
2001-11-14 05:03:37 +00:00
Andrew R. Reiter
853fbff5f7
- Modify to make the generated device driver code work with current.
...
- Use M_ZERO instead of another call to bzero().
Inspired by: misc/31905
2001-11-13 17:58:14 +00:00
Andrew R. Reiter
a220d00e74
Update the KLD examples so they will work with current.
...
Reviewed: jhb
2001-11-13 07:42:30 +00:00
Gregory Neil Shapiro
6dbfffa308
Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was
...
replaced with the new version in sendmail's distribution, vacation and
the necessary libraries (libsmdb and libsmutil) were changed so they
were always compiled. This broke people who didn't checkout
src/contrib/sendmail/. I don't know if it's best to think of NO_SENDMAIL
as no sendmail sources available or no sendmail binary. It is now the former.
Also, remove the sendmail chapter from System Managers Manual (SMM) if
NO_SENDMAIL is defined (for similar reasons -- source not available).
PR: 31863, 31865
Submitted by: matusita, Joe Kelsey <joe@zircon.seattle.wa.us>
MFC after: 3 days
2001-11-11 05:26:59 +00:00
Garrett Wollman
4db0d96f5f
This commit was generated by cvs2svn to compensate for changes in r86223,
...
which included commits to RCS files with non-trunk default branches.
2001-11-09 19:19:42 +00:00
Garrett Wollman
ed29a08ba0
Add `Theory' file from tzcode which explains how and why zones are named.
2001-11-09 19:19:42 +00:00
Garrett Wollman
a3773c1a40
Merge tzdata2001d update from vendor branch.
...
PR: conf/31851
Obtained from: Arthur David Olson and the timezone database maintainers
MFC after: 1 week
2001-11-09 19:17:59 +00:00
Garrett Wollman
8b648aad4d
Updated timezone database from Arthur Olson.
...
PR: conf/31851
2001-11-09 19:00:37 +00:00
Garrett Wollman
8838ea170e
This commit was generated by cvs2svn to compensate for changes in r86218,
...
which included commits to RCS files with non-trunk default branches.
2001-11-09 19:00:37 +00:00
Dima Dorfman
95d555de20
NMBCLUSTERS, not NMBCLUSTER.
...
Submitted by: markus ryynnen <markus.ryynanen@kolumbus_nospam.fi>
2001-11-07 14:36:50 +00:00
Peter Wemm
d16d31f42e
Document the reset command. I would have thought it blatently obvious,
...
but here it is: reset - Hard reset the system
2001-11-05 23:46:10 +00:00
Murray Stokely
6c412638de
Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
...
rl(4).
PR: docs/31270
Submitted by: Gary W. Swearingen <swear@blarg.net>
2001-11-05 09:17:23 +00:00
Murray Stokely
5e77dc7342
Describe handling of NULLs passed to pthread_setcancelstate().
...
PR: docs/31745
Submitted by: Andrew <andrew@ugh.net.au>
2001-11-05 08:21:32 +00:00
Andrey A. Chernov
fba9768c41
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:21:03 +00:00
Andrey A. Chernov
d0f08415a8
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:08:39 +00:00
Andrey A. Chernov
3b484902af
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 06:58:02 +00:00
Dima Dorfman
dbb10b1eaa
Catch up to proc->thread changes.
...
PR: 31428
Submitted by: Chad David <davidc@acns.ab.ca>
2001-11-05 00:41:39 +00:00
Dima Dorfman
5e52f30031
Mark up NULL in .Dv.
...
PR: 31747
Submitted by: <andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
Jeroen Ruigrok van der Werven
d7c2057f75
Disconnect sb.4.
...
This is a manual page left over from the old pcm/voxware driver era.
Superceded by newpcm's sbc.4.
2001-11-04 15:00:12 +00:00
Jeroen Ruigrok van der Werven
91747e9bed
We ditched controller a long while ago in favour of device.
2001-11-04 14:21:21 +00:00
Giorgos Keramidas
62ec3f2fb0
Typo correction: detailled -> detailed.
...
Approved by: nik
2001-11-02 14:59:51 +00:00
Jeroen Ruigrok van der Werven
f690459da2
Document support for VIA 82C596 ATA-33 and ATA-66.
2001-11-02 12:22:17 +00:00
Jeroen Ruigrok van der Werven
5ca843861c
Explicitely mention this driver supports the RealTek 8029.
...
This should lessen some questions.
2001-11-02 09:43:45 +00:00
Jeroen Ruigrok van der Werven
50481cf313
Fix alignment of the chipsets to the largest one described.
2001-11-02 09:37:35 +00:00
Crist J. Clark
00b8804712
Document the /var/run/named directory.
...
Suggesteded by: brian
2001-11-01 23:55:46 +00:00
Crist J. Clark
7558c91f77
Add a directory in /var/run to store ppp(8) command sockets.
...
PR: bin/29966
Approved by: brian
MFC after: 4
2001-11-01 23:44:12 +00:00
Jens Schweikhardt
41466b50c1
Just typo corrections (mmunmap->munmap etc), no content changes.
...
MFC after: 1 week
2001-11-01 11:36:04 +00:00
Assar Westerlund
9a5849d115
add /var/heimdal
...
absence noted by Archie Cobbs <archie@packetdesign.com>
2001-10-31 23:04:34 +00:00
Julian Elischer
7029957242
Fix typos.
2001-10-30 08:37:45 +00:00
Julian Elischer
10d7ccab88
A node that allows ethernet type packets to be filtered to different
...
hooks depending on ethertype. Great for prototyping protocols.
connects to the lower and upper hooks of an ethernet type of node.
Obtained from: Monzoon Networks.
Thanks to Andre Oppermann, May 2001.
2001-10-30 07:28:17 +00:00
Andrey A. Chernov
34ad843f42
Link Slovak with Czech
...
PR: 31598
Submitted by: Vladimir Guzma <vg@cs.tut.fi>
2001-10-30 01:55:19 +00:00
Mike Silbersack
2fa7b7ca77
Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as
...
tunables in loader.conf rather than just kernel options.
MFC after: 3 days
2001-10-29 22:29:01 +00:00
Mike Barcroft
cb5f460523
Only provide function information in compile environments that support
...
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
2001-10-27 20:11:10 +00:00
Dag-Erling Smørgrav
a4c0058691
Support the "install.debug" and "reinstall.debug" targets for kernel modules.
...
Small tweaks to kldxref may be necessary to avoid the surprising (but harm-
less) behaviour of 'kldload foo' loading foo.ko.debug instead of foo.ko if
it is present in the kernel directory.
Approved by: a week of silence on -arch
MFC after: 2 weeks
2001-10-27 00:52:50 +00:00
Ruslan Ermilov
698267057b
mdoc(7) police:
...
- Minor markup nits.
- Arrange for appearance in 4.5.
2001-10-26 17:11:50 +00:00
Jeroen Ruigrok van der Werven
f99d03b936
Document HPT372 support.
2001-10-26 16:46:10 +00:00
Jeroen Ruigrok van der Werven
2706451058
We support the Intel ICH3 [ATA-100] chipset as well.
2001-10-26 16:34:26 +00:00
Robert Watson
4983b09404
o Modify format of /etc/fbtab to accept glob matching patterns for
...
target devices, not just individual devices and directories. This
permits activities such as:
ttyv0 0600 /dev/dsp*
Whereas previously that was not supported. This change is
backwards-compatible, except where device names included globbing
characters, which is not the case for any devices listed in MAKEDEV.
Submitted by: Maxime Henrion <mux@qualys.com>
MFC after: 3 weeks
2001-10-25 20:45:47 +00:00
Bruce Evans
778b81a315
Fixed some English errors, mainly ones not fixed in the previous commit.
...
The previous commit message should have said this too (the only BSDism
fixed was punctuation for non-sentences). Neither these changes nor
the ones in the previous commit were exactly as submitted by me.
2001-10-25 11:20:15 +00:00
Ruslan Ermilov
c2ff9625d0
Simplify.
2001-10-25 08:50:06 +00:00
Jonathan Lemon
cce33f59e8
Document the link0 option, which downloads the microcode to the board.
2001-10-25 05:49:23 +00:00
Julian Elischer
79596dc40f
Merge in BSDisms. Slight rewordings in some cases.
...
Submitted by: bde@freebsd.org
Reviewed by: jhb@freebsd.org
2001-10-24 22:57:39 +00:00
Jeroen Ruigrok van der Werven
62b151c324
Document C99 conformity.
...
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
Ruslan Ermilov
0ef0318866
Finish the removal of the LABPC driver.
...
Forgotten by: phk
2001-10-24 10:57:30 +00:00
Mark Murray
72ec126774
Back out my last commit. Ruslan (ru) has a better fix.
2001-10-24 07:59:42 +00:00
John Baldwin
7fe151bee5
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
Mark Murray
f1986f092b
Make sure the copies: and symlinks: targets exist in the case of the
...
empty ".for ..." loop.
2001-10-23 21:28:39 +00:00
Julian Elischer
67a5f3cdc2
Alter the suggested way of writing structurtes to make them actuallys
...
readble when there are compound sub-elements (e.g. other structs).
Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org
MFC after: 1 week
2001-10-23 17:40:37 +00:00
Ruslan Ermilov
caefee99b6
Remove references to nfsiod(8) and nfs_client_flags
...
now that they are obsolete.
2001-10-23 10:31:52 +00:00
Dima Dorfman
ee9dc9c595
Explain a little about sysexits(3) so that regular users can take
...
advantage of the fact that some programs care to explain why they
failed.
PR: 31415
2001-10-23 00:46:13 +00:00
John Hay
defe677bdf
Back out my previous commit. It is not necessary anymore now that Ruslan
...
fixed the ipfilter directory with a NOOBJ.
2001-10-22 16:32:44 +00:00
Ruslan Ermilov
d485784216
Clamp down with NOOBJ.
2001-10-22 10:06:25 +00:00
John Hay
fbf68bb932
Unbreak make world by adding .CURDIR here and there.
...
Submitted by: Harry Starr <starr3@gccs.com.au>
2001-10-22 08:56:02 +00:00
Hellmuth Michaelis
a8142a86d9
Thanks for postcards ...
2001-10-21 09:39:22 +00:00
Hellmuth Michaelis
85b038fce5
upadate the release notes
2001-10-21 09:30:10 +00:00
Hellmuth Michaelis
676ccc0cd0
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
...
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
2001-10-21 09:20:52 +00:00
Matt Jacob
8c7c272c5a
Remove wx.
2001-10-20 18:50:31 +00:00
Darren Reed
2600f5b80b
Add the ipfilter subdirectory
...
PR: 26763
2001-10-20 04:18:13 +00:00
Darren Reed
6de4d5d5a4
Add the IPFilter how-to and other related documents to the base install
...
so that users gets ipfilter examples without a source install.
PR: 26763
Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
2001-10-20 04:17:07 +00:00
Ruslan Ermilov
4a70bdf9f6
mdoc(7) police: join OS version with the corresponding macro.
2001-10-19 14:44:13 +00:00
Jonathan Lemon
20192ed470
Add manpage for gx driver.
2001-10-19 02:49:41 +00:00
Hellmuth Michaelis
8f3a90354e
Add experimental support for sending keypad facility messages.
...
MFC after: 2 months
2001-10-18 11:58:49 +00:00
Tom Hukins
48dfd764e1
"of the of the" -> "of the"
...
PR: docs/31336
Submitted by: Sameh Ghane <sw@shaolin.profile4u.com>
MFC after: 2 days
2001-10-17 15:02:37 +00:00
Scott Long
311508cccd
Remove a couple of errant tags.
2001-10-17 05:10:58 +00:00
Bill Fenner
b9d45cebf4
The interface index space may be sparsely populated (e.g. when an
...
interface in the middle is if_detach()'d). Return (and handle)
ENOENT when the ifmib(4) is accessed for a nonexistent interface.
MFC after: 14 days
2001-10-17 04:12:29 +00:00
Murray Stokely
c8123d63a2
Improve the wording of my last commit.
...
Submitted by: sheldonh
2001-10-16 18:32:33 +00:00
Brian Somers
ae2bac960e
Port 139 (NetBIOS session management) is a tcp socket, not udp.
...
PR: 31215
Submitted by: Stephane Marzloff <secrer@le-bar.org>
MFC after: 1 week
2001-10-15 16:08:40 +00:00
Dima Dorfman
235a25a6d6
sysctl -w -> sysctl, remove second person pronouns, and fix some other
...
minor bugs.
PR: 30772
Submitted by: Peter Avalos <pavalos@theshell.com>
2001-10-15 13:30:52 +00:00
Scott Long
987de8a0d2
Add a manual page for the Maestro3 sound driver. This documents it's
...
special nature under the GPL and a boot hint that can affect operation.
MFC after: 3 days
2001-10-15 04:23:38 +00:00
Murray Stokely
325c1f2d13
Note that the contents of /tmp may or may not be kept between system
...
reboots.
Also add a `NOTES' section that reminds the reader that this man page
just documents the system default, and that the hierarchy of a given
site is at the system administrators discretion.
PR: docs/29525
2001-10-13 21:48:57 +00:00
Kazutaka YOKOTA
547d4262b2
Update man pages in the section 4 to match the reality in -CURRENT.
...
- Change lines referring to kernel configuration file:
device foo0 at isa port xxx irq yyy...
to
device foo
Describe resource "hints" in /boot/device.hints.
- Try to describe resource allocation and probe/attach behavior in the
newbus framework.
2001-10-13 09:08:37 +00:00
Yaroslav Tykhiy
3a10201f01
Fix a small style slip: Files in /dev are not
...
devices theirselves, but device nodes.
2001-10-12 10:09:36 +00:00
Yaroslav Tykhiy
397fa0d94b
Add missing section number to a cross-reference to login(1).
...
MFC after: 3 days
2001-10-11 11:29:37 +00:00
Bruce Evans
64551f472f
Fixed some bitrot. The KSE interface change for vops had not reached here.
...
Didn't fix older bugs. Most of the examples don't even match historical
interfaces.
2001-10-10 10:17:02 +00:00
Dag-Erling Smørgrav
4a7fc8131d
Document the dumpdir variable, and write a better description of the dumpdev
...
variable.
MFC: 1 week
2001-10-10 00:45:52 +00:00
Ruslan Ermilov
d1d5d9240a
mdoc(7) police: fix markup.
2001-10-08 10:12:41 +00:00
Kazutaka YOKOTA
3fcd5f6c30
Add man page for device.hint(5).
2001-10-08 05:37:56 +00:00
Murray Stokely
45690c91ea
Remove references to non-existant pvcsif(8) and pvctxctl(8).
...
PR: docs/30446
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-10-08 05:05:31 +00:00
Murray Stokely
9564d2e740
Remove reference to non-existant crd(4) man page.
...
PR: docs/30445
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-10-08 04:46:07 +00:00
Ian Dowse
c6cd7661ed
Mention that ed requires miibus.
...
Suggested by: Eugene Grosbein <eugen@grosbein.pp.ru>
2001-10-07 16:39:40 +00:00
Sheldon Hearn
211ab8715e
Updates for changes made by KSE import.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-10-06 11:19:41 +00:00
Yaroslav Tykhiy
7d662e7761
Move the agp(4) page from the i386 directory
...
to the machine-independent directory since
AGP is used on other architectures as well.
2001-10-05 08:12:03 +00:00
Yaroslav Tykhiy
a7ba455dc7
Show kernel config syntax, not kldload command
...
in the SYNOPSIS section.
Reviewed by: ru
2001-10-05 07:17:24 +00:00
Yaroslav Tykhiy
a1eb245d32
Use the traditional "indent" offset for mdoc(7) lists.
2001-10-05 06:32:40 +00:00
Yaroslav Tykhiy
2ba5fff2bf
Update the status of VLAN support in the ethernet drivers.
2001-10-05 06:30:42 +00:00
Yaroslav Tykhiy
c6f01f68ab
Add the manpage for the AGP interface.
2001-10-05 06:08:22 +00:00
Bruce Evans
9bcf4808fb
Second round of spelling fixes for vm_page_io_finised. The function name
...
is actually vm_page_io_finish.
2001-10-04 10:10:56 +00:00
Bruce Evans
f350e13c63
Removed garbage:
...
- bus_generic_map_intr.9. This has been undead for more than 3 years
following the changes in rev.1.4 of sys/bus.h.
- CONDSPLASSERT.9, SPLASSERT.9. These have been undead since SMPng.
They were even less useful than most section 9 man pages -- the
interfaces described in them have never been used in the FreeBSD
source tree.
2001-10-04 09:46:01 +00:00
Bruce Evans
c042007e14
Fixed missing include in synopsis.
...
Fixed bitrot in synopsis. Const'ification of string args had not reached
here.
Fixed some style bugs (superfluous quotes).
2001-10-04 09:14:48 +00:00
Bruce Evans
d063f1eb75
Fixed many wrong arg types and 1 missing arg in synopsis.
2001-10-04 09:08:59 +00:00
Bruce Evans
6ea8d9af05
Fixed wrong include in synopsis.
2001-10-04 09:01:49 +00:00
Bruce Evans
8a5bc77116
Fixed (C) syntax error in synopsis.
2001-10-04 09:01:15 +00:00
Bruce Evans
0d8e4c576d
Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached
...
here.
2001-10-04 09:00:38 +00:00
Bruce Evans
e81abd74f9
Fixed missing include in synopsis.
2001-10-04 08:59:53 +00:00
Bruce Evans
cca603227a
Fixed wrong arg type in synopsis.
2001-10-04 08:58:56 +00:00
Bruce Evans
212c98aae9
Fixed wrong include in synopsis.
...
Fixed bitrot in synopsis. Const'ification of make_dev() and
make_dev_alias() had not reached here.
2001-10-04 06:22:22 +00:00
Søren Schmidt
a7e53031f6
Update with latest chipset supports.
2001-10-03 09:02:05 +00:00
Jeroen Ruigrok van der Werven
e90dd0a351
Fix alphabetical order of supported chipsets.
2001-10-03 08:31:16 +00:00
David E. O'Brien
f7bb899909
Clarify parameter "names" in prototypes.
...
Submitted by: bde
2001-10-03 07:33:59 +00:00
Bruce Evans
dbb8cf2820
Fixed missing includes in synopsis.
2001-10-03 03:05:26 +00:00
Ruslan Ermilov
2754f630fc
mdoc(7) police: markup and grammar nits.
2001-10-01 16:38:25 +00:00