Andrew R. Reiter
0ec7e3efa9
- typo 'f' should be 't'
2001-12-16 07:46:15 +00:00
Jake Burkholder
c645e17a12
Note that the atomic ops on char and short data types may not be available
...
on all architectures. Sparc64 does not implement them.
2001-12-15 21:28:02 +00:00
Brooks Davis
601404ecef
Better document gif interface cloning intrastructure.
...
MFC After: 2 days
2001-12-14 22:55:10 +00:00
Julian Elischer
90d83886e1
Make the man page reflec t the code a bit better.
...
Specifically, note the condition of the memory on initial
and subsequent allocations is different.
2001-12-14 19:19:31 +00:00
Ruslan Ermilov
13c8bbf31f
Fixed prototype.
...
Reviewed by: davidc
2001-12-14 09:25:11 +00:00
Ruslan Ermilov
3bdb698642
mdoc(7) police: don't xref to itself.
2001-12-14 09:22:34 +00:00
Ruslan Ermilov
1f620c2ead
mdoc(7) police: markup, grammar and spelling nits.
...
Reviewed by: davidc
2001-12-14 09:11:13 +00:00
Ruslan Ermilov
f74d799555
mdoc(7) police: kill the undead whitespace at EOL.
2001-12-14 09:09:21 +00:00
Warner Losh
6951ce0d97
Add missing "the".
2001-12-13 01:31:41 +00:00
Warner Losh
2b6f1df3bd
Add two clarifying commnets:
...
1) Note that this file is also by example.
2) Note that you should not use files from /usr/include in
kernel files.
2001-12-13 01:29:34 +00:00
Robert Watson
3b4fff26f3
o Various language and style tweaks.
...
Submitted by: ru
2001-12-12 15:58:04 +00:00
Ruslan Ermilov
108c9afc50
mdoc(7) police: remove the debugging stuff I use to prevent
...
hyphenation (so that the output could be spell-checked).
2001-12-12 15:15:46 +00:00
Sheldon Hearn
3626f83327
Update the default newfs block and fragment sizes from 8192/1024 to
...
16384/2048.
Following recent discussions on the -arch mailing list, involving dillon
and mckusick, this change parallels the one made over a decade ago when
the default was bumped up from 4096/512.
This should provide significant performance improvements for most
folks, less significant performance losses for a few folks and
wasted space lost to large fragments for many folks.
For discussion, please see the following thread in the -arch archive:
Subject: Using a larger block size on large filesystems
The discussion ceases to be relevant when the issue of partitioning
schemes is raised.
2001-12-11 16:21:40 +00:00
Ruslan Ermilov
e21a315ec5
s/sysctl -w/sysctl/
2001-12-11 08:29:10 +00:00
Sheldon Hearn
2bd2a050ac
Remove the advice relating to the number of cylinders per cylinder
...
group. The highest possible value is calculated automatically since
rev 1.41 of src/sbin/newfs.c .
2001-12-10 09:26:30 +00:00
David E. O'Brien
b4ea18e338
Per the CSRG's type.h, 'typedef' has a <tab> after it.
...
Also add two simpler examples of typedefs to show their formatting.
2001-12-09 18:59:08 +00:00
Andrew R. Reiter
e05f3134d1
- Cross reference the section 9 printf man page since it contains
...
information with regards to in-kernel format directives that are
not in printf.3
2001-12-09 08:12:06 +00:00
Ruslan Ermilov
af29f9a287
mdoc(7) police: fix markup, sort xrefs, grammar nit.
2001-12-08 18:15:29 +00:00
Ruslan Ermilov
2e3a6736b2
mdoc(7) police:
...
- kill empty lines
- kill whitespace at EOL
- kill hard sentence breaks
- fix document date
- fix markup
- sort xrefs
- first appeared in 5.0, not 4.4
2001-12-08 18:07:29 +00:00
Ruslan Ermilov
f16217a013
mdoc(7) police: Style style(9).
2001-12-08 17:48:18 +00:00
Ruslan Ermilov
ec3feddf7a
mdoc(7) police: sort xrefs.
2001-12-08 16:43:24 +00:00
Ruslan Ermilov
c5afebadb2
mdoc(7) police: bump document date, fix markup.
2001-12-08 16:40:19 +00:00
Ruslan Ermilov
d6b892be5c
mdoc(7) police: change xref to vfs_mountedon(9).
2001-12-08 16:06:02 +00:00
Chad David
9264a4f3f4
buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
...
Because of this apropos notes a BUF(9) page that does not exist.
Reviewed by: alfred
2001-12-08 04:15:37 +00:00
Crist J. Clark
2204f3ce42
Long ago, there was just /etc/daily. Then /etc/security was split out
...
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.
Reviewed by: ru
Approved by: ru
2001-12-07 23:57:39 +00:00
Chad David
f4af1f0785
Add a man page describing the fuctions directly related to network domains.
...
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
Robert Watson
eb22d616a0
When rfc1323 is mentioned in the context of buffer sizes, not that it
...
is enabled by default in FreeBSD.
2001-12-07 18:17:37 +00:00
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
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
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
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
Valentino Vaschetto
ba03376142
Spelling error: dependant -> dependent
...
PR
2001-11-30 07:18:23 +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
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
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
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
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
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
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
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
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