Commit Graph

6617 Commits

Author SHA1 Message Date
ru
1e98a2bc17 mdoc(7) police: kill the undead whitespace at EOL. 2001-12-14 09:09:21 +00:00
imp
f12628189c Add missing "the". 2001-12-13 01:31:41 +00:00
imp
ec1cf4cdf9 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
rwatson
16b79d3b61 o Various language and style tweaks.
Submitted by:	ru
2001-12-12 15:58:04 +00:00
ru
e685226302 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
arr
84bcda9834 - Fix sysctl mib examples in order to reflect the recent changes in
kern_jail.c

Approved by: 	rwatson
Reviewed by:	rwatson
2001-12-12 05:28:42 +00:00
sheldonh
29d0d30996 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
ru
7f320fa871 s/sysctl -w/sysctl/ 2001-12-11 08:29:10 +00:00
jhb
8c6afa35be - Add 'fwrite' and 'fseek' words for writing to and seeking on files.
- Change the 'fopen' keyword to accept a mode parameter.  Note that this
  will break existing 4th scripts that use fopen.  Thus, the loader
  version has been bumped and loader.4th has been changed to check for a
  sufficient version on i386 and alpha.  Be sure that you either do a full
  world build or install or full build and install of sys/boot after this
  since loader.old won't work with the new 4th files and vice versa.

PR:		kern/32389
Submitted by:	Jonathan Mini <mini@haikugeek.com>
Sponsored by:	ClickArray, Inc.
2001-12-11 00:49:34 +00:00
sheldonh
05022dbfc2 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
obrien
9957ba2efb 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
arr
8687e8db79 - 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
ru
8a5a2b0893 mdoc(7) police: fix markup, sort xrefs, grammar nit. 2001-12-08 18:15:29 +00:00
ru
92d4480418 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
ru
ae0b599cf9 mdoc(7) police: Style style(9). 2001-12-08 17:48:18 +00:00
ru
0b7a68fdf8 mdoc(7) police: sort xrefs. 2001-12-08 16:43:24 +00:00
ru
21799bad6c mdoc(7) police: bump document date, fix markup. 2001-12-08 16:40:19 +00:00
ru
06ce49c83f mdoc(7) police: change xref to vfs_mountedon(9). 2001-12-08 16:06:02 +00:00
davidc
2c5c5d5abe 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
cjc
ba1e7b8577 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
davidc
be29456bc4 Add a man page describing the fuctions directly related to network domains.
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
rwatson
14d19db3b5 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
rwatson
73c70b7363 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
imp
2e8b6b0508 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
ru
15d141bb58 mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13. 2001-12-07 10:36:38 +00:00
ru
6acfeace49 mdoc(7) police:
- Avoid using second person.
- Remove whitespace at EOL.
2001-12-07 10:27:43 +00:00
archie
a1965daf2e Document the 'enableAlwaysAck' field in the config structure. 2001-12-07 02:50:39 +00:00
rwatson
f26ce89b54 o Fix spelling of allocations as allocates.
Submitted by:	silby
2001-12-06 20:27:44 +00:00
rwatson
f1d0f5e5bf 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
rwatson
31c6261195 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
rwatson
7cd5dbed2d 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
rwatson
c2b9253de6 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
rwatson
accfe66c9c 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
rwatson
9de94cbbea 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
rwatson
9785934b45 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
sobomax
933dfc6762 Add missed capital GHE letter.
PR:		28571
Submitted by:	Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-05 16:09:10 +00:00
jhay
13ccdfc032 Note sis(4) VLAN support.
MFC after:	7 days
2001-12-05 09:34:49 +00:00
jdp
636727a3bb Fix speling errur. 2001-12-05 02:55:23 +00:00
des
7dc3dcc549 Mention access control. 2001-12-04 14:28:38 +00:00
des
f2048e88ad Add cross-reference to pseudofs(9). 2001-12-04 14:28:26 +00:00
sheldonh
d8ebdad9de Regen. 2001-12-04 12:26:12 +00:00
bde
f77cb88b79 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
398478b467 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
wosch
2a7340892c Added OpenBSD 3.0. 2001-12-02 11:19:24 +00:00
wosch
1af4295e15 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
pdeuskar
124068ba6b 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
jedgar
6e91b14e51 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
686c6d137f Add manpages describing various vfs and vm APIs.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
ache
b75f309317 Properly classify 0x80 - 0xa0 range 2001-11-30 07:19:21 +00:00
logo
821a895012 Spelling error: dependant -> dependent
PR
2001-11-30 07:18:23 +00:00
ache
04591e7260 Add 0x98 to CONTROL section 2001-11-30 07:10:08 +00:00
ache
711ce9931d Start every data line with keyword 2001-11-30 05:24:09 +00:00
ache
4d94472f05 Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation 2001-11-30 05:05:53 +00:00
ache
674e803e5c Clean DIGIT/XDIGIT sections 2001-11-30 01:22:01 +00:00
ache
0c2addad83 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
ache
9b9bdb6ffb Add hi_IN.ISCII-DEV 2001-11-28 07:23:11 +00:00
rwatson
c6a6609a81 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
rwatson
3971137159 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
jdp
977889cb9d The fxp driver depends on device miibus now. 2001-11-27 18:51:08 +00:00
ru
5a6e4aa9ec Fixed two typos.
PR:		docs/32327
Submitted by:	Frans Haarman <frans@haarman.com>
2001-11-27 11:33:32 +00:00
ru
bfc02ffff8 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
dd
5dd8a71701 Spelling police: sucessful -> successful. 2001-11-24 23:41:32 +00:00
dd
835425c345 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
dd
3604f5fad7 Spelling police: "more then" - "more than" where appropriate. 2001-11-24 19:47:12 +00:00
dd
36b17b3b71 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
dd
50d82a971e 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
darrenr
94889bc82b 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
sheldonh
700dcd9f73 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
ache
968571c9f2 Add us-ascii_to_cp437 screenmap 2001-11-23 11:15:21 +00:00
ache
066850942f Add table for iso-8859-4 vga9 fonts 2001-11-23 01:39:42 +00:00
ache
c63e0b16dd 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
ache
1aae1f7206 Standard conformance cleanup 2001-11-23 00:10:17 +00:00
ache
6da34a3b75 Standards conformance cleanup 2001-11-22 23:39:06 +00:00
ache
e5663d89e9 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
ache
0028d820ef Don't use lower controls for console ACS. It makes screen or cut copy charset
adequate.
2001-11-22 21:04:44 +00:00
ache
ffa1d8fba0 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
ache
0d66b4d439 Fix Latin1/Latin2 ac= to not use non-standard 8bit characters 2001-11-22 19:06:00 +00:00
ru
ebe2ce32d2 Install pnpbios(4) manpage.
Submitted by:	Alexander Leidinger <Alexander@leidinger.net>
2001-11-22 13:05:54 +00:00
ru
49cc4a51f1 mdoc(7) police: general cleanup. 2001-11-22 11:56:54 +00:00
ru
58dcc65a5c mdoc(7) police: minor markup and misc fixes. 2001-11-22 11:36:29 +00:00
ru
1d30b42b7b mdoc(7) police: minor markup and spelling fixes. 2001-11-22 11:32:27 +00:00
ru
439558b27f mdoc(7) police: minor markup and misc fixes. 2001-11-22 11:25:02 +00:00
ru
b2b66c0537 mdoc(7) police: cleanup. 2001-11-21 17:29:00 +00:00
ru
4720090f97 mdoc(7) police: cleanup the markup a bit. 2001-11-21 17:14:56 +00:00
ru
672d7155d5 mdoc(7) police: minor markup and content fixes. 2001-11-21 17:12:31 +00:00
ru
00ef1f43d4 mdoc(7) police: general cleanup. 2001-11-21 16:56:35 +00:00
ru
70cd3bbfb4 mdoc(7) police: minor markup and misc fixes. 2001-11-21 16:29:57 +00:00
ru
e952803ec6 mdoc(7) police: mark errno as a variable. 2001-11-21 13:38:17 +00:00
ru
6c50a1044d mdoc(7) police: markup nits. 2001-11-21 13:33:30 +00:00
ru
e451919f76 mdoc(7) police: fix markup + generic cleanup. 2001-11-21 13:28:50 +00:00
sheldonh
8ce9bc0f4a Update device list for Compaq Computer Corp. (vendor ID 0E11):
2 updated entries
7 new entries
2001-11-21 13:20:42 +00:00
sheldonh
0448de5841 Update devices for Intel Corporation (vendor ID 8086):
16 updated entries
61 new entries
2001-11-21 13:12:13 +00:00
ru
a46c445089 mdoc(7) police: cosmetique. 2001-11-21 12:07:24 +00:00
ru
d82dbaf3b1 mdoc(7) police: general cleanup. 2001-11-21 12:02:28 +00:00
ru
3242e73680 mdoc(7) police: WITNESS is a #define, mark it as such. 2001-11-21 11:47:55 +00:00
ru
5bfc82c74e mdoc(7) police: cosmetique. 2001-11-21 11:44:36 +00:00
ru
0daf644a4a mdoc(7) police: bump document date, fix markup. 2001-11-21 11:36:23 +00:00
ru
130a782ae3 Put missing space. 2001-11-21 10:42:18 +00:00
ru
3249a6cf0b Grammar nit. 2001-11-21 10:39:12 +00:00
ru
2872bdf9e5 mdoc(7) police: anchor punctuation. 2001-11-21 10:33:42 +00:00
green
28e8bf402b Add an initial lomac(4) manpage.
Sponsored by:	DARPA, NAI Labs (CBOSS project)
2001-11-20 19:22:37 +00:00
ache
0ffe892316 Improve Greek support in syscons
PR:		32119
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:48:58 +00:00
knu
96265e088e 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
arr
d6a5097acf - Fix a number of man pages broken by the KSE merger. 2001-11-20 18:19:19 +00:00
ache
c58cb395e6 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
ache
e7a570a70d Fix long months standard form
PR:		32120
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:10:08 +00:00
ache
131d581f17 Fix upper/lower mapping
PR:		32133
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 17:53:53 +00:00
arr
a46b3ed596 - 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
ru
7922315477 mdoc(7) police: Fix markup. 2001-11-20 16:18:21 +00:00
ru
f5e4b958b2 mdoc(7) police:
- removed whitespace at EOL
- removed hard sentence breaks
- removed duplicate word
- spelling
2001-11-20 15:25:12 +00:00
ru
64b01380e1 mdoc(7) police: one-line literal displays are faster. 2001-11-20 15:17:51 +00:00
joe
2ae562047a Bring in the ugen manual page from NetBSD. 2001-11-20 14:13:36 +00:00
knu
e4456a6cc5 Add false(1), test(1) and true(1) cross-references.
Pointed out by:	sheldonh
2001-11-20 13:05:53 +00:00
kuriyama
06e76c4e5c 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
dd
62c485af70 Correct typo.
PR:		32066
Submitted by:	Peter Avalos <pavalos@theshell.com>
2001-11-18 00:33:12 +00:00
sheldonh
43a07b3eb5 Add missing Nvidia chips.
Obtained from:	http://www.yourvote.com/pci/
2001-11-17 22:54:06 +00:00
knu
b58a3e4078 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
wollman
7be0fe02d5 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
sobomax
98952b6123 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
sobomax
1aabd43aaa 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
phantom
1685c3726a 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
yar
06b00a671b 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
arr
32b75878ad - 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
arr
491cdadd59 Update the KLD examples so they will work with current.
Reviewed: jhb
2001-11-13 07:42:30 +00:00
gshapiro
c392a88ad0 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
wollman
3f91929ee1 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
wollman
c5bd76f04e Add `Theory' file from tzcode which explains how and why zones are named. 2001-11-09 19:19:42 +00:00
wollman
5d9fa3f69b 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
wollman
5afbd1da8a Updated timezone database from Arthur Olson.
PR:		conf/31851
2001-11-09 19:00:37 +00:00
wollman
949a355285 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
dd
56c5d2891e NMBCLUSTERS, not NMBCLUSTER.
Submitted by:	markus ryynnen <markus.ryynanen@kolumbus_nospam.fi>
2001-11-07 14:36:50 +00:00
peter
421cbc37ad 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
021d2ea214 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
14284a1c0f 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
ache
d8f7469b59 Add bg_BG.CP1251
PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
2001-11-05 07:21:03 +00:00
ache
5a2d40dd24 Add bg_BG.CP1251
PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
2001-11-05 07:08:39 +00:00
ache
cd9387a0f1 Add bg_BG.CP1251
PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
2001-11-05 06:58:02 +00:00
dd
68801835e4 Catch up to proc->thread changes.
PR:		31428
Submitted by:	Chad David <davidc@acns.ab.ca>
2001-11-05 00:41:39 +00:00
dd
c5f502b79b Mark up NULL in .Dv.
PR:		31747
Submitted by:	<andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
asmodai
90fe79e3c5 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
asmodai
41c85dc20a We ditched controller a long while ago in favour of device. 2001-11-04 14:21:21 +00:00
keramida
b409e497bb Typo correction: detailled -> detailed.
Approved by:	nik
2001-11-02 14:59:51 +00:00
asmodai
bfd0f6886b Document support for VIA 82C596 ATA-33 and ATA-66. 2001-11-02 12:22:17 +00:00
asmodai
e01b413b09 Explicitely mention this driver supports the RealTek 8029.
This should lessen some questions.
2001-11-02 09:43:45 +00:00
asmodai
82d729d6aa Fix alignment of the chipsets to the largest one described. 2001-11-02 09:37:35 +00:00
cjc
5ee838cd46 Document the /var/run/named directory.
Suggesteded by:		brian
2001-11-01 23:55:46 +00:00
cjc
36445ca6bd 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
schweikh
efca3566fb Just typo corrections (mmunmap->munmap etc), no content changes.
MFC after:	1 week
2001-11-01 11:36:04 +00:00
assar
7d2fda1087 add /var/heimdal
absence noted by Archie Cobbs <archie@packetdesign.com>
2001-10-31 23:04:34 +00:00
julian
aaa6970d64 Fix typos. 2001-10-30 08:37:45 +00:00
julian
907d42b2d5 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
ache
4f3a3a9acd Link Slovak with Czech
PR:		31598
Submitted by:	Vladimir Guzma <vg@cs.tut.fi>
2001-10-30 01:55:19 +00:00
silby
928ecb2fdf 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
186071821a 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
des
eb0ad6222d 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
ru
7eb7c6091b mdoc(7) police:
- Minor markup nits.
- Arrange for appearance in 4.5.
2001-10-26 17:11:50 +00:00
asmodai
ad594a3bc2 Document HPT372 support. 2001-10-26 16:46:10 +00:00
asmodai
a3431cf48a We support the Intel ICH3 [ATA-100] chipset as well. 2001-10-26 16:34:26 +00:00
rwatson
d319d0a53b 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
bde
6425b36e62 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
ru
d78abeaffc Simplify. 2001-10-25 08:50:06 +00:00
jlemon
d6cc2a05b7 Document the link0 option, which downloads the microcode to the board. 2001-10-25 05:49:23 +00:00
julian
2d41af3876 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
asmodai
6388e60c12 Document C99 conformity.
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
ru
b58e003d32 Finish the removal of the LABPC driver.
Forgotten by:	phk
2001-10-24 10:57:30 +00:00
markm
e8ffa02e85 Back out my last commit. Ruslan (ru) has a better fix. 2001-10-24 07:59:42 +00:00
jhb
4ec47be8ec Document sx_assert(9). 2001-10-23 22:51:59 +00:00
markm
88712008b0 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
13dbe953e7 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
ru
fa885ca7dc Remove references to nfsiod(8) and nfs_client_flags
now that they are obsolete.
2001-10-23 10:31:52 +00:00
dd
9fa3fe539e 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
jhay
cdbf6daf53 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
ru
4ad78f5535 Clamp down with NOOBJ. 2001-10-22 10:06:25 +00:00
jhay
49958ebd30 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
hm
3a9c8cf20b Thanks for postcards ... 2001-10-21 09:39:22 +00:00
hm
f82e604a94 upadate the release notes 2001-10-21 09:30:10 +00:00
hm
980b42ded4 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
mjacob
bdff8645a6 Remove wx. 2001-10-20 18:50:31 +00:00
darrenr
deb49f0603 Add the ipfilter subdirectory
PR:		26763
2001-10-20 04:18:13 +00:00
darrenr
7460780f26 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
ru
b28c3d865f mdoc(7) police: join OS version with the corresponding macro. 2001-10-19 14:44:13 +00:00
jlemon
4becf4e4f9 Add manpage for gx driver. 2001-10-19 02:49:41 +00:00
hm
49e3567ef7 Add experimental support for sending keypad facility messages.
MFC after: 2 months
2001-10-18 11:58:49 +00:00
tom
b7007465d9 "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
scottl
5dca38c616 Remove a couple of errant tags. 2001-10-17 05:10:58 +00:00
fenner
1e7fe9f955 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
0ec0250d0c Improve the wording of my last commit.
Submitted by:	sheldonh
2001-10-16 18:32:33 +00:00
brian
5d13f1960f 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
dd
20cfd6fcf7 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
scottl
d0cf744bc2 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
a851d93fc5 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
yokota
0dd51f62a8 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
yar
1ad20a3541 Fix a small style slip: Files in /dev are not
devices theirselves, but device nodes.
2001-10-12 10:09:36 +00:00
yar
448605be4c Add missing section number to a cross-reference to login(1).
MFC after:	3 days
2001-10-11 11:29:37 +00:00
bde
1afb151feb 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
des
c7f5c40061 Document the dumpdir variable, and write a better description of the dumpdev
variable.

MFC:	1 week
2001-10-10 00:45:52 +00:00
ru
b97af7c812 mdoc(7) police: fix markup. 2001-10-08 10:12:41 +00:00
yokota
4d81d1c598 Add man page for device.hint(5). 2001-10-08 05:37:56 +00:00
murray
653bb68060 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
bbd2a77815 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