phk
693f1d7ea7
Describe 'u' and 'U' in sequence mode.
2005-01-29 16:34:10 +00:00
ru
faa99e5f4b
Fixed whitespace at EOL and double word.
...
Uncompact enumaration to make it look better.
2005-01-28 21:18:14 +00:00
ru
f53c8520cc
Mark lists as in the rest of section 9 manpages.
2005-01-28 10:48:52 +00:00
ru
6e632f4c65
Mark lists as in the rest of section 9 manpages.
...
Submitted by: Joel Dahl (mostly)
2005-01-28 10:43:05 +00:00
ru
50c2c27ee6
Polish the formatting.
2005-01-27 10:30:53 +00:00
phk
6588b2658f
Update the information, (and likely break all formatting rules).
2005-01-27 09:29:52 +00:00
ru
fa1e4ace3c
Add a few colons.
...
Submitted by: Joel Dahl
2005-01-26 20:50:52 +00:00
ssouhlal
e43b1c7f5f
Bump the document date.
...
Forgotten by: ssouhlal, simon, trhodes
Approved by: grehan (mentor)
2005-01-26 06:46:00 +00:00
jmallett
ca68f46393
Linkage with -lobjc requires -lpthread nowadays.
2005-01-26 00:17:03 +00:00
maxim
418ad70387
Add FreeBSD 4.11.
2005-01-25 19:16:09 +00:00
akiyama
b8ea72f5d5
Add support for new chips, PL-2303X and PL-2303HX.
...
Bump document date.
MFC after: 1 week
2005-01-25 15:58:53 +00:00
ssouhlal
93011bae8e
Mention that 'options ALQ' is required when using KTR_ALQ.
...
Approved by: simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
charnier
a82458a6ed
spell "file system" correctly
...
Approved by: ru
2005-01-24 20:06:16 +00:00
iedowse
500f74fbe4
Attempt to describe the race conditions that must be considered
...
when using the callout subsystem. Show how the callout_pending(),
callout_active() and callout_deactivate() macros can be used to
achieve simpler race-free callout semantics in many situations.
2005-01-23 17:42:48 +00:00
gnn
7d73d97302
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
...
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from: Kame Project and OpenBSD
Replace manual pages that may have violated the IETF's Copyright.
All come from the Kame tree.
Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.
All of the text is new and drawn from reading the code and
documentation.
2005-01-23 16:02:48 +00:00
gnn
b9d145ff1f
Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
...
Approved by: Robert Watson (robert at freebsd dot org)
Remove files in preparation for replacement with totally new versions
of the manual pages.
Update the Makefile to handle the new file to be added.
2005-01-23 15:41:10 +00:00
bms
88a97703d4
Fix markup.
...
Submitted by: ru
2005-01-22 21:54:29 +00:00
bms
d009423010
Add a note about the slot number not necessarily indicating the physical
...
location of a PCI device in the system chassis.
Remove the note about PAE.
Update document date.
Update my email address.
Update copyright.
MFC after: 1 week
2005-01-22 21:14:46 +00:00
ru
e7cdd032f3
Fixed macro abuse.
2005-01-21 20:51:09 +00:00
ru
628111b10f
Fixed xrefs.
2005-01-21 20:50:39 +00:00
ru
3d762a3a45
Fixed punctuation in xrefs.
2005-01-21 20:48:00 +00:00
ru
46c3895114
Fixed xref.
2005-01-21 12:01:00 +00:00
ru
dd13d46af3
Fixed xref.
2005-01-21 10:48:35 +00:00
ru
dd0871abdd
Fixed macro abuse.
2005-01-21 10:46:36 +00:00
ru
99fe3b32d1
Fixed xrefs.
2005-01-21 10:35:40 +00:00
ru
e73f0e379a
Fixed xref.
2005-01-21 10:17:17 +00:00
ru
fdd3c9a304
Sort sections.
2005-01-21 08:36:40 +00:00
ru
601a05ea40
Fixes to previous revision:
...
- bump document date
- break hard sentence break
- remove whitespace at EOL
2005-01-21 07:55:17 +00:00
wes
737fdc457d
Document the shiny new WITHOUT_MODULES knob in make.conf.
...
PR: kern/76225
Prodded by: ru@, brueffer@
MFC after: 2 weeks
2005-01-21 03:51:07 +00:00
imp
71a0e55913
Add intersil chip names we know we support since some OEMs use them
...
very transparently.
2005-01-20 18:33:07 +00:00
imp
317f1b8dac
Note SENAO SL-2511CD support
2005-01-20 17:48:01 +00:00
glebius
ec474e9750
log(9) requires sys/syslog.h.
...
MFC after: 3 days
2005-01-20 10:26:42 +00:00
ru
2258eed2fc
Use the standard section name.
2005-01-18 20:54:50 +00:00
ru
980579261a
The rest of manpages spell this "PSEUDOCODE".
2005-01-18 20:37:11 +00:00
seanc
56e0e4a0df
Synchronize with notes in GENERIC and note the kernel dependency on scbus(4).
...
MFC after: 7 days
2005-01-18 20:23:47 +00:00
brueffer
7324f66316
Typo fixes.
...
MFC after: 3 days
2005-01-18 18:13:03 +00:00
brueffer
cc0b697b26
Capitalize Windows and fix a typo.
...
Submitted by: markus
MFC after: 3 days
2005-01-18 17:53:35 +00:00
ru
90847e914b
Folded two SEE ALSO sections into one.
2005-01-18 09:13:42 +00:00
trhodes
82ffd5397d
S_ISVTX -> S_ISTXT to reflect the code.
2005-01-18 01:27:44 +00:00
ru
e23db93cf2
Document the new EXIT STATUS section.
2005-01-16 22:26:05 +00:00
ru
81e38b498b
Added the EXIT STATUS section.
2005-01-16 22:22:28 +00:00
obrien
1e4c55447c
Move -Wunused-parameter from WARNS level 3 level 4.
...
Also break long lines -- note that the '\' must be up against the last
character of a line to keep command-line spacing proper.
Requested by: rwatson
2005-01-16 21:18:16 +00:00
obrien
39f93afd9b
Use >= so we can use the actual WARNS levels.
2005-01-16 21:08:31 +00:00
ru
710cdf990a
Removed .Re without a matching .Rs.
2005-01-16 16:53:13 +00:00
wollman
4fbaaa9d11
Latest IERS Bulletin C ( #29 ): no leap second on 2005-06-30.
...
Obtained from: http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
2005-01-15 21:53:24 +00:00
scottl
da0602a7a8
Document bus_dmamap_load_mbuf_sg()
2005-01-15 20:50:52 +00:00
jkoshy
a22f9e62b8
Move the LOCKING section to before the EXAMPLES section.
...
Make example locking calls in the EXAMPLES section.
Reviewed by: keramida
2005-01-15 16:01:19 +00:00
ru
37a8be6121
Fixed troff warnings.
2005-01-15 12:49:11 +00:00
ru
65892a1037
Eliminate macro calls inside literal displays.
2005-01-15 12:28:01 +00:00
ru
dc1d412f42
Fixed markup.
2005-01-15 12:25:47 +00:00
ru
ee05aaee51
Use lists where appropriate.
2005-01-15 12:24:49 +00:00
ru
a46a6e5015
A shorter version of the format string.
2005-01-15 12:24:26 +00:00
ru
c4373a8c33
Fixed macro abuse.
2005-01-15 12:23:59 +00:00
ru
e9cd5c8e18
Markup style.
2005-01-15 11:22:13 +00:00
ru
cc41408785
Overhaul the markup.
2005-01-15 11:12:40 +00:00
ru
64973e1dcf
Markup fixes.
2005-01-14 20:23:58 +00:00
ru
e46a747d25
Markup fixes.
2005-01-14 17:22:51 +00:00
dds
c0da953d92
Fix the pbio include file installation process and the
...
corresponding documentation.
Noticed by: ru
Reviewed by: ru
2005-01-14 14:18:19 +00:00
ru
a7ef863b4f
Markup and grammar fixes.
2005-01-14 10:53:55 +00:00
ru
c286a3af58
Markup nit.
2005-01-14 10:49:09 +00:00
ru
30380bd8e8
Tiny markup fixes.
2005-01-14 10:46:08 +00:00
ru
e1ac3a693d
Markup fixes.
2005-01-14 10:41:05 +00:00
ru
b90262b892
Markup fixes.
2005-01-14 10:33:39 +00:00
ru
096e1ac8d6
Markup fixes.
2005-01-14 09:40:13 +00:00
ru
bdb09baef4
Markup fixes.
2005-01-14 09:28:17 +00:00
ru
b72d180e40
"The ... function" and minor markup nits.
2005-01-13 16:46:49 +00:00
ru
5ec46883b5
Markup nits.
2005-01-13 16:37:26 +00:00
ru
4568b40d29
Removed stray quotes.
2005-01-13 16:30:53 +00:00
ru
e341b6367a
Improved markup.
2005-01-13 11:22:29 +00:00
ru
e194974f1a
Markup nits, and fix sentences to start from a capital letter.
2005-01-13 11:09:58 +00:00
ru
0df54c5f61
Nits.
2005-01-13 10:10:34 +00:00
ru
f198016c97
Nits.
2005-01-13 09:33:06 +00:00
ru
ca6df9296a
Scheduled mdoc(7) sweep.
2005-01-12 21:48:25 +00:00
keramida
817610db53
A few more mdoc fixes I missed in the suggestions of Ruslan.
2005-01-12 21:43:09 +00:00
keramida
49e2cf242d
Cross-reference the newly added example.9
2005-01-12 20:56:15 +00:00
keramida
89359c837c
Link mdoc/example.9 to the build.
2005-01-12 20:55:01 +00:00
keramida
594058ce45
Add a sample manpage for section 9.
...
Suggested by: simon
Reviewed by: ru
2005-01-12 20:49:25 +00:00
ru
a33791ce9e
Sort xrefs.
2005-01-12 10:22:58 +00:00
ru
f1b7f434b6
Scheduled mdoc(7) sweep.
2005-01-12 10:14:43 +00:00
brueffer
ed72cd88ee
- list the Hama USB RS-232 Serial Adapter as supported
...
- bump .Dd
PR: 76088
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
MFC after: 3 days
2005-01-11 23:16:20 +00:00
trhodes
b0d9b4539a
List RFCs under SEE ALSO.
...
PR: 46918
2005-01-11 21:08:39 +00:00
simon
87d40f2642
Document that MODULE_DEPEND does not change runtime initialization
...
order.
Mostly submitted by: scottl
Discussed on: cvs-src/src-committers
2005-01-11 20:56:03 +00:00
ru
6b24559adc
Forgot to submit a fixed version of this script to Simon.
2005-01-10 18:54:55 +00:00
simon
45cc591547
Add support files for using text from the POSIX specification in
...
FreeBSD manual pages:
- POSIX-copyright contains copyright text to be used in manual pages
which has POSIX text inserted.
- deshallify.sh is a shell script which removes many of the ``shall''
statements from the POSIX text and therefore making the text more
readable.
Real work to make this happen by: nectar, ru
2005-01-10 18:09:17 +00:00
keramida
a52a218245
mdoc style nit: "\-" should only be used to represent a minus sign.
...
Suggested by: ru
2005-01-10 16:31:39 +00:00
keramida
853b7bc184
/usr/lib doesn't contain only archive (ar(1) style) libraries. Shared
...
libraries live there too. Also point to ar(1) which contains a nice
description of what an 'archive library' is.
PR: docs/76056
Submitted by: Enrique Matías Sanchez <cronopios@gmail.com>
MFC after: 3 days
2005-01-10 16:06:13 +00:00
brueffer
077d7b73aa
- add the Eagle Tech NE200T
...
- bump .Dd
2005-01-10 09:18:09 +00:00
ru
d236c4dfa7
Unbreak the install.
2005-01-10 09:04:13 +00:00
imp
250d629b28
Finish removal of matcd
2005-01-10 08:37:01 +00:00
keramida
d7ffcdff20
Fix typos and add .Pp after the end of a display to separate the
...
displayed text from the paragraph right after it.
2005-01-09 22:49:24 +00:00
trhodes
09e4915ad0
Remove the meteor helper files, imp removed the driver and manual page
...
over a year ago.
2005-01-09 21:21:25 +00:00
ru
e7314f39fa
Revert previous revision. Including bsd.compat.mk is necessary
...
both from sys.mk (to handle old knobs set in /etc/make.conf),
and from here (to handle old knobs set in individual makefiles).
2005-01-09 12:55:47 +00:00
trhodes
a5fdd5455e
[NO]MAN -> NO_[MAN].
...
Bump doc date.
2005-01-08 09:21:35 +00:00
brueffer
2cb19e50a9
Remove the LSI MegaRAID SATA 150-2, this is a SiL 3112 based software RAID
...
device.
Submitted by: Martin Nilsson <martin@gneto.com>
MFC after: 3 days
2005-01-08 03:07:49 +00:00
keramida
c225a89edf
Reorganize the DESCRIPTION section, using .Bl lists to separate the
...
descriptions of items from each other and have related things appear
in the same nesting 'level'.
The .Fn function/macro, and bump document date.
Reviewed by: jkoshy
2005-01-07 19:41:00 +00:00
maxim
ce4c90a230
Finish src part VFS_INIT.9 removal. Need to check www/.
2005-01-07 15:38:21 +00:00
keramida
1404766589
The .Fn macro.
2005-01-07 14:10:59 +00:00
keramida
1058422feb
The .Fn macro and addition of .Fa in the tag width of the
...
argument description list.
2005-01-07 14:01:08 +00:00
keramida
00e00b46a0
- The .Fn macro and description of the struct statfs' type of
sbp'.
...
- List of struct statfs fields that are related to file systems, much
like the list in stat.2 for the userlevel `struct stat'.
- Bump document date.
2005-01-07 12:56:04 +00:00
keramida
3f0875b935
The .Fn macro, document `flags' argument & bump document date.
2005-01-07 12:14:43 +00:00
keramida
b80cbd9d19
Trim excessively verbose sentence.
2005-01-07 12:01:11 +00:00
keramida
7e8067e06a
The .Fn macro
2005-01-07 11:45:59 +00:00
keramida
a4c7d64f79
Move the description of MNT_FORCE closer to mntflags and use a .Bl
...
list for the valid flag values. This way, if VFS_UNMOUNT(9) supports
more flags in the future, adding a single list item is going to be
easy and all the flags are going to be in one place.
2005-01-07 11:45:11 +00:00
keramida
e9911934f1
The .Fn macro.
2005-01-07 11:39:36 +00:00
keramida
3ccd40ef2a
There is no VFS_INIT(9).
...
Approved by: phk
2005-01-07 11:34:05 +00:00
keramida
fae0e3010b
The VFS_MOUNT() macro expects only 2 arguments in the nmount world
...
(since revision 1.173 of src/sys/sys/mount.h).
Update its prototype, the argument list description and bump the date.
2005-01-07 10:57:33 +00:00
keramida
e5ff73ea5c
Use a .Bl -tag list instead of plain .Pp paragraphs for describing the
...
macro arguments expected by SYSCALL_MODULE().
MFC after: 3 days
2005-01-07 09:02:40 +00:00
keramida
a67822fd5a
Fix time-travel bug.
...
Noticed by: krion
2005-01-07 09:00:19 +00:00
keramida
5bd94fa8d9
Avoid overusing "these" by breaking a long sentence in 2 smaller ones.
...
MFC after: 3 days
2005-01-07 08:51:10 +00:00
keramida
3a7cc1bce0
Convert the descriptions of module versions to an explicit list and
...
note that these versions numbers refer to moddepend, not the current
module.
MFC after: 3 days
2005-01-07 08:44:31 +00:00
keramida
4df8d8a582
Syntax nit.
...
MFC after: 3 days
2005-01-07 08:31:09 +00:00
cperciva
a1588882f8
Point out that tsleep(... , 0) is not permitted if the Giant lock is not
...
held. (It causes a "sleeping without a mutex" assertion failure in
msleep.)
MFC after: 3 days
2005-01-07 02:41:45 +00:00
keramida
304e66a936
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:33:38 +00:00
keramida
9a22c1b66b
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:25:11 +00:00
keramida
714a818bb7
Properly cross-reference pccard(4).
...
MFC after: 3 days
2005-01-06 17:19:56 +00:00
keramida
e215b88e75
- Use .Fn for marking up function-like macro names.
...
- Improve the wording in a few places.
- Add the email address of Doug Rabson in the AUTHORS section.
- Link to devfs(5) with an .Xr
MFC after: 3 days
2005-01-06 17:17:29 +00:00
keramida
0ae8300df0
. Use a .Bl list for describing macro arguments.
...
. Various wordign fixes.
. Bump document date.
MFC after: 3 days
2005-01-06 17:16:01 +00:00
keramida
b0f34fc91d
. Use a -tag instead of an -inset list, which makes the arguments of the
...
macro stand out more clearly.
. Various other wording fixes.
. Bump document date.
2005-01-06 17:14:21 +00:00
keramida
56773f55d9
Use .Fn function_name.
...
MFC after: 3 days
2005-01-06 17:11:56 +00:00
keramida
1c8cfbe470
Add missing .It in list tag.
...
MFC after: 3 days
2005-01-06 17:08:51 +00:00
keramida
0917e4caae
Fix .Nd description and bump document date.
...
MFC after: 3 days
2005-01-06 17:07:57 +00:00
keramida
04321ffa58
"non-spin" is better with a dash, than without.
2005-01-06 16:16:17 +00:00
krion
1cac077498
Remove trailing spaces.
2005-01-06 11:12:43 +00:00
trhodes
3800a1d345
Early spring cleaning:
...
Unhook lomac(4) manual page and remove it. The code was removed by
rwatson over two years ago.
2005-01-06 01:27:55 +00:00
keramida
bb92512dc0
Make an attempt at explaining why sx(9) locks cannot be safely obtained
...
after acquiring a mutex(9).
PR: docs/75571
Submitted by: darrenr
Explanation by: jhb
2005-01-05 22:04:12 +00:00
imp
616785011d
Clarify /*- convention.
2005-01-05 21:27:01 +00:00
imp
99ed11fd7d
A large majority of the source files in the tree start their license
...
and copyright statements in a comment that begins with /*-. Document
this tradition. A strict adherence to this rule will help resellers
that wish to publish all copyright notices, generated automatically
from the tree. There are too many variant licenses to do it purely
by more complicated pattern matching.
2005-01-05 19:16:01 +00:00
krion
3e2b129db7
Remove trailing spaces.
...
Forgotten by: me
2005-01-05 09:52:12 +00:00
brueffer
c2861f5a14
- add new supported chips: 82541ER and 82546GB
...
- add the long supported, but still missing 82545
- change .Nd to look better (no need to mention FreeBSD there)
- bump .Dd
MFC after: 3 days
2005-01-05 04:31:00 +00:00
brueffer
0272707823
- some SATA controllers were erroneously marked as SCSI, correct that
...
- move those controllers into the right place
- bump .Dd
Thanks to: Justin Bennett <justin@z-axis.com>
MFC after: 3 days
2005-01-04 15:59:00 +00:00
keramida
0790b48ddc
IDE_DELAY was only available as an option for the wd driver of PC98.
...
Now that the driver is gone, `tuning' IDE_DELAY makes no sense.
Submitted by: Joel Dahl joel at automatvapen dot se
2005-01-04 13:21:27 +00:00
imp
dfca5f79a7
There's no longer a wd driver.
2005-01-04 07:28:57 +00:00
brueffer
acf5f9c5a0
- list the LSI MegaRAID SATA 150-(2|4|6) controllers as supported (1)
...
- mention SATA support in a few places
- AMI -> AMI/LSI for controllers now sold my LSI
- bump .Dd
PR: 61878 (1)
Submitted by: Sten Spans <sten@blinkenlights.nl>
Discussed with: simon (sorting)
MFC after: 3 days
2005-01-04 04:18:21 +00:00
brueffer
41e49bf975
- list the 3Com 3c920B-EMB-WNM as supported.
...
- bump .Dd
2005-01-03 20:54:29 +00:00
krion
1f34e16a61
Remove trailing spaces.
...
MFC after: 3 days
2005-01-02 18:26:13 +00:00
krion
1217b4f20c
Remove trailing spaces.
...
Reviewed by: brueffer
MFC after: 3 days
2005-01-02 18:20:29 +00:00
brueffer
43a8d40f67
Correct .Dd
...
Spotted by: Simon L. "Eagle Eye" Nielsen
2005-01-02 13:56:02 +00:00
brueffer
9cd57ea1f9
- list the PixelView PlayTV PAK as supported
...
- bump .Dd
Submitted by: Carl Makin <carl@stagecraft.cx>
2005-01-02 12:03:04 +00:00
brueffer
a9fda63193
SMC SMC2536W-AG verified as working.
...
MFC after: 3 days
2004-12-29 16:57:11 +00:00
brueffer
3768ed55f9
- call the driver 'bktr' instead of 'brooktree' throughout the document
...
- add a HARDWARE section
- add a more descriptive NAME section
- update for recently imported Pinnacle PCTV support
- add Branko Lankester, the original author of the PCTV patches,
to the AUTHORS section
- bump .Dd
Thanks to all multimedia@ readers who sent me information about
their supported hardware!
MFC after: 1 week
2004-12-29 14:25:41 +00:00
glebius
02a0a3204a
Document callout_pending() macro.
...
MFC after: 1 week
2004-12-29 08:01:24 +00:00
jkoshy
6a1ed4e30b
Make an argument name in the synopsis match that in the text. Correct
...
an mdoc error.
2004-12-29 04:29:06 +00:00
trhodes
ee46e6e0c7
Some grammar, spelling, and mdoc(7) fixes. No content changes.
...
PR: 75581
Submitted by: Nobuyuki Koganemaru n-kogane@syd.odn.ne.jp (original version)
2004-12-29 00:11:34 +00:00
mlaier
3bbe4c0e35
Enable sk(4) for ATLQ.
...
Thoroughly tested by: Ender <ender NO tog SPAM net>
MFC after: 4 weeks
2004-12-24 14:13:38 +00:00
ru
35df9d9893
Include bsd.compat.mk early from sys.mk, enough for makefiles
...
using conditional statements to see the new spellings of NO_*
knobs (in case user still uses old spellings).
Reported by: kris
2004-12-23 08:51:50 +00:00
scottl
04e0625ce5
Document the 2130SLP
2004-12-23 08:05:40 +00:00
imp
1418202c27
Add OZ711M1
...
Submitted by: Gordon Bergling
2004-12-23 05:32:02 +00:00
keramida
dd1584b4e1
Fix a couple of typos.
...
PR: docs/75410
Submitted by: "Paul A.Hoadley" <paulh@logicsquad.net>
MFC after: 3 days
2004-12-23 00:27:03 +00:00
roam
0f4eb1c80e
And this, kids, is what happens if you act on a patch without looking
...
at the mailing list to see if there isn't any more discussion just
around the corner. Here's the update to the other part of the manpage
that deals with the hw.ata.atapi_dma loader tunable and initializing
ATAPI devices in PIO or DMA mode.
PR: 75021
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
Spotted by: Joel Dahl <joel@automatvapen.se>
2004-12-21 20:02:50 +00:00
roam
cb5c226bdf
Reflect the change of the hw.ata.atapi_dma sysctl default in rev. 1.217 of
...
src/sys/dev/ata/ata-all.c from PIO to DMA.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
MFC after: 1 week
2004-12-21 19:41:21 +00:00
ru
c86259f3a1
NOPAM -> NO_PAM
2004-12-21 12:49:24 +00:00
ru
cb739c1a18
NOIPSEC -> TRACEROUTE_NO_IPSEC
2004-12-21 12:44:20 +00:00
ru
0eb226fe21
NOFORTH -> NO_FORTH
2004-12-21 12:32:15 +00:00
ru
00dcfcb950
NOCLEAN -> NO_CLEAN
...
NOCLEANDIR -> NO_CLEANDIR
2004-12-21 12:21:26 +00:00
ru
cf4801fc43
NOSHARE -> NO_SHARE
2004-12-21 12:13:23 +00:00
ru
5f2caf99b0
NOHTML -> NO_HTML
2004-12-21 12:05:11 +00:00
ru
e4c0967624
Overhaul ppp(8) build options so they are safe to use in
...
/etc/make.conf:
NOALIAS -> retired (support provided by PPP_NO_NAT)
NOATM -> PPP_NO_ATM (also subject to NO_ATM global)
NODES -> PPP_NO_DES (support was broken, now recovered)
NOI4B -> PPP_NO_I4B (also subject to NO_I4B global)
NOKLDLOAD -> PPP_NO_KLDLOAD
NONAT -> PPP_NO_NAT
NONETGRAPH -> PPP_NO_NETGRAPH
NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global)
NORADIUS -> PPP_NO_RADIUS
NOSUID -> retired (support provided by PPP_NO_SUID)
PPP_NOSUID -> PPP_NO_SUID
2004-12-21 12:01:15 +00:00
ru
220424258f
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
ru
257f3a034a
NOGAMES -> NO_GAMES
2004-12-21 10:36:54 +00:00
ru
9ab6c40553
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
ru
3a8a991d77
NOSHARED -> NO_SHARED
2004-12-21 09:59:45 +00:00
ru
a8ef786265
NOFSCHG -> NO_FSCHG
2004-12-21 09:53:14 +00:00
ru
6f51afcd40
NOINSTALLLIB -> NO_INSTALLLIB
2004-12-21 09:51:09 +00:00
ru
d4b342c4d3
NOMLINKS -> NO_MLINKS
2004-12-21 09:44:43 +00:00
ru
ac4d8337a0
NOTAGS -> NO_TAGS
2004-12-21 09:43:25 +00:00
ru
d783816b4e
NOEXTRADEPEND -> NO_EXTRADEPEND
2004-12-21 09:42:10 +00:00
ru
fa418ada13
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
ru
98b7303173
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
ru
2ddf8ee604
NOLIBC_R -> NO_LIBC_R
...
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
ru
54d390266a
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
brueffer
7c956a827f
(fast) ethernet -> (Fast) Ethernet
...
MFC after: 3 days
2004-12-21 01:09:34 +00:00
paul
884ce3f741
If PORTNAME is set in a system Makefile then hook into the ports
...
mechanisms to allow a package to be created. This paves the way
for packaging the main tree.
2004-12-20 15:46:56 +00:00
glebius
ec3dd04a28
We have an informative ng_source.4 manpage, which is not installed.
2004-12-19 16:03:06 +00:00
brueffer
6bd22ee6bc
Nuke ports-picobsd, it was thrown out a while ago.
...
Approved by: linimon
MFC after: 3 days
2004-12-19 02:31:45 +00:00
sobomax
4eec4e251b
Add FC929X into the list of supported devices.
...
Reminded by: simon
2004-12-18 19:12:06 +00:00
rse
1ad5177c21
Synchronize reference list to the ng_xxx(4) manpages of netgraph nodes
...
with the actually installed manpages by adding the missing ones. This
way they can be found more easily.
MFC after: 2 days
2004-12-18 15:27:17 +00:00
jkoshy
2a9c7c48da
Document "machdep.hlt_cpus".
...
Reviewed by: ru
2004-12-18 01:13:37 +00:00
brueffer
0afa8bb51f
BCM5721 is supported as well.
2004-12-17 23:03:30 +00:00
rse
97eac10fe1
1. To give the user a clue about the expiration timeout values, mention
...
the default timeouts of 1800 (activity) and 15 (inactivity) seconds.
2. Fix the "ifinfo" ASCII control message description:
it requires the interface number as an argument.
MFC after: 2 days
2004-12-17 20:49:01 +00:00
brueffer
4587c477ab
Modify the name of the supported bluetooth card.
...
Discussed with: emax
2004-12-17 19:01:55 +00:00
brueffer
785ce2756b
- add a HARDWARE section based on the hardware notes and the devices
...
already listed in the manpage
- reword some DESCRIPTION sentences
- Xref ehci(4)
- bump .Dd
MFC after: 3 days
2004-12-17 18:35:38 +00:00
jkoshy
a3cba435fa
Remove mention of block devices. Mention that entries under /dev
...
are managed by devfs(5). Add cross-references.
Reviewed by: ru
2004-12-17 14:28:53 +00:00
krion
242c6d57fc
Introduce new variables FETCHINDEX, MASTER_SITE_INDEX and add
...
description for MASTER_SITE_BACKUP.
Based on PR: ports/74709
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
Reviewed by: ru
MFC after: 3 days
2004-12-17 13:39:55 +00:00
glebius
e766da3c74
Bump .Dd
...
Reminded by: ru
2004-12-17 12:59:20 +00:00
glebius
5d29ffc6a8
Note that send(2) is no longer applicable to divert(4) sockets.
...
Noticed by: Dmitry Dvoinikov
Wording by: cperciva
MFC after: 3 days
2004-12-17 11:24:33 +00:00
brueffer
c25a7bd97f
- add a HARDWARE section
...
- several grammar and language fixes
- bump .Dd
MFC after: 3 days
2004-12-17 10:13:02 +00:00
brueffer
903f3efdc1
Add missing word.
...
MFC after: 3 days
2004-12-17 09:34:48 +00:00
brueffer
a33038ccca
Properly capitalize FireWire
...
MFC after: 3 days
2004-12-17 02:33:42 +00:00
njl
1a6e316653
Inform users how to set throttling and cpu idling variables for the
...
power_profile rc script.
2004-12-16 22:21:21 +00:00
tom
5dfa27e8bf
Sort driver names alphabetically.
...
MFC after: 1 week
2004-12-16 15:24:53 +00:00
ru
14ce66b3b3
Reflect the removal of jumbo(9).
2004-12-16 11:19:29 +00:00
brooks
4312319fad
Add Cisco AIR-CB21AG and AIR-PI21AG to the supported list.
...
I'm using an AIR-CB12AG to make this commit.
Approved by: sam
2004-12-16 04:45:16 +00:00
matusita
56c7e316bb
Typo fix: s/ROOR/ROOT/;
...
PR: docs/75139
Submitted by: Richard Smith
2004-12-16 03:37:32 +00:00
brueffer
d2c648118a
First update for the 5750/5751 chips.
...
MFC after: 3 days
2004-12-15 23:39:57 +00:00
jhb
6de4ec9e25
Document the new flag for disabling the keyboard port test during probe.
2004-12-15 23:01:45 +00:00
trhodes
74497f6102
Commit patch from ru which groups the ppp(8) options together and
...
kills my sorting.
Submitted by: ru
Discussed with: imp
2004-12-15 19:42:35 +00:00
brueffer
040164a19d
Bump .Dd before anyone notices.
2004-12-15 09:32:12 +00:00
brueffer
2f8a08490a
List the Adaptec SCSI RAID 2230SLP.
2004-12-15 09:29:47 +00:00
trhodes
06da79bb96
Add options recently added to make.conf.
2004-12-15 02:40:43 +00:00
brueffer
442eede0be
Remove clauses 3 and 4 of the license.
...
Approved by: Jason L. Wright (original author)
Reviewed by: imp
Obtained from: OpenBSD
MFC after: 3 days
2004-12-15 02:19:44 +00:00
trhodes
6bb844e25a
Add a few options with regards to ppp(8) and traceroute.
...
Sort the list, please keep this list sorted.
PR: 48569
2004-12-15 02:10:50 +00:00
simon
70f68c4e17
- Add a HARDWARE section which lists supported devices.
...
MFC after: 1 week
2004-12-14 22:20:41 +00:00
simon
ef60004811
- Add a HARDWARE section which lists supported devices.
...
MFC after: 1 week
2004-12-14 22:07:06 +00:00
brueffer
52b87a9e1b
- Xref fwip(4)
...
- bump .Dd
MFC after: 3 days
2004-12-14 19:57:42 +00:00
brueffer
f415d9e9d0
- remove nonexistant "device fwohci"
...
- sort SYNOPSIS devices
- Xref fwe(4)
- bump .Dd
MFC after: 3 days
2004-12-14 19:56:54 +00:00
njl
22dd4aadc1
Add more information about debugging output.
2004-12-14 19:55:54 +00:00
brueffer
77bdeeb907
- remove nonexistant "device fwohci"
...
- sort SYNOPSIS devices
- capitalize Ethernet
- Xref fwip(4)
- bump .Dd
MFC after: 3 days
2004-12-14 19:55:39 +00:00
brueffer
fdb52d5c13
- Xref fwip(4) and eui64(5)
...
- correct a grammar nit
- bump .Dd
MFC after: 3 days
2004-12-14 19:53:30 +00:00
brueffer
5ccf02e488
fwip(4) supports polling.
...
MFC after: 3 days
2004-12-14 19:27:16 +00:00
trhodes
70a67e83d3
Some formatting, whitespace and mdoc(7) fixes.
...
Submitted by: A manual page, ru of course.
2004-12-14 18:07:46 +00:00
simon
74ceead33a
- Add a HARDWARE section which lists supported devices.
...
- "device sound" does not pull in sound device drivers (like "device
pcm" used to do), so do not mention that option.
- Make the document title more like the title in the other sound
device drivers.
MFC after: 1 week
2004-12-14 16:17:12 +00:00
simon
a6baf56a3f
Add manual page for snd_maestro(4).
...
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> (original version)
PR: docs/74546
MFC after: 1 week
2004-12-14 16:11:14 +00:00
maxim
e070e8b806
Add NetBSD 2.0.
2004-12-14 12:30:43 +00:00
ru
fb76b5809a
Minor mdoc(7) tweaks, excellent work Nate!
2004-12-14 09:24:48 +00:00
ru
8c6f53335f
mdoc(7) nit: Removed redundant .Pp call.
2004-12-14 09:06:44 +00:00
yongari
c19743d2cc
Add manual page for snd_audiocs(4).
...
Reminded by: trhodes
MFC after: 1 week
2004-12-14 04:06:04 +00:00
njl
a6124ad2ad
Checkpoint reworking the man page to be more useful to non-developers,
...
document some debug output variables, etc. Mdoc assistance welcome.
2004-12-14 01:07:44 +00:00
njl
3582381b83
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
...
one will never be supported on the same platform, this does not hurt
debugging.
MFC after: 3 days
2004-12-13 23:31:46 +00:00
imp
afe1826633
The format of the MLINKS entries is pairwise, not MLINKS += wise. So
...
list kernel_mount.9 the required number of times to allow make
installworld to complete.
2004-12-13 23:09:19 +00:00
trhodes
2f821171be
Add kernel_mount.9 and appropriate MLINKS to the build.
2004-12-13 19:29:40 +00:00
trhodes
2e18503ed4
Add a manual page to document phk's mount work.
...
Reviewed by: phk (content), brueffer (grammar and markup)
2004-12-13 19:25:30 +00:00
brian
edfd269fbe
Add ``enable echo''.
2004-12-13 17:54:30 +00:00
rik
925834f54a
Add information about 4.11 release.
2004-12-12 12:32:50 +00:00
rik
215c682d9f
Add Tau-PCI-L(/R) to list of supported hardware.
2004-12-12 11:46:34 +00:00
obrien
d06c52b551
Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim.
2004-12-11 18:36:42 +00:00
trhodes
7ea800f392
Date business, update.
2004-12-10 15:27:06 +00:00
rsm
dea10d4fbf
Add Intel EtherExpress PRO/100 LAN/Modem card to manpage.
...
MFC after: 2 days
2004-12-09 23:13:18 +00:00
keramida
9875633815
Update the description of SCSI_DELAY and annotate IDE_DELAY as a
...
PC98-only option.
Submitted by: Joel Dahl (joel at automatvapen dot se)
PR: docs/74862
MFC after: 3 days
2004-12-09 15:52:51 +00:00
brueffer
cd93216582
Fix typos.
2004-12-09 13:57:12 +00:00
trhodes
49d7a21b76
Follow the language currently used in the manual page.
...
Submitted by: Michal Mertl <mime@traveller.cz>
2004-12-09 13:48:33 +00:00
brueffer
6721f3fbbe
URL of the data sheet has changed.
...
Obtained from: OpenBSD
2004-12-09 13:27:44 +00:00
brueffer
834f135b5a
Various language tweaks.
...
Obtained from: OpenBSD
2004-12-09 13:11:52 +00:00
trhodes
356306e256
Wordsmith previous commit and bump document date.
...
Poked by: simon
2004-12-08 18:11:38 +00:00
sam
acf2150e3b
document m_append
2004-12-08 17:47:49 +00:00
sam
75bc257843
Updates for revised ath and net80211 support; the new man pages are
...
placeholders for real material.
2004-12-08 17:47:32 +00:00
trhodes
421d94f5bb
Document recently added security.mac.portacl.autoport_exempt tunable.
...
Outraced the speed of doc request: trhodes
2004-12-08 15:58:38 +00:00
njl
a8afe63542
Add the devclass_get_count(9) function and man page. It gets a count of
...
the number of devices in a devclass and is a subset of
devclass_get_devices(9).
Reviewed by: imp, dfr
2004-12-08 02:39:56 +00:00
glebius
145ee63520
Document route caching, how it can be enabled, and its consequences.
...
Wording by: cperciva
2004-12-06 19:31:35 +00:00
jkoshy
f7c5ba2e69
Update prototypes for eventhandler_register() and eventhandler_find_list()
...
to match the code.
2004-12-06 11:30:55 +00:00
alc
07533d22c5
This jumbo allocator has been removed from the kernel.
2004-12-06 04:24:17 +00:00
simon
97e1a144cb
DDB_UNATTENDED is now called KDB_UNATTENDED.
...
MFC after: 3 days
2004-12-05 12:48:07 +00:00
marks
b078d9792b
Document ACPI tunable hw.acpi.serialize_methods.
...
Also reorder tunables.
Approved by: njl
MFC after: 1 week
2004-12-04 23:26:46 +00:00
simon
c4cca4bd37
- Change license to standard 2 clause BSD. [1]
...
- Add a missing period.
Noticed by: ru
Approved by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> [1]
2004-12-04 19:01:20 +00:00
jkoshy
ae68ca377a
Add a manual page for the kernel's EVENTHANDLER facility.
...
Reviewed by: ru
2004-12-03 14:05:55 +00:00
dds
ceecab72a3
Clarify the structure element size ordering.
...
Obtained from: OpenBSD style.9 1.38
2004-12-02 23:20:17 +00:00
wollman
b76d0203db
Fix import conflicts from tzdata2004g.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2004g.tar.gz
2004-12-02 23:01:25 +00:00
brueffer
0012de704c
MLINK crypto.4 to cryptodev.4
...
Stumbled upon by: markus
MFC after: 3 days
2004-11-30 16:16:34 +00:00
ceri
65e60a751b
Add amd64 to the list of supported platforms.
...
PR: docs/74529
Submitted by: Jason Bacon <bacon at smithers dot neuro dot mcw dot edu>
2004-11-29 19:51:50 +00:00
ru
176a7c2a71
MNT_NODEV is deprecated.
2004-11-29 09:56:12 +00:00
simon
9cc69f4735
Add manual page for snd_ich(4).
...
Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> (original version)
PR: docs/73789
MFC after: 1 week
2004-11-27 13:49:27 +00:00