David E. O'Brien
afdeb6a183
Expand BSS.
2005-02-11 07:37:25 +00:00
Dag-Erling Smørgrav
b83d741b1c
Fully document (no)?(device|option)s?.
...
This page should probably be repocopied to src/usr.sbin/config/.
2005-02-10 14:26:21 +00:00
Joseph Koshy
de8eca17df
Note that the ICH6 controller is supported.
...
Reviewed by: sos
2005-02-10 10:31:32 +00:00
Warner Losh
abe6ca1e48
Minor nits noted by ru@
2005-02-09 21:23:48 +00:00
Warner Losh
7f23dd6d79
Note the options required for the cards as I know it...
2005-02-09 20:08:05 +00:00
Ruslan Ermilov
6b806d21d1
Fixed the misplaced $FreeBSD$.
2005-02-09 18:07:17 +00:00
Tom Rhodes
61e68f057a
Document EBUSY.
...
PR: 73387
Submitted by: Thomas Ludwig <tludwig@smr.ch> (original version)
2005-02-08 20:16:59 +00:00
Tom Rhodes
26605dc133
Add xrefs to crypt(3) and pw(8) and add a warning about not manually
...
altering passwd related files.
PR: 74656
Submitted by: Jilles Tjoelker <jilles@stack.nl> (original version)
2005-02-08 19:23:24 +00:00
Nate Lawson
5b68bf38ab
Update device_find_child(9) to return the first matching child if unit
...
is set to -1.
Reviewed by: dfr, imp
2005-02-08 18:00:29 +00:00
Nate Lawson
83f15706ef
Also add the manpage entry for cpufreq.
2005-02-08 17:44:18 +00:00
Nate Lawson
c3df47e0a5
Add an initial manpage for the cpufreq framework and methods to help users
...
and developers who want to import new hardware drivers. This could also
certainly use mdoc review.
2005-02-08 17:43:35 +00:00
Christian Brueffer
050892f9a2
Nuke information about GDB_REMOTE_CHAT, it was removed some time ago.
...
MFC after: 3 days
2005-02-08 15:07:50 +00:00
Alexey Zelkin
b9f5e42283
Allow building/installing of NLS catalogs while building of libraries
...
MFC after: 3 days
2005-02-08 10:37:34 +00:00
Max Laier
c721916790
Fix sloppy use of "manpage", bump .Dd where applicable and rename RED to
...
Random Early Detection (not ... Drop) in order to be consistent with other
documentation on ALTQ
Pointed out by: simon, ru, Brad Davis
2005-02-07 23:20:12 +00:00
Kirill Ponomarev
a571610dc0
Introduce three new targets for ports collection:
...
showconfig-recursive, rmconfig-recursive and config-conditional.
MFC after: 3 days
2005-02-07 23:04:33 +00:00
Max Laier
8624b327d4
Be more verbose about altq SYNOPSIS and add more linkage in the relating pf
...
documents.
Inspired by: scottl
Reviewed by: Brad Davis <so14kNOso14kSPAMcom>
MFC after: 3 days
2005-02-07 11:46:36 +00:00
Gleb Smirnoff
37e90a8cc9
English and mdoc(7) cleanup.
...
Submitted by: ru
2005-02-07 08:17:51 +00:00
Ian Dowse
98c926b20f
Add a mechanism for associating a mutex with a callout when the
...
callout is first initialised, using a new function callout_init_mtx().
The callout system will acquire this mutex before calling the callout
function and release it on return.
In addition, the callout system uses the mutex to avoid most of the
complications and race conditions inherent in asynchronous timer
facilities, so mutex-protected callouts have much simpler semantics.
As long as the mutex is held when invoking callout_stop() or
callout_reset(), then these functions will guarantee that the callout
will be stopped, even if softclock() had already begun to process
the callout.
Existing Giant-locked callouts will automatically pick up the new
race-free semantics. This should close a number of race conditions
in the USB code and probably other areas of the kernel too.
There should be no change in behaviour for "MP-safe" callouts; these
still need to use the techniques mentioned in timeout(9) to avoid
race conditions.
2005-02-07 02:47:33 +00:00
Nate Lawson
f4e8f997fe
Note changes to throttling sysctls and new power_profile(8) cpufrq support.
2005-02-06 21:31:41 +00:00
Poul-Henning Kamp
d2d72ed9bd
Document NO_GPIB
2005-02-06 16:46:49 +00:00
Xin LI
e84187b685
Document NO_NETCAT.
2005-02-06 14:59:03 +00:00
Hideyuki KURASHINA
75be8d597f
List the LSI 320-2E PCI-Express controller as supported.
...
Reviewed by: scottl@
2005-02-06 10:49:28 +00:00
Gleb Smirnoff
14cb4a2f66
Manpage for ng_ipfw node.
2005-02-05 17:53:44 +00:00
Christian Brueffer
ece1f5fe45
Remove Xref to nonexistant ifmedia.4
...
MFC after: 3 days
2005-02-05 15:03:22 +00:00
Christian Brueffer
eced2011e7
Remove last traces of le.4
...
MFC after: 3 days
2005-02-05 14:57:19 +00:00
Christian Brueffer
f9d04d3672
Remove Xref to nonexistant cap.3
...
Ok'ed by: rwatson
MFC after: 3 days
2005-02-05 14:16:35 +00:00
Christian Brueffer
28d16c6b6a
- replace pointers to XF86Config with xorg.conf
...
- remove outdated XFree86 3.3.1 information
- bump .Dd
MFC after: 3 days
2005-02-05 14:09:09 +00:00
Christian Brueffer
bffbb1bea8
Remove last traces of lomac.4
...
MFC after: 3 days
2005-02-05 13:52:21 +00:00
Christian Brueffer
8d243d049b
Backout last commit, lomac_enable is still valid. Just Xref mac_lomac.4
...
instead of lomac.4.
2005-02-05 13:44:29 +00:00
Christian Brueffer
82e9524e14
Xref mac_lomac.4 instead of lomac.4
...
MFC after: 3 days
2005-02-05 13:36:33 +00:00
Christian Brueffer
3d76e5da8a
Remove last traces of lomac(4)
...
MFC after: 3 days
2005-02-05 13:29:20 +00:00
Ruslan Ermilov
fbad9e2d95
Verify that SYNOPSIS section compiles.
2005-02-05 11:31:31 +00:00
Ruslan Ermilov
c8da77c004
Added the SYNOPSIS section.
2005-02-05 11:30:59 +00:00
Joseph Koshy
a4230398d3
Note that functions alq_flush() and alq_post() should not be called in
...
contexts where sleeping is disallowed.
Pointed out by: ru
2005-02-05 02:39:07 +00:00
Pawel Jakub Dawidek
2c7f46173e
Improve EIO error description and mention that it can also occur while
...
writting.
MFC after: 3 days
2005-02-04 11:18:46 +00:00
Christian Brueffer
6331aa50d9
Manpage for Olicom Token Ring adapters, based on input by mdodd.
...
Reviewed by: mdodd
MFC after: 1 week
2005-02-04 01:48:27 +00:00
Ruslan Ermilov
b5f3d58ffd
Reflect recent code changes.
2005-02-03 13:33:34 +00:00
Ruslan Ermilov
c60878f0d2
Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".
2005-02-03 11:52:42 +00:00
Ceri Davies
1eb9584340
Improve English a little.
2005-01-30 13:27:59 +00:00
Yaroslav Tykhiy
af356871b0
Document the recent change to the default status of VLAN support in em(4).
...
MFC after: 1 day
2005-01-30 12:29:06 +00:00
Yaroslav Tykhiy
bd75f93346
Document the user-controlled VLAN_MTU capability of fxp(4).
...
Bump .Dd accordingly.
MFC after: 3 days
2005-01-30 12:15:14 +00:00
Yaroslav Tykhiy
273c97fde3
Bump the document date since its content has changed.
2005-01-30 12:13:13 +00:00
Yaroslav Tykhiy
f41b145cf2
Revise the part on VLAN support in physical interfaces.
...
MFC after: 1 week
2005-01-30 12:06:02 +00:00
Yaroslav Tykhiy
317bb722c1
Update the list of VLAN-aware interface types.
...
MFC after: 3 days
2005-01-30 10:59:50 +00:00
Joseph Koshy
2f6e95a1d2
Bring the prototype for alq_open() in line with the code.
...
Add a section on locking.
2005-01-30 10:21:04 +00:00
Ruslan Ermilov
1de7d3e1db
Start sentences from a capital letter.
...
Submitted by: Joel Dahl
2005-01-29 20:05:07 +00:00
Poul-Henning Kamp
1e48d031c9
Describe 'u' and 'U' in sequence mode.
2005-01-29 16:34:10 +00:00
Ruslan Ermilov
cae0500fd4
Fixed whitespace at EOL and double word.
...
Uncompact enumaration to make it look better.
2005-01-28 21:18:14 +00:00
Ruslan Ermilov
b0536a9ba4
Mark lists as in the rest of section 9 manpages.
2005-01-28 10:48:52 +00:00
Ruslan Ermilov
0a57ea7df2
Mark lists as in the rest of section 9 manpages.
...
Submitted by: Joel Dahl (mostly)
2005-01-28 10:43:05 +00:00
Ruslan Ermilov
802e13ab9b
Polish the formatting.
2005-01-27 10:30:53 +00:00
Poul-Henning Kamp
a1d57b9a52
Update the information, (and likely break all formatting rules).
2005-01-27 09:29:52 +00:00
Ruslan Ermilov
7d64886df5
Add a few colons.
...
Submitted by: Joel Dahl
2005-01-26 20:50:52 +00:00
Suleiman Souhlal
41d9cf82ee
Bump the document date.
...
Forgotten by: ssouhlal, simon, trhodes
Approved by: grehan (mentor)
2005-01-26 06:46:00 +00:00
Juli Mallett
372ef8405c
Linkage with -lobjc requires -lpthread nowadays.
2005-01-26 00:17:03 +00:00
Maxim Konovalov
c80f5eee7f
Add FreeBSD 4.11.
2005-01-25 19:16:09 +00:00
Shunsuke Akiyama
b58e7b4cc5
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
Suleiman Souhlal
1fbff2d146
Mention that 'options ALQ' is required when using KTR_ALQ.
...
Approved by: simon, trhodes, grehan (mentor)
2005-01-25 14:17:38 +00:00
Philippe Charnier
8a579692b2
spell "file system" correctly
...
Approved by: ru
2005-01-24 20:06:16 +00:00
Ian Dowse
641a1aa10d
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
George V. Neville-Neil
6617cf5778
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
George V. Neville-Neil
b8a3e40819
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
Bruce M Simpson
4d80f75020
Fix markup.
...
Submitted by: ru
2005-01-22 21:54:29 +00:00
Bruce M Simpson
bf1639ee7d
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
Ruslan Ermilov
8dd6d434d4
Fixed macro abuse.
2005-01-21 20:51:09 +00:00
Ruslan Ermilov
49aa339e39
Fixed xrefs.
2005-01-21 20:50:39 +00:00
Ruslan Ermilov
ead5223f54
Fixed punctuation in xrefs.
2005-01-21 20:48:00 +00:00
Ruslan Ermilov
a3f9c9fc03
Fixed xref.
2005-01-21 12:01:00 +00:00
Ruslan Ermilov
3ac17feb8a
Fixed xref.
2005-01-21 10:48:35 +00:00
Ruslan Ermilov
0a75bcd459
Fixed macro abuse.
2005-01-21 10:46:36 +00:00
Ruslan Ermilov
5c8e5f2462
Fixed xrefs.
2005-01-21 10:35:40 +00:00
Ruslan Ermilov
feaaabdc8f
Fixed xref.
2005-01-21 10:17:17 +00:00
Ruslan Ermilov
9cbda59000
Sort sections.
2005-01-21 08:36:40 +00:00
Ruslan Ermilov
fc2586c322
Fixes to previous revision:
...
- bump document date
- break hard sentence break
- remove whitespace at EOL
2005-01-21 07:55:17 +00:00
Wes Peters
008c601837
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
Warner Losh
0171834abb
Add intersil chip names we know we support since some OEMs use them
...
very transparently.
2005-01-20 18:33:07 +00:00
Warner Losh
9086083a9a
Note SENAO SL-2511CD support
2005-01-20 17:48:01 +00:00
Gleb Smirnoff
c46f7b9c6f
log(9) requires sys/syslog.h.
...
MFC after: 3 days
2005-01-20 10:26:42 +00:00
Ruslan Ermilov
324cfdb7e8
Use the standard section name.
2005-01-18 20:54:50 +00:00
Ruslan Ermilov
30849b5324
The rest of manpages spell this "PSEUDOCODE".
2005-01-18 20:37:11 +00:00
Sean Chittenden
dcb6fc4fc4
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
Christian Brueffer
2d4071ac8f
Typo fixes.
...
MFC after: 3 days
2005-01-18 18:13:03 +00:00
Christian Brueffer
3f472b6cb8
Capitalize Windows and fix a typo.
...
Submitted by: markus
MFC after: 3 days
2005-01-18 17:53:35 +00:00
Ruslan Ermilov
87968949e2
Folded two SEE ALSO sections into one.
2005-01-18 09:13:42 +00:00
Tom Rhodes
40eee9fe09
S_ISVTX -> S_ISTXT to reflect the code.
2005-01-18 01:27:44 +00:00
Ruslan Ermilov
d65975f0a8
Document the new EXIT STATUS section.
2005-01-16 22:26:05 +00:00
Ruslan Ermilov
06d7435baf
Added the EXIT STATUS section.
2005-01-16 22:22:28 +00:00
David E. O'Brien
8d918dbd49
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
David E. O'Brien
626cba20c7
Use >= so we can use the actual WARNS levels.
2005-01-16 21:08:31 +00:00
Ruslan Ermilov
49cf6f6464
Removed .Re without a matching .Rs.
2005-01-16 16:53:13 +00:00
Garrett Wollman
fb6d10e562
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
Scott Long
824f4edf4f
Document bus_dmamap_load_mbuf_sg()
2005-01-15 20:50:52 +00:00
Joseph Koshy
bff0341efe
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
Ruslan Ermilov
a0c83d5951
Fixed troff warnings.
2005-01-15 12:49:11 +00:00
Ruslan Ermilov
6a5796e734
Eliminate macro calls inside literal displays.
2005-01-15 12:28:01 +00:00
Ruslan Ermilov
1a471b5bef
Fixed markup.
2005-01-15 12:25:47 +00:00
Ruslan Ermilov
a638ba5756
Use lists where appropriate.
2005-01-15 12:24:49 +00:00
Ruslan Ermilov
ae045148ba
A shorter version of the format string.
2005-01-15 12:24:26 +00:00
Ruslan Ermilov
66106cda48
Fixed macro abuse.
2005-01-15 12:23:59 +00:00
Ruslan Ermilov
e8fbc77632
Markup style.
2005-01-15 11:22:13 +00:00
Ruslan Ermilov
c201414f0a
Overhaul the markup.
2005-01-15 11:12:40 +00:00
Ruslan Ermilov
457432e82b
Markup fixes.
2005-01-14 20:23:58 +00:00
Ruslan Ermilov
c7d01a0a6f
Markup fixes.
2005-01-14 17:22:51 +00:00
Diomidis Spinellis
6901ba9306
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
Ruslan Ermilov
d7b6d54b15
Markup and grammar fixes.
2005-01-14 10:53:55 +00:00
Ruslan Ermilov
e47b4a138a
Markup nit.
2005-01-14 10:49:09 +00:00
Ruslan Ermilov
a1c21316ba
Tiny markup fixes.
2005-01-14 10:46:08 +00:00
Ruslan Ermilov
8ef77f6ebe
Markup fixes.
2005-01-14 10:41:05 +00:00
Ruslan Ermilov
81a112426d
Markup fixes.
2005-01-14 10:33:39 +00:00
Ruslan Ermilov
8de5fd36d9
Markup fixes.
2005-01-14 09:40:13 +00:00
Ruslan Ermilov
5b90d0e8d2
Markup fixes.
2005-01-14 09:28:17 +00:00
Ruslan Ermilov
ac7025dee0
"The ... function" and minor markup nits.
2005-01-13 16:46:49 +00:00
Ruslan Ermilov
2b515bebea
Markup nits.
2005-01-13 16:37:26 +00:00
Ruslan Ermilov
7845fdf905
Removed stray quotes.
2005-01-13 16:30:53 +00:00
Ruslan Ermilov
e93572dedd
Improved markup.
2005-01-13 11:22:29 +00:00
Ruslan Ermilov
b19e4a752d
Markup nits, and fix sentences to start from a capital letter.
2005-01-13 11:09:58 +00:00
Ruslan Ermilov
133da95f5e
Nits.
2005-01-13 10:10:34 +00:00
Ruslan Ermilov
6b13dcc062
Nits.
2005-01-13 09:33:06 +00:00
Ruslan Ermilov
c0854fb7b2
Scheduled mdoc(7) sweep.
2005-01-12 21:48:25 +00:00
Giorgos Keramidas
c16a777f08
A few more mdoc fixes I missed in the suggestions of Ruslan.
2005-01-12 21:43:09 +00:00
Giorgos Keramidas
4227c68d25
Cross-reference the newly added example.9
2005-01-12 20:56:15 +00:00
Giorgos Keramidas
fc943bed27
Link mdoc/example.9 to the build.
2005-01-12 20:55:01 +00:00
Giorgos Keramidas
496ff35d1e
Add a sample manpage for section 9.
...
Suggested by: simon
Reviewed by: ru
2005-01-12 20:49:25 +00:00
Ruslan Ermilov
407ed7ec6e
Sort xrefs.
2005-01-12 10:22:58 +00:00
Ruslan Ermilov
da2fa15981
Scheduled mdoc(7) sweep.
2005-01-12 10:14:43 +00:00
Christian Brueffer
c9968355e5
- 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
Tom Rhodes
a5254695a7
List RFCs under SEE ALSO.
...
PR: 46918
2005-01-11 21:08:39 +00:00
Simon L. B. Nielsen
6821b22557
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
Ruslan Ermilov
41d22c015d
Forgot to submit a fixed version of this script to Simon.
2005-01-10 18:54:55 +00:00
Simon L. B. Nielsen
f1192bffc1
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
Giorgos Keramidas
abf3e95c19
mdoc style nit: "\-" should only be used to represent a minus sign.
...
Suggested by: ru
2005-01-10 16:31:39 +00:00
Giorgos Keramidas
e3a748456f
/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
Christian Brueffer
4ac136b3a4
- add the Eagle Tech NE200T
...
- bump .Dd
2005-01-10 09:18:09 +00:00
Ruslan Ermilov
9b28df7fb2
Unbreak the install.
2005-01-10 09:04:13 +00:00
Warner Losh
20ef2e2963
Finish removal of matcd
2005-01-10 08:37:01 +00:00
Giorgos Keramidas
4b928b1d1f
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
Tom Rhodes
21ad1c6d51
Remove the meteor helper files, imp removed the driver and manual page
...
over a year ago.
2005-01-09 21:21:25 +00:00
Ruslan Ermilov
a6ac4fb307
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
Tom Rhodes
b531f2c07b
[NO]MAN -> NO_[MAN].
...
Bump doc date.
2005-01-08 09:21:35 +00:00
Christian Brueffer
bda32c8604
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
Giorgos Keramidas
48ef243364
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 Konovalov
15575dc0aa
Finish src part VFS_INIT.9 removal. Need to check www/.
2005-01-07 15:38:21 +00:00
Giorgos Keramidas
98816b6069
The .Fn macro.
2005-01-07 14:10:59 +00:00
Giorgos Keramidas
5c5c45cfbf
The .Fn macro and addition of .Fa in the tag width of the
...
argument description list.
2005-01-07 14:01:08 +00:00
Giorgos Keramidas
3d5ea0fba4
- 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
Giorgos Keramidas
07e11b32af
The .Fn macro, document `flags' argument & bump document date.
2005-01-07 12:14:43 +00:00
Giorgos Keramidas
5cd9afad91
Trim excessively verbose sentence.
2005-01-07 12:01:11 +00:00
Giorgos Keramidas
98e515c959
The .Fn macro
2005-01-07 11:45:59 +00:00
Giorgos Keramidas
ce4ad10554
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
Giorgos Keramidas
59292cdbeb
The .Fn macro.
2005-01-07 11:39:36 +00:00
Giorgos Keramidas
e40e9de2a8
There is no VFS_INIT(9).
...
Approved by: phk
2005-01-07 11:34:05 +00:00
Giorgos Keramidas
c972b6d8df
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
Giorgos Keramidas
66700df04f
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
Giorgos Keramidas
18746c5893
Fix time-travel bug.
...
Noticed by: krion
2005-01-07 09:00:19 +00:00
Giorgos Keramidas
85ab3df25a
Avoid overusing "these" by breaking a long sentence in 2 smaller ones.
...
MFC after: 3 days
2005-01-07 08:51:10 +00:00
Giorgos Keramidas
2eaf5c1135
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
Giorgos Keramidas
be0ffb7642
Syntax nit.
...
MFC after: 3 days
2005-01-07 08:31:09 +00:00
Colin Percival
bfadd9be1e
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
Giorgos Keramidas
374d072d12
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:33:38 +00:00
Giorgos Keramidas
2757b1cbd1
Use .Fn function_name
...
MFC after: 3 days
2005-01-06 17:25:11 +00:00
Giorgos Keramidas
dea25585a1
Properly cross-reference pccard(4).
...
MFC after: 3 days
2005-01-06 17:19:56 +00:00
Giorgos Keramidas
cd7aa0fa5d
- 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
Giorgos Keramidas
c91b6b9ef2
. 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
Giorgos Keramidas
1aaeeac1e8
. 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
Giorgos Keramidas
bb53ac437b
Use .Fn function_name.
...
MFC after: 3 days
2005-01-06 17:11:56 +00:00
Giorgos Keramidas
85e2993ac6
Add missing .It in list tag.
...
MFC after: 3 days
2005-01-06 17:08:51 +00:00
Giorgos Keramidas
03305517a9
Fix .Nd description and bump document date.
...
MFC after: 3 days
2005-01-06 17:07:57 +00:00
Giorgos Keramidas
c977d004b2
"non-spin" is better with a dash, than without.
2005-01-06 16:16:17 +00:00
Kirill Ponomarev
d966048e7e
Remove trailing spaces.
2005-01-06 11:12:43 +00:00
Tom Rhodes
8318960abd
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
Giorgos Keramidas
b762042dce
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
Warner Losh
da52f590b5
Clarify /*- convention.
2005-01-05 21:27:01 +00:00
Warner Losh
56c7363ae8
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
Kirill Ponomarev
645453dbcc
Remove trailing spaces.
...
Forgotten by: me
2005-01-05 09:52:12 +00:00
Christian Brueffer
7d9c45655d
- 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
Christian Brueffer
e0f104cdd3
- 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
Giorgos Keramidas
002bfa908b
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
Warner Losh
cb08cd5207
There's no longer a wd driver.
2005-01-04 07:28:57 +00:00
Christian Brueffer
977453f7f9
- 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
Christian Brueffer
bac209a543
- list the 3Com 3c920B-EMB-WNM as supported.
...
- bump .Dd
2005-01-03 20:54:29 +00:00
Kirill Ponomarev
f6832a8239
Remove trailing spaces.
...
MFC after: 3 days
2005-01-02 18:26:13 +00:00
Kirill Ponomarev
51daf549e8
Remove trailing spaces.
...
Reviewed by: brueffer
MFC after: 3 days
2005-01-02 18:20:29 +00:00
Christian Brueffer
4c4aad3fd7
Correct .Dd
...
Spotted by: Simon L. "Eagle Eye" Nielsen
2005-01-02 13:56:02 +00:00
Christian Brueffer
0c54bf8e5f
- list the PixelView PlayTV PAK as supported
...
- bump .Dd
Submitted by: Carl Makin <carl@stagecraft.cx>
2005-01-02 12:03:04 +00:00
Christian Brueffer
a6e3bfd9e4
SMC SMC2536W-AG verified as working.
...
MFC after: 3 days
2004-12-29 16:57:11 +00:00
Christian Brueffer
471182e42f
- 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
Gleb Smirnoff
e5f8af4e5c
Document callout_pending() macro.
...
MFC after: 1 week
2004-12-29 08:01:24 +00:00
Joseph Koshy
68ca7644cf
Make an argument name in the synopsis match that in the text. Correct
...
an mdoc error.
2004-12-29 04:29:06 +00:00
Tom Rhodes
ddbb94ad96
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
Max Laier
b9c5f41258
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
Ruslan Ermilov
52dbe95f4d
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
Scott Long
0836ce1970
Document the 2130SLP
2004-12-23 08:05:40 +00:00
Warner Losh
9341ec5cf1
Add OZ711M1
...
Submitted by: Gordon Bergling
2004-12-23 05:32:02 +00:00
Giorgos Keramidas
64f13abc27
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
Peter Pentchev
32e940fe6b
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
Peter Pentchev
e306ffca86
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
Ruslan Ermilov
b5b0bba4df
NOPAM -> NO_PAM
2004-12-21 12:49:24 +00:00
Ruslan Ermilov
8340281fb1
NOIPSEC -> TRACEROUTE_NO_IPSEC
2004-12-21 12:44:20 +00:00
Ruslan Ermilov
cbbdcac72a
NOFORTH -> NO_FORTH
2004-12-21 12:32:15 +00:00
Ruslan Ermilov
f45a5bbda4
NOCLEAN -> NO_CLEAN
...
NOCLEANDIR -> NO_CLEANDIR
2004-12-21 12:21:26 +00:00
Ruslan Ermilov
6495335e69
NOSHARE -> NO_SHARE
2004-12-21 12:13:23 +00:00
Ruslan Ermilov
582ef25f94
NOHTML -> NO_HTML
2004-12-21 12:05:11 +00:00
Ruslan Ermilov
dd991de030
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
Ruslan Ermilov
731db6a428
NOINET6 -> NO_INET6
2004-12-21 10:49:29 +00:00
Ruslan Ermilov
39a855c2a1
NOGAMES -> NO_GAMES
2004-12-21 10:36:54 +00:00
Ruslan Ermilov
a216173556
NOCRYPT -> NO_CRYPT
2004-12-21 10:16:04 +00:00
Ruslan Ermilov
83c7ade90a
NOSHARED -> NO_SHARED
2004-12-21 09:59:45 +00:00
Ruslan Ermilov
00fbd40770
NOFSCHG -> NO_FSCHG
2004-12-21 09:53:14 +00:00
Ruslan Ermilov
2c74b2cb07
NOINSTALLLIB -> NO_INSTALLLIB
2004-12-21 09:51:09 +00:00
Ruslan Ermilov
9a9bc31fbb
NOMLINKS -> NO_MLINKS
2004-12-21 09:44:43 +00:00
Ruslan Ermilov
6260f1d8ee
NOTAGS -> NO_TAGS
2004-12-21 09:43:25 +00:00
Ruslan Ermilov
a399b3b4e3
NOEXTRADEPEND -> NO_EXTRADEPEND
2004-12-21 09:42:10 +00:00
Ruslan Ermilov
ab7a294721
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
Ruslan Ermilov
07736e20e9
NOATM -> NO_ATM
2004-12-21 09:08:06 +00:00
Ruslan Ermilov
f1f6253f4f
NOLIBC_R -> NO_LIBC_R
...
NOLIBPTHREAD -> NO_LIBPTHREAD
NOLIBTHR -> NO_LIBTHR
2004-12-21 09:00:26 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Christian Brueffer
c5f116aa9a
(fast) ethernet -> (Fast) Ethernet
...
MFC after: 3 days
2004-12-21 01:09:34 +00:00
Paul Richards
57e3ff643a
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
Gleb Smirnoff
e9c9b9971b
We have an informative ng_source.4 manpage, which is not installed.
2004-12-19 16:03:06 +00:00
Christian Brueffer
5f1f4b0908
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
Maxim Sobolev
a0d98e42a7
Add FC929X into the list of supported devices.
...
Reminded by: simon
2004-12-18 19:12:06 +00:00
Ralf S. Engelschall
299738e78d
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
Joseph Koshy
26f67c9cae
Document "machdep.hlt_cpus".
...
Reviewed by: ru
2004-12-18 01:13:37 +00:00
Christian Brueffer
9c629c3588
BCM5721 is supported as well.
2004-12-17 23:03:30 +00:00
Ralf S. Engelschall
8747427026
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
Christian Brueffer
fa3f865d01
Modify the name of the supported bluetooth card.
...
Discussed with: emax
2004-12-17 19:01:55 +00:00
Christian Brueffer
703fdea062
- 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
Joseph Koshy
7b01553c1d
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
Kirill Ponomarev
e57fe04667
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
Gleb Smirnoff
db8d970ac4
Bump .Dd
...
Reminded by: ru
2004-12-17 12:59:20 +00:00
Gleb Smirnoff
85432d4065
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
Christian Brueffer
a125287a47
- add a HARDWARE section
...
- several grammar and language fixes
- bump .Dd
MFC after: 3 days
2004-12-17 10:13:02 +00:00
Christian Brueffer
34676354ec
Add missing word.
...
MFC after: 3 days
2004-12-17 09:34:48 +00:00
Christian Brueffer
8925c08f8d
Properly capitalize FireWire
...
MFC after: 3 days
2004-12-17 02:33:42 +00:00
Nate Lawson
af952b363b
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 Hukins
271a1b77c1
Sort driver names alphabetically.
...
MFC after: 1 week
2004-12-16 15:24:53 +00:00
Ruslan Ermilov
08673598db
Reflect the removal of jumbo(9).
2004-12-16 11:19:29 +00:00
Brooks Davis
0db3f4f9c7
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
Makoto Matsushita
d34e6d7401
Typo fix: s/ROOR/ROOT/;
...
PR: docs/75139
Submitted by: Richard Smith
2004-12-16 03:37:32 +00:00
Christian Brueffer
ed59806518
First update for the 5750/5751 chips.
...
MFC after: 3 days
2004-12-15 23:39:57 +00:00
John Baldwin
e8aa0f663b
Document the new flag for disabling the keyboard port test during probe.
2004-12-15 23:01:45 +00:00
Tom Rhodes
99b6fea1af
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
Christian Brueffer
6dea3d0c0b
Bump .Dd before anyone notices.
2004-12-15 09:32:12 +00:00
Christian Brueffer
0862bca4e0
List the Adaptec SCSI RAID 2230SLP.
2004-12-15 09:29:47 +00:00
Tom Rhodes
368e43f7ac
Add options recently added to make.conf.
2004-12-15 02:40:43 +00:00
Christian Brueffer
a05fc47a13
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
Tom Rhodes
e3cd38d295
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 L. B. Nielsen
e0dc6be808
- Add a HARDWARE section which lists supported devices.
...
MFC after: 1 week
2004-12-14 22:20:41 +00:00
Simon L. B. Nielsen
280b1d9fa0
- Add a HARDWARE section which lists supported devices.
...
MFC after: 1 week
2004-12-14 22:07:06 +00:00
Christian Brueffer
c688591367
- Xref fwip(4)
...
- bump .Dd
MFC after: 3 days
2004-12-14 19:57:42 +00:00
Christian Brueffer
14e3326a87
- remove nonexistant "device fwohci"
...
- sort SYNOPSIS devices
- Xref fwe(4)
- bump .Dd
MFC after: 3 days
2004-12-14 19:56:54 +00:00
Nate Lawson
401b484ba2
Add more information about debugging output.
2004-12-14 19:55:54 +00:00
Christian Brueffer
7d6c1b57ac
- 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
Christian Brueffer
31d875e2fe
- Xref fwip(4) and eui64(5)
...
- correct a grammar nit
- bump .Dd
MFC after: 3 days
2004-12-14 19:53:30 +00:00
Christian Brueffer
4d597022c8
fwip(4) supports polling.
...
MFC after: 3 days
2004-12-14 19:27:16 +00:00
Tom Rhodes
2865672368
Some formatting, whitespace and mdoc(7) fixes.
...
Submitted by: A manual page, ru of course.
2004-12-14 18:07:46 +00:00
Simon L. B. Nielsen
fd500d2fe5
- 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 L. B. Nielsen
185634f0c1
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 Konovalov
989a2aae70
Add NetBSD 2.0.
2004-12-14 12:30:43 +00:00
Ruslan Ermilov
2010c542b2
Minor mdoc(7) tweaks, excellent work Nate!
2004-12-14 09:24:48 +00:00
Ruslan Ermilov
7e727eadc4
mdoc(7) nit: Removed redundant .Pp call.
2004-12-14 09:06:44 +00:00
Pyun YongHyeon
e4d2d49b31
Add manual page for snd_audiocs(4).
...
Reminded by: trhodes
MFC after: 1 week
2004-12-14 04:06:04 +00:00
Nate Lawson
edd84e4843
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
Nate Lawson
276cd9216d
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
Warner Losh
93c22173bd
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
Tom Rhodes
fe10ebf1f4
Add kernel_mount.9 and appropriate MLINKS to the build.
2004-12-13 19:29:40 +00:00
Tom Rhodes
610b07d6a3
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 Somers
1f82daa58f
Add ``enable echo''.
2004-12-13 17:54:30 +00:00
Roman Kurakin
e9286c1401
Add information about 4.11 release.
2004-12-12 12:32:50 +00:00
Roman Kurakin
b13a71c0c3
Add Tau-PCI-L(/R) to list of supported hardware.
2004-12-12 11:46:34 +00:00
David E. O'Brien
efa2f9962d
Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim.
2004-12-11 18:36:42 +00:00
Tom Rhodes
cf8f149faf
Date business, update.
2004-12-10 15:27:06 +00:00
Scott Mitchell
cada471235
Add Intel EtherExpress PRO/100 LAN/Modem card to manpage.
...
MFC after: 2 days
2004-12-09 23:13:18 +00:00
Giorgos Keramidas
9bf6f2dd7b
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
Christian Brueffer
7c8c014aad
Fix typos.
2004-12-09 13:57:12 +00:00
Tom Rhodes
28c9aae1f0
Follow the language currently used in the manual page.
...
Submitted by: Michal Mertl <mime@traveller.cz>
2004-12-09 13:48:33 +00:00
Christian Brueffer
61af118148
URL of the data sheet has changed.
...
Obtained from: OpenBSD
2004-12-09 13:27:44 +00:00
Christian Brueffer
3c9bf41de4
Various language tweaks.
...
Obtained from: OpenBSD
2004-12-09 13:11:52 +00:00
Tom Rhodes
002e366180
Wordsmith previous commit and bump document date.
...
Poked by: simon
2004-12-08 18:11:38 +00:00
Sam Leffler
b9def06b29
document m_append
2004-12-08 17:47:49 +00:00
Sam Leffler
014be7fb7e
Updates for revised ath and net80211 support; the new man pages are
...
placeholders for real material.
2004-12-08 17:47:32 +00:00
Tom Rhodes
bb87c37947
Document recently added security.mac.portacl.autoport_exempt tunable.
...
Outraced the speed of doc request: trhodes
2004-12-08 15:58:38 +00:00
Nate Lawson
8844d5efa6
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
Gleb Smirnoff
fc2857ad10
Document route caching, how it can be enabled, and its consequences.
...
Wording by: cperciva
2004-12-06 19:31:35 +00:00
Joseph Koshy
9df1bed3ca
Update prototypes for eventhandler_register() and eventhandler_find_list()
...
to match the code.
2004-12-06 11:30:55 +00:00
Alan Cox
898bd99ea5
This jumbo allocator has been removed from the kernel.
2004-12-06 04:24:17 +00:00
Simon L. B. Nielsen
be9920e44a
DDB_UNATTENDED is now called KDB_UNATTENDED.
...
MFC after: 3 days
2004-12-05 12:48:07 +00:00
Mark Santcroos
53ce39bedf
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 L. B. Nielsen
68a888c4b5
- 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
Joseph Koshy
235b396aa1
Add a manual page for the kernel's EVENTHANDLER facility.
...
Reviewed by: ru
2004-12-03 14:05:55 +00:00
Diomidis Spinellis
7078127540
Clarify the structure element size ordering.
...
Obtained from: OpenBSD style.9 1.38
2004-12-02 23:20:17 +00:00
Garrett Wollman
25ded1c0ae
Fix import conflicts from tzdata2004g.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2004g.tar.gz
2004-12-02 23:01:25 +00:00
Garrett Wollman
25aa026888
Latest timezone data update from Arthur Olson. Most changes are to
...
commentary; only significant change is Cuba, which did not fall back
this year due to an energy shortage.
2004-12-02 22:59:32 +00:00
Christian Brueffer
d6e424e55e
MLINK crypto.4 to cryptodev.4
...
Stumbled upon by: markus
MFC after: 3 days
2004-11-30 16:16:34 +00:00
Ceri Davies
020931b0b6
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
Ruslan Ermilov
e354922c78
MNT_NODEV is deprecated.
2004-11-29 09:56:12 +00:00
Simon L. B. Nielsen
30951caeaf
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
Simon L. B. Nielsen
17ded67ee3
Add Intel RAID Controller SRCS16 and SRCU42X to the list of supported
...
devices.
Submitted by: Samuel Clements <sclements@linkline.com>
2004-11-26 18:45:58 +00:00
Simon L. B. Nielsen
9251efac2e
WITNESS_DDB is now called WITNESS_KDB.
...
MFC after: 3 days
2004-11-26 13:54:56 +00:00
Christian Brueffer
7e7616b644
MLINK vge.4 to if_vge.4
...
MFC after: 3 days
2004-11-24 20:31:30 +00:00
Christian Brueffer
a6c410e72b
Xref polling.4 and bump .Dd
...
MFC after: 3 days
2004-11-24 19:06:43 +00:00
Christian Brueffer
a0ff99a159
Note that 4.11 will be the first 4.x based release to include
...
this driver.
Discussed with: ru
2004-11-24 18:45:46 +00:00
Max Laier
66754ab3f1
Teach periodic(8) security output to display information about blocked
...
packet counts by pf(4).
This adds a ``daily_status_security_pfdenied_enable'' variable to
periodic.conf, which defaults to ``YES'' as the matching IPF(W) versions.
The output will look like this (line wrapped):
pf denied packets:
> block drop log on rl0 proto tcp all [ Evaluations: 504986 Packets: 0
Bytes: 0 States: 0 ]
> block drop log on rl0 all [ Evaluations: 18559 Packets: 427 Bytes: 140578
States: 0 ]
Submitted by: clive (thanks a lot!)
MFC after: 2 weeks
2004-11-24 18:41:53 +00:00
Robert Watson
6f00fa1397
Link critical_enter.9 to critical.9 to make it easier to find.
2004-11-24 18:03:52 +00:00
Gleb Smirnoff
a1cc90233c
Add missed 'the'.
...
Submitted by: ru
2004-11-23 12:54:44 +00:00
Gleb Smirnoff
75272f1cf7
Document new changes:
...
- how node listens to flow control messages
- how node sends flow control messages
Reviewed by: ru
MFC after: 1 week
2004-11-23 12:27:09 +00:00
Simon L. B. Nielsen
e034d09527
Bump documentation date for last commit, before I get poked by ru
...
for forgetting it.
2004-11-23 10:56:45 +00:00
Simon L. B. Nielsen
bf54f484df
Add Dell PERC 4e/Di and Dell PERC 4e/Si to the list of supported
...
devices.
Submitted by: Muthu_T@Dell.com
MFC after: 3 days
2004-11-23 10:47:08 +00:00
David Schultz
40ca336b7c
Remove some information that only applies to the old a.out core dump format.
2004-11-22 03:15:21 +00:00
Max Laier
ed0cf68945
Commit ALTQ-patch for ed(4).
...
Requested and tested by: pav
MFC after: 1 week
2004-11-21 02:42:09 +00:00
Robert Watson
2d3cb56d97
Word choice fix; use .Fn for non-.Xr functions.
...
Submitted by: ru
2004-11-21 00:24:21 +00:00
Christian Brueffer
13690f3b2f
The ixgb(4) driver actually first appeared in 5.3 (was merged to RELENG_4
...
after 4.10).
MFC after: 3 days
2004-11-20 03:10:35 +00:00
Christian Brueffer
13584ccbaf
Small correction in the HISTORY section:
...
The hptmv driver appeared in 5.3, not 5.4.
MFC after: 3 days
2004-11-20 02:43:10 +00:00
Joseph Koshy
0252ce1723
Bring signal(9) in sync with -current.
...
Reviewed by: ru (mdoc changes)
2004-11-20 02:11:42 +00:00
Bjoern A. Zeeb
5336906fe3
Document NO_NIS variable.
...
Submitted by: Pawel Worach <pawel dot worach at telia dot com>
Approved by: rwatson (mentor)
MFC after: 1 week
2004-11-19 22:23:57 +00:00
David E. O'Brien
6bdbe99c0d
Man page for the HighPoint RocketRAID 182x driver.
...
Forgotten by: scottl
2004-11-19 18:24:51 +00:00
David E. O'Brien
21fc3b7b6a
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 17:31:31 +00:00
Simon L. B. Nielsen
cd77596356
- Fix typo in portaudit reference.
...
- Bump document date for last commit.
Pointed out by: ceri, ru
Pointy hat to: simon
2004-11-19 11:44:26 +00:00
David E. O'Brien
6949461a18
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
2004-11-19 03:51:12 +00:00
David E. O'Brien
9a1c2d0bf9
Add the the Allied Telesyn AT-2700 familly.
2004-11-19 03:47:01 +00:00
Robert Watson
1317240bac
Add a couple of summary paragraphs at the head of mbuf_tags(9) to
...
indicate how m_tags might be used, and what their high level properties
are. This may help developers using tags get a more clear picture
before delving into the technical details of ABI cookies and API calls.
Suggested by: Rene de Vries <rene at canyon dot xs4all dot nl>
2004-11-18 23:01:07 +00:00
Simon L. B. Nielsen
949f900d46
- Document the DISABLE_VULNERABILITIES knob.
...
- Don't say this manual page is too long, it's not that long.
- s/man page/manual page/g
MFC after: 3 days
2004-11-18 19:40:00 +00:00
Joseph Koshy
303c42c0c3
Cross-reference signal(9).
2004-11-18 02:06:17 +00:00
Christian Brueffer
aa1eb2d301
- list D-Link DFE-528TX as supported
...
- correct whitespace in a few entries
- remove some doubt from the D-Link DFE-538TX entry
- bump .Dd
MFC after: 3 days
2004-11-17 22:51:46 +00:00
Christian Brueffer
973b9e347b
s/3COM/3Com/
...
MFC after: 3 days
2004-11-17 21:39:40 +00:00
Christian Brueffer
2b2092c655
List the LevelOne GNC-0105T (8169S) as supported and bump .Dd
...
MFC after: 3 days
2004-11-17 21:39:06 +00:00
John Baldwin
1f25113f2e
Remove some references to I386_CPU and 80386 CPUs.
2004-11-16 21:22:09 +00:00
John Baldwin
e1be1a8e8f
No need to add I386_CPU to CFLAGS here for 80386 systems as they are no
...
longer supported.
2004-11-16 21:12:47 +00:00
Maksim Yevmenkin
4be53bac42
mdoc police: use .Xr read 2 instead of .Fn read
2004-11-16 17:24:49 +00:00
Maksim Yevmenkin
6e81ac21f3
Add vkdb(4) man page and connect vkbd(4) to the build.
2004-11-16 17:19:04 +00:00
Anton Berezin
ca298e5594
Use comma instead of a single quote as the decimal point separator for
...
eu_ES.* locales.
Discussed with: "J. Vicente Carrasco -Bixen- " <carvay@tikismikis.org>,
the eu_ES.* locales submitter, tjr
2004-11-16 14:58:20 +00:00
Yaroslav Tykhiy
19e1bfc764
BUGS should stay below SEE ALSO.
...
Pointed out by: ru (wearing the mdoc(7) police hat on his head)
2004-11-15 16:38:37 +00:00
Yaroslav Tykhiy
cb7d015e22
Mention in the BUGS section that EVFILT_NETDEV events
...
on vlan(4) will be noticed only if the parent uses miibus(4).
Pointed out by: John-Mark Gurney <gurney_j -at- resnet.uoregon.edu>
2004-11-15 14:33:17 +00:00
Bjoern A. Zeeb
6c58990d47
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
...
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
2004-11-13 20:40:32 +00:00
Philip Paeps
118fd13167
Reflect the cuaa->cuad namechange in documentation.
...
Might as well do them all while I'm at it :-)
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-11-13 00:09:19 +00:00
Philip Paeps
d0139887c9
Update moused(8) and mouse(4) to reflect the cuaa->cuad name change.
...
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-11-12 23:59:24 +00:00
Christian Brueffer
12beeca875
sf(4) supports altq
...
MFC after: 2 weeks
2004-11-12 18:13:54 +00:00
Ruslan Ermilov
212acbef3a
Install precious programs with -S.
2004-11-12 13:24:34 +00:00
Warner Losh
cf1f7ce2f1
Document PORTS_MODULES variable.
2004-11-12 00:01:07 +00:00
Christian Brueffer
7ac5da6c01
Several language fixes
...
MFC after: 3 days
2004-11-11 22:52:26 +00:00
David E. O'Brien
96b8536954
Compiling with 'strict-aliasing' optimization breaks some [notable] ports.
...
GCC turns on 'strict-aliasing' optimization at all levels above -O[1], so
explicitly turn it off when using compiling with the -O2 optimization level.
2004-11-11 01:09:56 +00:00
Christian Brueffer
193397f467
sf(4) supports polling now
...
MFC after: 2 weeks
2004-11-10 23:31:15 +00:00
Giorgos Keramidas
16c2bf8bfb
Revert the noexec,nosuid,nodev options for md /tmp file systems, since
...
the change in the default behavior may break existing, working setups.
Requested by: brooks
2004-11-09 21:33:19 +00:00
Nate Lawson
c21dc67bea
Update the manpage for acpi_panasonic for new models supported.
...
Submitted by: OGAWA Takaya
MFC after: 1 day
2004-11-09 18:07:20 +00:00
Christian Brueffer
c6dc77e0fe
Bump document date
...
Reminded by: ru
2004-11-09 11:50:17 +00:00
Giorgos Keramidas
7e3bed5b6d
Bump document date for the {tmp,var}mfs_flags change.
2004-11-09 10:15:59 +00:00
Giorgos Keramidas
8cfaa2f1f1
Add two new rc.conf options: tmpmfs_flags and varmfs_flags.
...
These can be used to pass extra options to the mdmfs(8) utility,
to customize the finer details of the md file system creation
(i.e. to turn on/off softupdates, to specify a default owner for md
filesystem, etc).
Use these two new flags to mount tmpmfs and varmfs without
softupdates, since it doesn't make much sense to use SU on
malloc-backed file systems.
Reviewed by: mtm
Inspired by: J. D. Bronson, jbronson at wixb dot com
2004-11-09 10:03:17 +00:00
Nate Lawson
75478544cb
Add info about some systems that refuse to switch via sysctl.
...
MFC after: 1 day
2004-11-09 04:42:14 +00:00
Christian Brueffer
4a2adfb88a
D-Link DFE-580TX is supported
...
MFC after: 3 days
2004-11-08 22:41:58 +00:00
Christian Brueffer
23621a3aa3
Remove if_gx.4 MLINK, also add one for if_cnw.4
2004-11-08 20:15:24 +00:00
Christian Brueffer
32a5026541
gx(4) is gone, remove any references
2004-11-08 20:06:40 +00:00
Christian Brueffer
0d8e87c722
gx(4) is gone, reference em(4) instead
2004-11-08 20:05:51 +00:00
Christian Brueffer
bd58bf2942
gx(4) is gone, remove any references
2004-11-08 19:52:21 +00:00
Christian Brueffer
a5e239ce13
The gx driver is gone, kill the manpage as well.
2004-11-08 19:47:36 +00:00
John Baldwin
39fb485701
Catch up to rev 1.52 of sys/kern/kern_condvar.c. cv_signal() and
...
cv_broadcast() no longer require that the interlock mutex be held when
called.
Reminded by: das
2004-11-08 18:15:11 +00:00
Philip Paeps
9923cf221b
Add support for gadgets on Asus L4R and M6R notebooks.
2004-11-08 16:54:26 +00:00
Christian Brueffer
91d899451b
Avoid second person usage.
...
Obtained from: OpenBSD
MFC after: 1 week
2004-11-07 13:40:27 +00:00
Hiroki Sato
1327f24b9e
Fix the release date of 5.3-RELEASE.
2004-11-07 03:55:47 +00:00
Mike Makonnen
62c6349153
Sync description of IP portrange sysctls with reality.
...
MFC after: 2 weeks
2004-11-06 13:24:53 +00:00
Philip Paeps
35ba0a32fb
Sync acpi_asus(4) manual with reality.
2004-11-05 08:03:34 +00:00
Ruslan Ermilov
cf2dbd86b1
Sync up with gdbinit.vinum removal.
...
OK'ed by: phk
2004-11-04 14:47:15 +00:00
Ruslan Ermilov
371e19faf6
Sync up with vinum(8) and rc.d/vinum removal.
...
OK'ed by: phk
2004-11-04 13:33:29 +00:00
Poul-Henning Kamp
0f7d7a368a
Remove references to NO_VINUM
2004-11-04 12:57:40 +00:00
Bruce M Simpson
fa967069e0
Fix markup: .Dv -> .Va
...
Update document dates.
Prodded by: ru
2004-11-04 08:29:28 +00:00
Bruce M Simpson
dc00ca0e43
Document the fact that the flags for a FreeBSD kernel routing table
...
entry are documented in the page for route(8), not route(4).
Sponsored by: eXtensible Open Router Project <URL:http://www.xorp.org/ >
MFC after: 3 weeks
2004-11-04 02:13:15 +00:00
Ruslan Ermilov
dee651eb15
Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar
...
to PRECIOUSLIB from bsd.lib.mk. The side effect of this
is making installing the world under jail(8) possible by
using another knob, NOFSCHG.
Reviewed by: oliver
2004-11-03 18:01:21 +00:00
Andre Oppermann
c94c54e4df
Remove RFC1644 T/TCP support from the TCP side of the network stack.
...
A complete rationale and discussion is given in this message
and the resulting discussion:
http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706
Note that this commit removes only the functional part of T/TCP
from the tcp_* related functions in the kernel. Other features
introduced with RFC1644 are left intact (socket layer changes,
sendmsg(2) on connection oriented protocols) and are meant to
be reused by a simpler and less intrusive reimplemention of the
previous T/TCP functionality.
Discussed on: -arch
2004-11-02 22:22:22 +00:00
Maksim Yevmenkin
4fd9a9b73f
Serial devices now called /dev/cuadXX not /dev/cuaaXX
2004-11-02 20:06:33 +00:00
Hartmut Brandt
fbf06e9863
Add a man page for the NgATM helper module ngatmbase.
...
Requested by: Ulrich Spoerlein <q@uni.de>
2004-11-02 10:46:28 +00:00
Maxim Konovalov
310814ced9
Add OpenBSD 3.6.
2004-11-02 09:40:57 +00:00
Mike Makonnen
86bade2751
Do a better job of supporting more than one mouse device
...
on the system.
To start/stop/check on a specific device give the device name as
the second argument to the script:
# /etc/rc.d/moused start ums0
To use different rc.conf(5) knobs with different mice use the device
name as part of the knob. For example, if the mouse device is ums0, then:
moused_ums0_enable=yes
moused_ums0_flags="-z 4"
moused_ums0_port="/dev/ums0"
Starting rc.d/moused without the device argument will use the standard
moused_* flags. So, this commit should not disrupt or change current usage.
To preserve current behaviour with respect to usb mice, which appear
automatically when inserted, there is a new knob, moused_nondefault_enable,
which will treat any devices without rc.conf knobs as enabled.
To minimize knobs in /etc/rc.conf, the device file and pid file are
auto-computed, so that in the typical case for a usb mouse you don't
need to add anything extra in /etc/rc.conf to get it working.
Additionally, this updates /etc/usbd.conf to use the rc.d/moused script so
people don't have to modify it to configure their usb mouse anymore.
MFC after: 1 month
2004-11-01 18:05:41 +00:00
Max Laier
c58d025512
des added bge(4) support.
2004-11-01 11:43:07 +00:00
Pawel Jakub Dawidek
1f8197cf4d
Allow to change interfaces name on boot time.
...
Now, one should be able to put something like this into /etc/rc.conf:
ifconfig_fxp0_name="net0"
ifconfig_net0="inet 10.0.0.1/16"
Reviewed by: green
2004-10-30 13:44:06 +00:00
Lukas Ertl
3aa6430f78
Document support for the B&B Electronics USB->RS422/485 adapter.
...
Bump document date.
2004-10-30 09:25:11 +00:00
Warner Losh
58562ff20c
Document that libkvm requires device mem to work.
2004-10-26 21:11:06 +00:00
Bruce M Simpson
f674e945aa
Correct a misspelling, 'task_fn' -> 'task_fn_t'.
...
Noticed by: sah at softcardsystems dot com
MFC after: 3 days
2004-10-26 17:14:45 +00:00
Dag-Erling Smørgrav
ecdb24f5d3
Switch the default CFLAGS to -O2 -pipe.
...
Submitted by: obrien
2004-10-25 20:04:50 +00:00
Robert Watson
9d6c85734d
Mention fdescfs(5) and why it might be useful.
...
MFC after: 1 week
Suggested by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2004-10-24 19:44:23 +00:00
Ruslan Ermilov
8bf62bdadb
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 16:20:59 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Ruslan Ermilov
88348311f3
There's no such knob as WERROR.
2004-10-24 14:55:35 +00:00
Scott Long
5eded4f3d0
Update the family tree for FreeBSD 5.3
2004-10-24 10:09:20 +00:00
Scott Long
6d0873dadb
Update for 5-STABLE.
2004-10-24 09:07:06 +00:00
Andre Oppermann
bf59255f44
o Remove entire section talking about RTF_PRCLONING that got nuked in 5.2
...
already.
o Better description of IP fastforwarding. It can do the full thing now
including firewalling.
o Reword the description of ICMP redirects.
o Add references to route(4) and pfil(9).
2004-10-23 18:45:53 +00:00
Andre Oppermann
27f15752ff
Rephrase certain centences and sync description of default values to reality.
2004-10-23 18:37:23 +00:00
Andre Oppermann
7855ddfc16
Bump document date that was forgotten in the last commit.
...
Reminded by: ru
2004-10-23 18:35:35 +00:00
Max Laier
faf58d1493
Mention pf.conf(5), pfctl(8) and pflogd(8) as ADDITIONAL READINGs.
...
Requested by: Chris Laverdure <dashevil sympatico ca>
2004-10-23 15:05:46 +00:00
Gleb Smirnoff
762724b3f7
Make documentation up to date with recent changes.
...
Reviewed by: ru
2004-10-23 11:14:30 +00:00
Andre Oppermann
e3030ee41e
IPDIVERT will automatically load ipdivert.ko if not compiled into the
...
kernel.
2004-10-22 23:07:52 +00:00
Andre Oppermann
24fc79b0a4
Refuse to unload the ipdivert module unless the 'force' flag is given to kldunload.
...
Reflect the fact that IPDIVERT is a loadable module in the divert(4) and ipfw(8)
man pages.
2004-10-22 19:12:01 +00:00
Scott Long
0f3a007844
Correct and clarify some very incorrect text.
2004-10-22 05:21:20 +00:00
Scott Long
ffde6d1fe4
Document the 21610SA card.
2004-10-22 04:17:28 +00:00
Giorgos Keramidas
8e8b31001c
Bump the document date, s/filesystem/file system/ and add missing word.
...
Noticed by: ru
2004-10-20 19:05:50 +00:00
Giorgos Keramidas
6e1b2264bd
Introduce root_rw_mount as a new variable in defaults/rc.conf to
...
unbreak /etc/rc.d/root for diskless systems that get their root
filesystem from a read-only NFS mount.
PR: conf/72927
Submitted by: Ralf Wenk <RZ-FreeBSD1004@fh-karlsruhe.de>
Reviewed by: brooks
2004-10-20 16:58:28 +00:00
Ruslan Ermilov
09a25e1fb1
- Removed the .CURDIR/.OBJDIR magic, it is not necessary here.
...
- Let the built-in sys.mk rule produce the "yearistype" script.
- Install zone files with mode 444 (now that the -m option of
zic(8) has been fixed).
2004-10-19 20:38:49 +00:00
David E. O'Brien
d41f6f569c
Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU"
...
to determine if they should select code paths suitable for the 80386 CPU.
Suggested by: ru
2004-10-19 17:25:33 +00:00
David E. O'Brien
a8e792d295
Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].
...
Also catch up with RCng.
Reviewed by: phk
2004-10-18 21:31:05 +00:00
Ruslan Ermilov
4325be53b0
Utilize FILES and SYMLINKS.
2004-10-18 08:54:17 +00:00
Garrett Wollman
eda0700e69
MFV tzdata2004e
...
Users in Brazil and Argentina should run tzsetup(8).
Obtained from: Arthur David Olson
MFC after re approval
2004-10-18 00:03:52 +00:00
Garrett Wollman
00cb26c6f9
Latest timezone database from Arthur Olson. Updates in this round:
...
Current or prospective timestamps: Georgia, Uruguay, Argentina, and Brazil
Historial timestamps and/or commentary: Malaysia, Mongolia, Singapore,
Peru, Russua, Israel, United States, Canada
Changes in Argentina and Brazil have created several new time zone regions.
Users are encouraged to rerun tzsetup(8), even if current times appear
correct, to ensure that future times will be interepreted correctly.
Obtained from: Arthur Olson, ftp://elsie.nci.nih.gov/pub/tzdata2004e.tar.gz
2004-10-17 23:55:07 +00:00
Garrett Wollman
0c001807f5
This commit was generated by cvs2svn to compensate for changes in r136632,
...
which included commits to RCS files with non-trunk default branches.
2004-10-17 23:55:07 +00:00
Giorgos Keramidas
ae4d5e2921
The populate_var variable checks /var for writability, not /tmp.
...
Noticed by: Alan Gerber <agerber@ncsu.edu>
2004-10-17 13:19:10 +00:00
Ruslan Ermilov
2d64752c46
Utilize FILES and SYMLINKS.
2004-10-17 10:49:30 +00:00
Ruslan Ermilov
ec3bd973b7
Utilize FILES and SYMLINKS.
2004-10-17 09:48:23 +00:00
David E. O'Brien
ffea66bce5
Catch up with share/mk/bsd.cpu.mk revision 1.43.
2004-10-17 05:36:20 +00:00
David E. O'Brien
73c7393a9b
Embellish the AMD64 sections a little. Including supporting 'nocona'.
2004-10-17 05:19:45 +00:00
David E. O'Brien
d5a538f65f
+ Simplify by treating the standard x86 CPU names as the CPUTYPE vs.
...
treating them as an alias. Treat the shorthand versions as aliases.
+ Separate the x86 GCC CPU CFLAGS from the ICC CFLAGS. This greatly
simplifies the GCC section. It also makes it more clear which CPU's
have the same ICC CPU CFLAGS.
+ Remove redundancy in the alpha section.
+ Add forgotten ICC CPU CFLAGS for the mobile Intel CPU's added in rev. 1.42.
2004-10-17 05:08:29 +00:00
Lukas Ertl
5e7d6c16fb
Update manpage for the Vodafone Mobile Connect 3G datacard. Bump
...
document date.
Reminded by: simon
2004-10-16 21:36:19 +00:00
Ruslan Ermilov
21874342d6
Install files with mode 444, as God intended.
2004-10-16 20:52:32 +00:00
Ruslan Ermilov
e09c36dd46
Utilize FILES and SYMLINKS.
2004-10-16 20:42:18 +00:00
Ruslan Ermilov
495eba5429
Utilize FILES and SYMLINKS, other simplifications.
2004-10-16 19:51:34 +00:00
Yaroslav Tykhiy
7c5efe3671
Fix an ancient typo: sc' usually equals ns*nt', not `nc*nt'
...
(the latter is actually the total number of tracks on the disk,
which has no field in disktab(5).)
MFC after: 1 week
2004-10-16 08:36:28 +00:00
Ruslan Ermilov
17c6b5af7f
Overdue removal of COMPAT* knobs.
2004-10-15 08:51:12 +00:00
Giorgos Keramidas
6f0a55dabc
Add the necessary magic to make the thousands separator work for
...
floating-point formats in the Greek locale. This allows printing
numbers with the ' format modifier, like this:
$ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000
1.024.000,000
Reviewed by: das
2004-10-13 22:12:59 +00:00
Ruslan Ermilov
a4e6ad0a4a
- Utilize standard means for installing files and symlinks.
...
- Simplify the symlink list construction by implementing a
generic mechanism to map LC_MONETARY files from one locale
to another, possibly with a different <lang>_<territory>
components of the locale name. Example:
ENCODING-1_ENCODING-2= fo_BA fo_FO:ba_BA
in Makefile will result in the following symlinks:
fo_BA.ENCODING-1/LC_MONETARY -> fo_BA.ENCODING-2/LC_MONETARY
fo_FO.ENCODING-1/LC_MONETARY -> ba_BA.ENCODING-2/LC_MONETARY
- Install LC_MONETARY files with mode 444.
- While here, fixed trashing of the sr_YU.UTF-8/LC_MONETARY
file by a symlink, and removed one duplicate symlink.
2004-10-13 15:47:02 +00:00
Maxim Konovalov
1e44bdd152
s/Oct /October/
...
Pointed out by: ru
2004-10-13 12:05:33 +00:00
Christian Brueffer
43b42e0a71
- D-Link DFE-500TX verified to work
...
- remove the 'Asante' entry which isn't very helpful
2004-10-13 11:03:50 +00:00
Maxim Konovalov
440eb923d0
Bump the date of the document.
2004-10-13 08:14:41 +00:00
Pyun YongHyeon
e69a354ab7
mdoc(7) police:
...
.Dt should have a third argument.
new sentence should start on its own line.
use precise width specifier.
Add AUTHORS section and correct device name to /dev/led/auxioled.
Approved by: jake (mentor)
Pointed by: ru
2004-10-13 05:15:41 +00:00
Maksim Yevmenkin
6f4006f1f5
ooops.. vkbd(4) should not have been committed
2004-10-12 23:38:22 +00:00
Maksim Yevmenkin
6294d96a7c
ng_ubt(4) no longer provides device nodes interface. Update the
...
man page to document this.
MFC after: 3 days
2004-10-12 23:35:34 +00:00
John-Mark Gurney
9bbca8b002
update document date
...
Reminded by: ru (a few weeks ago)
2004-10-12 21:43:03 +00:00
Maxim Konovalov
4dfcafe73a
Document net.inet.tcp.sack.initburst sysctl.
2004-10-12 13:52:46 +00:00
Bruce M Simpson
e023b6f919
Add mode page 0x1b, "Removable Block Access Capacities". This mode page is
...
implemented by USB floppy devices using the UFI command set.
Reviewed by: ken, scottl
Source: USB Mass Storage UFI Specification v1.0
MFC after: 2 weeks
2004-10-12 08:51:04 +00:00
Joseph Koshy
9bd82b5c5d
Add a manual page for hashinit(9), hashdestroy(9) and phashinit(9).
...
Reviewed by: ru
2004-10-12 02:36:24 +00:00
Joseph Koshy
1bd2c518ef
Use the "normal form" for copyright text.
2004-10-12 02:04:11 +00:00
Gleb Smirnoff
bb978628ec
- Document RT_[UN]LOCK, RT_ADDREF, RT_REMREF.
...
- Describe how RT_FREE actually works.
Grammar check: ru
Reviewed by: sam
MFC after: 1 month
2004-10-11 20:48:36 +00:00
Brian Feldman
dd44434547
s/ENOBUF/ENOBUFS/
2004-10-11 18:40:50 +00:00
Christian Brueffer
244f89ea5d
vge(4) supports polling
2004-10-11 13:27:44 +00:00
Gleb Smirnoff
8c4a75be4a
Revert last commit since it breaks API.
...
Requested by: sam
2004-10-10 09:16:48 +00:00
Gleb Smirnoff
42c5607501
Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()
...
and make it visible (same way as in OpenBSD). Describe usage in manpage.
This change is useful for creating custom free methods, which
call default free method at their end.
While here, make malloc declaration for mbuf tags more informative.
Approved by: julian (mentor), sam
MFC after: 1 month
2004-10-09 13:25:19 +00:00
Pyun YongHyeon
e60fc88fa6
Port NetBSD auxio driver. The driver was modified to use led(4) and can
...
be used to announce various system activity.
The auxio device provides auxiliary I/O functions and is found on various
SBus/EBus UltraSPARC models. At present, only front panel LED is
controlled by this driver.
Approved by: jake (mentor)
Reviewed by: joerg
Tested by: joerg
2004-10-09 07:31:03 +00:00
Giorgos Keramidas
a7721a3695
Use a real (and compact) list for a filename list; this helps groff
...
split the lines in more reasonable places too, both in tty/ps output.
MFC after: 3 days
2004-10-08 20:44:49 +00:00
Giorgos Keramidas
52572ac9ff
To avoid pushing the paragraph text too far from the left border, making
...
line-splitting extremely difficult for groff, indent the .Bl items by
the standard `indent' length instead of an indent large enough to hold
the maximal tag name.
Reviewed by: ru
MFC after: 3 days
2004-10-08 20:31:33 +00:00
Giorgos Keramidas
2393bd4288
Close a .Bl list with an .El to fix a groff warning.
2004-10-08 20:22:55 +00:00
Giorgos Keramidas
0f8351becc
Fix an mdoc warning:
...
Using a macro as first argument cancels effect of .Li (#2984 )
MFC after: 3 days
2004-10-08 13:50:18 +00:00
Max Laier
85bba4455a
Change pfil starvation prevention from fail-open to fail-close.
...
We return ENOBUF to indicate the problem, which is an errno that should be
handled well everywhere.
Requested & Submitted by: green
Silently okay'ed by: The rest of the firewall gang
MFC after: 3 days
2004-10-08 12:07:20 +00:00
Gleb Smirnoff
6534d075cc
- sort struct rtentry fields in man page in some order as they are in struct
...
- remove RTF_PRCLONING
- add rt_mtx field
- rename rt_metrics -> rt_metrics_lite
- mention that only 3 metrics are really used in rt_metrics_lite
Reviewed by: ru, andre
2004-10-08 09:57:12 +00:00
Gleb Smirnoff
d7e6966d45
Add more MLINKS for rtalloc.9
...
Approved by: ru
2004-10-08 09:52:56 +00:00
Gleb Smirnoff
5428d18c74
More grammar cleanups from MDocGuard^WRuslan.
2004-10-08 09:52:00 +00:00
Brian Feldman
d9a471132b
Mention the dc(4) driver's support, and ipfw(8)'s classifier support.
2004-10-08 03:33:31 +00:00
Doug Barton
b04e39c493
1. Incorporate most of Ruslan's improvements to where and how the
...
/etc/namedb symlink is created.
2. Incorporate Brian's suggestion to make the link relative. This
is necessary to handle situations (such as mergemaster) where the
user is building a tree in a seperate environment. This will also
fix the problem with the way DESTDIR is set in 'make release'.
3. Add a new knob, NO_BIND_MTREE, as suggested by the folks who
already have stuff in /var/named that they don't want me to mess with.
4. Update make.conf(5) with the new stuff, and correct a few paths
that have changed since I last updated it.
2004-10-08 00:14:28 +00:00
Max Laier
d32ae37c3b
Remove obsolete references to PFIL_HOOKS and RANDOM_IP_ID
...
MFC after: 1 days
2004-10-07 20:49:52 +00:00
Warner Losh
085a2b4010
Ooops. Forgot the man page for pbio.4 in my port from RELENG_4.
2004-10-07 16:25:21 +00:00
Mike Makonnen
028a5b9259
F
2004-10-07 14:06:23 +00:00
Max Laier
f6b2c4eca5
Add a minimal altq.4 manpage to tell about the kernel options and where to
...
find more information. Also move the "SUPPORTED DEVICES" section from altq.9
to altq.4, where is belongs.
Requested by: green
MFC after: 2 days
2004-10-07 12:10:25 +00:00
Gleb Smirnoff
650c2669ee
Mdoc and grammar fixes.
...
Submitted by: ru
2004-10-07 10:59:09 +00:00
Gleb Smirnoff
729df1bb28
- note that RTF_PRCLONING is obsoleted
...
- explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1()
and rtfree(), RTFREE().
Reviewed by: andre (1.5 months ago)
OK'd by: ru
2004-10-07 10:14:23 +00:00
Dag-Erling Smørgrav
1af0547f8b
Add support for Pentium M, Pentium 3M and Pentium 4M.
...
PR: i386/72340
Submitted by: Rong-En Fan <rafan@infor.org>
MFC after: 2 weeks
2004-10-07 09:56:48 +00:00
Nate Lawson
287460e87c
Update the man page with new info about overriding your DSDT.
...
MFC after: 3 days
2004-10-05 20:42:16 +00:00
Sheldon Hearn
6299d42bf4
Regen:
...
* Hart: rev 494 of pcidevs.txt (2004-09-02)
* Boemler: vendors.txt (2004-09-30)
Approved by: re (hrs)
2004-10-05 20:10:35 +00:00
Warner Losh
b91bb9a513
Add note about regulatory domains to avoid confusion.
...
Reviewed by: sam@
2004-10-05 19:27:40 +00:00
Yaroslav Tykhiy
0b01f6e832
Bump the date.
...
Reminded by: ru
2004-10-04 15:54:56 +00:00
Joseph Koshy
6febaa3aff
Mutually cross-reference sysexits(3) and err(3). Add text to err(3)
...
recommending that the standard exit codes in sysexits(3) be used.
Reviewed by: ru
2004-10-04 14:04:37 +00:00
Yaroslav Tykhiy
12f8dc31e0
Document that vlan(4) requires miibus(4) now.
2004-10-04 13:57:44 +00:00
Simon L. B. Nielsen
be0a655e77
Add a SYNOPSIS section for io(4), mem(4), or random(4), since they are
...
now optional devices.
MFC after: 1 week
2004-10-03 13:14:20 +00:00
MIHIRA Sanpei Yoshiro
75ae80d334
Add a HARDWARE section which lists supported devices.
...
EPSON GT-8400UF(This product is same device id, 0x011f
as EPSON Perfection 1670 scanner)
PR: [FreeBSD-users-jp 81081]
Submitted by: TOKIO Yukiya <yukiya@ee.t-kougei.ac.jp>
MFC after: 3 days
2004-10-03 09:10:15 +00:00
Max Laier
2f510328e4
dc(4) is now supported as well. While here sort the list and remove awi,
...
which isn't yet supported.
2004-10-01 20:44:48 +00:00
Ruslan Ermilov
c33bd5d626
Install precious shared libraries with -S.
...
Prodded by: Xin LI
2004-10-01 07:57:02 +00:00
Doug Barton
e454060990
Update descriptions of named-related knobs.
2004-09-30 20:38:30 +00:00
Philip Paeps
7327755fe8
Document the Synaptics tunable. While I'm here, also mention the
...
synapticshw_t structure and the MOUSE_SYN_GETHWINFO ioctl() which
reads it.
MT5 candidate
Approved by: njl
2004-09-30 06:18:29 +00:00
Tom Rhodes
9ccab60d32
Document the latest changes to src/etc/defaults/rc.conf.
...
Bump document date.
2004-09-29 07:08:52 +00:00
Brooks Davis
7cfd02d973
Update the list of files involved in diskless booting.
...
Reminded by: pjd
2004-09-29 05:28:48 +00:00
Max Laier
d6a8d58875
Add an additional struct inpcb * argument to pfil(9) in order to enable
...
passing along socket information. This is required to work around a LOR with
the socket code which results in an easy reproducible hard lockup with
debug.mpsafenet=1. This commit does *not* fix the LOR, but enables us to do
so later. The missing piece is to turn the filter locking into a leaf lock
and will follow in a seperate (later) commit.
This will hopefully be MT5'ed in order to fix the problem for RELENG_5 in
forseeable future.
Suggested by: rwatson
A lot of work by: csjp (he'd be even more helpful w/o mentor-reviews ;)
Reviewed by: rwatson, csjp
Tested by: -pf, -ipfw, LINT, csjp and myself
MFC after: 3 days
LOR IDs: 14 - 17 (not fixed yet)
2004-09-29 04:54:33 +00:00
John-Mark Gurney
2157b8d690
document the limit on jumbo frame size..
...
MFC after: 5 days
2004-09-28 18:24:19 +00:00
Doug Barton
2a61444749
1. Add much finer granularity to the NO_BIND knobs with the addition of:
...
NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS.
2. Make creation of directories in /usr/include that are only needed
in the WITH_BIND_LIBS case conditional.
Reviewed by: ru, des
2004-09-27 08:23:43 +00:00
Alan Cox
c97680825c
Add cross references to vm_map_entry_resize_free.9.
...
Submitted by: Mark W. Krentel
2004-09-27 05:44:28 +00:00
Alan Cox
af3db1449f
Document the O(log n) algorithm for finding free space.
...
Submitted by: Mark W. Krentel
2004-09-27 04:22:41 +00:00
Alan Cox
0a7c173775
Document the flags field.
...
Submitted by: Mark W. Krentel
2004-09-27 03:59:36 +00:00
Simon L. B. Nielsen
1a7cf6134e
- Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
- Update some text to fit better now that this driver support
multiple different device types.
MFC after: 3 days
2004-09-26 19:03:45 +00:00
Simon L. B. Nielsen
13c133ac06
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-26 13:38:38 +00:00
Ruslan Ermilov
9684333e54
Get rid of obsolete MAN[0-9] syntax.
2004-09-26 09:25:03 +00:00
Dag-Erling Smørgrav
864fe1ec99
Bump document date.
2004-09-25 11:43:08 +00:00
Doug Barton
316220f826
Ruslan teaches me yet another useful fact. "Please sort these lexically"
...
does NOT mean in Unix-caps-first order.
2004-09-25 09:11:39 +00:00
Doug Barton
3a67cb3bb1
Install the documentation for bind9, and remove the /usr/share/doc/bind
...
directory from mtree while we're at it.
Help, advice, and code from: ru, des
2004-09-25 00:42:38 +00:00
Tom Rhodes
5f892a7ff0
Fix build in the !NOATM case by using the begemot library in place of
...
using libisc which was a part of BIND8.
Discussed with: des, re, dougb
Submitted by: harti (one part)
Reviewed by: harti (previous version)
2004-09-24 22:10:34 +00:00
Marc Fonvieille
813ec9a835
Remove a duplicated word.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-09-24 20:09:44 +00:00
Joerg Wunsch
cf2acd69e3
Document that kthread_exit()ing will cause a wakeup(9) on the thread
...
handle.
MFC after: 1 week
2004-09-24 19:58:47 +00:00
Doug Barton
a2af6bc259
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
...
to match how similar syntax is used in the ports system. Thanks to kris
for pointing out my mistake here.
Install the lwres library unless the user defines NO_BIND, or the new
knob, NO_BIND_LIBS_LWRES. There is at least one potential customer
for this library in the wings. Thanks to nectar for the reminder.
2004-09-24 18:42:05 +00:00
Doug Barton
922b7f2ad2
Break the NO_BIND knob out from the pack, and begin documenting
...
the finer granularity for the various BIND features.
2004-09-24 13:51:31 +00:00
Ruslan Ermilov
56216f685b
Don't expose BIND libraries and their headers to the public by default,
...
but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib
and /usr/include. Rumors are that this may be useful at a later point,
let's see.
What this really means is that all BIND libraries are now internal to
buildworld (by default, unless WANT_BIND_LIBS is defined), and linked
statically into various BIND executables.
While here, removed redundant -I's from CFLAGS in lib/bind makefiles.
Sponsored by: des
OK'ed by: dougb
2004-09-24 13:42:00 +00:00
Andrey A. Chernov
9fb3aed0f6
es_ES monetdef changed from spanish Ptas. to Euro without
...
switching to cents
PR: 67549
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
2004-09-24 07:48:05 +00:00
Olivier Houchard
fba25c542c
Add CPUCFLAGS for the strongarm and xscale CPUs.
2004-09-23 22:59:31 +00:00
Brooks Davis
f186a29521
Backout the hack to install mtree, newsyslog, and touch in the cloned
...
root in the previous commit. We'll fix /etc/rc.d/var directly (someday).
2004-09-23 21:17:31 +00:00
Brooks Davis
0d85246a7b
Hack around the fact that the current diskless scripts require some
...
binaries in /usr before /usr is mounted by copying those files to the
root.
Stop making devices. devfs is manditory.
2004-09-23 15:52:42 +00:00
Ruslan Ermilov
2371026f0b
- Wrapped BIND 9 libraries defines into !defined(NO_BIND).
...
- Added forgotten LIBLWRES to fix missing dependencies
revealed by "make checkdpadd".
2004-09-23 07:13:36 +00:00
Joseph Koshy
59583bf53c
Add a knob 'daily_status_security_diff_flags' controlling the
...
format of the 'diff' output generated during periodic(8) scripts.
Submitted by: keramida (script changes)
Reviewed by: keramida (man page changes)
2004-09-23 02:00:52 +00:00
Dag-Erling Smørgrav
cd3ee173f9
Switch from BIND 8 to BIND 9.
...
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
2004-09-21 19:01:48 +00:00
Simon L. B. Nielsen
205eb0cd5e
Add the sound device to the synopsis.
...
Noticed by: ru
2004-09-21 07:01:32 +00:00
Pawel Jakub Dawidek
78366bad6c
- Month and weekday names should begin with lowercase latter.
...
- First part of long month names should use genitive.
- Use more proper shortcuts, leaving the first 3 letters is not always
correct.
Submitted by: Bodek <bodek@blurp.org>
2004-09-20 23:56:43 +00:00
Simon L. B. Nielsen
4945145f04
Connect snd_ess(4) to the build.
2004-09-20 20:21:47 +00:00
Simon L. B. Nielsen
4ca6749395
Add manual page for snd_ess(4).
...
Submitted by: Atte Peltomaki <koston@iki.fi>
MFC after: 3 days
2004-09-20 20:05:26 +00:00
Dag-Erling Smørgrav
d3797745d2
Document the AUTO setting for dumpdev.
...
MFC after: 4 weeks
2004-09-20 17:49:57 +00:00
Simon L. B. Nielsen
3d634dba70
Add Sitecom LN-029 to list of supported devices.
2004-09-19 19:55:48 +00:00
Ruslan Ermilov
710df706de
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 06:11:45 +00:00
Ruslan Ermilov
28a8a9d187
The checksum code has been fixed; reflect this is a manpage.
2004-09-19 05:42:04 +00:00
Ruslan Ermilov
346763649a
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 05:17:21 +00:00
John-Mark Gurney
0283f35b4b
add MLINKs for the mbuf.9 man page..
...
MFC after: 3 days
2004-09-18 19:04:24 +00:00
Christian Brueffer
d79243f886
Re-formulate the first sentence for better readability
...
MFC after: 3 days
2004-09-18 12:33:01 +00:00
Gleb Smirnoff
c3e9f89011
- properly capitalize NetFlow
...
- small grammar fix
Submitted by: ru
2004-09-17 20:09:59 +00:00
Gleb Smirnoff
9de7d9ac45
A man page for Netflow node.
...
English lessons by: julian
mdoc(7) lessons by: ru
Approved by: julian (mentor)
2004-09-17 19:30:39 +00:00
Diomidis Spinellis
0ee3459d01
Fix typo.
...
MFC after: 2 days
2004-09-17 14:53:46 +00:00
Brooks Davis
35779bdbd1
Bring kernel time variable and access function docs up to date by
...
updating the list of variables and mentioning the bin(up)time functions.
2004-09-17 07:24:18 +00:00
Brooks Davis
31a5aa8a1c
Document the struct if_data members ifi_datalen, ifi_epoch, and
...
ifi_link_state.
Reminded by: ru
2004-09-17 06:49:43 +00:00
Simon L. B. Nielsen
f6b6294fc2
Bump document date forgotten in last commit.
2004-09-16 22:26:45 +00:00
Christian Brueffer
4b35b3f67b
- add a HARDWARE section based on the hardware notes
...
- capitalize Ethernet
- minor fixes
MFC after: 3 days
2004-09-16 20:33:32 +00:00
Christian Brueffer
a69fea2584
Adaptec ANA-6944/TX is supported
...
MFC after: 3 days
2004-09-16 20:29:19 +00:00
Christian Brueffer
7daf8ae6a9
Add missing comma
...
Submitted by: ceri
MFC after: 3 days
2004-09-16 18:46:21 +00:00
Alan Cox
acf359aa98
Update to reflect recent changes such as the fields for O(log n) address
...
space allocation.
Submitted by: Mark W. Krentel
2004-09-15 18:41:10 +00:00
Sean Chittenden
9fa4bd2311
Add a mention of the ntpd_sync_on_start tunable.
...
Requested by: maxim
2004-09-15 01:39:25 +00:00
Christian Brueffer
29394b9b5c
Better wording for the hardware section.
...
Discussed with: emax
2004-09-14 16:46:16 +00:00
Bill Paul
b7e096886f
Fix copyright (e-mail address and years were wrong).
2004-09-14 16:08:13 +00:00
Andre Oppermann
13177659d2
Be explicit that packets passed from a 'ipfw tee' action will not be reassembled.
...
Prodded by: ru
2004-09-14 09:35:10 +00:00
Max Laier
9d7ccc0ffa
Bring in some examples (and create space for future work here):
...
- Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5)
- Tweak the pointer to fit the FreeBSD default location share/examples/pf
- Account for the new directory in BSD.usr.dist (no hier(7) change required
as share/examples is an opaque item there).
Obtained from: OpenBSD
Reminded by: Thomas T. Veldhouse
PR: docs/71691
MFC after: 2 days
2004-09-14 01:07:19 +00:00
Bill Paul
3c44fd1b17
Oops. ZX1701 and ZX1702 are the chip designations (ZyXEL rebadged the
...
the VIA chips with their own numbers). The actual card names are
GN650-T (64-bit) and GN670-T (32-bit). Also capitalize ZyXEL correctly.
2004-09-13 17:05:07 +00:00
Bill Paul
a7d5415eba
Add the Zyxel ZX1701 and ZX1702 adapters to the HARDWARE list. Clean up
...
a few small things.
2004-09-13 16:49:36 +00:00
Dima Dorfman
d490759ae8
Remove a broken URL reference. The submitter reports that the
...
"documentation on the AceNIC cards are no longer after Nortel acquired
Alteon".
PR: 71600
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
2004-09-13 13:18:27 +00:00
Christian Brueffer
3888500615
- add a HARDWARE section
...
- grammar fixes
- wording improvements
- bump document date
MFC after: 3 days
2004-09-13 10:36:44 +00:00
Christian Brueffer
f9c1b5827f
- fix capitalization
...
- add HARDWARE section based on the hardware notes
- bump document date
MFC after: 3 days
2004-09-13 10:35:29 +00:00
Christian Brueffer
c1b92c8230
- remove device count
...
- add a HARDWARE section
- bump document date
MFC after: 3 days
2004-09-13 10:33:53 +00:00
Christian Brueffer
5983c3e785
- start new sentences on new lines
...
- misc fixes
2004-09-12 22:37:37 +00:00
Christian Brueffer
687236f75b
- add vge(4)
...
- bump document date
2004-09-12 22:03:38 +00:00
Simon L. B. Nielsen
da603228b5
- Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-09-12 19:39:09 +00:00
Simon L. B. Nielsen
46efac32e0
- Change DESCRIPTION section to a HARDWARE section.
...
- Sync list of supported devices with source code.
MFC after: 3 days
2004-09-12 19:11:28 +00:00
Simon L. B. Nielsen
33ecc83dca
- Add a HARDWARE section which lists supported devices based on the
...
FreeBSD Hardware Notes, source code and cvs comments from
FreeBSD and NetBSD.
- Update page title and DESCRIPTION section to reflect the fact that
this driver supports much more than Handspring Visor now.
MFC after: 3 days
2004-09-12 17:03:47 +00:00
Simon L. B. Nielsen
3d2692fb8a
- Move HARDWARE section to after DESCRIPTION like in the other FreeBSD
...
section 4 manual pages.
MFC after: 3 days
2004-09-12 15:53:37 +00:00
Simon L. B. Nielsen
fe72d7b17f
- Move HARDWARE section to after DESCRIPTION like in the other FreeBSD
...
section 4 manual pages.
- Sort device list.
MFC after: 3 days
2004-09-12 15:46:15 +00:00
Simon L. B. Nielsen
d65438e530
Change DESCRIPTION section to a HARDWARE section.
...
MFC after: 3 days
2004-09-12 15:23:36 +00:00
Simon L. B. Nielsen
6bbc733245
Add a HARDWARE section which lists supported devices.
2004-09-11 15:00:07 +00:00
Bill Paul
3071824ff0
Add a manual page for the vge(4) driver.
2004-09-10 20:58:38 +00:00
Tom Rhodes
88af03989b
Remove the debugging tunable, it was not being used.
...
Enable first match by default.[1]
We should: rwatson [1]
2004-09-10 15:14:50 +00:00
Christian Brueffer
8d70d0c0be
Remove spare ")"
...
MFC after: 3 days
2004-09-10 07:54:05 +00:00
Christian Brueffer
1bfa55a904
- grammar fixes
...
- fix path to a source file
MFC after: 3 days
2004-09-10 00:47:43 +00:00
Christian Brueffer
2feed9dcba
Connect cnw.4 to the build.
...
MFC after: 5 days
2004-09-10 00:07:00 +00:00
Christian Brueffer
0785d2fe36
Add a manpage for the cnw(4) driver, adopted from NetBSD.
...
MFC after: 5 days
2004-09-09 23:49:19 +00:00
Christian Brueffer
91461de402
- add a HARDWARE section based on the driver README
...
- capitalization fixes
- bump document date
MFC after: 3 days
2004-09-09 23:41:03 +00:00
Yaroslav Tykhiy
0e168c1514
Improve the description of "timeout" and "attempts" resolver
...
options to avoid user confusion from now on.
PR: bin/62139 (inspired by)
2004-09-09 17:19:27 +00:00
Alfred Perlstein
9f0cd8478f
Plug an fd leak by using autoh_freeall(3).
...
Refuse to run unless root.
Check in /etc, /usr/local/etc and ./ for the "autotab" configuration
file.
Add more debug statements.
2004-09-09 01:26:11 +00:00
Alfred Perlstein
7a3b8aefbf
sync with private code:
...
fix a 5.x'ism that 4.x needs protection from.
make this code compile standalone.
2004-09-08 08:44:14 +00:00
Ruslan Ermilov
24013109f5
Update sound-related manpages to account for the recent change in
...
device and module naming. The following files were repo-copied:
csa.4 -> snd_csa.4
gusc.4 -> snd_gusc.4
maestro3.4 -> snd_maestro3.4
sbc.4 -> snd_sbc.4
uaudio.4 -> snd_uaudio.4
The pcm(4) manpage wasn't renamed to sound(4) as there are nearby
plans to rename "device sound" to "device snd", to address the
ambiguity in naming, so pcm.4 is linked to sound.4 for the moment.
(We also mumble something about the future plans in the manpage.)
Removed links from pcm.4 to als4000.4 and emu10k1.4 -- they now
have their own snd_*.4 manpages.
Fixes for recent snd_*.4 manpages: added missing "device sound"
to the SYNOPSIS, fixed hints (they are still "hint.pcm.<unit>"
in most cases).
MT5 after: 3 days
2004-09-08 08:28:02 +00:00
Christian Brueffer
80cdf7c2da
We don't need device counts anymore. Also remove device.hints entries
...
for ie1, to be in line with the other manpages.
MFC after: 3 days
2004-09-08 00:30:30 +00:00
Christian Brueffer
33365f187f
We don't need device counts anymore
...
MFC after: 3 days
2004-09-08 00:28:53 +00:00
Warner Losh
d0beb85305
Although 'Unanimous Consent' appears to be a well defined and used in
...
the US Senate, Canadian Parliament and Australian Senate, it was
causing some confusion. After some consultation with Mark Murray,
change this to 'without objection' since often times a plain-speaking
term is preferable to a regionally used term.
Also, clarify that this procedure is to be used when for more mundane
matters that need a sanity check, but don't need the whole, ponderous
voting proceedure that more difficult issues require. Core members
that read email in any given 48 hour period are trusted enough to know
the difference and to provide the sanity check as necessary.
Reviewed by: markm
2004-09-07 15:19:40 +00:00
Dag-Erling Smørgrav
1cb95340ee
Fix markup of HARDWARE section.
...
Submitted by: brueffer
2004-09-07 05:23:28 +00:00
John-Mark Gurney
d698cdb301
document the recent change to debug.witness.*
...
fix spelling of debug.witness.kdb
MFC after: 5 days
2004-09-06 23:37:17 +00:00
Christian Brueffer
338ccc611c
- move list of supported devices into a HARDWARE section
...
- fix a device name
- various language fixes
- bump document date
MFC after: 3 days
2004-09-06 22:00:50 +00:00
Christian Brueffer
f9697896a6
Add a missing 's'
...
MFC after: 3 days
2004-09-06 20:02:14 +00:00
Ruslan Ermilov
1c932d5559
There can be up to three bootable ISO images (bootonly, miniinst,
...
and disc1). The exact number depends on a couple of parameters,
so don't give a specific number here.
Pointed by: wilko
2004-09-06 18:59:59 +00:00
Simon L. B. Nielsen
b44e5103c6
Bump document date for last commit.
2004-09-05 22:53:58 +00:00
Simon L. B. Nielsen
62cf3de886
Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-09-05 22:44:26 +00:00
Simon L. B. Nielsen
1adcf10c7f
Reword/reorganize a bit to make it more clear that all OHCI v1.0
...
compliant controllers are supported.
MFC after: 3 days
2004-09-05 22:31:03 +00:00
Simon L. B. Nielsen
0f4d8b75f2
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-05 22:09:53 +00:00
Christian Brueffer
83a0f2c377
- add a HARDWARE section
...
- some capitalization fixes
- bump document date
MFC after: 3 days
2004-09-05 15:05:26 +00:00
Christian Brueffer
b1e6f7858d
ixgb(4) supports polling as well
...
MFC after: 3 days
2004-09-05 14:47:10 +00:00
Christian Brueffer
a97710c056
Remove dublicate words
...
MFC after: 3 days
2004-09-05 12:17:06 +00:00
Dag-Erling Smørgrav
62c36019a5
Man page for the newly added ucycom(4) driver.
2004-09-05 10:01:24 +00:00
Christian Brueffer
80a879ed68
- move list of supported devices into a HARDWARE section
...
- sort the hardware list
- misc fixes
- bump document date
MFC after: 3 days
2004-09-05 01:31:44 +00:00
Christian Brueffer
e3aec7a5fb
- add a HARDWARE section
...
- misc fixes
- bump document date
MFC after: 3 days
2004-09-05 01:30:30 +00:00
Christian Brueffer
231c2f4202
- add a HARDWARE section
...
- bump document date
MFC after: 3 days
2004-09-05 01:28:50 +00:00
Christian Brueffer
889cd9b27e
Refine the entry for the SMC card
...
MFC after: 3 days
2004-09-05 00:19:32 +00:00
Christian Brueffer
0cfd01da6b
- move list of supported devices into a HARDWARE section
...
- mention which chip the devices use (where known)
- bump document date
MFC after: 3 days
2004-09-04 23:56:56 +00:00
Christian Brueffer
318f7adfc5
- move list of supported devices into a HARDWARE section
...
- fix spacing in the Corega entry
- bump document date
MFC after: 3 days
2004-09-04 23:54:41 +00:00
Christian Brueffer
96af2f39d9
- the NEC PC-9801N-25 is supported as well
...
- really sort the device list this time
MFC after: 3 days
2004-09-04 23:07:28 +00:00
Simon L. B. Nielsen
ea0f517b92
Add a standard 2 clause BSD license.
...
Approved by: wilko
MFC after: 3 days
2004-09-04 21:15:37 +00:00
Simon L. B. Nielsen
d92f8bed06
- Properly capitalize Ethernet.
...
- Add a HARDWARE section which lists supported devices.
MFC after: 3 days
2004-09-04 20:37:59 +00:00
Simon L. B. Nielsen
4040d2353a
- Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-09-04 20:09:11 +00:00
Christian Brueffer
52e69b8fa7
- move list of supported adapters into a HARDWARE section
...
- sort the device list
- some minor fixes
MFC after: 3 days
2004-09-04 11:13:32 +00:00
Christian Brueffer
79e8b03a3f
Properly capitalize Gigabit Ethernet
...
MFC after: 3 days
2004-09-04 11:12:03 +00:00
Christian Brueffer
a0fa04aaeb
Document a couple of build knobs
...
PR: misc/71032 (partly)
Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Reviewed by: ru
MFC after: 3 days
2004-09-04 10:05:17 +00:00
Christian Brueffer
00bf32b031
Grammar fix
...
MFC after: 3 days
2004-09-03 23:53:02 +00:00
Christian Brueffer
fd69947b4d
Properly capitalize Ethernet
...
MFC after: 3 days
2004-09-03 23:52:26 +00:00
MIHIRA Sanpei Yoshiro
3785db4f85
Add support Nikon CoolScan LS40 ED
...
PR: kern/71139
Submitted by: Pierre DAVID <Pierre.David@crc.u-strasbg.fr>
MFC after: 1 week
2004-09-03 23:29:01 +00:00
Christian Brueffer
990abd7afe
- change layout of the hardware list to the one used by other manpages
...
- grammar fixes
MFC after: 3 days
2004-09-03 23:18:16 +00:00
Christian Brueffer
f766821566
- change layout of the hardware list to the one used by other manpages
...
- add a missing word
MFC after: 3 days
2004-09-03 23:17:21 +00:00
Christian Brueffer
120ac37675
- change layout of the hardware list to the one used by other manpages
...
- fix spacing of one hardware entry
- grammar fix
MFC after: 3 days
2004-09-03 23:16:07 +00:00
Christian Brueffer
35820ff9af
- move list of supported adapters into a HARDWARE section
...
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
2004-09-03 23:13:54 +00:00
Alfred Perlstein
18858a0704
Update doc dates.
...
Pointed out by: ru
2004-09-03 18:56:59 +00:00
Alfred Perlstein
4bcd2254f3
xref and give a hint as to what procctl can be used for.
2004-09-03 17:52:55 +00:00
Andrey A. Chernov
1e454c2527
Remove "-" before rm -rf
2004-09-03 14:28:53 +00:00
Christian Brueffer
6138591ae4
- move list of supported adapters into a HARDWARE section
...
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
2004-09-03 12:24:50 +00:00
Christian Brueffer
1806246b43
- move list of supported adapters into a HARDWARE section
...
- list the Digital EtherWORKS adapter as supported [1]
- properly capitalize (Fast|Gigabit) Ethernet
- bump document date
Obtained from: NetBSD [1]
MFC after: 3 days
2004-09-03 12:23:16 +00:00
Christian Brueffer
0649a4fe51
- move list of supported adapters into a HARDWARE section
...
- properly capitalize (Fast) Ethernet
- bump document date
MFC after: 3 days
2004-09-03 04:13:22 +00:00
Christian Brueffer
a0fca2725b
- move list of supported adapters into a HARDWARE section
...
- properly capitalize Fast/Gigabit Ethernet
- bump document date
MFC after: 3 days
2004-09-03 03:58:45 +00:00
Andrey A. Chernov
ac0ae7472c
Rewrite this hack
...
-rm -rf ${LOCALEDIR}/*/LC_MESSAGES
and move it inside loop.
It can damage user-made ${LOCALEDIR}/* locales otherwise.
2004-09-02 22:09:33 +00:00
Alfred Perlstein
acc387c393
Enter the autofs.
2004-08-31 16:26:01 +00:00
Sheldon Hearn
65730957cd
Regen:
...
* Hart: rev 489 of pcidevs.txt (2004-08-23)
* Boemler: vendors.txt (2004-08-30)
2004-08-30 15:50:50 +00:00
Pawel Jakub Dawidek
74bf4e164b
According to module(9), when command is unrecognized, the module should
...
return EOPNOTSUPP.
2004-08-30 09:49:59 +00:00
Dag-Erling Smørgrav
c2aab0a8cc
According to mdoc(7), HISTORY comes before AUTHORS.
...
MFC after: 3 days
2004-08-29 11:19:35 +00:00
Tim J. Robbins
ef0ca90319
Symlink missing lt_LT.ISO8859-4 LC_MONETARY, LC_MESSAGES and LC_NUMERIC
...
data files to the ISO8859-13 versions.
2004-08-28 13:24:24 +00:00
Tim J. Robbins
1bbc832cce
Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.
...
(This differs somewhat from the version originally submitted - any mistakes
are my own.)
PR: 68524
Submitted by: J. Vicente Carrasco -Bixen-
2004-08-28 12:52:31 +00:00
Tim J. Robbins
1984067662
Re-generate from ru_RU.KOI8-R.src. Due to a bug in either iconv or
...
ru_RU.CP866.src, the previous version of this file contained a strange
conversion error: nostr had U+255C BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
instead of U+0435 CYRILLIC SMALL LETTER IE.
2004-08-28 10:59:03 +00:00
MIHIRA Sanpei Yoshiro
ea263191fd
Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)
...
PR: [FreeBSD-users-jp 80667]
Submitted by: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp>
MFC after: 1 week
2004-08-28 10:59:02 +00:00
John-Mark Gurney
b7131a2672
document that m_free returns m_next of the free'd mbuf
2004-08-28 03:46:18 +00:00
Simon L. B. Nielsen
73ad990a0c
Add manual pages for several sound drivers.
...
Submitted by: Atte Peltomaki <koston@iki.fi>
Reviewed by: cg
MFC after: 5 days
2004-08-27 22:06:56 +00:00
Andre Oppermann
c21fd23260
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
...
compile option. All FreeBSD packet filters now use the PFIL_HOOKS API and
thus it becomes a standard part of the network stack.
If no hooks are connected the entire packet filter hooks section and related
activities are jumped over. This removes any performance impact if no hooks
are active.
Both OpenBSD and DragonFlyBSD have integrated PFIL_HOOKS permanently as well.
2004-08-27 15:16:24 +00:00
Sergey A. Osokin
6be4000968
Two things:
...
1. we are already under 6.0-CURRENT
2. add FreeBSD Design and Impl. book description
(obtained from http://www.awprofessional.com/title/0201702452 )
Approved by: wosch (maintainer)
2004-08-27 13:38:01 +00:00
Christian Brueffer
93b1d47264
- move the list of supported adapters into a HARDWARE section
...
- properly capitalize Ethernet
- replace a misleading 'adapter' with 'chipset'
- bump document date
MFC after: 3 days
2004-08-26 08:34:09 +00:00
Christian Brueffer
117c4d6494
- move the list of supported adapters into a HARDWARE section
...
- sort the list of adapters
- add the 3Com 3c460 HomeConnect Ethernet USB Adapter [1]
- properly capitalize Ethernet
- replace a misleading 'adapter' with 'chipset'
- bump document date
Obtained from: NetBSD [1]
MFC after: 3 days
2004-08-26 08:33:03 +00:00
Tim J. Robbins
cea8c362b0
Re-generate from sl_SI.ISO8859-2.src rev. 1.8 (lowercase month/weekday names).
2004-08-26 08:18:56 +00:00
Tim J. Robbins
fbda1d2afe
Begin month and weekday names with a lowercase letter. This is consistent
...
with (at least) Solaris, ICU and glibc.
PR: 65317
Submitted by: Uros
MFC after: 1 week
2004-08-26 08:15:48 +00:00
Warner Losh
490ec740c8
Add reference to vslock(9) for locking user address pages into core.
...
Suggested by: alc
2004-08-26 04:16:55 +00:00
Simon L. B. Nielsen
2c84f2953a
Bump document date for last commit.
2004-08-26 00:26:52 +00:00
Simon L. B. Nielsen
71d4b49a63
- Add a HARDWARE section which lists supported devices.
...
- Mark up each item in the device list with .It, as per mdoc(7) and to
make it simpler for auto generated Hardware Notes to parse the manual
page.
MFC after: 3 days
2004-08-26 00:19:54 +00:00
Christian Brueffer
ae89c15a8d
- use .Nm
...
- fix some grammar and spelling mistakes
MFC after: 3 days
2004-08-25 23:43:55 +00:00
Christian Brueffer
25122f37e7
- move list of supported adapters into a HARDWARE section
...
- fix capitalization of a "to"
- bump document date
MFC after: 3 days
2004-08-25 22:46:36 +00:00
Christian Brueffer
a173ee89bc
- put the list of supported adapters into a HARDWARE section
...
- make the Buffalo entry look better
- properly capitalize Ethernet and Fast Ethernet
- bump document date
MFC after: 3 days
2004-08-25 22:39:05 +00:00
Simon L. B. Nielsen
05893e23b1
Fix grammar nit.
...
Submitted by: brueffer
MFC after: 2 days
2004-08-25 22:36:47 +00:00
Max Laier
8e7c23d74f
Document supported devices here (for lack of a better place). Users
...
interested in ALTQ are likely to type in "man altq" at some point and maybe
they will scroll down to the bottom as well.
MFC after: 3 days
2004-08-25 18:49:32 +00:00
Christian Brueffer
87f3d8beba
Move a paragraph from the HARDWARE section back into the
...
DESCRIPTION section. Also adapt it to make it fit in better.
Requested by: simon
2004-08-25 11:57:06 +00:00
Warner Losh
4d855643d1
Clarify what the lockfunc is used for. When it will be called and
...
when it won't be called. The old wording was correct, but not
sufficiently specific to understand when and how it would be called.
The new wording describes the current implementation's usage (which
should be updated if other appropriate times are decided upon),
specifically that it is called only when the load operation is
deferred to keep the locking state consistent. When the operation
isn't deferred, the calling routine is assumed to have a coherent
locking world.
Reviewed by: scottl
2004-08-24 23:09:57 +00:00
Christian Brueffer
5ec53aea6c
- move the list of supported devices into a HARDWARE section
...
- bump document date
2004-08-24 21:33:14 +00:00
Christian Brueffer
a0f1044f23
- move device listing and hardware notes into a HARDWARE section
...
- properly capitalize Gigabit Ethernet
- bump document date
2004-08-24 21:32:03 +00:00
Christian Brueffer
7b444fcaf9
- move the list of supported adapters to a HARDWARE section
...
- correct entry for the Belkin card (we don't support 10GbE in sk(4)) :-)
- properly capitalize Gigabit Ethernet
- wordsmithing on a sentence
- bump document date
2004-08-24 17:38:53 +00:00
Christian Brueffer
e674bff85c
Add the SMC EZ Card 10/100 as supported hardware
2004-08-24 16:06:57 +00:00
Christian Brueffer
0b5d2d1ebc
Correct the link to the AIC-6915 programmer's manual
2004-08-24 15:56:47 +00:00
Christian Brueffer
9ba708ec32
- move list of supported adapters into a HARDWARE section
...
- correctly capitalize Fast Ethernet
- correct two typos
- bump document date
2004-08-24 15:37:36 +00:00
Ruslan Ermilov
b7e25836d0
Fixed a misspelling of the hook name.
...
Submitted by: Pawel Malachowski
2004-08-24 04:05:52 +00:00
Warner Losh
95929b661e
Even in a 80 column, fixed point font, there's plenty of room for all
...
the arguments to bus_dmamap_load, so don't use '...' but list the
actual args. '...' usually means a variable number of args (cf
printf(3)), but bus_dmamap_load takes a fixed number of arguments.
2004-08-23 23:28:02 +00:00
Warner Losh
cbfef69c64
In the SYNOPSIS section, move the bus_dmamem_alloc function prototype
...
to just before bus_dmamem_free, which is (a) more logical; (b) likely
what was originally intended and (c) matches the order in the NAME and
FUNCTIONS sections.
2004-08-23 23:17:31 +00:00
Christian Brueffer
f2f3aa6075
Wordsmithing in the hardware section.
2004-08-23 16:48:22 +00:00
Tom Rhodes
84d5dfb47e
Protect the period! And add a new line.
...
Guilty of bad merge: trhodes
2004-08-21 20:40:51 +00:00
Tom Rhodes
45fd0f24bb
Document recently added features and bump the doc date.
2004-08-21 20:26:03 +00:00
Simon L. B. Nielsen
4af04cb81c
mdoc(7) janitor:
...
- Fix hard sentence breaks.
MFC after: 3 days
2004-08-21 12:58:09 +00:00
John-Mark Gurney
d8abb5b00b
document that the sk driver now supports the Belkin F5D5005 gige card.
2004-08-20 06:27:58 +00:00
Tom Rhodes
7a18f5c985
Replace the ERRORS section with a DIAGNOSTICS section.
...
Requested by: ru
2004-08-20 05:25:11 +00:00
Tom Rhodes
d34ae0bc00
Replace the ERRORS section with a DIAGNOSTICS section.
...
Requested by: ru
2004-08-20 05:07:02 +00:00
Tom Rhodes
348aeef5b0
Fix a few style nits.
...
Noticed by: Mr. mdoc(7) himself, ru
2004-08-20 04:52:00 +00:00
Simon L. B. Nielsen
1e4b1b9c6a
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-08-19 21:37:32 +00:00
Simon L. B. Nielsen
86ae836293
Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-08-19 21:34:31 +00:00
Simon L. B. Nielsen
1bdb6db159
Add a HARDWARE section which lists supported devices.
...
MFC after: 3 days
2004-08-19 21:24:45 +00:00
Simon L. B. Nielsen
cc99ac24db
Move listing of DTC 3290 to aha(4).
...
MFC after: 3 days
2004-08-19 20:49:39 +00:00
Andre Oppermann
1cc2c797b3
Note that IPFIREWALL depends on PFIL_HOOKS compiled into the kernel as well.
...
Submitted by: ceri, simon (mdoc fixes)
2004-08-19 18:04:10 +00:00
Christian Brueffer
7284291340
Add a HARDWARE section and bump the document date
...
MFC after: 3 days
2004-08-19 14:33:53 +00:00
Maxim Konovalov
57c645c7d9
Remove an unnecessary .It.
...
Reviewed by: ru
2004-08-19 13:41:06 +00:00
John Baldwin
68fdba2eb1
Catch up to recent API changes including the removal of the signal_caught
...
argument to sleepq_timedwait() and the enhancements to the flags argument
passed to sleepq_add().
2004-08-19 12:46:02 +00:00
Dag-Erling Smørgrav
3648c3517a
Bump document date.
...
Reminded by: ru
2004-08-19 11:25:03 +00:00
Christian Brueffer
cda133b31d
Document NO_PF and NO_AUTHPF
...
MFC after: 3 days
2004-08-19 11:00:26 +00:00
Dag-Erling Smørgrav
5c73a49168
Add a NO_BOOT knob to prevent building the boot blocks and loader.
...
Reviewed by: ru
MFC after: 3 days
2004-08-19 09:54:28 +00:00
John-Mark Gurney
000968010a
add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes of
...
the mutex profiling buffers. Document them in the man page and in NOTES.
Ensure _HASH_SIZE is larger than _BUFFERS with a cpp error.
2004-08-19 06:38:26 +00:00
Simon L. B. Nielsen
8e244f403d
Add a HARDWARE section to the example section 4 manual page.
...
Reviewed by: ru
MFC after: 3 days
2004-08-18 07:05:35 +00:00
Marc Fonvieille
2ff3f596b6
Update Document Date to match last change.
...
Approved by: re
2004-08-17 07:44:25 +00:00
Marius Strobl
39513fa664
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
...
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
2004-08-16 15:45:27 +00:00
Simon L. B. Nielsen
51e3a35ba0
Remove Wiretek UBRJ4 from the list of supported devices. While it is
...
detected by the driver, it doesn't really work as soon as it really used
for network traffic. Perhaps it can be re-added later when the issues
are resolved.
Reported by: Soeren Vrist <seet@seet.dk>
2004-08-16 10:49:45 +00:00
David E. O'Brien
f04142310d
Bring back 'NO_FLOPPIES', but as a user external knob.
...
The internal logic knob remains MAKE_FLOPPIES.
Suggested by: ru
2004-08-16 10:25:43 +00:00
David E. O'Brien
8ccff32be6
Accept the fact that floppies either aren't applicable or relevant on most
...
platforms. So follow 'MAKE_ISOS''s style and s/NO_FLOPPIES/MAKE_FLOPPIES/g.
2004-08-16 08:58:04 +00:00
Pawel Jakub Dawidek
25aea0fcaa
Update the date.
...
Reminded by: ru
2004-08-16 07:53:43 +00:00
Pawel Jakub Dawidek
cb33a8061a
Inform hier(7) about /usr/include/geom/raid3/ directory.
2004-08-16 06:39:10 +00:00
Maxim Konovalov
b2df3ab18e
Mention a potential net.inet.ip.random_id drawback.
...
Submitted by: ru
2004-08-16 06:30:58 +00:00
Brian Feldman
fec07e9be0
Remove the BUGS entry for vslock(9) not actually holding user memory in place.
2004-08-16 03:12:10 +00:00
Simon L. B. Nielsen
022d39524e
- Add a HARDWARE section which lists supported devices.
...
- Fix a few mdoc(7) markup / style nits when I'm here anyway.
2004-08-15 21:59:15 +00:00
Simon L. B. Nielsen
6d63e45834
Bump document date for last commit.
2004-08-15 21:02:48 +00:00
Simon L. B. Nielsen
0df8576a68
- Add a HARDWARE section which lists supported devices.
...
- Add the manufacturer name to each item in the device list.
- Make the note about supporting "IBM e335" into a general list and
change the entry to use the full product name ("IBM eServer xSeries
335").
- Add Dell PowerEdge 1750 to the list of systems with mpt onboard.
2004-08-15 20:54:07 +00:00
Marius Strobl
1d875a6ebd
Shorten the description of NO_OPENSSL, which was split into two lines by a
...
patch of mine in revision 1.216, a bit so it fits in a single line again.
2004-08-15 20:32:06 +00:00
Simon L. B. Nielsen
246f31ed5c
Change the HARDWARE section to have the same style as in the other
...
FreeBSD section 4 manual pages.
2004-08-15 19:48:27 +00:00
Simon L. B. Nielsen
70a310e2dd
- Add a HARDWARE section which lists supported devices.
2004-08-15 18:13:08 +00:00
Simon L. B. Nielsen
5f9bc18543
- Add a HARDWARE section which lists supported devices.
...
- Remove reference to the NOTES section in the entry for Sun DMFE,
since ot doesn't work well with the auto generated Hardware Notes. [1]
OK'ed by: marius [1]
2004-08-15 18:09:47 +00:00
Simon L. B. Nielsen
c9e84ee705
- Make the naming of AMCC's 3ware cards consistent with the current
...
naming from AMCC.
- Update the list of devices supported by the drivers.
All of the above is based on information from AMCC via vkashyap.
2004-08-15 17:40:06 +00:00
Maxim Konovalov
4892c9a4c0
o Document net.inet.ip.random_id sysctl.
...
Reviewed by: dwmalone, ru
2004-08-15 17:32:31 +00:00
Pawel Jakub Dawidek
d25348be58
Inform hier(7) about /usr/include/geom/mirror/ directory.
2004-08-15 13:26:20 +00:00
Marius Strobl
83e76ab9e3
- Capitalize Ethernet and Fast Ethernet.
...
- Add a NOTES section with information regarding the "local-mac-address?"
system configuration variable on sparc64 and add a reference to eeprom(8)
for using it. Dump document date for this.
- In dc.4, add the on-board DM9102A on Sun Netra X1 and Sun Fire V100 to
the list of known working devices.
2004-08-14 21:44:35 +00:00
Stefan Farfeleder
fd51ce66aa
Add a man page for tgmath.h.
...
Reviewed by: keramida
2004-08-13 22:43:12 +00:00
Ruslan Ermilov
48aea4da66
Removed COPTS support from kmod.mk and kern.pre.mk.
...
COPTS support in bsd.prog.mk is preserved but discouraged.
2004-08-13 14:30:26 +00:00
Ruslan Ermilov
0a26e64fe7
Removed COPTS with equivalent CFLAGS.
...
While here, fixed setting of BINDIR.
2004-08-13 14:19:12 +00:00
Ruslan Ermilov
be6a47606f
Replaced a way outdated and unsafe sequence of upgrading the system
...
from sources with the link to the relevant section in src/UPDATING.
2004-08-13 12:59:46 +00:00
Scott Long
2d30dedde0
Re-write some poorly written paragraphs. Document the 2130.
2004-08-13 03:55:35 +00:00
Warner Losh
13dbaef46a
Be explicit that a driver may assume softc is preserved when returning 0
2004-08-11 21:52:31 +00:00
David E. O'Brien
55dfe3e212
Add more aliases for common CPUTYPE spellings
2004-08-11 21:51:27 +00:00
David E. O'Brien
495b92b24e
The last commit had one too many libs.
2004-08-11 19:19:26 +00:00
John-Mark Gurney
e8c9966d55
fix description of the macros for BUS_DMASYNC opertions. It's from the CPU's
...
point of view... Add a reference to a better description of what the ops
do...
Reviewed by: scottl
2004-08-11 14:52:33 +00:00
Hartmut Brandt
47a4e0e50d
Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR.
...
Requested by: kris
2004-08-11 07:14:11 +00:00
Hartmut Brandt
2f29b4440a
Yet another place where we can document that MAKEOBJDIRPREFIX and
...
MAKEOBJDIR are, and have always been, environment variables.
Requested by: kris
2004-08-11 07:09:43 +00:00
Simon L. B. Nielsen
930a9a22b0
Add a HARDWARE section which lists supported devices.
2004-08-10 22:17:01 +00:00
Simon L. B. Nielsen
80efc187ed
Add a HARDWARE section which lists supported devices. Clean up device
...
lists a bit while I'm here anyway.
2004-08-10 21:07:27 +00:00
Brian Feldman
ea84c8dc30
Update "documentation date" fields.
2004-08-10 16:38:19 +00:00
Brian Feldman
2a1bb291d5
Document exactly how vslock(9) is broken.
2004-08-10 15:01:00 +00:00
Brian Feldman
5b2bbd83fc
Update contigmalloc(9)'s manpage to reflect usage of the malloc_type
...
argument and that allocation occurs from the end of the address space
backward (still first-fit).
2004-08-10 14:47:12 +00:00
Ruslan Ermilov
de0d0233b8
Describe better what the initial /usr/obj is expected to be populated with.
...
Prodded by: grehan
2004-08-10 13:25:29 +00:00
Joerg Wunsch
0da40ab229
Add documentation for log(9).
...
MFC after: 1 week
2004-08-10 09:19:08 +00:00
Simon L. B. Nielsen
494854803a
- Add a HARDWARE section which lists supported devices.
2004-08-09 22:27:33 +00:00
Max Laier
424e9d7165
mdoc(7) and english grammar makeover.
...
Submitted by: ru
2004-08-09 15:58:39 +00:00
Ruslan Ermilov
8f0d968bd8
Remove another mention of "make world".
2004-08-09 13:25:06 +00:00
Ruslan Ermilov
47280c4b25
Fix a documentation bug: "make release" uses "make buildworld"
...
not "make world", as the first step of building the release.
While here, remove another mention of "make world", as the
latter is no longer supported by src/Makefile.
2004-08-09 13:22:44 +00:00
Hartmut Brandt
acabf29a1b
Use the '+' flag to make make recurse into sub-directories even when
...
given -n. For POLA reasons this behaviour is switched on only when
at least two -n flags are given to make. One -n flag keeps the old behaviour
of showing the shell command that would recurse into the sub-directories.
Discussed with: ru
2004-08-09 10:54:05 +00:00
David E. O'Brien
20164649ea
Bmake the library containing and processing the magic.
2004-08-09 08:48:28 +00:00
Simon L. B. Nielsen
e86c09ff09
Bump document date for last commit.
2004-08-08 22:27:02 +00:00
Simon L. B. Nielsen
f0c7f156b3
- Add a HARDWARE section which lists supported devices.
2004-08-08 22:19:05 +00:00
Simon L. B. Nielsen
a0a4f505cc
- Add a HARDWARE section which lists supported devices based on the
...
manual page and the Hardware Notes.
2004-08-08 21:47:40 +00:00
MIHIRA Sanpei Yoshiro
2de562f7a1
Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)
...
PR: kern/66416
Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se>
MFC after: 1 week
2004-08-08 05:21:56 +00:00
John-Mark Gurney
227559d11f
rearange some code that handles the thread taskqueue so that it is more
...
generic. Introduce a new define TASKQUEUE_DEFINE_THREAD that takes a
single arg, which is the name of the queue.
Document these changes.
2004-08-08 02:37:22 +00:00
MIHIRA Sanpei Yoshiro
9caf2e9831
Add support for Belkin F5U409 serial-usb adapter
...
PR: kern/69804
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2004-08-07 23:45:04 +00:00
Max Laier
251b8d4557
Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h and
...
how to convert drivers.
Obtained from: NetBSD (with changes)
Reviewed by: josef
2004-08-07 12:35:56 +00:00
Warner Losh
899eeaa62f
It appears that cdevsw_add/remove were removed quite a while ago, so
...
remove them from here.
2004-08-07 04:59:16 +00:00
Warner Losh
5ecb12e35b
Expand indirect reference to copyright file to the portion of that file
...
that is relevant.
2004-08-07 04:40:20 +00:00
Tom Rhodes
ddabcdb433
Damn, fix the SEE ALSO section.
2004-08-06 16:08:43 +00:00
Tom Rhodes
fc050d3085
Add a manual page for the hfa driver.
...
Reviewed by: harti
2004-08-06 16:06:52 +00:00
Ruslan Ermilov
04f33f4026
Bump the document date.
2004-08-06 10:05:45 +00:00
Colin Percival
5355286a0a
Crypto is now part of the "base" distribution, and the old "release.3"
...
target no longer exists. Renumber the old release.[4-9] targets to
release.[3-8].
Reminded by: ru
2004-08-06 08:49:51 +00:00
Colin Percival
1a8ccca842
Increase the suggested minimum free space for release-building. It
...
needed slightly over 3GB when I built one yesterday.
2004-08-05 13:35:43 +00:00
Pawel Jakub Dawidek
51385a3c00
- Add two fields to bio structure: 'bio_cflags' which can be used by
...
consumer and 'bio_pflags' which can be used by provider.
- Remove BIO_FLAG1 and BIO_FLAG2 flags. From now on new fields should be
used for internal flags.
- Update g_bio(9) manual page.
- Update some comments.
- Update GEOM_MIRROR, which was the only one using BIO_FLAGs.
Idea from: phk
Reviewed by: phk
2004-08-04 21:35:05 +00:00
Marc Fonvieille
a69ff3e4ac
Add Canon CanoScan LIDE 20 and Canon CanoScan LIDE 30 to the list of
...
supported devices. While I'm there add CanoScan to the names of other
Canon scanners.
MFC after: 1 week
2004-08-04 08:11:33 +00:00
Simon L. B. Nielsen
1b3f128d46
- Add a HARDWARE section which lists supported devices.
2004-08-03 20:52:28 +00:00
Simon L. B. Nielsen
f0d219da3e
- Make the HARDWARE section preamble text have a call to the Nm macro,
...
so the driver name will appear in the Hardware Notes.
2004-08-03 20:46:23 +00:00
Andre Oppermann
1ac4e22cd3
The inflight sysctls have moved to net.inet.tcp.inflight.*, so adjust
...
documentation accordingly.
2004-08-03 14:06:12 +00:00
Andre Oppermann
24a098ea9b
o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be
...
more consistent with the other sysctls around it.
2004-08-03 13:54:11 +00:00
Simon L. B. Nielsen
48f715b728
Add Wiretek UBRJ4 to the list of supported devices.
...
Submitted by: Soeren Vrist <seet@seet.dk>
2004-08-03 10:18:33 +00:00
Bjoern A. Zeeb
4807330cff
Implement minimalistic L2TP sessions statistics and correct man page
...
for L2TP tunnel statistics (which do not take an argument sessionID).
Reviewed by: archie
Approved by: pjd (mentor)
2004-08-03 06:52:55 +00:00
Bjoern A. Zeeb
1e0313242d
add a new control message to set sequence numbers on an uninitialized node.
...
Reviewed by: archie
Approved by: pjd (mentor)
2004-08-03 06:45:38 +00:00
Bjoern A. Zeeb
4e0768b6a7
adopt structs to reflect code change from May 2000 for
...
NGM_PPP_SET_CONFIG/NGM_PPP_GET_CONFIG.
Reviewed by: archie
Approved by: pjd (mentor)
2004-08-03 06:31:30 +00:00
Marius Strobl
9165550df6
Add the PM1564 to the list of supported controllers.
...
OK'ed by: scottl
2004-08-02 23:33:15 +00:00
Murray Stokely
db0ce9a458
Improve the wording of the last commit, and update the document date. (1)
...
While here, update an example.
(1) Submitted by: ru
2004-08-02 07:28:02 +00:00
David E. O'Brien
fc2046e544
Consistently list _CPUCFLAGS.
2004-08-02 04:19:22 +00:00
Simon L. B. Nielsen
426c954f0d
Add a HARDWARE section which lists supported devices.
2004-08-01 19:29:21 +00:00
Simon L. B. Nielsen
5a41752f70
Make the HARDWARE section better suited to the upcoming auto generated
...
Hardware Notes:
- Only include text related the device listings and hardware support
in the HARDWARE section.
- Make the HARDWARE section preamble text have a call to the Nm macro,
so the driver name will appear in the Hardware Notes.
- Add the manufacturer name to each item in the device list, where
appropriate.
- Clean trailing punctuation characters from the lists.
2004-08-01 19:26:42 +00:00
Simon L. B. Nielsen
c79246f669
- Add a HARDWARE section which lists supported devices.
...
- Minor cleanup of the device lists when I'm here anyway.
2004-08-01 19:08:04 +00:00
Murray Stokely
73a9bdc48c
Document EXTSRCDIR.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-08-01 06:36:03 +00:00
Tom Rhodes
04f131eace
Help simon out and add a HARDWARE section.
2004-07-31 15:14:28 +00:00
Gleb Smirnoff
f6156c395e
Fix mdoc(7) and grammar errors from previous commit.
...
Requested, submitted and reviewed by: ru
2004-07-30 11:33:52 +00:00
Ruslan Ermilov
24c875f96b
Update to the 2004 Edition of POSIX.
2004-07-30 08:31:29 +00:00
Gleb Smirnoff
f217d18ac1
Document new control messages NGM_PPPOE_GETMODE, NGM_PPPOE_SETMODE.
...
Note that sysctl net.graph.nonstandard_pppoe is deprecated.
Approved by: julian (mentor)
2004-07-29 18:18:26 +00:00
Ruslan Ermilov
866b1c7484
Removed remnants of ports-related knobs from here.
2004-07-29 08:43:33 +00:00
Tom Rhodes
742b7f01d2
Leaving the '.Pp' before '.Sh' is a style bug. This should have been
...
removed in my previous commit.
2004-07-28 21:43:43 +00:00
Tom Rhodes
98f85a58cd
Remove the ERRORS section in favor of a DIAGNOSTICS section.
...
Requested by: ru
2004-07-28 18:13:28 +00:00
Tom Rhodes
4f145e5e0c
Wrap the supported adapters list into an .Sh HARDWARE section.
...
Use a list to make reading the list easier on the eyes.
Add cardbus(4) and pccard(4) to the SEE ALSO section.
2004-07-28 15:35:33 +00:00
John-Mark Gurney
47df0a78eb
after reading the commit mail, I better understand what cnt_hold is for..
...
improve the verbage in the manpage so others are more likely to understand
it...
Reviewed by: rwatson
2004-07-27 04:23:00 +00:00
John-Mark Gurney
b5e60d3288
document that times are in microseconds, yes it's at the end in the NOTES
...
section, but this makes it easier to find.
2004-07-26 21:21:08 +00:00
Colin Percival
56f21b9d74
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
...
somewhat clearer, but more importantly allows for a consistent naming
scheme for suser_cred flags.
The old name is still defined, but will be removed in a few days (unless I
hear any complaints...)
Discussed with: rwatson, scottl
Requested by: jhb
2004-07-26 07:24:04 +00:00
Sergey A. Osokin
726dc81dee
Add DragonFly BSD 1.0.
...
Approved by: wosch (maintainer)
2004-07-26 06:40:48 +00:00
Hiten Pandya
d2069767f5
Remove an unnecessary comma from the Copyright.
...
Obtained from: DragonFly BSD
2004-07-25 16:10:03 +00:00
Tom Rhodes
9933c7cb7b
Move snc.4 over to the i386 section as it only deals with PC98 and i386.
...
Bump .Dd and .Dt accordingly.
Requested by: ru
2004-07-24 20:41:45 +00:00
Warner Losh
0ab1b47fd4
More CardBus Bridges supported, o2micro better now
2004-07-22 20:22:36 +00:00
Murray Stokely
2fbe254787
Add 'benchmarked' and many technical acronyms for protocols, product
...
names, and company names.
2004-07-22 02:45:57 +00:00
Yoshihiro Takahashi
ee6020c993
Add the ACPI Panasonic extras driver.
...
Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org> and nyan
2004-07-21 14:47:54 +00:00
Julian Elischer
be4252b367
Slight cosmetic changes.
...
Also introduce a macro to be called by persistent nodes to signal their
persistence during shutdown to hide this mechanism from the node author.
Make node flags have a consistent style in naming.
Document the change.
2004-07-20 17:15:38 +00:00
Simon L. B. Nielsen
64785dbd46
For the gbde attach script:
...
- Ask the user up to X times (3 by default) for the pass-phrase, if
it is incorrect the first time.
- Add support for storing the lockfiles in another other directory
than /etc.
- Document that it is possible to override the location of each single
lockfile.
Approved by: pjd
2004-07-18 18:01:48 +00:00
MIHIRA Sanpei Yoshiro
67bcdcf062
Add support System TALKS Inc. SGC-X2UL
2004-07-18 06:50:58 +00:00
Giorgos Keramidas
1c325cb9dc
The description of ng_mesg.cmd should call it "cmd" to match the struct
...
definition and netgraph.h.
PR: docs/66539
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
2004-07-18 02:42:38 +00:00
Colin Percival
75877b7564
Document the SUSER_RUID flag.
...
Reminded by: pjd
2004-07-17 15:21:34 +00:00
Colin Percival
ebf89b8e17
Add a BUGS entry pointing out that the ASU flag isn't being set. This was
...
disabled by rwatson in revision 1.60 of sys/kern/kern_prot.c in August 2000.
2004-07-17 15:14:43 +00:00
Tim J. Robbins
5db700e0f5
Update for struct cdevsw and dev_t -> struct cdev * changes, plus one
...
64-bit portability fix.
2004-07-16 06:55:34 +00:00
Robert Watson
0bbfd99009
Update Biba and MLS man pages to take into account recent renaming of
...
the 'single' label element to 'effective.
2004-07-16 02:04:41 +00:00
Nate Lawson
e4ce47a102
Add a few comments about ACPI probing.
2004-07-15 16:47:31 +00:00
Scott Long
194539531b
Move references to the recently removed worm directory.
2004-07-15 15:37:56 +00:00
Murray Stokely
e271bcb2db
Remove Walnut Creek CDROM script that Jordan wrote in the 90s.
...
This functionality is largely in src/release/${ARCH}/mkisofs.sh now.
PR: docs/43569
2004-07-15 05:04:39 +00:00
Simon L. B. Nielsen
7a5183e87d
Add a HARDWARE section which lists supported devices. The actual
...
device listings has been moved (and in some cases more or less
rewritten) from the DESCRIPTION section.
2004-07-14 21:58:17 +00:00
Murray Stokely
9f905b5460
Remove duplicate entry.
...
Submitted by: mlaier@
2004-07-14 07:10:15 +00:00
Murray Stokely
ce924bbacf
More technical terms.
...
MFC After: 3 days
2004-07-14 05:23:16 +00:00
Murray Stokely
2ec394f605
Add more technical acronyms, product names, country names, and
...
technical english words to reduce the number of false positives when
spellchecking our documentation.
2004-07-14 04:58:05 +00:00
Poul-Henning Kamp
65a311fcb2
Give kldunload a -f(orce) argument.
...
Add a MOD_QUIESCE event for modules. This should return error (EBUSY)
of the module is in use.
MOD_UNLOAD should now only fail if it is impossible (as opposed to
inconvenient) to unload the module. Valid reasons are memory references
into the module which cannot be tracked down and eliminated.
When kldunloading, we abandon if MOD_UNLOAD fails, and if -force is
not given, MOD_QUIESCE failing will also prevent the unload.
For backwards compatibility, we treat EOPNOTSUPP from MOD_QUIESCE as
success.
Document that modules should return EOPNOTSUPP for unknown events.
2004-07-13 19:36:59 +00:00
Alfred Perlstein
2e168c9b37
Document thread parameter passed to VFS_ROOT and vflush.
2004-07-12 09:06:51 +00:00
Giorgos Keramidas
074c7af19b
Fix a typo that slipped in during my last commit to this file.
...
Submitted by: fox@vader.aacc.cc.md.us
2004-07-12 00:45:25 +00:00
Darren Reed
52865ee591
Document that sx_unlock() exists as a macro.
...
Remove redundant include file, <sys/kernel.h>, and clean up the function
list at the top with the addition of a "Sx utility macro" section.
2004-07-11 16:08:25 +00:00
Maxim Konovalov
3ed6f7023e
o Document net.inet.sack.enable sysctl. net.inet.sack.sackhole_limit
...
is not documented yet, it is not used at the moment and is the subject
of the future work.
Improved by: ru
Not objected: ps, jayanth
2004-07-10 17:55:13 +00:00
Warner Losh
cd4d01d8a0
Modernize description of physio. Make explicit that this creates a
...
request that's passed to the driver's strategy.
2004-07-10 01:10:17 +00:00
Alfred Perlstein
cf92b47413
document vfs_suser.
2004-07-09 22:33:43 +00:00
Dag-Erling Smørgrav
9f5965dded
Bump document date.
...
Reminded by: ru
2004-07-09 11:44:49 +00:00
Dag-Erling Smørgrav
4aa90de352
The type and name of sbuf_b{cat,cpy}()'s second argument have changed.
2004-07-09 11:38:59 +00:00
Ruslan Ermilov
eec3e03e41
Fixed markup.
2004-07-09 10:08:03 +00:00
Ruslan Ermilov
ef151d7822
Polished markup.
2004-07-09 09:22:36 +00:00
Ruslan Ermilov
f42a2943e1
Fixed markup and punctuation.
2004-07-09 07:26:15 +00:00
Hartmut Brandt
18f101bf9e
Remove the g++ include directory - it has been gone a long time
...
ago and add it's new incarnation c++ instead.
2004-07-08 17:07:30 +00:00
Hartmut Brandt
01480e3c80
Add a description what is in the sub-directories of /usr/include/netnatm.
2004-07-08 16:54:39 +00:00
Tom Rhodes
ffec084f19
Note that the implementation notes were not only derived from NetBSD but
...
also applies to other Arcnet drivers. Note that it should eventually
be moved to a more generic section.
2004-07-08 16:33:01 +00:00
Giorgos Keramidas
25ae01d997
Fix some grammar-wording knit.
...
PR: docs/66540
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 3 days
2004-07-08 13:49:39 +00:00
Ruslan Ermilov
390f67839a
Markup overhaul.
2004-07-08 13:24:58 +00:00
Ruslan Ermilov
28189153cb
Markup nits.
2004-07-08 12:55:24 +00:00
Ruslan Ermilov
a618bed1b1
Markup laundry.
2004-07-08 12:52:33 +00:00
Ruslan Ermilov
f340d1a434
Use the commonly used list type to enumerate supported devices.
2004-07-08 12:48:16 +00:00
Ruslan Ermilov
d6121456df
Slight markup fixes.
2004-07-08 12:45:46 +00:00
Ruslan Ermilov
4172299717
Make the list type match the common type used to enumerate supported devices.
2004-07-08 12:40:42 +00:00
Ruslan Ermilov
fe43142b1e
Added missing markup bits.
2004-07-08 12:37:18 +00:00
Ruslan Ermilov
7e80ee778a
Protect "e.g." from being interpreted as end of sentence.
2004-07-08 12:36:20 +00:00
Ruslan Ermilov
b6cceb259a
Markup fixes.
2004-07-08 12:33:39 +00:00
Ruslan Ermilov
115c7c0a94
Fixed markup.
2004-07-08 12:29:37 +00:00
Ruslan Ermilov
2898777be8
Slight markup fixes.
2004-07-08 12:21:51 +00:00
Hiten Pandya
a617613fd4
Correct a couple of language nits and a spelling.
...
PR: docs/68799
Submitted by: Chris Pepper <pepper@reppep.com>
MFC after: 3 days
2004-07-08 11:02:19 +00:00
Ruslan Ermilov
092cc6b2ab
Revise markup.
2004-07-08 10:47:13 +00:00
Ruslan Ermilov
89b74d5cd5
Markup fixes.
2004-07-08 10:31:12 +00:00
Hartmut Brandt
91a7f7c3f1
Add the missing copyright.
...
Spotted by: ru
2004-07-08 08:14:28 +00:00
Ruslan Ermilov
19ba8e3164
Kill trailing whitespace.
2004-07-08 07:27:26 +00:00
Ruslan Ermilov
d15cee16a4
Fixed markup.
2004-07-08 07:19:46 +00:00
Ruslan Ermilov
827be8c1e9
Slight markup fixes.
2004-07-08 07:11:24 +00:00
Ruslan Ermilov
877c6716d0
Markup fixes.
2004-07-08 07:09:57 +00:00
Ruslan Ermilov
f93c1ee9fb
Slight markup fixes.
2004-07-08 06:56:30 +00:00
Ruslan Ermilov
72c94845c6
Slight markup fixes.
2004-07-08 06:38:59 +00:00
Alfred Perlstein
c438d25d9e
There is no VOP_TRUNCATE anymore.
...
style(9) (parenthesis around return values) the example.
2004-07-08 00:43:50 +00:00
Alfred Perlstein
ad5d91b7b1
s/proc/thread
2004-07-08 00:38:28 +00:00
Alfred Perlstein
f6bd5d1e6d
Update comments in example as well.
2004-07-08 00:36:58 +00:00
Alfred Perlstein
dc7bf98cd1
Update because struct componentname now has a thread pointer instead
...
of a proc pointer.
2004-07-08 00:11:43 +00:00
Alfred Perlstein
7f67dadf9f
Update in the face of NDFREE.
...
Basically the advice on freeing the componentname buffers is no
longer correct.
Update the example code.
2004-07-08 00:08:18 +00:00
Giorgos Keramidas
ecc9d3aa01
Fix various grammar knits.
...
PR: docs/66824
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 3 days
2004-07-07 21:37:30 +00:00
Ruslan Ermilov
412dd67920
Fixed markup.
2004-07-07 20:32:33 +00:00
Ruslan Ermilov
2410103c1d
mdoc(7) fixes.
2004-07-07 19:57:16 +00:00
Simon L. B. Nielsen
719f27a9f3
Remove double .Pp caused by p4 miss-merge.
2004-07-07 19:41:42 +00:00
Simon L. B. Nielsen
c3be52b9b3
Add a HARDWARE section.
...
For cx(4) this was based on information from the Hardware Notes.
OK'ed by: rik
2004-07-07 19:36:12 +00:00
Ruslan Ermilov
c0cfe3da7d
Bumped document date for the recent changes here.
...
Fixed bad example of how to start a new sentence.
Added missing punctuation.
Fixed cut-n-paste error in the STANDARDS section.
Mention modern POSIX and C standards.
2004-07-07 18:59:33 +00:00
Ruslan Ermilov
e825f57623
Added missing punctuation.
2004-07-07 17:36:31 +00:00
Maxim Konovalov
9193b9a5a1
MT_TAG is dead.
2004-07-07 16:48:16 +00:00
Ruslan Ermilov
9779075afa
Removed legacy comment.
2004-07-07 15:14:51 +00:00
Ruslan Ermilov
65bb31b863
Slight content fixes.
2004-07-07 13:21:46 +00:00
Ruslan Ermilov
903ab6eb19
Pathnames as .Nm arguments in the NAME section isn't a
...
good idea, as they appear in the whatis(1) output. So
replace them with the lowercase version of the document
title. While here, do some tiny markup fixes.
2004-07-07 13:09:37 +00:00
Ruslan Ermilov
2e77778053
Fixed document title (should be in all uppercase).
...
List all functions in the NAME section so they appear in whatis(1).
Assorted fixes (mostly markup).
2004-07-07 12:59:39 +00:00
Ruslan Ermilov
db79bbff16
Sweep formatting and assorted fixes.
2004-07-07 07:56:58 +00:00
Ruslan Ermilov
ceba39a73b
Tabs here upset my automatic checker, so replaced them with spaces.
2004-07-07 07:56:36 +00:00
Ruslan Ermilov
f6ed5b5e39
Fixed section name.
2004-07-06 20:43:24 +00:00
Ruslan Ermilov
2bbfd2ec29
Eliminated mdoc(7) warning.
2004-07-06 19:56:09 +00:00
Ruslan Ermilov
890ee494bb
mdoc(7) fixes.
2004-07-06 19:51:31 +00:00
Ruslan Ermilov
27ca7caacc
Tiny markup fixes.
2004-07-06 16:24:02 +00:00
Ruslan Ermilov
702d4fc489
Tiny markup nits in an otherwise outstanding mdoc(7) work.
2004-07-06 16:16:36 +00:00
Ruslan Ermilov
6f39ea8888
Tiny markup fixes.
2004-07-06 08:21:12 +00:00
Ruslan Ermilov
6ac051ece6
Fixed markup.
2004-07-06 07:39:50 +00:00
Ruslan Ermilov
3f7440e2ee
mdoc(7) fixes.
2004-07-06 07:33:49 +00:00
Ruslan Ermilov
c8cbcbce5c
mdoc(7) fixes.
2004-07-06 07:26:23 +00:00
Ruslan Ermilov
2c5470d09e
Correct typos in the function name.
...
mdoc(7) tweaks.
2004-07-06 07:12:34 +00:00
Ruslan Ermilov
b4ca3754a4
Fixed the .Os call (missing or wrong).
2004-07-06 07:02:31 +00:00
Ruslan Ermilov
a970c85ca9
mdoc(7) fixes.
2004-07-06 06:53:42 +00:00
Ruslan Ermilov
1772ac3f49
Slightly improve the markup.
2004-07-05 18:13:50 +00:00
Ruslan Ermilov
51f98e585b
Fix the NAME section making whatis(1) happy in particular.
2004-07-05 17:12:53 +00:00
Ruslan Ermilov
1c85060a13
Sort SEE ALSO references (in dictionary order, ignoring case).
2004-07-04 20:55:50 +00:00
Bruce M Simpson
df550d3259
Add documentation for the ieee80211_node.c functions.
...
Submitted by: Darron Broad
2004-07-04 18:07:58 +00:00
Simon L. B. Nielsen
69f9d7b13f
Add a HARDWARE section which lists supported devices. The actual
...
device listings has been moved (and in some cases more or less
rewritten) from the DESCRIPTION section.
This will be used later for automatically generating device listings
in the Hardware Notes, by parsing the manual pages.
Reviewed in principle by: ru, hrs, trhodes
No objections: -doc, re
Section name inspired by: NetBSD
2004-07-04 14:17:41 +00:00
Scott Long
ab0b83b529
Document that boundaries cannot be smaller than the max segment size.
2004-07-04 04:50:00 +00:00
Ruslan Ermilov
651aa6348e
Merge junk.
2004-07-03 22:53:50 +00:00
Warner Losh
3d595e7e8a
Document /var/run/dmesg.boot, which is created by the rc scripts. Many
...
people have suggested that we document this somewhere, and this was a common
suggestion.
2004-07-03 21:01:18 +00:00
Ruslan Ermilov
5203edcdc5
Mechanically kill hard sentence breaks and double whitespaces.
2004-07-03 18:29:24 +00:00
Dag-Erling Smørgrav
c296e199b3
The -O2 bugs are in libalias(3), not ppp(8).
2004-07-03 09:41:58 +00:00
Oliver Eikemeier
4a209e39a0
Enable testing of customized variants of bsd.port.mk and
...
bsd.port.subdir.mk, without the overhead of an additional ports tree.
Use
make BSDPORTMK='${PORTSDIR}/My.Mk/bsd.port.mk' target
and
make BSDPORTSUBDIRMK='${PORTSDIR}/My.Mk/bsd.port.subdir.mk' target
to build with the alternate versions.
MFC after: 3 days
2004-07-02 20:47:18 +00:00
Ruslan Ermilov
839693c44f
Deal with unsafe tab characters.
2004-07-02 19:55:26 +00:00
Ruslan Ermilov
149e2d2348
Fixed comments.
2004-07-02 19:54:39 +00:00
Ruslan Ermilov
d37ea99837
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
Philip Paeps
bab58ce907
Fix the '\' next to lshift for users of Belgian keyboards.
...
Submitted by: Glenn Matthys <glenn@opengate.be>
Approved by: njl
2004-07-02 18:19:01 +00:00
Ruslan Ermilov
4b6c8c6498
Fixed spelling of the document date.
2004-07-02 18:00:03 +00:00
Dag-Erling Smørgrav
6063af3d9e
Explain that -O2 is supported, but known to expose bugs in ppp(8).
2004-07-02 17:08:39 +00:00
Dag-Erling Smørgrav
dca80b3c07
We support -O2 now.
2004-07-02 17:06:19 +00:00
Ruslan Ermilov
0fe4fb09bc
Bump document date on behalf of the previous change.
2004-07-02 16:19:28 +00:00
Scott Long
2da554d8f2
Small grammar fix.
2004-07-02 15:52:44 +00:00
Maxim Konovalov
a65cfc98ff
Document net.inet.ip.process_options sysctl.
...
Improved by: ru
Reviewed by: andre
2004-07-02 15:47:47 +00:00
Ruslan Ermilov
6e341a6d9c
Markup overhaul and minor word smithing.
2004-07-02 08:52:09 +00:00
Ruslan Ermilov
87757985aa
Bring this manpage more up-to-date with the current code.
...
Submitted by: Gleb Smirnoff
Reviewed by: julian, ru
2004-07-02 06:05:04 +00:00
Mark Santcroos
55c71dc9b0
mdoc changes.
...
Reviewed by: ru
Approved by: njl
2004-06-30 20:49:34 +00:00
Mark Santcroos
07e2d0461f
Document BIOS blacklist.
...
Approved by: njl
2004-06-30 19:54:29 +00:00
Ruslan Ermilov
f5298929e3
Minor markup tweaks.
2004-06-30 17:26:31 +00:00
Ruslan Ermilov
9ae4f36d30
Markup and grammar fixes.
2004-06-30 17:24:27 +00:00
Maxim Konovalov
0d055a20bf
Add user _pflogd.
2004-06-30 16:47:08 +00:00
Maxime Henrion
217e90ae6f
Regenerate this file so that it gets correct comments for the PCI
...
databases locations.
2004-06-28 11:54:30 +00:00
Maxime Henrion
fef0d8770f
Update to the latest versions of the Boemler and Hart PCI databases.
2004-06-28 11:36:32 +00:00
Pawel Jakub Dawidek
85aeaa6062
Typo.
2004-06-26 19:35:30 +00:00
Bruce Evans
00ff1f7c0a
Fixed a style bug in the previous commit.
2004-06-26 09:02:44 +00:00
David E. O'Brien
7549cb8489
Embellish the getopt(3) example with mixed case.
...
Reviewed by: bde
2004-06-26 05:15:00 +00:00
Poul-Henning Kamp
950cce9b30
Retire the TIOC_REMOTE ioctl.
...
It was added 22 years ago for emacs to use, but emacs gave up on it
it 17 years ago.
2004-06-25 21:54:49 +00:00
Julian Elischer
327b288e5c
Convert Netgraph to use mbuf tags to pass its meta information around.
...
Thanks to Sam for importing tags in a way that allowed this to be done.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
Also allow the sr and ar drivers to create netgraph versions of their modules.
Document the change to the ksocket node.
2004-06-25 19:22:05 +00:00
Josef El-Rayes
23d8a5b2c3
Document the possibility to set default values for pcm mixer channels
...
by setting appropriate hints.
E.g.: hint.pcm.0.line="0"
Reviewed by: ru
2004-06-24 17:43:12 +00:00
Warner Losh
fc1a4ecf57
Insert device foo for a few drivers that don't have it. Replace the
...
NetBSD config syntax with the FreeBSD syntax.
2004-06-24 05:09:15 +00:00
Warner Losh
0970580224
We really don't need pointers to st/sd anymore. They were obsoleted in 3.0.
2004-06-24 05:01:52 +00:00
Scott Long
9ff0046621
Update the section on device wiring to match how things are done in 5.x.
2004-06-24 04:05:08 +00:00
Markus Brueffer
238b367c61
s/udi_peed/udi_speed/
...
Approved by: brueffer
MFC after: 3 days
2004-06-23 23:25:58 +00:00
Brooks Davis
14b3b2933d
el(4) stopped needing to me a count device in December 2000.
2004-06-23 17:33:25 +00:00
Scott Long
a315d43a53
Document the new passthrough interface.
2004-06-23 00:27:56 +00:00
Lukas Ertl
05344e57f6
Catch up with the dev_t -> struct cdev change.
2004-06-22 20:18:15 +00:00
Ruslan Ermilov
a36e7d1367
ng_fec(4) is not anymore incompatible with ng_ether(4).
...
Submitted by: Gleb Smirnoff
2004-06-22 09:23:31 +00:00
Ruslan Ermilov
fbb45f8cbc
Fixed copyright owner.
2004-06-22 09:11:01 +00:00
Ruslan Ermilov
1e7c7569d8
Document the "fec" Netgraph node type.
...
Submitted by: Gleb Smirnoff
OK'ed by: julian, wpaul
2004-06-22 09:09:18 +00:00
Dag-Erling Smørgrav
1c035a6eb3
The default setting for hosts is "files dns", not "dns files".
2004-06-21 19:35:36 +00:00
Tom Rhodes
89dc270c33
Add manual pages for cm(4), esp(4), rc(4) and snc(4).
2004-06-21 18:20:57 +00:00
Roman Kurakin
ea429b83a4
MFCronyx: add cross-references, fix history section.
2004-06-21 18:10:10 +00:00
Mike Pritchard
c48524c2aa
Spelling fixes.
2004-06-21 17:42:49 +00:00
Bruce Evans
07f8c1504f
Fixed style bugs in previous commit (151 characters of trailing whitespace).
2004-06-21 16:12:02 +00:00
Roman Kurakin
55ca07bbb4
MFcx(4) 1.23: markup fixes by ru@.
2004-06-21 15:14:27 +00:00
Mike Pritchard
3b96c71f73
Spelling fixes.
2004-06-21 14:54:43 +00:00
Mike Pritchard
86321d97a7
Spelling fixes.
2004-06-21 14:43:09 +00:00
Mike Pritchard
61fffde188
Spelling fixes.
2004-06-21 14:23:31 +00:00
Mike Pritchard
2988974b58
Spelling fixes.
2004-06-21 14:11:45 +00:00
Pawel Jakub Dawidek
be8b4bc831
- Missing trailing slash for a kern directory check.
...
- Check in both places if ${_dir}/conf/kmod.mk exists.
- Style fixes (lines too long).
Submitted by: bde
2004-06-21 08:41:50 +00:00
Yaroslav Tykhiy
006ed2ee71
Extend the description of SIOC[GS]IFCAP.
2004-06-21 05:13:22 +00:00
Dag-Erling Smørgrav
73e9011db5
Bump document date.
...
Requested by: ru
2004-06-20 18:15:20 +00:00
Mike Pritchard
5b89956dbb
Spelling fixes.
2004-06-20 13:33:35 +00:00
Mike Pritchard
c52721b900
Spelling fixes.
2004-06-20 13:17:37 +00:00
Mike Pritchard
3d9b232cc8
Spelling fix and add $ FreeBSD $ tag
2004-06-20 13:07:25 +00:00
Mike Pritchard
0491095662
Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)
2004-06-20 12:51:23 +00:00
Mike Pritchard
8caf8b1799
Sync up ERRORS section with errno.h.
2004-06-20 12:44:42 +00:00
Mike Pritchard
8979ef3901
Fix a spelling error.
2004-06-20 12:35:16 +00:00
Sean Kelly
724f57b2a3
Yield to ru's ninja-like manpage skills and update watchdog(4) to
...
look more like other manpages. Move some content around, use an EXAMPLES
section, etc.
Submitted by: ru
2004-06-19 21:17:07 +00:00
Warner Losh
5e5579e8c2
The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye,
...
but it appears to have a 3CxFE575BT under the hood (and is identified
as such by the xl driver). Add it to the list of supported cards. No
driver changes are required or necessary to support this card.
2004-06-19 19:46:13 +00:00
Brian Feldman
da6400271b
Document rc.conf's "keyboard" directive.
...
Reminded by: dougb
2004-06-19 00:18:13 +00:00
Pawel Jakub Dawidek
e1e6143854
Check if ${_dir}/kern exists as well, because if it doesn't exists
...
we will fail later and we can miss good kernel source tree directory.
I found this trying to compile kld module and it finds 'conf/kmod.mk'
in '../..', but it fails later, because there is no 'kern' directory,
but there is valid kernel source tree still in /usr/src/sys/.
2004-06-18 16:38:42 +00:00
Dag-Erling Smørgrav
b385a6c9b7
Update the description of struct ifreq, and document SIOC[SG]IFCAP.
2004-06-18 13:07:18 +00:00
Bruce M Simpson
54514724de
Add an example to rc.conf(5) about how to use the static_routes variable.
...
We already do this for jails and their various control variables.
PR: conf/62772
2004-06-18 01:28:33 +00:00
Ruslan Ermilov
01ddd31ffc
Assorted markup, spelling, and grammar fixes.
2004-06-17 19:51:17 +00:00
Ruslan Ermilov
715a028455
Fixed markup bugs.
2004-06-17 17:51:17 +00:00
Ruslan Ermilov
ef13db44d1
Fixed markup bugs.
...
Spell function correctly when talking about restarting after a signal.
2004-06-17 17:49:30 +00:00
Max Khon
914de73d8c
Change remaining references to "arlconfig" to "arlcontrol".
...
MFC after: 0 days
2004-06-16 21:31:05 +00:00
Ruslan Ermilov
d07b8cff88
Markup fixes.
2004-06-16 15:57:59 +00:00
Ruslan Ermilov
fa08fb73a5
Tiny markup fixes.
2004-06-16 15:47:45 +00:00
Ruslan Ermilov
bf7f20c2b6
Assorted markup, spelling, and grammar fixes.
2004-06-16 08:33:57 +00:00
Kirill Ponomarev
65d476e0e0
Add descriptions for new path, info, maint, cat, bdeps, and
...
rdeps variables and some new examples for "make search".
Approved by: josef (mentor)
MFC after: 2 days
2004-06-16 07:29:21 +00:00
Bruce M Simpson
26c3ef5325
Document the behaviour of IP_ADD_MEMBERSHIP as per RFC 1724.
...
PR: bin/51927
2004-06-16 05:04:17 +00:00
Ruslan Ermilov
1c83e80830
Overhaul the markup.
2004-06-15 19:26:11 +00:00
Bruce M Simpson
538a4c1f75
mdoc(7) police
...
Submitted by: ru
2004-06-15 16:48:42 +00:00
Ruslan Ermilov
454ba76889
Overhaul the markup.
2004-06-15 12:48:50 +00:00
Bruce M Simpson
946fd6463d
Add an MLINKS entry, rawip, to make the raw socket userland documentation
...
somewhat easier to find.
PR: docs/30873
Requested by: Douglas De Couto
2004-06-15 01:18:56 +00:00
Bruce M Simpson
6f5bc70a3f
Add a paragraph about the importance of byte order when using raw
...
sockets with the IP_HDRINCL option.
Add a list entry about the errors which IP_HDRINCL can return.
Bump .Dd.
PR: docs/30873
Submitted by: Douglas De Couto
Obtained from: BSD/OS (byte order), some old libnet stuff I did years ago.
2004-06-15 01:08:09 +00:00
Bruce M Simpson
6b55939d56
Add Device ID for: TI 802.11b/g Wireless Cardbus/PCI Adapter
...
PR: conf/67700
Submitted by: Jukka A. Ukkonen
Reviewed by: http://www.pcidatabase.com/
2004-06-15 00:38:12 +00:00
Bruce M Simpson
6b83757374
Add Device ID for: Radeon 9200 Series - Secondary.
...
PR: conf/67700
Submitted by: Jukka A. Ukkonen
Reviewed by: http://www.pcidatabase.com/
2004-06-15 00:36:08 +00:00
Simon L. B. Nielsen
0abff1d4b6
Add HP Smart Array 6422 and V100 to the list of supported controllers.
2004-06-14 22:10:56 +00:00
John Polstra
adc0f4a221
Update the .Dd date for previous commit.
...
Gently nudged by: krion
2004-06-14 18:33:21 +00:00
John Polstra
4717d22a7c
Change the return value of sema_timedwait() so it returns 0 on
...
success and a proper errno value on failure. This makes it
consistent with cv_timedwait(), and paves the way for the
introduction of functions such as sema_timedwait_sig() which can
fail in multiple ways.
Bump __FreeBSD_version and add a note to UPDATING.
Approved by: scottl (ips driver), arch
2004-06-14 18:19:05 +00:00
Doug Rabson
dfacb1df20
Fixes from the mdoc(7) police.
...
Submitted by: ru
2004-06-14 14:12:29 +00:00
Doug Rabson
c492956f6c
Fix formatting of AUTHORS section.
2004-06-14 12:16:43 +00:00
Doug Rabson
48ec0513ac
Add manpage for fwip driver.
2004-06-14 10:55:03 +00:00
Garrett Wollman
b46dfa92b4
Update for newsletter V-9 (which brings with it an orthography
...
problem) and V-10 (which does not affect us at all).
2004-06-14 02:38:55 +00:00
David E. O'Brien
a10ab60930
Note when this driver 1st appeared in FreeBSD besides NetBSD.
2004-06-13 22:46:32 +00:00
Lukas Ertl
63b3701deb
What world have we come to when even style(9) isn't unfailable:
...
correct style nit in an example.
2004-06-13 21:24:56 +00:00
Max Laier
eaf11b3a69
Update for include/altq
...
Reminded-by: ru
2004-06-13 20:02:22 +00:00
Julian Elischer
a974ba0b70
Add the capacity for the rfc1490 node to handle cisco style encasulation
...
which is often used alongside rfc1490 in frame relay links.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
2004-06-13 15:44:00 +00:00
Colin Percival
1d705c5cf0
s/mbps/Mbps/
...
We don't support any 10 millibit-per-second network cards.
PR: docs/67719
Submitted by: Linh Pham
MFC after: 1 week
2004-06-12 21:41:41 +00:00
Maxim Konovalov
ef92aa117e
Style.
2004-06-09 17:10:41 +00:00
Lukas Ertl
c5810cfd89
Remove duplicate #include.
...
PR: misc/67748
Submitted by: bugghy <bugghy@phenix.rootshell.be>
2004-06-09 15:40:00 +00:00
Christian Brueffer
2b3d1b3abd
Fix typo
...
Obtained from: DragonFly BSD
MFC after: 3 days
2004-06-08 17:36:17 +00:00
Yaroslav Tykhiy
fe96d560de
Touch .Dd (date) since new functionality has been documented.
...
Reminded by: ru
2004-06-08 09:54:53 +00:00
Yaroslav Tykhiy
429fa51d7c
Make the legend to the table of interface flags compact
...
for the reader's convenience.
Suggested by: ru
2004-06-08 09:01:37 +00:00
Yaroslav Tykhiy
4c829e7560
Describe how polling(4) applies to network interfaces.
...
Reviewed by: ru
2004-06-08 08:48:49 +00:00
Yaroslav Tykhiy
e06e6ff9bc
1. There are interface capabilities to be used by "lower" kernel
...
components as well, i.e., polling.
2. Stress that if_capenable should be modified only from within
the interface driver because it solely knows about how to control
the capabilities.
2004-06-07 16:46:28 +00:00
Pawel Jakub Dawidek
f0f26fe5ac
Add missing link.
2004-06-06 13:35:37 +00:00
Jens Schweikhardt
b2043d225e
s/disklabel/bsdlabel/g
...
Removed paragraph about "new experimental feature" the hw.ata.tags
which sysctl -a knows nothing about.
Fix typos while I'm here.
PR: docs/66493
Submitted by: Julien Gabel <jpeg@thilelli.net>
2004-06-06 12:30:21 +00:00
David Schultz
d5499b02cf
Cross-reference fenv(3).
2004-06-06 10:07:13 +00:00
Murray Stokely
3ecd59e41c
It's been years since Berkeley maintained termcap.
...
Remove references to termcap@berkeley.edu and uunet!ucbvax!termcap in
favor of send-pr(1).
Add comment about how to use cap_mkdb to build a new termcap db.
Submitted by: Ted Mittelstaedt <tedm@toybox.placo.com>
MFC After: 2 weeks
2004-06-05 15:35:14 +00:00
Nate Lawson
a2afe45a8a
Rework acpi_cpu_idle() to select the next idle state before sleeping, not
...
after. Unify the paths for all Cx states. Remove cpu_idle_busy and
instead do the little profiling we need before re-enabling interrupts.
Use 1 quantum as estimate for C1 sleep duration since the timer interrupt
is the main reason we wake.
While here, change the cx_history sysctl to cx_usage and report statistics
for which idle states were used in terms of percent. This seems more
intuitive than counters. Remove the cx_stats structure since it's no
longer used. Update the man page.
Change various types which do not need explicit size.
2004-06-05 07:02:18 +00:00
Ceri Davies
7d7cd407cb
Spelling and grammar fixups.
2004-06-05 03:01:20 +00:00
Ceri Davies
cd7ab489af
Correct a spelling error.
2004-06-05 02:47:08 +00:00
Peter Pentchev
44d9b8b527
Fix a grammatical mistake: the PC3 character sequences *are* also supported.
...
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 1 week
2004-06-04 15:20:12 +00:00
Pawel Jakub Dawidek
f7b00e0696
Add missing links.
2004-06-04 10:14:55 +00:00
Kirill Ponomarev
7585929e25
- Remove leading zero from document date [1]
...
- Remove entry which tells about periodical INDEX updates in
the CVS repository
- Add description for fetchindex target
Requested by: ru [1]
Approved by: josef (mentor)
2004-06-02 20:15:34 +00:00
Kirill Ponomarev
b83effc153
- Bump the document date
...
Requested by: ru
Approved by: ru, josef (mentor)
2004-06-02 15:03:59 +00:00
Kirill Ponomarev
03687bafee
- Mention new targets from bsd.port.mk:
...
* config
* showconfig
* rmconfig
* describe
- Add OPTIONS description
- Word smithing
PR: docs/67342
Reviewed by: ru
Approved by: josef (mentor)
2004-06-02 14:15:35 +00:00
Brian Somers
ba8271157b
Describe pkg_version_index
...
Reviewed by: joe
2004-05-30 20:32:00 +00:00
Julian Elischer
991fc65a92
Add a new netgraph method to allow restoration of some
...
behaviour lost in the change from 4.x style netgraph tee nodes.
Alter the tee node to use the new method. Document the behaviour.
Step the ABI version number... old netgraph klds will refuse to load.
Better than just crashing.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
2004-05-29 07:21:46 +00:00
Simon L. B. Nielsen
6f8f915b4c
Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the list
...
of supported devices.
2004-05-28 21:16:13 +00:00
Tony Ackerman
c458a12514
Adding ixgb(4) for Intel 10GbE Adapters
2004-05-28 00:27:31 +00:00
Hiroki Sato
18f77ad24e
Add FreeBSD 4.10-RELEASE.
...
MFC after: 3 days
2004-05-28 00:12:38 +00:00
Yaroslav Tykhiy
7b811dc181
Touch .Dd because the content of the manpage has been updated.
...
Pointed out by: ru
2004-05-27 11:12:07 +00:00
Brooks Davis
7387768ef4
Add support for an /etc/eui64 file modeled on /etc/ethers. The API is
...
modeled on ethers(3) except that all functions are thread-safe.
Reviewed by: simokawa
2004-05-26 22:58:06 +00:00
Yaroslav Tykhiy
d57916b1c2
Update the status of VLAN support in interface drivers.
2004-05-26 11:34:51 +00:00
Christian Brueffer
92e7a6c6aa
Fix spelling
2004-05-25 17:02:20 +00:00
Crist J. Clark
2aeec2960a
/usr is not really the ideal place for a ports application to store
...
a frequently updated database. /var/db is a much more reasonable place
for this kind of thing. Set a good example.
Reviewed by: -arch
2004-05-24 06:23:15 +00:00
Matthew N. Dodd
966efcc767
Support basename and path based constrained matches.
...
eg:
[foo]
...
matches any executable 'foo'
[/usr/bin/foo/]
...
matches any executable under the directory /usr/bin/foo/
Exact matches continue to function as before.
PR: bin/66769
Submitted-by: Dan Nelson
2004-05-24 01:24:13 +00:00
Bruce Evans
a2c50ac453
Removed a garbage reference to i386's.
...
Submitted by: ru
2004-05-23 16:27:40 +00:00
Bruce Evans
cf5a37b816
Fixed misspelling of "cy".
...
Submitted by: ru
2004-05-23 16:15:25 +00:00
Bruce Evans
23c2ef4344
Updated for removal of the "count" arg in device lines.
...
Organized the synopsis for PCI cards better.
2004-05-23 15:22:53 +00:00
Bruce Evans
956b25b74a
Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 up
...
to man4.
2004-05-23 15:02:08 +00:00
Pawel Jakub Dawidek
18d10fe21c
Update the date.
...
Requested by: ru
2004-05-20 19:32:45 +00:00
Pawel Jakub Dawidek
2de4e6d27a
- Add missing 'the'.
...
- Document /usr/include/geom/ directory and its subdirectories.
Requested by: ru
2004-05-20 13:38:48 +00:00
Pawel Jakub Dawidek
386a927075
Inform hier(7) manual page about /lib/geom/ directory.
...
Reminded by: ru
2004-05-20 11:02:58 +00:00
Ruslan Ermilov
2c88a61c15
Forgot to bump the document date, *blush*.
2004-05-20 09:52:48 +00:00
Ruslan Ermilov
e85cc3f560
Document mbuf tags based on the OpenBSD manpage.
...
Submitted by: Gleb Smirnoff
2004-05-20 09:34:19 +00:00
David Malone
83676de9d5
Add a man page for the kernel part of bpf. I made some edits to the
...
man page after Orla, so the mistakes are probably mine. Leave a
note on the door welcoming the mdoc police.
Submitted by: Orla McGann <orly@cnri.dit.ie>
2004-05-19 20:39:22 +00:00
Ruslan Ermilov
171e08dc7f
Maintain statistics about the received frames.
2004-05-19 11:26:33 +00:00
Daniel Harris
4c0d8029dc
"in in" is not always wrong (backout 1.18).
...
Keep the onion metaphor consistent.
2004-05-18 18:17:25 +00:00
Daniel Harris
47afd1f81e
Effect the correct use of "affect".
...
Use em dashes instead of " - ".
Use .Em instead of *emphasis*.
Note that securing root indirectly (by securing staff accounts) works
only if direct root access has been limited. [1]
s/hacker/attacker, as done in the handbook. (inspired by [1])
PR: 52878 [1]
Submitted by: Brian Minard <bminard@flatfoot.ca> [1]
2004-05-18 17:50:08 +00:00
Lukas Ertl
d8a224e86b
An access count change is a prerequisite for doing I/O, so
...
change 'or' to 'and'.
Pointed out by: pjd@
2004-05-18 12:37:47 +00:00
Lukas Ertl
a2d7d4d7c6
These hyphens don't need to be escaped.
...
Pointed out by: pjd@
2004-05-18 12:36:12 +00:00
Lukas Ertl
797bac4b53
Fix spelling errors (I forgot that one in my last commit of GEOM man pages).
2004-05-18 12:12:07 +00:00
Lukas Ertl
eaad868d16
Update several GEOM related manual pages:
...
*) Fix spelling errors.
*) Better english.
*) Re-phrasing.
Not Reviewed by: pjd (one week timeout)
Approved by: grog (mentor)
2004-05-18 11:33:37 +00:00
Hiten Pandya
11053af551
Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it to
...
rman(9).
2004-05-17 21:25:02 +00:00
Joerg Wunsch
7d2d5f8049
Now that I learned about how all this is working together, quickly
...
document it for anyone else who might be interested in it.
MFC after: 2 weeks
2004-05-17 20:17:39 +00:00
Pawel Jakub Dawidek
af03fdc4cc
NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.
...
Submitted by: Michel Lavonds <fox@vader.aacc.cc.md.us>
Approved by: archie
2004-05-17 19:35:40 +00:00
Roman Kurakin
4dba35d192
Connect Cronyx Tau-PCI to the system.
2004-05-17 14:24:52 +00:00
Archie Cobbs
30fffa4dfc
Update man page date for yesterday's change.
2004-05-17 14:21:00 +00:00
Archie Cobbs
1a292b8015
Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.
...
Reviewed by: julian
PR: kern/63317
2004-05-16 19:31:35 +00:00
Ruslan Ermilov
be69fbd7aa
Kill DOS newline breaks.
2004-05-16 14:41:20 +00:00
Simon L. B. Nielsen
ae4eb6f8e3
Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)
...
hyphen) is meant.
Mdoc(7) clue by: ru
Reviewed by: ru
2004-05-14 20:07:49 +00:00
Hiten Pandya
a1bd700ab1
mdoc(7) police:
...
* remove an extra comma at the end of the .Nm list
2004-05-14 16:57:27 +00:00
Olivier Houchard
ac388bcd91
Define MACHINE_CPU for arm.
2004-05-14 13:34:15 +00:00
Olivier Houchard
fc0c46e313
Document the "files" directive.
...
Reminded by: jmg
2004-05-13 21:55:53 +00:00
Warner Losh
1c1bc2f7f7
Add some verbage over the difference between BUS_ADD_CHILD and
...
device_add_child. The former calls the latter.
Pointed out by: jhb
2004-05-13 20:54:49 +00:00
Warner Losh
a1013c5773
o Add cautions about multiple adds of the device
...
o Remove setting the description of the device (that is more properly done in
probe).
o Remove setting the driver, as it is unnecessary
o Add pseudo code to ensure that the device isn't added to the tree already.
o remove some now unreferenced routines
2004-05-13 20:31:05 +00:00
Warner Losh
cf39dca90c
Add caveats about adding devices in the IDENTIFY context.
2004-05-13 20:29:40 +00:00
Warner Losh
aebc6093f9
The DEVICE_IDENTIFY man page refers to this, create a dummy one
...
directing people to device_add_child.
2004-05-13 20:28:18 +00:00
Joerg Wunsch
8d975d4f7c
Add a reference to the URL of the SMBus specification, so the
...
terminology used in these drivers will become more transparent.
MFC after: 1 week
2004-05-13 19:31:31 +00:00
Ken Smith
43f5a160a5
Some mdoc fixes.
...
mdoc help from: ru
MFC after: 5 days
2004-05-13 13:09:47 +00:00
Bruce Evans
8d962594e1
Moved FreeBSD build pollution (/etc/make.conf) and zombie aout support
...
(OBJFORMAT) into a non-POSIX section.
2004-05-12 22:53:52 +00:00
Bruce Evans
88d2251a91
Removed conditional include of /etc/make.conf.local and the error for the
...
existence of this file. This stopped working more than 4 years ago when
the generation of the error was added in rev.1.44. The .error directive
gives fatal errors, so stale /etc/make.conf.local files must have been
gone away more than 4 years on systems where make(1) works.
2004-05-12 21:51:11 +00:00
Josef El-Rayes
0d9e3b1ab9
Fix typo.
...
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
PR: docs/66536
2004-05-12 20:33:25 +00:00
Dag-Erling Smørgrav
287fa6ba95
mdoc police.
...
Submitted by: ru
2004-05-11 20:47:17 +00:00
Dag-Erling Smørgrav
cbb58e9c9a
Man page for the ichwd driver.
2004-05-11 18:36:38 +00:00
Ruslan Ermilov
b3eaeb0b24
mdoc(7): EXAMPLES is the standard section name.
2004-05-11 18:18:31 +00:00
Hiten Pandya
2db6331792
Add a comma after `e.g.', so that mdoc does not add two whitespaces
...
automatically.
Noticed by: Ruslan Ermilov <ru at FreeBSD.org>
2004-05-11 14:13:52 +00:00
Hiten Pandya
2b55fc2e9c
Document the 'fdidx' argument of VOP_OPEN(9).
...
PR: 56911
Noticed by: Jun Su <junsu@m-net.arbornet.org>
2004-05-10 23:17:09 +00:00
Hiten Pandya
7e1b2808d5
Remove duplicated explanations and text.
...
PR: 24869
Submitted by: Staffan Ulfberg <staffanu@nada.kth.se>
2004-05-10 23:02:00 +00:00
Simon L. B. Nielsen
202c735f35
Fix typos.
...
PR: docs/66481
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:39:32 +00:00
Simon L. B. Nielsen
67da07abb3
- Remove duplicate words.
...
- Fix a spelling nit.
PR: docs/66482
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
2004-05-10 20:12:02 +00:00
Bruce Evans
b37af785fb
Fixed mispelling of SCRIPTS as SCRIPT.
2004-05-10 13:17:08 +00:00
Dag-Erling Smørgrav
611b4102ed
-W{missing,strict}-prototypes do not make sense for C++, and gcc34 will
...
complain about them, so remove them from CXXFLAGS.
2004-05-10 12:14:18 +00:00
Simon L. B. Nielsen
0a848b66c5
- Sync with Hardware Notes.
...
- Spell adapter names more like Intel do.
- Make the page title reflect reality a bit better.
- Spell Fast Ethernet correctly.
2004-05-09 21:25:49 +00:00
Pawel Jakub Dawidek
3bdf3cd7ba
Don't confuse "GEOM" with "geom".
...
Approved by: phk
2004-05-09 16:16:10 +00:00
Roman Kurakin
80d4e2ed6d
Add manual page for Cronyx Tau-PCI adapters.
...
It is PCI family, but we never test it on other than i386 arch.
2004-05-07 16:28:30 +00:00
Christian Brueffer
912467dc98
o fix a typo
...
o remove stray word
o add missing words
PR: 66293
Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
MFC after: 3 days
2004-05-07 13:00:01 +00:00
Dag-Erling Smørgrav
9caaab800b
Document SHLIB, kind of.
2004-05-07 09:59:03 +00:00
Dag-Erling Smørgrav
10717e2e95
Add SHLIB as a shortcut for shared-only libraries.
...
Not objected to by: bde, ru
2004-05-07 09:58:36 +00:00
Nate Lawson
ccc09458fa
Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,
...
C2, ... Update power_profile to use the new format. Update the
man page to reflect this and give more info on Cx states.
2004-05-07 05:22:38 +00:00
Maxim Konovalov
d0946241ac
o IFNAMSIZ does include the trailing \0.
...
Approved by: andre
o Document net.inet.icmp.reply_src.
2004-05-07 01:24:53 +00:00
Joerg Wunsch
469873ca5b
Mention that hme(4) natively supports oversized frames.
2004-05-06 13:38:53 +00:00
Hiten Pandya
b188a3eb74
Correct misinformation, vm_map_remove(9) is the `exported' version of
...
vm_map_delete(9), not vm_map_remove(9).
2004-05-05 10:59:50 +00:00
Hiten Pandya
d5a8819cb7
mdoc(7) police:
...
* correctly place parenthisized sentences
* remove hard sentence breaks
* use .Vt instead of .Fn
2004-05-05 10:47:19 +00:00
Hiten Pandya
34e82feb02
Make the manual page consistent and add a cross-reference to wakeup(9).
2004-05-05 10:01:06 +00:00
David Schultz
0cedc1338e
Support for dynamic adjustment of FPU precision is only available on
...
i386 and amd64, so fp[gs]prec(3) don't exist on other platforms.
PR: 52882
2004-05-05 09:53:29 +00:00
Josef El-Rayes
fc076b4ef9
Add some lines to note that 'www' is available as an option
...
to get the www tree.
2004-05-04 20:03:50 +00:00
Maxim Konovalov
6c0137067b
o Document m_getcl(9).
...
Submitted by: Gleb Smirnoff
MFC after: 2 weeks
2004-05-04 14:53:34 +00:00
Doug Ambrisko
a00d3e6140
Remove new options and my prevention of system freeze when the sio probe
...
returns okay when HW probe fails. This happens when comconsole flag is
set but VGA console is used instead.
Back out requested by: bde (He will be looking at other solutions from scratch)
2004-05-03 22:35:28 +00:00
Thomas Quinot
2c55d0fe37
Add 'device ata' to the kernel configuration excerpt in EXAMPLE section.
...
Update mount example to use /dev/cd0 instead of /dev/cd0c.
Update copyright notice.
2004-05-03 12:03:15 +00:00
MIHIRA Sanpei Yoshiro
ec0a06b8b3
add support BUFFALO(Melco INC.) LPC-CB-CLX(CardBus)
...
http://buffalo.melcoinc.co.jp/products/catalog/item/l/lpc-cb-clx/index.html
(in Japanese)
2004-05-03 09:54:51 +00:00
Maxim Konovalov
372c9822cf
o Add OpenBSD 3.5.
...
o NetBSD 1.6.2 was a patch release.
MFC after: 3 days
2004-05-03 08:19:45 +00:00
Marius Strobl
f0674822a7
Update URL of the FEPS PDF at sun.com.
2004-05-02 19:14:13 +00:00
Jens Schweikhardt
73cf3e3dab
Correct minor glitches.
...
Okayed by: scottl.
2004-05-02 17:17:19 +00:00
Scott Long
a81f558254
Update the device list for asr, remove a nonsense paragraph, and fix up the
...
wording in a few others.
2004-05-02 15:48:00 +00:00
Jens Schweikhardt
07ffcae9b4
Oops, the 2120S is not supported by this driver.
...
Clue bat kindly provided by: scottl
2004-05-02 15:31:58 +00:00
Jens Schweikhardt
8acafdf5e7
Added the 2120S to the list of supported cards.
2004-05-02 14:22:39 +00:00
Jens Schweikhardt
08795b0c79
Correct a grammo.
2004-05-02 12:38:02 +00:00
Doug Ambrisko
33c5911242
Some enhancements and bug fix.
...
- Define option FORCECONSPEED to force the serial console to
be CONSPEED. I've run into a lot of boards in which
the detect for prior speed doesn't work and ends up with
broken console since it is at the wrong speed.
- If a serial port is marked as a console, but console=vidconsole
and if the serial ports doesn't exist it will be probed and
attached at a 8250 chip. Then writes to that will freeze the
system.
- Add an option flags 0x400000 to mark this as a potential
comconsole in-case the one flaged with 0x10 does not exist
in the system.
This makes it easier to deploy on systems with one or two serial ports.
Obtained from: IronPort
2004-04-30 21:16:52 +00:00
Ken Smith
4f27387d5c
Sorry for doing this backwards, but as with most release related stuff
...
we only pay attention to it during release time and at the moment it's
a -stable release in progress.
This is a MFS I guess, moving rev 1.536.2.113 to HEAD. I ran out of
time to follow through with doing this last night. Sorry for the delay.
Adding a couple of variables to make tweaking the CD-ROM label and .iso
filenames easier.
2004-04-30 13:52:09 +00:00
Sean Kelly
22741fd063
Add more .Dv markup.
2004-04-29 08:33:12 +00:00
Sean Kelly
79eade1a88
Add missing .Dv markup and a comma.
2004-04-29 08:27:38 +00:00
Simon L. B. Nielsen
18f00b8a19
Bump manual page date for last update.
...
Suggested by: ru
2004-04-28 23:16:06 +00:00
Tom Rhodes
36df40b469
Spelling: s/Unlinke/Unlike/
...
PR: 66063
2004-04-28 22:25:47 +00:00
Sean Kelly
e35b01929d
Fix up a little language. Remove reference to sysctl(9). Fix reference to
...
watchdog(9) (was watchdogd(9)).
2004-04-28 21:42:36 +00:00
Maxim Konovalov
01e7fdafa7
o Add a missed description for m_free(9).
...
Optained from: NetBSD
MFC after: 1 week
2004-04-28 14:53:49 +00:00
Poul-Henning Kamp
5663c016de
Sheesh...
...
Turn your back on SNMP for a decade and they go and make upper
versus lowercase initial letter part of the specification.
I told them ASN.1 was a bad mistake, but would they listen ? Ohhh no!
2004-04-28 11:44:28 +00:00
Maxim Sobolev
20ca274581
Add LinkSys USB100M into list of supported devices and reformat list of those
...
devices to be similar to other USB ethers.
2004-04-28 02:52:13 +00:00
Poul-Henning Kamp
500ae5be17
Document that '.' stops repetition of 's..." sequences.
...
This is useful in order to get visual indication that something did
not succeed:
# Give it 5 seconds to run
echo 'sjjjjjA.' > /dev/led/error
random_program
echo '0' > /dev/led/error
If random_program takes more than 5 seconds or if it hangs, the LED
will be turned on.
2004-04-27 13:11:20 +00:00
Archie Cobbs
922ee196d9
Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node.
...
Submitted by: Michael Bretterklieber <mbretter@a-quadrat.at>
MFC after: 2 weeks
2004-04-26 14:26:54 +00:00
Simon L. B. Nielsen
a8abffed54
- Update description of watchdogd_enable to reflect current reality.
...
- Document watchdogd_flags.
2004-04-25 17:13:22 +00:00
MIHIRA Sanpei Yoshiro
67f266bab9
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
2004-04-25 11:39:47 +00:00
Roman Kurakin
ca0225140d
Add ng_sppp.4.
2004-04-25 08:52:26 +00:00
Poul-Henning Kamp
63224f60c3
Add a FreeBSD MIB with a few branches we can hang things from.
2004-04-24 19:54:55 +00:00
Simon L. B. Nielsen
6ff58bbd12
Add Sandberg USB to Network Link to the list of supported devices.
2004-04-24 12:30:59 +00:00
Philip Paeps
2fb38b860c
Hook up acpi_asus and its manual page in two more places I managed to overlook
...
last night. Sorry about that :-o
Spotted by: njl (mentor, spotter of forgetfulness)
2004-04-23 06:29:08 +00:00
Philip Paeps
9a1fc77e3a
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
...
gadgets (hotkeys, lcd, ...) on Asus laptops. I aim to closely track the
acpi4asus project which implements these features in the Linux kernel.
If this breaks your laptop, please let me know how it does it :-)
Approved by: njl (mentor)
2004-04-22 21:29:02 +00:00
Mike Silbersack
fe9892eabd
Document the net.inet.ip.portrange.randomized sysctl.
2004-04-22 08:49:51 +00:00
Ruslan Ermilov
111e172d35
Improve the documentation somewhat.
2004-04-21 19:47:33 +00:00
Tim J. Robbins
ab670aebec
Add an Israel Hebrew locale: he_IL.UTF-8.
...
PR: 65826
Submitted by: Hye-Shik Chang
2004-04-21 15:28:23 +00:00
Nate Lawson
18974fe842
Add the "new" acad disabling feature.
2004-04-20 17:45:47 +00:00
Ruslan Ermilov
d9d11bfd48
g++(1) is unhappy with -Wnested-externs.
...
Prodded by: des
2004-04-20 15:16:07 +00:00
Ruslan Ermilov
b462702f94
A simple packet distribution node type that acts like an Ethernet hub.
2004-04-17 12:42:17 +00:00
Paul Saab
c61314601b
Add support for the HP Modular Smart Array 20 & 500 storage arrays.
...
Logical volumes on these devices show up as LUNs behind another
controller (also known as proxy controller). In order to issue
firmware commands for a volume on a proxy controller, they must be
targeted at the address of the proxy controller it is attached to,
not the Host/PCI controller.
A proxy controller is defined as a device listed in the INQUIRY
PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The
corresponding address returned defines which "bus" the controller
lives on and we use this to create a virtual CAM bus.
A logical volume's addresses first byte defines the logical drive
number. The second byte defines the bus that it is attached to
which corresponds to the BUS of the proxy controller's found or the
Host/PCI controller.
Change event notification to be handled in its own kernel thread.
This is needed since some events may require the driver to sleep
on some operations and this cannot be done during interrupt context.
With this change, it is now possible to create and destroy logical
volumes from FreeBSD, but it requires a native application to
construct the proper firmware commands which is not publicly
available.
Special thanks to John Cagle @ HP for providing remote access to
all the hardware and beating on the storage engineers at HP to
answer my questions.
2004-04-16 23:00:01 +00:00
Ruslan Ermilov
ab92d65550
Make whatis(1) happy.
2004-04-16 06:26:09 +00:00
Mark Murray
a8bd95a571
Do a style fixup on the example function.
2004-04-15 07:24:10 +00:00
Vinod Kashyap
b9151ec692
Added an entry for twa.4.
...
Reviewed by: ru
2004-04-14 18:03:30 +00:00
Hartmut Brandt
9de3b3505c
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
...
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
2004-04-14 16:06:19 +00:00
Nate Lawson
0287be96bf
Add support for video output switching. It appears no systems use HCI to
...
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.
This is untested but seems to match the Linux Toshiba driver.
2004-04-14 00:23:58 +00:00
Vinod Kashyap
76633eae4d
Adding man page for 3ware's 9000 series storage controller driver (twa).
...
Reviewed by: ru
2004-04-13 20:57:44 +00:00
Max Khon
02eb96c884
Use ifconfig(8) for setting common 802.11 parameters.
...
Submitted by: Stanislav A. Svirid <count@riss-telecom.ru>
2004-04-13 19:25:26 +00:00
Ruslan Ermilov
b5db19d0d0
Mark the "obj" target with the .PHONY attribute.
2004-04-13 12:36:00 +00:00
Warner Losh
ae13acf259
The 3CXE589DT was spotted in the wild, and is presumed supported by
...
this driver.
Also, add 3Com to a number of places.
2004-04-13 01:26:03 +00:00
Joe Marcus Clarke
8589938ec4
Move en_CA from US_LINKS to GB_LINKS.
...
Submitted by: adamw
Approved by: ache
Committed by: me since adamw should be studying for exams
2004-04-11 08:07:22 +00:00
Warner Losh
565e9d9bc4
Move advise from DEVICE_PROBE.9 about where to probe children.
2004-04-11 06:37:50 +00:00
Warner Losh
a545630488
Document more clearly that a probe routine:
...
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.
Remove the bad advise that the probe routine should look for children
for devices that implement busses. This is more properly reserved for
the attach routine.
2004-04-11 06:37:21 +00:00
Mark Murray
e89e6a3c11
Document the recent upgrade to the entropy device WRT hardware
...
generators.
2004-04-09 16:02:54 +00:00
Simon L. B. Nielsen
5b8ef52df0
Add a LIBRARY section.
...
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org>
PR: docs/65208
2004-04-08 23:04:54 +00:00
Jens Schweikhardt
66fda18f07
In the examples, make the bitmap_name an absolute path name.
...
This avoids hair pulling when someone expects the splash screen
to just work when the bitmap file is in /boot.
2004-04-08 16:31:17 +00:00
Stefan Eßer
057909e78d
Add Netgear WG311T (PCI version of the WG511T).
...
I just received one and have verified that it works just fine.
2004-04-08 16:09:40 +00:00
Colin Percival
2c1bb20746
Introduce a callout_drain() function. This acts in the same manner as
...
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.
This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.
Reviewed by: mux, gallatin, rwatson, jhb
2004-04-06 23:08:49 +00:00
Mark Murray
dccd431fa6
Fix some syntax errors in examples. These were discovered when trying
...
to follow the examples concerned.
2004-04-06 20:16:10 +00:00
Ruslan Ermilov
df4956d2a4
- Overdue bump of the document date.
...
- Fixed markup.
- Minor wordsmithing.
2004-04-06 19:49:21 +00:00
Roman Kurakin
ed863d3693
Remove hyphen between product and company name. This may confuse peoples.
...
Requested by: Mark Johnston <mjohnston at skyweb dot ca>
MFC after: 1 days
2004-04-06 12:34:25 +00:00
Ruslan Ermilov
cbcb800959
polling(4) meets vr(4).
2004-04-05 17:43:57 +00:00
Doug Rabson
002d186bf0
Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kernel
...
settings). Pretend that a crusoe is an i686 which doesn't like alignment
padding.
2004-04-05 09:55:50 +00:00
Tim J. Robbins
e75dc792b7
Add data for missing categories to zh_HK.Big5HKSCS locale.
2004-04-04 12:24:05 +00:00
Wes Peters
69b11e006b
Document new ramdisk_X_????? settings.
2004-04-04 06:34:37 +00:00
Max Laier
042d501cc7
Style:
...
- do not comment out entries in newsyslog.conf
- use tabs to line up inetd.conf
Requested by: bde
Approved by: bms(mentor)
2004-04-03 17:52:29 +00:00
Max Laier
6cd9ebedd7
Add rc.d script to start pflogd and add rcvars etc. Also document vars in
...
rc.conf(5) and put a sample entry to newsyslog.conf
Reviewed by: -current
Approved by: bms(mentor)
2004-04-02 19:25:27 +00:00
Ruslan Ermilov
f48cbcdecc
Assorted mdoc(7) fixes.
2004-04-01 07:54:27 +00:00
Mike Silbersack
bdf861859a
Fix last commit to conform to mdoc style.
...
Submitted by: hmp
2004-04-01 07:36:56 +00:00
Mike Silbersack
a61bc764ce
Document the m_defrag function. (Mostly copied from the description
...
in uipc_mbuf.c)
2004-04-01 06:50:21 +00:00
Ruslan Ermilov
001407b9c2
Added polling(4) support for ste(4).
...
MFC after: 5 days
2004-03-31 20:39:20 +00:00
Bruce M Simpson
0c22b2b981
Add David Young's descriptive text for the radiotap interface.
...
Add David Young to copyright comments.
2004-03-31 02:57:30 +00:00
Bruce M Simpson
25d9d0de41
Fix a typo: remove duplicate word 'interface'.
2004-03-31 02:53:46 +00:00
Roman Kurakin
d30d48a258
Manual page for ng_sppp module.
...
Approved by: imp (mentor)
Reviewed by: julian
2004-03-30 15:28:09 +00:00
Dag-Erling Smørgrav
e764373e96
Bump date and remove trailing whitespace.
2004-03-30 15:11:16 +00:00
Dag-Erling Smørgrav
20baa54f6b
Document ntpdate_hosts.
2004-03-30 15:10:39 +00:00
Hiten Pandya
bc216e3cd2
Mdoc Police:
...
* Use .Fa instead of .Pa for function arguments.
* Utilize the .Po/.Pc commands for parenthesis
so the format is not ruined.
Inspired by: pjd's last commit to this file
2004-03-29 19:42:21 +00:00
Pawel Jakub Dawidek
449dfbbc83
Note that we can pass NULL as 4th argument for copystr() and copyinstr()
...
functions.
With little mdoc(7) help from: hmp
2004-03-29 19:23:45 +00:00
Tim J. Robbins
a20a3464f5
Oops; remove ko_KR.eucKR/LC_MONETARY -> ko_KR.UTF-8/LC_MONETARY symlink.
2004-03-29 09:03:14 +00:00
Tim J. Robbins
341add2edd
Add a new LC_MONETARY data file for the ko_KR.UTF-8 locale instead of using
...
the ko_KR.eucKR version.
2004-03-29 01:53:31 +00:00
Tim J. Robbins
88fec12430
Add a new LC_MONETARY data file for the ja_JP.UTF-8 locale instead of using
...
the ja_JP.eucJP version. Although the latter looks like plain ASCII,
it is actually JIS Roman, so it is not correct to treat it as UTF-8.
2004-03-29 01:29:13 +00:00
Tim J. Robbins
839b21a6f4
Add UTF-8 versions of all the currently supported system locales. Most of
...
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
2004-03-27 08:14:15 +00:00
Ruslan Ermilov
fd3fbdbe46
Removed more vestiges of the stl(4) driver.
2004-03-26 18:49:11 +00:00
Noriaki Mitsunaga
f8f9e73124
Add ct(4) man page for ct SCSI host adapter device driver and attach
...
it to the build.
2004-03-26 06:26:45 +00:00
David E. O'Brien
32a4f1f464
More kosher mdoc(7).
...
Submitted by: ru
2004-03-25 17:54:07 +00:00
Roman Kurakin
a7d0b563ee
Move ct.4 to ctau.4. Step four: backout ct.4 via rm.
...
Approved by: imp (mentor)
2004-03-25 14:47:42 +00:00
Roman Kurakin
a493cc9066
Move ct.4 to ctau.4. Step three: change ct to ctau in Makefile.
...
Approved by: imp (mentor)
2004-03-25 14:45:20 +00:00
David E. O'Brien
a7a25ea7d6
Restore part of rev 1.92; share/libdata/gcc should not have been deleted.
2004-03-25 00:41:06 +00:00
Dag-Erling Smørgrav
7ac2f2c2ec
Remove mention of doscmd.
2004-03-24 20:19:57 +00:00
Roman Kurakin
5dc0c07746
Move ct.4 to ctau.4. Step two: add ct.4 as ctau.4.
...
Do not bother about too small history for ct.4.
Approved by: imp(mentor)
2004-03-24 19:28:50 +00:00
Roman Kurakin
3ddf080943
Move ct.4 to ctau.4. Step one: remove ctau.4 link.
...
Approved by: imp(mentor)
2004-03-24 19:23:44 +00:00
John Baldwin
c4c666b8fc
- Update for the new interrupt code on i386 meaning that SMP kernels can
...
now run on UP machines, options APIC_IO is now spelled device apic, and
HT CPUs are now enabled by default.
- Add a 'I386 NOTES' section header to the i386-specific paragraphs.
Someone with more mdoc fu can suggest a better name if needed.
Requested by: kris (1)
2004-03-24 17:51:54 +00:00
Pawel Jakub Dawidek
030f6f3558
The topology lock is not needed for g_error_provider() function.
...
Discussed with: phk
2004-03-24 15:12:17 +00:00
Pawel Jakub Dawidek
67e4206588
Added a note, that g_access() function cannot failed when dc[rwe] <= 0.
2004-03-24 14:42:26 +00:00
Pawel Jakub Dawidek
06bb88dcb2
Functions:
...
- g_new_geomf(),
- g_new_providerf(),
- g_new_consumer()
cannot failed (by returning NULL), so don't scare programmers.
2004-03-24 14:25:46 +00:00
Dag-Erling Smørgrav
d7bc8318b7
Remove mention of share/libdata/doscmd/{,fonts/} and share/libdata/gcc.
2004-03-24 08:22:35 +00:00
Brooks Davis
3e091039ee
Overhaul the /etc/rc.d/diskless script by splitting it out into
...
hostname, resolve, tmp, and var scripts. The latter three are new and
were repo copied. These scripts no longer depend on being booted with
and NFS root instead attempt to automaticly create mfs /tmp and /var
volumes if the they are not writable. This behavior can be overridden
in /etc/rc.conf.
Reviewed by: luigi, pjd
2004-03-23 23:22:35 +00:00
Max Laier
1f4408f321
Add rc.d script for pf(4) (more to come once pflogd(8) works as well).
...
Update defaults and write some lines for rc.conf(5) also.
Mostly dup'ed from ipf
Reviewed by: -current
Approved by: bms(mentor)
2004-03-23 22:30:15 +00:00
Daniel Harris
aba0edf2e1
Login classes are not "unused."
...
Reference login.conf(5).
PR: 62830
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2004-03-21 19:36:16 +00:00
Hiroki Sato
24f0550d8a
Update the supported hardware.
...
Approved by: scottl
2004-03-21 15:25:20 +00:00
Marcel Moolenaar
1950e64cb2
Add a reference to the ia64 options to gcc. While here, sort the list.
2004-03-21 04:57:24 +00:00
Maxim Konovalov
0f8f86b71f
o Add user proxy.
2004-03-20 19:13:06 +00:00
Jens Schweikhardt
07c1e62b49
Added entries for ibm151 and ibm3151-25.
...
Style:
o Use tabs instead of 8 spaces
o Space after # beginning comment
o Fix entries lacking ":" after tab
o Removed whitespace at EOL
PR: misc/62749 (the ibm additions)
Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at>
MFC after: 3 days
2004-03-20 13:11:59 +00:00
Mark Santcroos
c6dee3e09d
"CPU is an acronym, and as such should be spelled in all uppercase."
...
Pointed out by: ru
2004-03-20 13:05:11 +00:00
Mark Santcroos
33a2fec712
Sync manpage with code for hw.acpi.toshiba.cpu_speed sysctl.
...
Submitted by: Chia-liang Kao <clkao@clkao.org>
Approved by: njl (mentor)
2004-03-20 10:25:36 +00:00
Christian Brueffer
6ac6f11643
Grammar fix
...
MFC after: 3 days
2004-03-18 18:27:04 +00:00
Nate Lawson
bdffb39f34
Add bus_alloc_resource_any(9), which does bus_alloc_resource() with the
...
appropriate default values. Document it in the manpage.
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
Abstains: bde
2004-03-17 17:40:34 +00:00
Christian Brueffer
c13256fab9
Language cleanup
2004-03-17 13:41:37 +00:00
Ceri Davies
f60e8ef7b1
Correct a grammatical error.
...
PR: docs/63984
Submitted by: Ulrich Spoerlein <q@uni.de>
MFC after: 1 day
2004-03-17 11:35:23 +00:00
Max Khon
f02660b050
Fix copyrights and mandoc markup.
...
Pointed out by: ru
2004-03-16 21:03:25 +00:00
Jens Schweikhardt
12b38947d4
Added entries for 90 columns russian VGA modes.
...
PR: conf/51830
Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net>
MFC after: 1 week
2004-03-16 18:04:14 +00:00
Scott Long
cb74d2861d
Remove the RAIDframe manual page
2004-03-16 12:35:55 +00:00
Max Khon
798f0e1603
Add arl(4): driver for Aironet Arlan 655 wireless adapters.
...
MFC after: 2 weeks
2004-03-15 22:24:28 +00:00
Max Khon
636d6d5926
Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimics
...
ru(winkeys) XFree86 layout.
Differences with ru.koi8-r.shift.kbd are:
- ctrl+shift = alock
- left/right win = meta, menu = saver
- alock'ed shift+[0-9] = )!@#$%^&*(
2004-03-15 20:34:18 +00:00
Tom Rhodes
7b1ac86dc1
Remove whitespace at EOL.
2004-03-15 17:01:31 +00:00
Don Lewis
ec0791be40
Change len pararmeter from u_int to size_t.
...
Document vslock() return values.
2004-03-15 10:05:27 +00:00
Warner Losh
bfbc84bff3
Retire gsc man page after driver retirement
2004-03-14 22:43:51 +00:00
Warner Losh
1ec6878636
rdp has been retired, retire its man page too
2004-03-14 22:36:54 +00:00
Warner Losh
41f6b59381
le driver is gone, retire its man page
2004-03-14 22:26:12 +00:00
Warner Losh
8cc469f2d6
Really remove asc man page this time
2004-03-14 22:15:38 +00:00
Doug Barton
0a54defb08
1. Remove the named_rcng variable. Mike's caution in this area was a good
...
thing, but we're ready to move on.
2. Remove the -g default argument in named_flags. It doesn't actually do
what most users think it does, and what most users want it to do is already
accomplished with a proper default group for the bind user, which we have.
Also, the -g knob does something entirely different in BIND 9, which leads
to a lot of needless confusion/aggravation.
3. In the rc.d script, don't bogusly override $command, or $rc_flags. Both
are adequately handled in rc.conf[.local].
4. DO properly override $rc_flags if user has named_chrootdir set.
This may need to be revisited, but should be ok for now.
5. Protect all chrootdir-related bits under that variable, instead of
named_rcng.
There is more work to be done here, especially in the area of BIND 9
compatibility, but this is a start at least.
Prompted in part by (legitmate) grousing from: kuriyama, Randy Bush
2004-03-14 19:10:06 +00:00
Warner Losh
301102da03
Now that the asc driver is no longer in the tree, the man page is surplus.
2004-03-14 05:01:04 +00:00
Warner Losh
65d8d43391
Now that the wt driver is gone, go ahead and remove its userland support.
...
If the wt driver is rewritten using newer APIs, then these can return with it.
2004-03-14 04:49:23 +00:00
Tom Rhodes
5a19f6d9d4
Fix some style bugs in previous commit.
...
Fix 'broken' ifdefs.
icc does not support profiling yet so remove unfinished code which was
supposed to help.
Submitted by: netchild (original version)
Reviewed by: ru
2004-03-14 01:29:05 +00:00
Simon L. B. Nielsen
980a9b846b
Add Epson Perfection 1670 to the list of supported devices.
2004-03-13 13:54:07 +00:00
Christian Brueffer
ea1ba34196
Capitalize I/O
2004-03-13 00:12:09 +00:00
Tom Rhodes
06d6e4fcfe
This are the build infrastructure changes to allow to use the
...
Intel C/C++ compiler (lang/icc) to build the kernel.
The icc CPUTYPE CFLAGS use icc v7 syntax, icc v8 moans about them, but
doesn't abort. They also produce CPU specific code (new instructions
of the CPU, not only CPU specific scheduling), so if you get coredumps
with signal 4 (SIGILL, illegal instruction) you've used the wrong
CPUTYPE.
Incarnations of this patch survive gcc compiles and my make universe.
I use it on my desktop.
To use it update share/mk, add
/usr/local/intel/compiler70/ia32/bin (icc v7, works)
or
/usr/local/intel_cc_80/bin (icc v8, doesn't work)
to your PATH, make sure you have a new kernel compile directory
(e.g. MYKERNEL_icc) and run
CFLAGS="-O2 -ip" CC=icc make depend
CFLAGS="-O2 -ip" CC=icc make
in it.
Don't compile with -ipo, the build infrastructure uses ld directly to
link the kernel and the modules, but -ipo needs the link step to be
performed with Intel's linker.
Problems with icc v8:
- panic: npx0 cannot be emulated on an SMP system
- UP: first start of /bin/sh results in a FP exception
Parts of this commit contains suggestions or submissions from
Marius Strobl <marius@alchemy.franken.de>.
Reviewed by: silence on -arch
Submitted by: netchild
2004-03-12 21:36:12 +00:00
John Baldwin
bf0e60bbbb
Rewrite sleepqueue manpage to catch up to the new sleep queue interface.
2004-03-12 19:07:18 +00:00
Jens Schweikhardt
76e2858e2f
Instead of repeating most of vt102, make mvterm reference it.
...
PR: 61796
Submitted by: Daniel Rudy <root@wildfire.danielrudy.org>
MFC after: 1 week
2004-03-12 17:41:13 +00:00
Jens Schweikhardt
8a76ac9557
Remove a spurious backslash at EOL to get a proper xterm-ic entry.
...
PR: 56956
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
MFC after: 1 week
2004-03-12 17:21:48 +00:00
Tom Rhodes
491abe5ac7
Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history
...
other than 'initial revision' thus I did not request a repocopy.
Requested by: ru, gad
2004-03-12 16:03:26 +00:00
Pawel Jakub Dawidek
378f3f5a17
mdoc(7): New sentence should start on new line.
...
Pointed out by: hmp
2004-03-11 22:22:03 +00:00
Pawel Jakub Dawidek
8217df6de8
Add reference to the g_access(9) manual page.
2004-03-11 19:53:22 +00:00
Pawel Jakub Dawidek
9e5681745a
Connect g_access(9) to the build.
2004-03-11 19:51:14 +00:00
Pawel Jakub Dawidek
dde2befebc
Add manual page for g_access(9) GEOM function.
2004-03-11 19:23:48 +00:00
Tom Rhodes
0e9628026f
Add a newsyslog.conf manual page. This follows suit with the other utilities
...
which have configuration files. This is just a cut-paste from newsyslog.8
with the following changes:
o Kill hard sentence breaks.
o Markup fixes.
o Wordsmithing.
2004-03-11 04:35:08 +00:00
Jens Schweikhardt
e4214b72d5
Give xterm-basic the le entry. bs should be avoided.
...
This is a prerequisite to fix
PR: bin/48679
Discussed with: Thomas Dickey (xterm termcap maintainer)
MFC after: 2 weeks
2004-03-10 22:38:32 +00:00
Ruslan Ermilov
f9e2cb7071
A manpage for ng_eiface(4).
...
Submitted by: Gleb Smirnoff
2004-03-10 22:25:25 +00:00
John Baldwin
f5531a094d
- Document cv_broadcastpri().
...
- Remove references to cv_waitq_*() as they no longer exist.
2004-03-10 15:57:25 +00:00
Max Laier
8d69c48be5
Link pf to the build and install:
...
This adds the former ports registered groups: proxy and authpf as well as
the proxy user. Make sure to run mergemaster -p in oder to complete make
installworld without errors.
This also provides the passive OS fingerprints from OpenBSD (pf.os) and an
example pf.conf.
For those who want to go without pf; it provides a NO_PF knob to make.conf.
__FreeBSD_version will be bumped soon to reflect this and to be able to
change ports accordingly.
Approved by: bms(mentor)
2004-03-08 22:03:29 +00:00
Bruce M Simpson
017b3034bd
Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc.
2004-03-08 15:07:14 +00:00
Benno Rice
8582c8e098
Manual page for the ng_atmllc node type.
...
Currently missing a history section.
2004-03-08 13:46:52 +00:00
Wolfram Schneider
e1958528a2
Add final version of BSD/OS, BSD/OS 5.1 ISE.
2004-03-07 16:44:10 +00:00
Josef El-Rayes
2cd7fe4dc1
Document kernel functions securelevel_gt and securelevel_ge.
...
Approved by: simon(mentor)
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
PR: docs/62331
mdoc(7) cleanup by: ru
2004-03-07 15:22:08 +00:00
Ruslan Ermilov
07742bd14e
Luigi was polled for additional documentation about polling(4).
2004-03-06 21:20:47 +00:00
Joseph Koshy
9cfa00a649
Link in contigmalloc(9) to the build.
2004-03-06 08:01:16 +00:00
Joseph Koshy
d7f29ce72b
Cross-reference contigmalloc(9).
2004-03-06 02:13:03 +00:00
Joseph Koshy
c4e99bb025
A manual page for contigmalloc(9).
...
Reviewed by: ru
2004-03-06 02:09:17 +00:00
Warner Losh
4eebf56527
Add warning about loading/unloading drivers and identify
2004-03-05 22:21:18 +00:00
Ruslan Ermilov
3cea578f5a
This interface doesn't return any values.
...
Submitted by: Mark Santcroos
2004-03-05 16:38:01 +00:00
Bruce Evans
d562095ead
Fixed indentation of conditionals.
...
Submitted by: Rostislav Krasny <rosti_bsd@yahoo.com>
2004-03-05 15:59:33 +00:00
Bruce M Simpson
904fd6bae5
Fix a typo.
2004-03-05 02:50:28 +00:00
Bruce M Simpson
54947b972f
Hook ieee80211 manpages up to the build; fix 1 snafu which crept in.
...
Noticed by: Matthias Schuendehuette
Pointy hat to: bms
2004-03-04 21:13:06 +00:00
Bruce M Simpson
48fbb40803
Add an MLINKS entry for radiotap(9).
2004-03-04 12:54:22 +00:00
Bruce M Simpson
3f3f4cdba2
Initial import of documentation for net80211 interface code.
...
Of particular interest here is the ieee80211_radiotap(9) man page.
TODO: Flesh out ieee80211_node.9, ieee80211_proto.9.
Submitted by: bms (with help from Darron Broad)
2004-03-04 12:52:10 +00:00
Mike Makonnen
901912aa26
Document the virecover_enable knob.
...
From the PR:
Certain MTA configurations mean that the notifications from
virecover keep bouncing; so here's a patch to allow administrators
to turn them off.
PR: conf/54910
Reminded by: ru
2004-03-04 08:25:53 +00:00
MIHIRA Sanpei Yoshiro
3a746efdd0
Add support PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S)
2004-03-04 06:42:46 +00:00
Maxim Konovalov
d6567e01c4
Add NetBSD 1.6.2.
2004-03-04 05:34:29 +00:00
Nate Lawson
4e376d58dc
Add a "quirks" value to disable quirks handling for a given boot.
...
Also, disable quirks if booting with a custom DSDT. Add a quirk
to disable loading ACPI so known bad systems can be completely
blacklisted.
2004-03-04 04:42:59 +00:00
Nate Lawson
e2a643ee75
Add acpi_video(4) man page.
...
PR:
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by:
Approved by:
Obtained from:
MFC after:
2004-03-03 16:34:03 +00:00
Roman Kurakin
e2b221724e
1. Add ct.4 manual page entry.
...
2. Add ctau.4 link to ct.4.
Approved by: imp (mentor)
2004-03-03 13:26:18 +00:00
Roman Kurakin
89b535a835
Add manual page for Cronyx/Tau-ISA device driver.
...
Approved by: imp (mentor)
2004-03-03 13:23:18 +00:00
Nate Lawson
3184cf5a6b
Add support for quirks for acpi tables. Key off OEM vendor and revision.
...
Sort acpi debug values. Change "disable" to "disabled" to match rest of
the kernel. Remove debugging from acpi_toshiba since it was only used for
probe/attach.
2004-03-03 03:02:17 +00:00
Christian Brueffer
7f4b049d59
Remove reference to cx.4. A manpage doen't have to reference itself :-)
2004-03-02 20:42:21 +00:00
Christian Brueffer
45bc8ec13f
Fix plural usage and a grammar nit
2004-03-02 18:38:32 +00:00
Christian Brueffer
0fafc68bcd
o remove stray 'the'
...
o remove instance of wrong apostrophe usage
MFC after: 3 days
2004-03-02 18:30:25 +00:00
Christian Brueffer
8e2e32ea2f
Language cleanup
2004-03-02 18:20:42 +00:00
Simon L. B. Nielsen
0e87afb66f
- Fix typo.
...
- Use .Fx when I'm here anyway.
PR: docs/63622
Submitted by: Andrew Boothman <andrew@mux.org.uk>
2004-03-01 22:58:07 +00:00
Simon L. B. Nielsen
6b40af88db
Note that the D-Link 530-TXS also works with the ste(4) driver.
...
PR: docs/63600
Submitted by: Christopher Nehren <apeiron@comcast.net>
2004-03-01 20:52:54 +00:00
Ruslan Ermilov
86e67aa89b
Restore the sorting broken in rev. 1.256.
2004-03-01 17:26:39 +00:00
Ruslan Ermilov
407ea29095
Netgraph node type for IEEE 802.1Q VLAN tagging.
2004-03-01 17:22:16 +00:00
Scott Long
cc7db16df0
Add a manual page for the umct(4) driver.
2004-03-01 03:49:05 +00:00
Bernd Walter
7de8778318
add driver for BWCT console management serials
2004-03-01 02:34:49 +00:00
Jens Schweikhardt
d0930e8695
Added Xref to env(1).
2004-02-29 13:10:09 +00:00
Lukas Ertl
06aed75cac
Add MLINKs for MALLOC_DEFINE and MALLOC_DECLARE.
...
Approved by: grog (mentor)
2004-02-28 23:01:20 +00:00
Poul-Henning Kamp
4103b7652d
Rename the WATCHDOG option to SW_WATCHDOG and make it use the
...
generic watchdoc(9) interface.
Make watchdogd(8) perform as watchdog(8) as well, and make it
possible to specify a check command to run, timeout and sleep
periods.
Update watchdog(4) to talk about the generic interface and add
new watchdog(8) page.
2004-02-28 20:56:35 +00:00
Poul-Henning Kamp
2bedf807f4
Add contents to manualpage for generic watchdog facility.
...
Formatting likely to break several UN resolutions.
2004-02-28 20:08:41 +00:00
Poul-Henning Kamp
81f403e452
Fix description which seems to have survived intact from more specific code.
2004-02-28 19:36:48 +00:00
Christian Brueffer
c2a4d8794a
Connect udav.4 to the build and add MLINK to if_udav.4
2004-02-28 13:39:58 +00:00
Christian Brueffer
6b3573d8f0
Add udav(4)
2004-02-28 02:55:12 +00:00
Christian Brueffer
f943b20bf8
cue(4) doesn't use miibus(4)
...
MFC after: 3 days
2004-02-28 02:51:21 +00:00
Christian Brueffer
e292d78b00
Remove reference to miibus.4, cue(4) does not use it.
...
MFC after: 3 days
2004-02-28 02:49:20 +00:00
Christian Brueffer
59df4c636e
Add manpage for udav(4)
...
Obtained from: NetBSD
2004-02-28 02:29:59 +00:00
Johan Karlsson
853bd372d1
WANT_EXT2FS_MODULE was removed from sys/modules/Makefile in rev 1.366.
...
Hence, remove it here as well.
2004-02-27 19:22:46 +00:00
Ruslan Ermilov
6e485c0a7a
mtod() returns pointer to the specified type, not necessarily "void *".
2004-02-27 17:14:00 +00:00
Dag-Erling Smørgrav
c7ea226dc2
Document sysctl_move_oid().
2004-02-27 17:13:42 +00:00
Mike Makonnen
4f779fd6b7
NetBSD rev. 1.10
...
successful [is spelled] with only one l
NetBSD rev. 1.12
Implement ``one'' prefix to allow a "one shot" operation as if
${rcvar}=yes yet all the other prerequisite tests are still performed.
The existing ``force'' prefix is a sledgehammer that ignores all the
prerequisite checks and always returns a zero exit status; this is a
more gentle approach to the problem of "manipulate this disabled
service without editing rc.conf(5)".
Obtained From: NetBSD
2004-02-27 10:20:22 +00:00
Bruce Evans
72abc018fe
Rremoved bogus -static from CFLAGS. Makeworld will add -static in the
...
correct place if needed and possible. Self-hosted builds can just use
the system default.
2004-02-26 07:50:56 +00:00
Robert Watson
57792ded36
Update copyright on mac.9 for 2004. Use "-" for copyright year
...
ranges.
Add additional credits for contributions to the MAC Framework.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, McAfee Research
2004-02-26 01:18:46 +00:00
Wolfram Schneider
c3c75c8376
Add FreeBSD 5.2.1
2004-02-25 15:58:14 +00:00
Christian Brueffer
ea2937efb8
Add SiI3512.
2004-02-25 13:48:48 +00:00
Noriaki Mitsunaga
986c9fbae8
o Use I-O DATA' instead of IO DATA' as the vendor uses the former
...
on its own site (http://www.iodata.jp/ ).
o Add a missing cross reference to cardbus(4).
Submitted by: rushani
2004-02-25 00:13:43 +00:00
John Baldwin
ab9fe4e1fe
- Clarify ambiguous statement about not being able to both slock and xlock
...
a single lock at the same time.
- Avoid using "own" to refer to holding either a shared or exclusive lock
as it is only really correct for exclusive locks.
- Reword the sentence about sleep-ability to read easier.
Requested by: truckman (1)
2004-02-24 21:36:39 +00:00
Christian Brueffer
db5fd6d249
Wordsmithing
2004-02-24 15:00:03 +00:00
Noriaki Mitsunaga
0973129743
PAO's work has been merged into FreeBSD not removed.
...
So remove the line.
Reviewed by: trhodes
2004-02-23 23:47:50 +00:00
Poul-Henning Kamp
8627329012
Fix typo.
...
Found by: imp
2004-02-23 23:39:42 +00:00
Joe Marcus Clarke
3105123c8b
Add ports-net-mgmt to the relevant supfiles.
...
MFC after: 4 days
2004-02-23 19:07:47 +00:00
Nate Lawson
e821c36489
Some markup fixes, change some devices to a feature.
2004-02-22 00:50:00 +00:00
Nate Lawson
37c51fd956
Update the debug.acpi.disable section for missing devices and the special
...
"all" value.
2004-02-22 00:30:43 +00:00
Nate Lawson
3c8c064683
bus_set_resource takes a rid, not a pointer to a rid.
2004-02-22 00:29:04 +00:00
Ruslan Ermilov
607ee6431f
mdoc(7) guru's glance.
2004-02-20 16:05:38 +00:00
Wilko Bulte
9f8e4ded12
List EPSON Perfection 3200 as supported.
...
Reminded by: simon
2004-02-20 09:54:32 +00:00
Pawel Jakub Dawidek
45c8a69994
New failure detection algorithm was backed out, so backout manual
...
page change as well.
Requested by: scottl (mentor)
2004-02-20 09:52:26 +00:00
Philip Paeps
43f842cb15
Document the acpi_toshiba driver written by Hiroyuki Aizu.
...
Approved by: njl (mentor)
2004-02-19 19:35:27 +00:00
Pawel Jakub Dawidek
4977f29fd0
Update manual page (new failure detection algorithm was added).
...
Approved by: scottl (mentor)
2004-02-19 17:05:32 +00:00
Pawel Jakub Dawidek
6babc58b2f
Path correction.
...
Approved by: scottl (mentor)
2004-02-19 14:32:44 +00:00
Mike Makonnen
d4d7df5c0c
Implement PThreads barriers and barrier attributes.
2004-02-19 13:51:52 +00:00
Ruslan Ermilov
1b2f42a9c7
Improve formatting.
2004-02-19 12:02:54 +00:00
Poul-Henning Kamp
0aef5c8497
Improve contents, ruin formatting.
2004-02-18 22:10:08 +00:00
Ceri Davies
a30de06b88
Correct minor typos.
2004-02-18 18:52:09 +00:00
Maxim Konovalov
26d2edc770
o Fix a bridge example: sysctl net.inet.ip.forwarding=1 is needless,
...
bridge(4) is working on a level below. Suggest
sysctl net.inet.ip.check_interface=0 instead.
MFC after: 2 weeks
2004-02-18 08:30:08 +00:00
Colin Percival
84827e3a55
Use correct thousands separator for the Italian locale.
...
PR: misc/54477
Submitted by: Nicola Vitale <nivit@libero.it>
Approved by: rwatson (mentor)
Confirmed by: #freebsd, Google
2004-02-18 05:23:09 +00:00
Wes Peters
d865f9ef19
Mention that kernel environment variables may be configured in
...
/boot/loader.conf. Make the description flow a bit better.
Complaints by: Nate Lawson <nate@root.org>
2004-02-18 05:20:31 +00:00
Wes Peters
5413d9e096
Make the distinction between sysctl kernel environment variables and
...
device.hints kernel environment variables when disabling ACPI.
Some users are getting confused when they see hint.acpi.0.disabled.
They are confusing it with a sysctl MIB.
Finally, add a reference for device.hints(5) and kenv(1)
in the "SEE ALSO" section of the man page.
PR: docs/62974
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
2004-02-17 20:38:49 +00:00
Maxim Konovalov
ad1218e35e
o Be consistent with the declaration: pri -> priority.
...
Spotted by: Dmitry Rzhavin
MFC after: 1 week
2004-02-17 13:31:36 +00:00
Bruce M Simpson
88f6b0435e
Shorten the name of the socket option used to enable TCP-MD5 packet
...
treatment.
Submitted by: Vincent Jardin
2004-02-16 22:21:16 +00:00
Dag-Erling Smørgrav
497ddd5807
Back out previous commit due to objections.
2004-02-16 21:36:59 +00:00
Dag-Erling Smørgrav
5193980ced
Remove -Wbad-function-cast. Its main purpose is to catch bugs that we
...
already catch with -Wstrict-prototypes, and it causes spurious warnings
for some perfectly legitimate constructs.
2004-02-16 20:07:06 +00:00
Dag-Erling Smørgrav
6f29aba23f
Document the change in M_WAITOK semantics.
2004-02-16 18:46:16 +00:00
Bruce M Simpson
6639682776
Spell tcp_signature_compute correctly.
2004-02-14 22:17:38 +00:00
Nate Lawson
d3e1c2411e
Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffix
...
is reserved by the loader, and thus any tunable name with that suffix will
be silently discarded.
Document this in the header and man page so that other developers do not
develop so many bumps on the head after banging it against the wall.
Detective work by: Mark Santcroos, grehan
2004-02-14 03:17:30 +00:00
Simon L. B. Nielsen
d041188382
- Document more explicitly how the mac_portacl(4) policy works.
...
- Document all the policy sysctl's.
- Note that mac_portacl(4) appeared in FreeBSD 5.1.
- A bit of mdoc(7) fixes.
Much of the new text was inspired by the source code comments.
Reviewed by: rwatson
2004-02-13 22:08:16 +00:00
Pawel Jakub Dawidek
9a7e557610
Update manual pages: the name of function g_access_rel() has
...
changed to g_access().
Approved by: scottl (mentor)
2004-02-13 08:42:10 +00:00
Tim Kientzle
b4435eb7d9
Register libarchive in bsd.libnames.mk and mdoc.local
...
Submitted by: ru
2004-02-13 01:14:38 +00:00
Pawel Jakub Dawidek
16710e88da
Create symbolic link for g_print_bio(9) manual page.
...
Approved by: scottl (mentor)
2004-02-11 18:43:20 +00:00
Pawel Jakub Dawidek
462b8db96b
Document g_print_bio() function.
...
Approved by: scottl (mentor)
2004-02-11 18:36:31 +00:00
Pawel Jakub Dawidek
eb4f5d9df6
Added GEOM kernel API manuals to the build.
...
Reviewed by: scottl
Approved by: phk, scottl (mentor)
2004-02-11 10:09:17 +00:00
Pawel Jakub Dawidek
f827ccb9a3
Added first part of GEOM kernel API manuals pages.
...
Documented function and macros are:
- DECLARE_GEOM_CLASS(),
- g_attach(),
- g_detach(),
- g_new_bio(),
- g_clone_bio(),
- g_destroy_bio(),
- g_new_consumer(),
- g_destroy_consumer(),
- g_read_data(),
- g_write_data(),
- g_post_event(),
- g_waitfor_event(),
- g_cancel_event(),
- g_new_geomf(),
- g_destroy_geom(),
- g_new_providerf(),
- g_destroy_provider(),
- g_error_provider(),
- g_provider_by_name(),
- g_wither_geom().
and more to come.
I want to thanks following people for help with those documents:
Slawek Zak <zaks@prioris.mini.pw.edu.pl>
Simon L. Nielsen <simon@FreeBSD.org>
Pieter de Boer <g.p.de.boer@st.hanze.nl>
and of course
Poul-Henning Kamp <phk@FreeBSD.org>
Reviewed by: phk, scottl
Approved by: phk, scottl (mentor)
2004-02-11 10:06:18 +00:00
Bruce M Simpson
1cfd4b5326
Initial import of RFC 2385 (TCP-MD5) digest support.
...
This is the first of two commits; bringing in the kernel support first.
This can be enabled by compiling a kernel with options TCP_SIGNATURE
and FAST_IPSEC.
For the uninitiated, this is a TCP option which provides for a means of
authenticating TCP sessions which came into being before IPSEC. It is
still relevant today, however, as it is used by many commercial router
vendors, particularly with BGP, and as such has become a requirement for
interconnect at many major Internet points of presence.
Several parts of the TCP and IP headers, including the segment payload,
are digested with MD5, including a shared secret. The PF_KEY interface
is used to manage the secrets using security associations in the SADB.
There is a limitation here in that as there is no way to map a TCP flow
per-port back to an SPI without polluting tcpcb or using the SPD; the
code to do the latter is unstable at this time. Therefore this code only
supports per-host keying granularity.
Whilst FAST_IPSEC is mutually exclusive with KAME IPSEC (and thus IPv6),
TCP_SIGNATURE applies only to IPv4. For the vast majority of prospective
users of this feature, this will not pose any problem.
This implementation is output-only; that is, the option is honoured when
responding to a host initiating a TCP session, but no effort is made
[yet] to authenticate inbound traffic. This is, however, sufficient to
interwork with Cisco equipment.
Tested with a Cisco 2501 running IOS 12.0(27), and Quagga 0.96.4 with
local patches. Patches for tcpdump to validate TCP-MD5 sessions are also
available from me upon request.
Sponsored by: sentex.net
2004-02-11 04:26:04 +00:00
Bruce M Simpson
02312219eb
Document the functions m_apply() and m_getptr().
...
Requested by: Maxim Konovalov
2004-02-11 02:39:24 +00:00
John-Mark Gurney
115eec0e6f
add verbage about how once BUS_TEARDOWN_INTR returns, the interrupt will
...
no longer be active or called..
Also document requirement that no mutexes be held across calls to these
functions..
Reviewed by: jhb, rwatson
2004-02-10 20:34:44 +00:00
Bruce M Simpson
9817b89454
Spelling.
2004-02-10 16:11:08 +00:00
Tom Rhodes
152772dd7f
Remove a redundant command. No MFC, this was removed in STABLE.
...
Update the date.
2004-02-10 07:29:04 +00:00
Tom Rhodes
49d1509b8b
Remove 'broken in some cases' Xref to Kerberos.
...
PR: 30443
Cool with: markm (who approved this ages ago)
2004-02-10 07:08:54 +00:00
Ruslan Ermilov
51fa76c495
Two changes to aid in cleaning up sys/boot/ makefiles:
...
- Don't put libc.a as a dependency if program is linked with -nostdlib.
- Added INTERNALPROG (by analogy to INTERNALLIB) for programs which are
built only for its side effect and shold not be installed.
2004-02-09 14:05:17 +00:00
Ruslan Ermilov
a4a62f5d1f
First round of cleanups to sys/boot/ makefiles:
...
- do not use PROG for what's not a real C program,
- use sys.mk transformation rules where possible,
- only create the "machine" symlink on AMD64,
- removed MAINTAINER lines in individual makefiles,
- added the LIBSTAND defitinion to <bsd.libnames.mk>,
- somewhat better contents in .depend files.
Tested on: i386, amd64
Prodded by: bde
2004-02-06 21:58:32 +00:00
Ruslan Ermilov
b77a54a688
Added missing DPADD.
2004-02-05 22:01:28 +00:00
Ruslan Ermilov
fe670e467a
Temporarily put STRIP back; bsd.port.mk still needs it.
2004-02-05 20:48:44 +00:00
Ruslan Ermilov
4c25ae5742
Don't define STRIP in bsd.own.mk.
2004-02-05 20:16:18 +00:00
Ruslan Ermilov
f258f151cd
make(1) can now handle spaces surrounding parenthesis correctly.
2004-02-05 08:44:43 +00:00
Dag-Erling Smørgrav
5e3128401a
GC port.mkversion.
2004-02-05 00:07:09 +00:00
Bruce Evans
d17387acd4
Fixed breakage of POSIX support in rev.1.31. -pipe was added to
...
CFLAGS in all cases, but POSIX requires a default of -O. Adding
-pipe unconditionally still is still broken for non-gcc compilers
in the non-POSIX case.
2004-02-04 14:40:44 +00:00
Ruslan Ermilov
27431cdb25
Fixed static build.
2004-02-04 10:15:26 +00:00
Ruslan Ermilov
002886c887
Nothing in libypclnt depends on librpcsvc.
...
Reported by: lorder(1) (modified to work with libraries)
2004-02-04 09:53:29 +00:00
Pawel Jakub Dawidek
8d719eb22e
Document new 'what' value for sx_assert(9).
...
PS. There is a inconsistency in this manual page, because in
non-WITNESS case sx_assert(9) does not panics, it only prints
the warning. I haven't fixed this, because jhb@ is planing to
replace those printf()s with panic()s.
Reviewed by: jhb
Approved by: jhb, scottl (mentor)
2004-02-04 08:24:05 +00:00
Brooks Davis
36c19a572a
Add the kernel side of network interface renaming support.
...
The basic process is to send a routing socket announcement that the
interface has departed, change if_xname, update the sockaddr_dl
associated with the interface, and announce the arrival of the interface
on the routing socket.
As part of this change, ifunit() is greatly simplified by testing
if_xname directly. if_clone_destroy() now uses if_dname to look up the
cloner for the interface and if_dunit to identify the unit number.
Reviewed by: ru, sam (concept)
Vincent Jardin <vjardin AT free.fr>
Max Laier <max AT love2party.net>
2004-02-04 02:54:25 +00:00
Dag-Erling Smørgrav
43cebabc9f
Document NO_VINUM, which is already listed in the man page.
2004-02-03 13:57:56 +00:00
Dag-Erling Smørgrav
ede2304406
Whitespace nit.
2004-02-03 11:27:34 +00:00
Dag-Erling Smørgrav
607b5a9109
Add support for initializing swap devices with random one-shot keys. Note
...
that the keys are currently generated by computing the MD5 checksum of 512
bytes read from /dev/random, and are passed to gbde on the command line.
Sponsored by: Teleplan AS
2004-02-03 11:26:08 +00:00
Ruslan Ermilov
37e419a131
A shorter version of keeping all -std= options out of CXXFLAGS.
2004-02-03 09:40:11 +00:00
Ruslan Ermilov
53fcfc9167
Fixed MINUSLPAM:
...
- Added missing NOCRYPT and NO_OPENSSL checks for Kerberos.
- Don't depend on -lcrypto and -lcrypt in pam_ssh to resolve
dependencies in pam_krb5 and pam_ksu -- the former may not
be compiled at all if NO_OPENSSH knob is enabled.
- Added missing -lcrypt to pam_ssh dependencies.
- Moved librpcsvc after libypclnt.
(The last two aren't strictly speaking necessary to resolve
the dependencies of static versions of pam_ssh and pam_unix,
respectively, but they correspond to dynamic dependencies
of libssh and libypclnt, and are put here for consistency.)
In collaboration with: bde
Reviewed by: des
2004-02-03 09:37:12 +00:00
Nate Lawson
526785c638
Notify the user (at kern.emerg) that the system will be shutting down if
...
it is still above the critical temperature on the next poll cycle. This
is a 10 second advance notice by default. Document the private
(non-standard) notify we will be using with devd(8).
2004-02-03 04:18:56 +00:00
Tom Rhodes
026e6d381e
Add a note about the default media types and a simple reminder to keep
...
individules from asking a question which may result in the following answer:
"Hi, please do not run a newfs utility on a file system if there
is still data on it you would like to keep."
PR: 56894
Submitted by: Marc Silver <marcs@draenor.org> (original version)
2004-02-03 02:44:47 +00:00
Ruslan Ermilov
2082e6d249
GC LIBPC and LIBPLOT: they never existed in unencumbered BSD versions.
...
Reviewed by: bde
2004-02-02 21:44:48 +00:00
Alex Dupre
feccf50ce0
Fix MSIZE definition location.
...
PR: docs/62129
Submitted by: Lee Brotherston <lee@nerds.org.uk> (PR),
Marc Silver <marcs@draenor.org> (patch)
Approved by: blackend (mentor)
2004-02-01 22:33:59 +00:00
Andrey A. Chernov
a5c2a55d93
Clarify more about LC_*/LANG priorities.
2004-01-31 23:29:20 +00:00
Tom Rhodes
0d21302ea1
deischen had a good idea on how to make my previous commit a little better,
...
update accordingly.
Suggested by: deischen
2004-01-31 22:02:03 +00:00
Tom Rhodes
448ed982f2
Update this manual page for the libkse -> libpthread changes.
...
Discussed with: deischen
2004-01-31 17:56:45 +00:00
Marcel Moolenaar
2e381660c9
Add LIBPTHREAD.
2004-01-31 17:25:18 +00:00
Bruce Evans
c24c2f8c47
1. Garbage-collected LIBDES (now in a different library), LIBPERL (banished
...
to ports) and LIBRESOLV (now in a different library.
2. Added comments about nonexistent libraries LIBPC and LIBPLOT.
Submitted by: ru (1)
2004-01-31 03:15:50 +00:00
Bruce Evans
47d4aab142
Fixed insertion sort errors for LIBBLUETOOTH and LIBSDP.
2004-01-31 03:09:10 +00:00
Bruce Evans
5e9867291a
Removed XXX comments about some libraries only being in the secure
...
distribution. This is not the place to document this, especially
now that the secure distribution is the normal one.
Reviewed by: ru
2004-01-31 02:51:41 +00:00
Bruce Evans
c7fde57406
Fixed some style bugs (long lines).
2004-01-31 02:17:11 +00:00
John Baldwin
05d9236acf
Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn't
...
perform better than the default setting for most i386 CPUs.
Requested by: bde
2004-01-30 19:51:26 +00:00
Andrey A. Chernov
7d864d560c
Add kk_KZ.PT154
...
Submitted by: Birsh T <tim@zhezu.kz>
2004-01-29 16:28:22 +00:00
Maksim Yevmenkin
6223d1612e
Document NO_BLUETOOTH knob
...
Reviewed by: imp (mentor), ru
2004-01-28 22:46:39 +00:00
Robert Watson
2c21af5654
Add debug.mutex.prof.reset.
2004-01-28 22:21:04 +00:00
John Baldwin
f1087f6869
- Catch up to new boot floppies targets.
...
- Update description of release.4 to mention KERNELS variable.
- Update field width for make release targets.
2004-01-28 21:07:36 +00:00
David E. O'Brien
5c4d4bfad4
Always build ext2fs module. There is no written policy preventing the
...
building of GPL'ed modules.
2004-01-28 17:20:08 +00:00
Maxime Henrion
5251cfab8d
Fix another typo.
2004-01-28 13:29:40 +00:00
Maxime Henrion
b4a993e9aa
Fix typo.
2004-01-28 13:28:45 +00:00
Maksim Yevmenkin
18d948adb1
Add NO_BLUETOOTH knob to the build process
...
Requested by: phk
Reviewed by: imp (mentor), ru
2004-01-28 00:42:51 +00:00
Greg Lehey
a1db2f59ae
Remove trailing white space.
...
Sort SEE ALSO by section number first, not alphabetically.
Remove period at end SEE ALSO to make it look less like a sentence.
Submitted by: ru
2004-01-28 00:02:10 +00:00
Ruslan Ermilov
65d2bdc62c
Fixed bogus ${FOO:Mbar} tests where the actual intent is to check
...
if the result set is empty. While here, replaced non-bogus empty
string comparisons with equivalent empty() checks.
2004-01-27 23:22:15 +00:00
Warner Losh
ab27179eb9
Fix the example back the way it was. Fix the commentary to say it
...
allocates a 32 byte range of ioports.
2004-01-27 16:16:31 +00:00
Nate Lawson
ba4594dccd
Document my adventures in newbus land. Clarify some examples, especially
...
that count is in bytes, not bits. There are some drivers that I think make
this mistake. (I've seen counts of 16 in the tree).
2004-01-27 06:04:15 +00:00
Yaroslav Tykhiy
5eb4925c66
Document the interface method if_input().
2004-01-26 12:51:00 +00:00
Dag-Erling Smørgrav
b14fa90f01
mdoc cleanup.
...
Submitted by: ru
2004-01-26 12:50:30 +00:00
Maxim Sobolev
7735aeb9bb
Add support for WCCPv2. It should be enablem manually using link2
...
ifconfig(8) flag since header for version 2 is the same but IP payload
is prepended with additional 4-bytes field.
Inspired by: Roman Synyuk <roman@univ.kiev.ua>
MFC after: 2 weeks
2004-01-26 12:33:56 +00:00
Yaroslav Tykhiy
dede2093e5
Clearly state that upon SIOCSIFFLAGS, ifp->if_flags is updated
...
at the common ifioctl() level.
2004-01-26 12:08:23 +00:00
Yaroslav Tykhiy
ac1ac9d76b
Extend the description of SIOCSIFCAP.
2004-01-26 11:48:26 +00:00
Christian Brueffer
d8f934da72
Fix sorting in the device list
2004-01-26 07:21:28 +00:00
Olivier Houchard
f138711f07
Update Eterm entry to Eterm 0.9.2
...
Submitted by: Geraud CONTINSOUZAS <geraud.continsouzas@wanadoo.fr>
MFC after: 3 days
2004-01-25 19:04:50 +00:00
Christian Brueffer
189da1aa79
Add SIS964 to the list of supported chipsets
...
Submitted by: bmah
2004-01-25 16:13:49 +00:00
Christian Brueffer
3734601248
Back out rev. 1.40
...
The hardware notes were wrong WRT supported chipsets (northbridges are not
ata related)
Submitted by: bmah
2004-01-25 16:12:09 +00:00
Ruslan Ermilov
1a35abc4ee
Correct the name of a loader(8) tunable.
2004-01-25 14:03:55 +00:00
Dag-Erling Smørgrav
72ea4f788b
Add more implentation notes based on the comments in sys/conf/NOTES.
2004-01-25 12:30:35 +00:00
Dag-Erling Smørgrav
f11986fab2
Add a cross-reference to MUTEX_PROFILING(9).
2004-01-25 12:24:23 +00:00
Dag-Erling Smørgrav
77c36c1710
Add a manual page for the mutex profiling code.
2004-01-25 12:23:53 +00:00
Dag-Erling Smørgrav
09e0653941
I don't normally use my middle name, so remove it from attributions in
...
man pages (though not from copyright notices). While I'm here, add email
addresses where appropriate.
2004-01-25 11:39:42 +00:00
Simon L. B. Nielsen
a8e167f065
Add Sandberg USB to Serial Link (model number 133-08) to the list of
...
supported devices.
MFC after: 1 week
2004-01-24 22:12:06 +00:00
Christian Brueffer
7ec9c1e23e
Sync the list of supported SiS chips with the hardware notes
2004-01-24 02:02:31 +00:00
Greg Lehey
3f333d6b1b
Make references to using dmesg and ps directly on dumps rather than
...
running gdb just for these purposes.
Submitted by: simokawa
Add references to dmesg(8) and ps(1).
Sort references.
2004-01-24 00:55:15 +00:00
Christian Brueffer
c4f594ac72
Add SiI3114 to the list of supported chipsets
2004-01-23 23:55:22 +00:00
Alex Dupre
7ff83c098f
MFS: Switch from iso-8859-1 to iso-8859-15.
...
Approved by: blackend (mentor)
2004-01-23 16:37:51 +00:00
Wes Peters
351cb04192
PR: docs/58586
...
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>
2004-01-23 05:24:06 +00:00
Mike Makonnen
dec04f43d9
o Implement the pthread_spin_* functions in libthr.
...
o Man pages
2004-01-22 15:31:56 +00:00
Yaroslav Tykhiy
d4030ed6c5
Extend the description of the framework of interface capabilities.
2004-01-22 00:10:21 +00:00
Yaroslav Tykhiy
76f80df62e
As I've been pointed out by Andrew Gallatin, there are some
...
network interface cards smart (or twisted?) enough to be able
to calculate a TCP/UDP checksum for a packet fragmented by the
host CPU. Therefore the paragraph on the case has been revised.
2004-01-21 23:32:50 +00:00
Jens Schweikhardt
406b7fa3e0
DTRT, quote parens in an extended regular expression.
...
PR: 61668
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
MFC after: 1 week
2004-01-21 18:57:45 +00:00
Yaroslav Tykhiy
fbde705ac4
A couple of minor clarifications.
2004-01-21 13:17:24 +00:00
Yaroslav Tykhiy
0193eb5ee9
Add a description for the hardware-assisted checksumming
...
facilities based on http://people.freebsd.org/~jlemon/csum.txt
and my own observations.
2004-01-21 12:45:37 +00:00
Joe Marcus Clarke
94c29ddf4c
Add ports-accessibility and ports-x11-themes to the example supfiles.
2004-01-20 22:39:57 +00:00
Jens Schweikhardt
87dce4d26b
Slightly rearrange wording to deconfuse our man.cgi.
...
PR: 60743
Submitted by: Lucas <aspiesrule@mcleodusa.net>
MFC after: 2 weeks
2004-01-20 21:33:45 +00:00
Ruslan Ermilov
24dfc36033
Normalize.
2004-01-20 13:09:29 +00:00
Ruslan Ermilov
568fb8796f
Grammar.
2004-01-20 12:57:28 +00:00
Ruslan Ermilov
c1e15bb5cb
mdoc(7): Fix title.
2004-01-20 10:31:52 +00:00
Ruslan Ermilov
b760de9691
Use a single style for share/man/ makefiles:
...
- Sort MAN and MLINKS in "dictionary" order ignoring case.
- For multi-value MAN and multi-pair MLINKS, put each value/pair
on its own line, for easier sorting and so that further diffs
are easier to see.
2004-01-20 10:27:23 +00:00
Ruslan Ermilov
98159625c4
Use the standard <bsd.files.mk> API to install files.
2004-01-19 13:40:51 +00:00
Yaroslav Tykhiy
238d9c5975
Reformat the list of essential mbuf fields according
...
to the nice style used in ifnet(9).
This includes specifying field types, starting descriptions
with a capital letter, and ending them with a full stop.
Improve the language a bit, as well.
2004-01-18 23:42:28 +00:00
David E. O'Brien
b9d9e53eb6
Remove verbage about -O2 producing bad code on Alpha. By all accounts
...
GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD
has alias bugs that make -O2 produce bad code on all(most?) platforms.
Also don't tell people we don't want -O2 related bug reports, we do -- if
they contain patches.
2004-01-18 22:14:23 +00:00
Yaroslav Tykhiy
d2b7305939
Update the list of mbuf types from <sys/mbuf.h>.
2004-01-18 21:29:46 +00:00
Yaroslav Tykhiy
f434362a8a
Update the list of possible mbuf flags from <sys/mbuf.h>.
2004-01-18 21:23:30 +00:00
Yoshihiro Takahashi
3e281867ae
Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).
...
Suggested by: matusita
2004-01-18 15:16:12 +00:00
Ruslan Ermilov
6b14fdfa52
Guess better the source for object files in case .depend file is
...
missing and there are multiple choices using multiple inference
(suffix transformation) rules.
This is known to fix compilation of s_log1p.o in lib/msun on i386,
as otherwise it attempted to use s_log1p.S as the source (which is
marked broken) instead of legal s_log1p.c which is in CFLAGS. The
normal case where .depend file exists is not affected.
Reviewed by: bde
2004-01-17 18:51:55 +00:00
Simon L. B. Nielsen
fe9a522092
Add Canon N676U and Canon N1220U to the list of supported devices.
...
MFC after: 1 week
2004-01-17 11:51:23 +00:00
Poul-Henning Kamp
1d9c86b948
Drop a hint about '+' being a potential wildcard.
2004-01-17 10:41:14 +00:00
Nate Lawson
09c84ba407
_OS and _OS_ are the same object (due to _ padding for spaces).
...
Pointed out by: Ducrot Bruno (Linux)
2004-01-16 18:10:42 +00:00
Sam Leffler
4acf93a2f3
Splice in cryptodev (this man page originated on openbsd where there is
...
no cryptodev module.) Should probably create a separate cryptodev man
page (or a link to this one) but for now add enough so folks understand
the relationship between the two.
Prodded by: phk
2004-01-16 17:21:02 +00:00
Mike Makonnen
104ff764e5
Add an implementation of pthread_rwlock_timed{rd,wr}lock() to libthr with
...
attendant documentation.
2004-01-16 10:52:10 +00:00
Christian Brueffer
c5ea6e19c6
Connect tx.4 to the build and MLINK it to if_tx.4
2004-01-15 23:05:22 +00:00
Christian Brueffer
1eeac4a4dc
Don't claim this file is i386 specific
2004-01-15 23:03:17 +00:00
Christian Brueffer
8cb5043a87
tx.4 has been repocopied to src/share/man/man4
...
Repo-surgery by: joe
2004-01-15 23:01:12 +00:00
Ruslan Ermilov
c133f2ab6f
Removed outdated text about libc_r replacing libc (it now provides
...
just libc functions wrappers), and updated text to match reality:
there are three threading libraries in FreeBSD these days.
Removed instructions of how not to build libc_r, it's documented in
the make.conf(5) manpage already.
Removed description of the FreeBSD-specific gcc(1) option, -pthread.
While it's still provided (for backwards compatibility reasons),
its usefulness is questionable.
2004-01-15 17:58:26 +00:00
Christian Brueffer
f1fc09471b
awi(4) needs 'device wlan' now
2004-01-15 17:21:06 +00:00
Ruslan Ermilov
95e055a2cf
Removed the IMPLEMENTATION NOTES section made redundant by not
...
putting libc_r into the LIBRARY section.
2004-01-15 16:13:49 +00:00
Ruslan Ermilov
69a16e1e28
pthread_multi_np() is implemented in all threading libraries.
...
pthread_single_np() is not implemented in libthr.
2004-01-15 16:12:11 +00:00
Ruslan Ermilov
bc5cc7732e
Revert previous delta -- these interfaces aren't supported by libthr.
2004-01-15 16:07:52 +00:00
Ruslan Ermilov
f9f9d2e804
Document interfaces that are supported by libthr.
2004-01-15 15:59:00 +00:00
Atsushi Onoe
f36568f97c
Cleanup obsolete text:
...
- hostap and ibss creation now works.
- delete messages for common net80211 layer from DIAGNOSTICS.
2004-01-15 14:06:51 +00:00
Ruslan Ermilov
8e750fa2e6
Assorted markup fixes.
2004-01-15 11:15:27 +00:00
Ruslan Ermilov
5360187e7a
Spell POSIX threads library as "libpthread", mdoc(7) is smart
...
enough to render it as "-lkse" these days.
2004-01-14 21:53:19 +00:00
Ruslan Ermilov
ec7452f103
Have a single set of POSIX threads man pages. The LIBRARY section
...
of each manpage lists libraries that have corresponding interfaces
implemented.
Prodded by: threads
Reviewed by: deischen
2004-01-14 21:44:26 +00:00
Ruslan Ermilov
fac93adb3d
This interface is not provided by libc_r. It is, on the other
...
hand, is also provided by libthr, but this will be addressed
later.
2004-01-14 21:12:39 +00:00
Christian Brueffer
a16f34fd21
Add MLINK:
...
rue.4 -> if_rue.4
2004-01-14 13:35:15 +00:00
Brian Feldman
7586b25ce3
Add an "ethernet" hook to the rfc1490 netgraph module. It will send
...
and receive FCS-less RFC1490-"bridged" Ethernet packets that are
currently just ignored.
2004-01-14 00:39:28 +00:00
Ruslan Ermilov
11dc929821
Introduce DPSRCS, that holds the list of source files which are
...
needed for generating dependencies. SRCS are always part of it,
and normally only they.
This can be useful in some random cases where it's necessary to
have something in .depend that isn't part of SRCS. This will be
used to replace a hack in lib/libpam/libpam/Makefile.
2004-01-13 17:37:45 +00:00
Maxim Konovalov
d13df3e104
Added FreeBSD 5.2-RELEASE.
...
MFC after: 3 days
2004-01-13 08:35:00 +00:00
Ruslan Ermilov
484933a925
- Replaced several := ops with their += equivalents; the old
...
form became unnecessary with the bsd.prog.mk,v 1.69 change.
- Eliminated duplicate y.tab.h in SRCS.
Reviewed by: bde
- Complementary to the said bsd.prog.mk change, use the fact
that inner .for loops are not real loops but a tricky form
of a local macro for the outer loop's variable, and switch
to using faster variable modifiers to replace extensions.
2004-01-12 15:29:47 +00:00
Alex Dupre
fd4b744b5b
Update list of device drivers that support polling.
...
Remove redundancy in NOTES.
PR: docs/61195
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: blackend (mentor)
MFC after: 1 week
2004-01-11 22:07:19 +00:00
Robert Watson
480a1cc8ef
Minor typo: no line break after .Fn.
2004-01-11 19:57:42 +00:00
Robert Watson
9b1faf0afb
Add a basic manpage for vn_fullpath().
...
Sponsored by: DARPA, McAfee Research
2004-01-11 19:54:48 +00:00
Ruslan Ermilov
804517817f
Put the warning flags to where they belong (into CWARNFLAGS).
...
This allows us to easily override them when necessary, e.g.,
to selectively disable warnings in libc/ contributed sources.
2004-01-11 10:29:55 +00:00
Robert Watson
738d91ba76
Update the diskless(8) documentation to indicate that the use of the
...
kernel BOOTP options is *not* required if the boot loader can pass
network configuration information to the kernel using the kernel
environment. As such, PXE doesn't require them. However, the NFS
options are required in the kernel (previously not documented).
Tripped over by: des
2004-01-10 22:38:54 +00:00
Ruslan Ermilov
2096f68ef2
Keep up with sys/conf/ changes.
2004-01-10 18:01:08 +00:00
Dag-Erling Smørgrav
91c9d24e52
Move the description of sbuf_delete() closer to the description of
...
sbuf_new(), and try to make them both a little clearer.
2004-01-09 21:16:31 +00:00
Simon L. B. Nielsen
d42944a1b8
Add missing manual page links for rman(9) and sysctl_add_oid(9).
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/60088
2004-01-09 20:15:51 +00:00
Nate Lawson
d11a4e603f
Update man page for \_OS* changes.
2004-01-09 20:06:04 +00:00
Nate Lawson
f381ebd8a8
Note that REPORT_LUNS should be implemented to work better with Linux
...
and Windows as initiators.
2004-01-09 19:33:21 +00:00
Nate Lawson
4c1cc94ee3
Enable autosense by default. This shouldn't hurt SPI and is required
...
for FC.
2004-01-09 19:27:18 +00:00
Nate Lawson
daa66c2c60
Bump the max number of initiators to 256 from 16. This is appropriate for
...
fibre channel and shouldn't hurt SPI.
2004-01-09 19:26:30 +00:00
Christian Brueffer
c8885b4b8f
Add MLINK:
...
ndis.4 -> if_ndis.4
2004-01-09 17:55:48 +00:00
Christian Brueffer
bd675dd3a9
Correct typo in MLINK
2004-01-09 17:49:03 +00:00
Christian Brueffer
130b84f512
Add reference to miibus.4
...
MFC after: 5 days
2004-01-09 17:43:37 +00:00
Christian Brueffer
a376b5ff08
device uhci0 -> device uhci
...
Remove reference to miibus.4, the driver doesn't use it.
MFC after: 5 days
2004-01-09 17:39:08 +00:00
Christian Brueffer
484d662c34
kue(4) doesn't use miibus either
...
MFC after: 5 days
2004-01-09 17:31:33 +00:00
Christian Brueffer
d2c7a11844
Remove drivers that don't need miibus(4):
...
o an
o awi
Add missing drivers:
o axe
o bfe
o gx
o lge
o nge
o re
o sk
MFC after: 5 days
2004-01-09 17:17:57 +00:00
Simon L. B. Nielsen
a3d2cb0998
- Add the HP hn210e to the devices list.
...
- Make the device list compact.
MFC after: 1 week
2004-01-09 15:47:54 +00:00
Greg Lehey
8cfbf24f2e
Correct capitalization.
...
Submitted by: ru
2004-01-07 23:00:01 +00:00
Bill Paul
bf952fec70
Add 'device wlan' to synopsis.
2004-01-07 22:17:53 +00:00
Marc Fonvieille
704ee201ff
Netgear WG511T card is a CardBus not a PCI card.
...
PR: docs/61039
Submitted by: Michael Lestinsky <michael@lestinsky.de>
2004-01-07 20:49:51 +00:00
David E. O'Brien
87294a9c5f
Note that NO_FLOPPIES is i386-only.
2004-01-03 02:23:56 +00:00
Scott Long
24b4e9d17f
Document taskqueue_enqueue_fast()
2004-01-02 07:23:40 +00:00
Greg Lehey
8da0249608
Remove extraneous text accidentally incorporated from ddb(4).
...
Rearrange the order of the initial description to correspond with the
detailed description below.
Reinstate reference to Topsy, at the risk of confusing people whose
understanding of English grammar is better than of American folklore.
2004-01-02 05:16:50 +00:00
Greg Lehey
35386a8afb
Submit to police inspection. No content changes.
...
Submitted bu: ru
2004-01-02 05:07:57 +00:00
Brian Feldman
2fc197082f
Fix a very corner case when you want to make cleandir SUBDIRs which
...
are built using a ${MAKE} that's not just "make".
Test by: make universe (followed by cleandirs)
2004-01-02 05:05:48 +00:00
Greg Lehey
b0643f118c
Hook up gdb.4 and vinumdebug.4 into build.
...
Reminded by: ru
2004-01-02 02:18:34 +00:00
Ruslan Ermilov
a783a32a55
Some mdoc(7) polishing.
2004-01-01 21:04:44 +00:00
Joseph Koshy
de77c1ba47
Add "options INVARIANTS" and "options INVARIANT_SUPPORT" to the
...
synopsis, with supporting text in the body of the manual page.
Add a cross-reference to panic(9) for completeness.
Reviewed by: ru (synopsis changes)
2004-01-01 05:16:35 +00:00
Takanori Watanabe
f50ad9a10c
Correct _ACx description.
...
This is for a computer system, not for a furnace.
2004-01-01 04:28:13 +00:00
Greg Lehey
a9215590a4
Add markup changes for more kosher mdoc(7).
...
Submitted by: ru
2004-01-01 02:31:48 +00:00
Nate Lawson
9eaf31e548
Add to the acpi_thermal man page, especially the notifies section.
2003-12-31 19:12:52 +00:00
Greg Lehey
279b7e129f
Add a description of how to use a firewire connection to debug a
...
remote system without stopping it.
2003-12-31 01:25:07 +00:00
Greg Lehey
783a364bf8
Update firewire debugging description.
...
Reviewed by: simokawa.
Clarify terminology.
Update BUGS section.
2003-12-31 00:59:36 +00:00
Christian Brueffer
8a9ce5c0d2
o fix typos
...
o grammar fix
o concat two lines
MFC after: 5 days
2003-12-30 22:26:52 +00:00
Ruslan Ermilov
e09cec395d
Pull revision 1.13 from libpthread/man/pthread_mutex_init.3:
...
- Remove error code that can't be returned (and original description
was not proper English)
PR: docs/57434
2003-12-30 15:44:16 +00:00
Mike Makonnen
ec2456e2c2
Aargh, cvs add pthread_mutex_timedlock
2003-12-30 08:50:04 +00:00
Mike Makonnen
2aa9de1f77
o Implement pthread_mutex_timedlock(), which does not block indefinitely on
...
a mutex locked by another thread.
o document it: pthread_mutex_timedlock(3)
2003-12-30 08:44:55 +00:00
Greg Lehey
6d8cac85f7
Clarify firewire setup, including minimal error recovery.
2003-12-30 02:04:25 +00:00
Greg Lehey
45c6a05ae1
Describe kernel debug macros for Vinum. This was originally intended
...
as part of gdb(4).
Suggested by: njl
2003-12-30 01:40:38 +00:00
Greg Lehey
1159af411b
New man page for kernel debugging with gdb.
...
Reviewed by: jkoshy, des, gallatin, njl.
2003-12-30 01:39:08 +00:00
Alfred Perlstein
91b918cfff
Explicitly state that mknod(8) can be used to undelete entries under devfs.
2003-12-29 00:40:44 +00:00
Takanori Watanabe
ee0406f617
Hook up acpi_thermal.4 man page.
2003-12-28 23:23:16 +00:00
Ruslan Ermilov
3321b7cb8b
mdoc(7): fixed document title.
2003-12-28 22:34:47 +00:00
Ruslan Ermilov
673fbcacfb
Somebody called mdoc(7) janitor.
...
A bit of wordsmithing from a native speaker is still necessary.
2003-12-28 12:56:01 +00:00
Joseph Koshy
735adf63e4
Use of the MTX_SYSINIT macro requires the inclusion of <sys/kernel.h>.
2003-12-28 01:39:18 +00:00
Joseph Koshy
6c0f2b530e
Make this manual page reflect the sources better.
...
- A #include of <sys/mutex.h> is no longer needed to use sx(9) (since
2001/05/01).
- Use of the SX_SYSINIT() macro requires inclusion of '<sys/kernel.h>'
2003-12-28 01:37:48 +00:00
Christian Brueffer
a5aea251fd
unlinke -> unlike
...
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-12-27 21:14:32 +00:00
Christian Brueffer
63dc0fa0a6
Correct reference to mac_none.4
...
Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
2003-12-27 20:48:22 +00:00
Takanori Watanabe
d827f9b59f
Add acpi_thermal manual page,
...
because I asked about the unit of thermal
zone-related value too freqently.
Come on, mdoc police.
2003-12-27 16:25:11 +00:00
Christian Brueffer
b194fa9395
o use .Nm
...
o fix language usage
MFC after: 5 days
2003-12-27 16:00:42 +00:00
Christian Brueffer
4206a5bbdc
Add missing word
2003-12-27 15:46:30 +00:00
Christian Brueffer
c9420ecc33
o add missing sysctl to synopsis
...
o remove some useless words
o fix spelling
MFC after: 5 days
2003-12-27 15:45:08 +00:00
Christian Brueffer
03cfc71663
o add reference to safe.4
...
o remove useless word
MFC after: 5 days
2003-12-27 15:40:47 +00:00
Christian Brueffer
692a9ed847
o Grammar fix
...
o Add missing punctuation
2003-12-27 15:38:08 +00:00
Christian Brueffer
4b94b0bde6
Grammar fixes
2003-12-27 15:35:09 +00:00
Christian Brueffer
927967a855
o grammar fixes
...
o FireWire.4 -> firewire.4
o wordsmithing
MFC after: 5 days
2003-12-27 15:30:49 +00:00
Christian Brueffer
b7da444256
o grammar fixes
...
o wordsmithing
o sort references
MFC after: 5 days
2003-12-27 15:14:58 +00:00
Christian Brueffer
ce2524aca4
Add reference to safe.4
...
MFC after: 5 days
2003-12-27 15:00:07 +00:00
Joseph Koshy
2d8d6274dc
Improve continuity of text.
2003-12-27 14:01:08 +00:00
Tom Rhodes
9df81bbc89
It is not the job of this manual page to list 'supported chipsets'.
...
PR: 60575
Submitted by: Andreas Möller
2003-12-26 16:05:45 +00:00
Sergey Babkin
fb43f32be9
Documented the new parameter cron_dst.
2003-12-26 03:41:27 +00:00
Hidetoshi Shimokawa
69c6f5060b
Fix reference to firewire(4).
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2003-12-24 12:58:35 +00:00
Tom Rhodes
a78383f7b3
Add the MegaRAID 320-4X cards to the supported device list.
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com> (via -doc)
2003-12-23 16:22:34 +00:00
Tom Rhodes
124a5c5795
Remove the Minolta item, it already exists in the uscanner(4) manual page.
...
Noticed by: simon
2003-12-22 23:20:58 +00:00
Tom Rhodes
106c6f4018
Update the supported device list.
...
Discussed with: sanpei
2003-12-22 23:01:25 +00:00
Simon L. B. Nielsen
0db25406cc
Add Epson Perfection 1250 and Minolta 5400 to the list of supported
...
devices.
2003-12-22 20:23:43 +00:00
Warner Losh
0dece262d4
Add more bridges, based on reading the pccbb.c file.
2003-12-22 06:08:14 +00:00
Hideyuki KURASHINA
d562e82bec
Fix a typo.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/60469
2003-12-21 14:30:26 +00:00
Andrey A. Chernov
df84d9a06c
Add map for CP1131
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:20:05 +00:00
Andrey A. Chernov
24b5e6f18b
Add be_BY.*
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:18:43 +00:00
Yaroslav Tykhiy
db2db5fe18
Bring the description of the sysctl(8) variable
...
net.graph.nonstandard_pppoe into accord with the reality.
MFC after: 1 week
2003-12-19 16:42:35 +00:00
Andrey A. Chernov
847f699275
Change encoding to GBK to get correct first byte range
2003-12-19 12:51:40 +00:00
Andrey A. Chernov
fbd4a38418
Add zh_HK.Big5HKSCS
...
PR: 59799
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-12-19 07:04:56 +00:00
Yaroslav Tykhiy
417de5c6d2
mdoc(7) style: Start each sentence on a new line.
2003-12-18 17:31:44 +00:00
Yaroslav Tykhiy
9e76dcae12
Capitalize PPPoE, PPP, and Ethernet in a consistent way.
2003-12-18 17:27:49 +00:00
Yaroslav Tykhiy
8caa8dd355
The politically incorrect sysctl "stupid_isp" had its name
...
changed long ago. It has been "nonstandard_pppoe" for quite
a while.
2003-12-18 16:55:09 +00:00
Nate Lawson
3526eac0d8
Document new sysctls for throttling.
2003-12-18 04:39:09 +00:00
Christian Brueffer
54cbe1b2db
Add MLINKS:
...
axe.4 -> if_axe.4
bfe.4 -> if_bfe.4
my.4 -> if_my.4
re.4 -> if_re.4
xe.4 -> if_xe.4
2003-12-17 10:38:40 +00:00
Christian Brueffer
dda19a81f8
o grammar fixes
...
o wordsmithing
MFC after: 5 days
2003-12-17 10:23:14 +00:00
Christian Brueffer
6734ea9d70
o correct a path
...
o wordsmithing
MFC after: 5 days
2003-12-17 09:56:46 +00:00
Christian Brueffer
59940bac74
o grammar fixes
...
o removed wrong 's usage
MFC after: 5 days
2003-12-17 09:51:25 +00:00
Christian Brueffer
af7552658b
Grammar fixes
...
MFC after: 5 days
2003-12-17 02:16:04 +00:00
Christian Brueffer
9e8f0d81d3
o use .Nm
...
o wordsmithing
MFC after: 5 days
2003-12-17 01:44:14 +00:00
Christian Brueffer
2883d48be5
Wordsmithing
...
MFC after: 5 days
2003-12-17 01:13:13 +00:00
Peter Pentchev
a61f15043c
Fix a couple of typos: hexidecimal -> hexadecimal.
...
Reviewied by: scottl
2003-12-12 11:08:51 +00:00
Bill Paul
c854fc1092
Commit the first cut of Project Evil, also known as the NDISulator.
...
Yes, it's what you think it is. Yes, you should run away now.
This is a special compatibility module for allowing Windows NDIS
miniport network drivers to be used with FreeBSD/x86. This provides
_binary_ NDIS compatibility (not source): you can run NDIS driver
code, but you can't build it. There are three main parts:
sys/compat/ndis: the NDIS compat API, which provides binary
compatibility functions for many routines in NDIS.SYS, HAL.dll
and ntoskrnl.exe in Windows (these are the three modules that
most NDIS miniport drivers use). The compat module also contains
a small PE relocator/dynalinker which relocates the Windows .SYS
image and then patches in our native routines.
sys/dev/if_ndis: the if_ndis driver wrapper. This module makes
use of the ndis compat API and can be compiled with a specially
prepared binary image file (ndis_driver_data.h) containing the
Windows .SYS image and registry key information parsed out of the
accompanying .INF file. Once if_ndis.ko is built, it can be loaded
and unloaded just like a native FreeBSD kenrel module.
usr.sbin/ndiscvt: a special utility that converts foo.sys and foo.inf
into an ndis_driver_data.h file that can be compiled into if_ndis.o.
Contains an .inf file parser graciously provided by Matt Dodd (and
mercilessly hacked upon by me) that strips out device ID info and
registry key info from a .INF file and packages it up with a binary
image array. The ndiscvt(8) utility also does some manipulation of
the segments within the .sys file to make life easier for the kernel
loader. (Doing the manipulation here saves the kernel code from having
to move things around later, which would waste memory.)
ndiscvt is only built for the i386 arch. Only files.i386 has been
updated, and none of this is turned on in GENERIC. It should probably
work on pc98. I have no idea about amd64 or ia64 at this point.
This is still a work in progress. I estimate it's about %85 done, but
I want it under CVS control so I can track subsequent changes. It has
been tested with exactly three drivers: the LinkSys LNE100TX v4 driver
(Lne100v4.sys), the sample Intel 82559 driver from the Windows DDK
(e100bex.sys) and the Broadcom BCM43xx wireless driver (bcmwl5.sys). It
still needs to have a net80211 stuff added to it. To use it, you would
do something like this:
# cd /sys/modules/ndis
# make; make load
# cd /sys/modules/if_ndis
# ndiscvt -i /path/to/foo.inf -s /path/to/foo.sys -o ndis_driver_data.h
# make; make load
# sysctl -a | grep ndis
All registry keys are mapped to sysctl nodes. Sometimes drivers refer
to registry keys that aren't mentioned in foo.inf. If this happens,
the NDIS API module creates sysctl nodes for these keys on the fly so
you can tweak them.
An example usage of the Broadcom wireless driver would be:
# sysctl hw.ndis0.EnableAutoConnect=1
# sysctl hw.ndis0.SSID="MY_SSID"
# sysctl hw.ndis0.NetworkType=0 (0 for bss, 1 for adhoc)
# ifconfig ndis0 <my ipaddr> netmask 0xffffff00 up
Things to be done:
- get rid of debug messages
- add in ndis80211 support
- defer transmissions until after a status update with
NDIS_STATUS_CONNECTED occurs
- Create smarter lookaside list support
- Split off if_ndis_pci.c and if_ndis_pccard.c attachments
- Make sure PCMCIA support works
- Fix ndiscvt to properly parse PCMCIA device IDs from INF files
- write ndisapi.9 man page
2003-12-11 22:34:37 +00:00
Maxim Konovalov
369bf356c9
Grammar.
...
PR: docs/60158
Submitted by: Lukas Ertl
MFC after: 1 week
2003-12-11 21:54:26 +00:00
Joseph Koshy
385032f901
Typo fix.
2003-12-11 13:30:26 +00:00
Joseph Koshy
f096643b2d
Document a few kernel functions and the sysctl tunables that
...
affect their behaviour.
2003-12-11 13:29:05 +00:00
Ruslan Ermilov
fc063beedb
Grammar.
2003-12-10 09:43:53 +00:00
Mike Makonnen
8c307294e6
Grammar
2003-12-09 09:04:45 +00:00
David E. O'Brien
a5b5101f5e
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
...
as these ioctl's aren't MD. This also means they are installed in
/usr/include/dev/bktr now. Also provide compatability wrappers for
where these headers lived in 4.x.
2003-12-08 07:22:42 +00:00
Warner Losh
d642c42ed3
Add the meteor driver man page back. It has moved up a level from the
...
man4.i386. It documents that meteor no longer works, but keeps the
extensive documentation on the meteor interface, which the bktr driver
implements also. This should be merged into tha man page, but such a
merging seems to be planned by others.
# we really need something like video4bsd to define these sorts of
# things for all video capture drivers.
Requested by: rwatson and obrien
2003-12-08 02:59:34 +00:00
Warner Losh
946984d155
Copy the old dgb man page to digi.4, plus very minor hacking. Add a
...
note that says that this man page is sub-optimal. Bruce Mah should be
happier about this, but someone that groks the cards supported by the
digi driver is encouraged to make this man page suck less.
2003-12-08 00:11:22 +00:00
Scott Long
4fb638c329
Add a manual page for the consolidated debugging commit.
2003-12-07 20:48:00 +00:00
Murray Stokely
a298e0ba03
Add support for timeout: and attempts: resolver options.
...
Submitted by: Paul Vixie <paul@vix.com> / ISC
MFC After: 1 week
2003-12-07 12:32:24 +00:00
Warner Losh
af20af3e68
lmc.4 is now gone
2003-12-07 06:49:10 +00:00
Warner Losh
65b4a1b917
Remote meteor driver. It hasn't compiled in over 3 years. If someone
...
makes it compile again, and can test it, we can restore the driver to
the tree.
2003-12-07 04:41:11 +00:00
Warner Losh
6ee2f106aa
The dgb driver is redundant with the digi driver in the tree. It uses
...
lots of old interfaces, and digi now supports all cards that dgb
supported. The author of the driver says that this is no longer
necessary.
Approved by: babkin@
2003-12-07 04:18:52 +00:00
Warner Losh
29b4184577
Continue to remove drivers that don't compile and haven't compiled in
...
a long time: lmc The LAN Media Corp PCI WAN driver based on tulip.
This driver hasn't compiled for 3 years since the PCI compat shims
were removed, and Lan Media appears to have gone out of business.
These cards appear to be rare (a recent search of ebay had no hits).
Should someone wish to revive this driver, submitting patches to make
it compile plus a testing report will bring it back.
2003-12-07 04:05:19 +00:00
Bruce A. Mah
1d8f8416ad
Hook the sab(4) manpage up to the build.
...
Reviewed by: bms
Approved by: re (implicitly)
2003-12-07 00:46:37 +00:00
MIHIRA Sanpei Yoshiro
773c505f3c
Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)
...
Submitted by: Masahiro Yamagishi <night@pluto.dti.ne.jp>
Approved by: re (scottl)
2003-12-06 02:29:31 +00:00
Warner Losh
335cd66dc2
Updated man page from cronyx.
...
Forgotten by: imp
Reminded by: Roman Kurakin
Approved by: re@ <scottl>
2003-12-05 07:03:58 +00:00
Bruce A. Mah
72a6e47193
Add a few wi-supported cards to get this manpage caught up with
...
the hardware notes.
Reviewed by: imp
Approved by: re (implicitly)
2003-12-02 07:07:45 +00:00
Simon L. B. Nielsen
1cd908be33
Mdoc(7) janitor cleanup.
...
Reviewed and improved by: ru
OK'ed by: phk
Approved by: re (rwatson)
2003-11-30 12:42:01 +00:00
Ruslan Ermilov
320a3e0c19
Removed the i386 specific bit from title.
...
Reviewed by: non
Approved by: re (rwatson)
2003-11-30 08:50:17 +00:00
Ruslan Ermilov
16d8e9335a
- Connect a few forgotten Netgraph manpages.
...
- Sort.
Approved by: re (rwatson)
2003-11-29 18:14:04 +00:00
Poul-Henning Kamp
ccc5f62f97
Add manual page for CPU_ELAN, CPU_SOEKRIS and related options for the
...
Elan 520 CPU chip.
Approved by: re@
2003-11-27 20:28:25 +00:00
Poul-Henning Kamp
9491306ad3
Improve semantics of the 'sequence' command to led(4) devices:
...
use lowercase for off and upper case for on.
Approved by: re@
2003-11-27 20:23:32 +00:00
Noriaki Mitsunaga
985b09e826
Add nsp(4) man page for nsp PC-Card SCSI host adapter device driver,
...
and attach it to the build.
Submitted by: non, rushani
Approved by: re (rwatson)
2003-11-24 23:57:59 +00:00
Noriaki Mitsunaga
af3ebabea3
o Add HISTORY and AUTHORS section
...
o Add scsi.4 in the SEE ALSO section
Reviewed by: rushani
Approved by: re (rwatson)
2003-11-24 23:47:24 +00:00
Scott Long
90768c55d4
Install UDF header files to unbreak /sbin building when /sys is not present.
...
Submitted by: imura@ryu16.org
2003-11-22 06:08:59 +00:00
Tom Rhodes
381fd5b439
Bring in a new manual page, ncv.4, and attach it to the build.
...
Based on an original version submitted by: non
Approved by: re (scottl)
2003-11-21 00:55:11 +00:00
John Baldwin
e3ba3497a3
Fix a typo that broke one of the Greek keyboard maps.
...
PR: bin/59078
Submitted by: Panagiotis Astithas <past@noc.ntua.gr>
Approved by: re (rwatson)
2003-11-20 20:41:12 +00:00
Nate Lawson
39330d77d4
Clean up one more sentence that was wrapped unnecessarily.
...
Approved by: re (implicitly)
2003-11-19 20:37:15 +00:00
Nate Lawson
1e14834ae3
Update the man page for hw.acpi.reset_video and a few mdoc(7) cleanups.
...
Submitted by: Andreas Kohn <andreas.kohn@gmx.net>
Approved by: re (implicitly)
2003-11-19 20:30:18 +00:00
Nate Lawson
c25a3f8a7a
Improve the section on Cx states, documenting the removal of -1 as a
...
valid value for cx_lowest. To disable sleeping, use machdep.cpu_idle_hlt
instead. Update the version of the ACPI spec we implement.
Approved by: re (implicitly)
2003-11-19 20:28:56 +00:00
Gordon Tetlow
eb5ed42cfe
Update hier(7) to reflect the world with respect to /lib and /libexec.
2003-11-17 17:29:04 +00:00
Simon L. B. Nielsen
52108daca2
Document NO_DYNAMICROOT.
...
Reviewed by: gordon
2003-11-16 22:15:09 +00:00
Ceri Davies
ef7da08509
Add the ports/arabic category to the examples.
...
MFC After: 4 days
2003-11-16 17:55:54 +00:00
Simon L. B. Nielsen
f72375e102
mdoc(7) janitor:
...
- Use .Aq macro instead of <foo>.
- Kill EOL whitespace.
2003-11-16 15:16:19 +00:00
Simon L. B. Nielsen
a013513add
Add the following devices to the list of supported devices, to sync
...
manual page with the source code:
- HAL Corporation Crossam2+USB IR commander
- RATOC REX-USB60
- SOURCENEXT KeikaiDenwa 8 (with and without charger)
2003-11-16 14:02:37 +00:00
Shunsuke Akiyama
6ee806e35e
Add rue(4) into list of miibus-using drivers and reference.
...
MFC after: 1 week
2003-11-16 11:52:26 +00:00
Tom Rhodes
4008aa4cd2
Minor word tweaks.
...
Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
2003-11-15 19:53:22 +00:00
Nate Lawson
6b74f9b7f5
Implement Cx CPU idle states and updated throttling support.
...
* Use the cpu_idle_hook() to do idling for C1-C3.
* Use both _CST and the FADT to detect Cx states.
* Use both _PTC and P_CNT for controlling throttling.
* Add a notify handler to detect changes in _CST and _PSS
* Call the _INI function for each processor if present. This will be
done by ACPI-CA in the future.
* Fix a bug on SMP systems where CPUs will attach multiple times if the
bus is rescan.
* Document new sysctls for controlling idling.
2003-11-15 19:26:06 +00:00
Hartmut Brandt
89624a3490
Replace all uses of the old netgraph constants NG_*LEN by the new
...
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
2003-11-15 15:26:35 +00:00
Tom Rhodes
53b2520d01
Remove an extra 'for' in the HISTORY section.
2003-11-15 14:23:48 +00:00
Tom Rhodes
b88ca5c03e
Bring in a 90% rewrite of the pcm.4 manual page. This adds tunables, loader
...
options, information on VCHANs, and more.
Based on content submitted by: Mathew Kanner <mat@cnd.mcgill.ca> && Cameron Grant
Update requested by: ru, and I think hmp
2003-11-15 06:08:57 +00:00
Bruce M Simpson
69d9a82eb9
Add a manual page for the IDT NICStAR driver, and hook it up to the build.
2003-11-14 20:29:12 +00:00
Warner Losh
b35ee63d8a
Amplify the reboot requirement
2003-11-14 16:55:00 +00:00
Warner Losh
614e1f02e8
Add required reboot into single-user mode step.
...
# mdoc janitors should make sure I did the markup right
Inspired by: recent problems in this area
2003-11-14 06:24:20 +00:00
David E. O'Brien
9f067574ba
Document this driver works for the Billionton 10/100 FastEthernet USBKR2
...
"thumb" adaptor.
2003-11-13 21:01:58 +00:00
Simon L. B. Nielsen
2e76d77fd0
Add cross reference to the em(4) driver, which also supports the NICs
...
supported by the gx(4) driver.
2003-11-13 20:35:13 +00:00
Simon L. B. Nielsen
9e151be8fd
Add a few more devices from the hardware notes.
2003-11-13 17:01:08 +00:00
Simon L. B. Nielsen
ad76688d59
- Add Linksys EG1032 and SMC 9452TX to the list of supported devices.
...
- Sort the device list.
2003-11-13 16:23:00 +00:00
Simon L. B. Nielsen
98277d1788
Sync the list of supported devices in the manual page with the hardware
...
notes and the driver source.
2003-11-12 14:13:36 +00:00
Hartmut Brandt
8c736ee23c
Document that the length of a command string is now 32. Also change all
...
occurences of the old *LEN definitions to the new *SIZ definitions.
Correct the example how to compare a nodename.
strncmp(name, "fred", NG_NODELEN) may step behind "fred" if the node
name is really fred.
Reminded by: ru
2003-11-12 13:24:03 +00:00
Tony Finch
f004a9739c
Better English usage.
...
Submitted by: wollman
2003-11-12 10:53:52 +00:00
Christian Brueffer
7b93590403
Correct the on-disc path to the porters-handbook
2003-11-12 08:26:08 +00:00
Christian Brueffer
515ba752bd
Document the 'fetch-recursive-list' and 'deinstall-all' targets.
...
No MFC reminder, I'll sync this page with the one in -stable in
a couple of days.
PR: docs/46181
Patch submitted by: Sergey Matveychuk <sem@ciam.ru>
2003-11-12 08:06:35 +00:00
Hiten Pandya
727119d5cd
Mdoc Janitor:
...
* cleanup hard sentence breaks.
* sprinle some .Dq macros.
2003-11-12 02:35:20 +00:00
Hiten Pandya
7106962038
Mdoc Janitor:
...
* Add missing `utility' word to sentence describing
ips(4) card configuration.
* Remove extraneous use of .Pp, and describe the tunable
hw.ips.0.disable in a better way.
* Replace wrongly used .Op mdoc macros with the .Bq macro.
The .Op macro should only be used when describing a
``usage'' line of a utility/command.
* Add .Er, for marking errno defines (ENOMEM etc etc)
2003-11-12 02:26:47 +00:00
Tom Rhodes
9e2d6c362a
Attach ips.4 to the build.
2003-11-11 18:48:02 +00:00
Tom Rhodes
6856090898
Add a manual page for the ips(4) driver.
...
Requested by: obrien
Reviewed by: scottl (older version)
2003-11-11 18:47:01 +00:00
Simon L. B. Nielsen
8f7c50a225
Sort the device lists alphabetically to make it simpler to add new
...
devices to the lists in the appropriate places. This also makes it
easier to find devices in the lists.
OK'ed by: ceri, silby
2003-11-11 13:34:53 +00:00
Scott Long
f27ec812b6
Note support for the Adaptec 2410SA in the aac.4 manpage.
2003-11-11 08:40:43 +00:00
Maksim Yevmenkin
3a08bb88ed
Fix SYNOPSIS section in Bluetooth man pages
...
Reviewed by: imp, julian, ru
Approved by: ru
2003-11-11 03:27:08 +00:00
Hiten Pandya
dab12c8eba
Manual page for Asynchronous Logging Queues (ALQ) facility.
...
The manual page contains enough information to get someone started
with ALQ.
MLINKS have been added appropriately.
Approved by: jeff, des
Reviewed by: des, jeff, sam, brooks, rwatson, mtm
2003-11-10 22:45:09 +00:00
Tom Rhodes
2c85cbd9b5
Score one 'duh' point for me and replace all instances of scott@ with
...
rsm@.
2003-11-10 21:56:47 +00:00
Hiten Pandya
ea90c53786
Add MLINK net(4), which points to netintro(4).
...
Requested by: dwhite@
2003-11-10 21:26:52 +00:00
Hiten Pandya
5dec156e2b
Add a manual page for the USB Audio support in FreeBSD,
...
interfaced via the PCM framework.
This manual page was obtained from NetBSD, and the required
changes were made to adapt it to our uaudio driver.
Pre-cursor review: joe@
2003-11-10 20:25:40 +00:00
Christian Brueffer
3c33520372
Add a missing 'the'
2003-11-10 16:04:48 +00:00
Tony Finch
e19cd0127b
Clarify the rule about structure typedefs being discouraged, following
...
a discussion on src-committers.
2003-11-10 14:32:13 +00:00
Hiten Pandya
2195d6af9f
Mdoc Janitor:
...
* Add MLINKS for:
-> Soundblaster emu10k1(4) Driver [points to pcm(4)]
-> Avance Logic ALS400 Driver [points to pcm(4)]
We should not need separate manual page for each of these
drivers; instead, linking them to pcm(4) manual page is
simpler, and new device lists can be easily added to the
said manual page.
* While I am here, sort out mdoc(7) entries in ${MAN}.
2003-11-10 12:45:10 +00:00
Dag-Erling Smørgrav
309e4b9b6d
RB_EMPTY() applies to red-black trees, not splay trees.
2003-11-10 10:35:06 +00:00
Hartmut Brandt
1c67439671
Add a define for libbsnmp.
2003-11-10 09:07:30 +00:00
Bruce A. Mah
f7cc717f50
Add some pc98-specific devices from the hardware notes.
2003-11-09 22:53:58 +00:00
Simon L. B. Nielsen
65e6e73035
Add two PC-98 devices, from the hardware notes, which was missed in
...
the last commit.
MFC after: 1 week
2003-11-09 22:36:04 +00:00
Simon L. B. Nielsen
2c791fac5c
- Sync the list of supported device with the hardware notes and the
...
driver source code.
- Use a mdoc list for the list of supported devices.
MFC after: 1 week
2003-11-09 22:21:21 +00:00
Simon L. B. Nielsen
9fc9f23603
Sync the sym(4) manual page with the hardware notes, and change the
...
list of supported controllers into a list.
Note that the 53C875A has not been included in the list of supported
devices, since this controller does not seem to be supported by the
version of the sym(4) driver currently in FreeBSD.
PR: docs/55557
Submitted by: Lukas Ertl <l.ertl@univie.ac.at> (original version)
MFC after: 1 week
53C875A omission reviewed by: silence from -scsi and groudier
2003-11-09 14:58:28 +00:00
Christian Brueffer
8c3bfd6934
Add the 'package-recursive' option
...
PR: 57838
Submitted by: Alexander Haderer <alexander.haderer@charite.de>
MFC after: 5 days
2003-11-09 09:30:39 +00:00
Warner Losh
c4bc6c8ccd
Update list of supported devices for ahb
2003-11-09 01:52:13 +00:00
Warner Losh
917f3a3222
Complete the variants of 1522/1520 cards
2003-11-09 01:46:28 +00:00
Warner Losh
3ebc19328e
AHA-1505 also alegedly supported
2003-11-09 01:44:16 +00:00
Warner Losh
3a86eb3747
Flesh out the list of supported devices for this driver.
...
Add bugs that describe the current state of this driver.
# Note: Don't ask me about the driver: I can't get it to work well either :-)
2003-11-09 01:41:11 +00:00
Warner Losh
56b9aeaeda
o Update to closer to the official names for these cards.
...
o Remove entries for 1510, 152x and 1535. These are supported, for some value
of supported, by the aic driver.
o Add notes about 1542-CP being plug and play, but it can still conflict with
other resources because all the resources it uses are set with the onboard
BIOS.
2003-11-09 01:30:46 +00:00
Bruce A. Mah
cabcc122c7
Synchronize list of supported cards with hardware notes, reformat
...
as a bullet list.
2003-11-09 00:50:55 +00:00
Bruce A. Mah
f8206c33ec
Mention Olicom OC2220, which is listed in the hardware notes and
...
driver source.
2003-11-09 00:31:41 +00:00
Bruce A. Mah
f3389dd879
Capitalize "Fast Ethernet" and "Ethernet" consistently.
2003-11-09 00:27:45 +00:00
Bruce A. Mah
43263d5d44
Synchronize manual page with hardware notes and reformat list of
...
supported devices.
2003-11-09 00:26:55 +00:00
Bruce A. Mah
56fe73c36e
Mention Cisco and Xircom devices supported by an driver.
2003-11-08 22:48:23 +00:00
Robert Watson
2d633fc879
Add /usr/share/security to reflect recent hookup of Makefile and
...
mtree entry for share/security/lomac-policy.contexts.
Pointed out by: ru
2003-11-08 18:01:44 +00:00
Robert Watson
418ada78f4
Makefile.inc wasn't needed; this is a left-over of other files present
...
in share/security in the trustedbsd_sebsd branch that are not present
in the main tree. Also, .include Makefile.inc from the parent directory
so that BINDIR is set right.
Pointed out by: bde
2003-11-08 17:56:53 +00:00
Bruce A. Mah
2979b13acd
Remove trailing commas from device list.
2003-11-08 17:31:49 +00:00
Bruce A. Mah
32fc2ffd63
Add SOHO(PRAGMATIC) UE-1211C from the pc98 hardware notes.
2003-11-08 17:30:42 +00:00
Bruce A. Mah
e25d92c441
Capitalize "Ethernet" and "Fast Ethernet" consistently. No other
...
content changes.
2003-11-08 17:29:58 +00:00
Bruce A. Mah
abe008a0c9
Sort devices. In the process, remove a duplicate entry for the Accton
...
EN1207D. No other content changes.
2003-11-08 17:28:31 +00:00
Gregory Neil Shapiro
6b66b61faa
People are blindly coping this example refuse file. Doing so breaks
...
buildworld as src/etc/sendmail/freebsd.mc is missing. That example
was added 3 years ago, before the /etc/mail/ infrastructure was in
place for customized configurations. It is time to remove this example.
Noticed by: Robert Gray <bob@boulderlabs.com> in freebsd-stable
MFC after: 1 day
2003-11-08 17:19:50 +00:00
Joseph Koshy
b684398248
Cross-reference pgfind(9) and pfind(9) from each others manual pages.
2003-11-08 13:41:22 +00:00
Hideyuki KURASHINA
f6aff0f329
Add manpage link wd.4 -> wdc.4
2003-11-08 10:28:31 +00:00
Robert Watson
7d8061c0c1
When lomac-policy.contexts was merged from the TrustedBSD MAC branch,
...
the Makefiles were not committed.
2003-11-08 00:40:25 +00:00
Simon L. B. Nielsen
5701d7c7e0
Change FreeBSD.ORG to FreeBSD.org.
2003-11-07 21:05:31 +00:00
Hiten Pandya
b34711a92d
Mdoc Janitor:
...
* add SEE ALSO section.
2003-11-07 19:08:13 +00:00
Hiten Pandya
9c16fb477c
Mdoc Janitor:
...
* use the appropriate include file macros (.In)
* add necessary stuffing to the AUTHORS section
for consistency.
2003-11-07 18:26:54 +00:00
Warner Losh
eaf97bf6ae
Better description of the device supported
2003-11-07 18:09:56 +00:00
Warner Losh
e611a320a6
bare-bones and kinda sucky ufm man page
2003-11-07 17:58:30 +00:00
Hiten Pandya
3bb4fddf3e
Add manual page for LSI Fusion-MPT SCSI/Fibre Channel driver.
...
Originally obtained from NetBSD, but modified to fit FreeBSD's
mpt driver history, and device list.
Reviewed by: Matt Jacob (mjacob@) -- Old version.
2003-11-07 17:33:52 +00:00
Simon L. B. Nielsen
15d25d32ea
Synchronize the list of support devices with the driver source code.
2003-11-07 11:43:05 +00:00
Hidetoshi Shimokawa
6f6ce463b5
Add sbp_targ.4.
2003-11-07 09:41:42 +00:00
Hidetoshi Shimokawa
bda4b7a3fe
Add minimal manpage for sbp_targ(4).
2003-11-07 09:39:53 +00:00
Hartmut Brandt
67bee7e777
The man page for the layer 3 (signalling) netgraph node of NgATM.
2003-11-07 09:12:07 +00:00
David Xu
0a67d47202
Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to
...
zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way,
but I havn't done this change since these files already exists.
2003-11-06 23:43:40 +00:00
Dag-Erling Smørgrav
96ea7698a2
device_get_name(9) and device_get_nameunit(9) return const char *, not int.
2003-11-06 15:54:32 +00:00
David Xu
e461ba58ab
Enable GB2312 locale.
2003-11-05 23:39:03 +00:00
David Xu
403c77c073
Add GB2312 locale files.
2003-11-05 22:59:02 +00:00
David Xu
d87d498bdf
Add GB2312 encoding file.
2003-11-05 22:54:54 +00:00
Tom Rhodes
25a5b3324b
Fix Scott's email address.
...
Noticed by: an email discussion with bmah
2003-11-05 18:43:54 +00:00
Tom Rhodes
f3a02a8861
The my(4) drivers require miibus(4) to function properly.
2003-11-05 16:54:32 +00:00
Hajimu UMEMOTO
f88fe57e31
- refrect recent changes.
...
- add table of contents.
- add section 4.8 - Operations with IPsec tunnel mode.
- add section 9 - Policy on technology with intellectual property
right restriction
- more about KAME's codeing style.
Obtained from: KAME
2003-11-05 12:00:32 +00:00
Søren Schmidt
8ff5952aae
Update.
2003-11-05 10:08:34 +00:00
Warner Losh
562fb1a6dd
Remove the file
2003-11-05 04:36:44 +00:00
Warner Losh
302662db50
resource_query_string is dead. Kill it.
2003-11-05 04:36:13 +00:00
Sam Leffler
5eebbfd653
update supported card table
2003-11-04 23:43:43 +00:00
Tom Rhodes
72d9131e79
Add a manual page for the Xircom and and Xircom based NICs.
...
Submitted by: scott (original version)
2003-11-04 20:49:45 +00:00
Simon L. B. Nielsen
c9753c5870
mdoc(7) cleanup:
...
- Add reference to atapicam(4).
- Fix hard sentence breaks.
- Fix spelling of .Nm macro.
- Remove a bit of EOL whitespace.
2003-11-04 19:35:27 +00:00
Søren Schmidt
688e92fc6d
Start of new ATA man page that reflects the curretn state of art.
...
mdoc handling possibly fragile :)
2003-11-04 13:16:07 +00:00
Poul-Henning Kamp
121b076972
More mdocery from Sergey (osa@)
2003-11-03 17:55:02 +00:00
Poul-Henning Kamp
74240656aa
Thanks to the kind mdoc help of Sergey (osa@): led.4
2003-11-03 17:06:10 +00:00
Warner Losh
806a364b8b
Both CC and CX versions of the 556 exist
2003-11-03 00:46:08 +00:00
Warner Losh
b127c7f2c6
Separate out the old 3CXEM556 models (10Mbps only) from the faster
...
3CCFEM556 models (10/100Mbps). I have only the former, and none of
the latter, so document that the latter might not work.
2003-11-02 23:30:22 +00:00
Warner Losh
8b99b80de6
Only the 3C1 is now known not to work. All my other cards work with
...
this driver. I've not tested the '556B or the '556BI cards, however,
as I don't own them.
2003-11-02 20:20:28 +00:00
Warner Losh
2e698e49e1
The '574 family works (I had a bad dongle which is why I thought it
...
might not be).
The modem combo cards do not (confirmed today)
2003-11-02 05:33:12 +00:00
Brooks Davis
9bf40ede4a
Replace the if_name and if_unit members of struct ifnet with new members
...
if_xname, if_dname, and if_dunit. if_xname is the name of the interface
and if_dname/unit are the driver name and instance.
This change paves the way for interface renaming and enhanced pseudo
device creation and configuration symantics.
Approved By: re (in principle)
Reviewed By: njl, imp
Tested On: i386, amd64, sparc64
Obtained From: NetBSD (if_xname)
2003-10-31 18:32:15 +00:00
Wolfram Schneider
91e5a0cd52
Add OpenBSD 3.4
...
fix footer.
2003-10-31 10:24:02 +00:00
Max Khon
c4a13d2d78
Remove /usr/libdata/msdosfs description.
...
Noticed by: ru
2003-10-30 21:25:37 +00:00
Mitsuru IWASAKI
fbbdf7c7d2
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
...
the same effect as ACPI_NO_RESET_VIDEO kernel option.
2003-10-30 16:14:55 +00:00
Hartmut Brandt
278bc3c3a9
Make the maximum number of pages for external mbufs configurable in
...
the kernel environment and accessible as a RO sysctl.
Explain that the HE155 will not work in 64-bit/66MHz slots, but may work
in 64-bit/33MHz slots.
2003-10-29 15:07:10 +00:00
Sheldon Hearn
5424714f66
Regen:
...
* Hart: rev 426 of pcidevs.txt (2003-10-27)
2003-10-29 11:14:58 +00:00
Murray Stokely
65b8a8fed1
Add FreeBSD 4.9 and MacOS 10.3.
2003-10-29 07:44:22 +00:00
Tim J. Robbins
d7d75245e8
Catch up with removal of /usr/bin/svr4.
2003-10-28 05:22:19 +00:00
Hidetoshi Shimokawa
efa60c7aa3
I wrongly committed an older version.
...
Update references etc.
2003-10-28 01:31:50 +00:00
Hartmut Brandt
df94c09781
Add a definition for libngatm.
...
Reviewed by: ru
2003-10-27 13:51:28 +00:00
Hartmut Brandt
07d86d1506
Man pages for the NgATM SAAL protocol nodes.
2003-10-27 11:43:20 +00:00
Joseph Koshy
210ad6eb0a
Correct a typo.
...
Submitted by: "T.M. Sommers" <tms2@mail.ptd.net>
2003-10-27 09:19:07 +00:00
Dag-Erling Smørgrav
32801db0f2
Fix Xr markup.
2003-10-26 19:42:55 +00:00
Maksim Yevmenkin
e6ef35a90b
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
...
Reviewed by: imp, simon
Approved by: imp (mentor)
2003-10-26 19:09:12 +00:00
Ken Smith
b9e9c23d70
- Add note that loading modules only works if the system
...
securelevel is less than 1.
PR: docs/58546
Reviewed by: rwatson
Approved by: blackend (mentor)
2003-10-26 14:21:30 +00:00
Hartmut Brandt
7298db81fe
Sysctl names should not contain dots. Convert them to underlines.
2003-10-24 16:44:27 +00:00
Hidetoshi Shimokawa
869093b15d
Add dumb console driver and related bits.
...
dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons
Tested with: i386, i386-PAE, and sparc64.
2003-10-24 15:44:10 +00:00
Hiten Pandya
ed7d11555d
Mdoc Janitor:
...
* Use uppercase for .Dt macro arguments.
* Use 'manual' instead of 'man' for consistency.
2003-10-24 15:42:38 +00:00
Hiten Pandya
1bc8ec4783
Mdoc Janitor:
...
* Add a forgotten .An macro for 'Jeroen Ruigrok van der Werven'.
Noticed by: simon@
2003-10-23 14:32:23 +00:00
Hiten Pandya
09356c8484
Mdoc Janitor:
...
* Use 'manual' instead of 'man' for consistency.
2003-10-23 06:24:55 +00:00
Hiten Pandya
b9af5c1881
Mdoc Janitor:
...
* Uppercase the .Dt command contents.
* Remove incorrect usage of .Fa.
* Use .Va for struct members, and .Vt for structs
(correct replacement for .Fa)
* Markup VM_* and MAP_* macros with .Dv command.
* Replace 'man' with 'manual' for consistency.
2003-10-23 06:06:33 +00:00
Hiten Pandya
2f6e000a7e
Correct #include file in SYNOPSIS:
...
It is not sys/geom_disk.h, but located under geom/ directory,
so, mark it geom/geom_disk.h.
2003-10-23 05:47:38 +00:00
Hiten Pandya
aad6efcc96
Mdoc Janitor:
...
* Uppercase .Dt command contents.
* Make use of .Fo and .Fc for marking up functions with
a lot of arguments.
NOTE: Please do not use the `\' line seperator for mdoc(7)
manual pages, as it has problems of its own on some displays;
instead, consult the mdoc(7) manual on using .Fo and .Fc.
* Change 'man' to 'manual' for consistency.
2003-10-23 05:41:05 +00:00
Hiten Pandya
b02f4e9071
Mdoc Janitor:
...
* Use the .Sx command for referencing sections.
2003-10-23 05:34:13 +00:00
Hiten Pandya
fb1e0a7107
Add a GEOM(4) MLINK.
2003-10-23 05:27:38 +00:00
Hiten Pandya
fb52ec2dfa
Add a PAE(4) MLINK for simplicity.
2003-10-23 05:26:44 +00:00
Hiten Pandya
8d8abf463c
Mdoc Janitor:
...
* Add .Vt in the right places, transform some .Fa to .Vt, depending
on discussion context.
* When refering to the function malloc(), use .Fn, and not .Xr.
* Add `The' to prefix a sentence when describing a function, so
it results in ``The xxx() function..."
* Use `system call' instead of `syscall'.
* Improve the sentence which discusses accept_filt_generic_mod_event();
Talk about moduledata_t, and refer to the DECLARE_MODULE(9) manual
page.
* Properly markup .An (Author Name) throughout the AUTHORS section.
2003-10-23 05:01:30 +00:00
Hiten Pandya
2cb869e075
Mdoc Janitor:
...
* Make use of .Xr for vput() and vrele() functions.
* Reword (s/man/manual) in AUTHORS section.
2003-10-23 03:52:07 +00:00
Hiten Pandya
7c3e994d60
Mdoc Janitor:
...
* Remove first person sentence start.
* Make use of .Dv for LEASE_READ and LEASE_WRITE.
* Move the LOCKS section below the standard mdoc(7) RETURN VALUES
section.
* Cleanup grammar for RETURN VALUES and AUTHORS section.
* Remove redundant sentence on return values.
2003-10-23 03:14:21 +00:00
Hiten Pandya
ed06180abe
Mdoc Janitor:
...
* Make use of .Sq mdoc command.
* Add a .Pp for separating VOP_RECLAIM text from VOP_INACTIVE
* Make use of .Fa for the vnode pointer function arg.
2003-10-23 03:07:56 +00:00
Hiten Pandya
559eb8d2e3
Mdoc Janitor:
...
* Fix hard sentence breaks.
2003-10-23 02:33:03 +00:00
Hiten Pandya
3a858f3798
Mdoc Janitor:
...
* Fix hard sentence breaks.
2003-10-23 02:22:07 +00:00
Hiten Pandya
4c7b4d14a2
Mdoc Janitor:
...
* Fix hard sentence breaks.
2003-10-23 02:15:46 +00:00
Hiten Pandya
c1c03d4944
Mdoc Janitor:
...
* Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
2003-10-23 02:11:14 +00:00
Hiten Pandya
a0942a6000
Mdoc Janitor:
...
* Fix hard sentence breaks.
* NOTE: devstat(9) requires more mdoc(7) work.
2003-10-23 01:54:06 +00:00
Hiten Pandya
cd367b32ed
Mdoc Janitor:
...
* Fix hard sentence breaks.
* Correct use of a period in DELAY(9).
2003-10-23 01:31:25 +00:00
Hiten Pandya
ce91e62bc6
Mdoc Janitor:
...
* Fix hard sentence breaks.
2003-10-23 01:14:18 +00:00
Hiten Pandya
c7d3a65d43
Mdoc Janitor:
...
* Remove hard sentence breaks from last commit to this file.
2003-10-23 01:08:38 +00:00
Hiten Pandya
e229cfa536
Fix the include path of rijndael.h.
...
PR: docs/58437
Submitted by: Joachim Strombergson
2003-10-22 10:00:09 +00:00
Simon L. B. Nielsen
923959c28f
Reflect the fact that fxtv is now found in ports/multimedia/fxtv.
...
PR: docs/58355
Submitted by: Simon Barner <barner@in.tum.de>
2003-10-21 23:36:46 +00:00
Warner Losh
e3a7fe7a9e
baud rate and bit rate were horribly confused in this document. Baud
...
rate is how fast modems exchange symbols. Bit rate is how many bits
per second the serial port nominally communicates at. Try to use bit
rate consistently where that's what is ment. The default data rate is
now 9600 baud. 300 baud being default pre-dates 4.4-LITE1. Document
that tip doesn't respect the system default rate for a given channel.
Sorry guys, but no ucbvax, kremvax or kgbvax added to the example.
Noted by: bde
2003-10-21 03:22:49 +00:00
Gregory Sutter
b361bd542c
Spelling, grammar fixes.
...
Reviewed by: imp
2003-10-20 19:17:15 +00:00
Warner Losh
fc9cfabba9
Update to using a 56k modem connection, plus add some verbage about
...
what the entry does for people that are not used to reading
/etc/remote files every day. Keep arpavax, because it is a cool name,
but remove the phone number listed. arpavax hasn't been answering
that number for a while :-)
2003-10-20 10:26:54 +00:00
Warner Losh
93871123e4
White space only changes. Put each sentence on a line by itself, per
...
our normal practice. In anticipation of bigger changes to this file.
2003-10-20 10:04:55 +00:00
Simon L. B. Nielsen
7044867f83
Note that PAE has been MFC'd into RELENG_4 and will appear in FreeBSD
...
4.9.
2003-10-18 22:54:45 +00:00
Hidetoshi Shimokawa
068d70bad8
- Enable 16byte commands.
...
- Fix printf warnings on 64bit architectures.
- Accept 'k', 'm' and etc. for -s option.
Reviewed by: njl
2003-10-18 04:54:08 +00:00
Bruce A. Mah
addeef8284
Add multicast(4) and pim(4) manual pages and hook up to the build.
...
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
Reviewed by: hsu, bmah
MFC after: 2 weeks
2003-10-17 15:12:01 +00:00
Bruce Evans
e8b6bb6f87
1. Catch up with the move of the declaration of panic() from <sys/param.h>
...
back to <sys/systm.h>.
2. Remove hard sentence breaks.
Reminded by: Stefan Farfeleder <stefan@fafoe.narf.at> (1)
2003-10-17 06:25:37 +00:00
Garrett Wollman
5b28d0d2d9
MFV: tzdata2003d
2003-10-14 21:03:22 +00:00
Garrett Wollman
89ae37762a
Update timezone data from Arthur Olson. Principal changes are more accurate
...
data for Canada and Chatham Island, and the latest Brazilian government
decree.
Obtained from: <ftp://elsie.nci.nih.gov/pub/tzdata2003d.tar.gz>
2003-10-14 21:01:01 +00:00
Warner Losh
4d721ca3ae
Use more modern architectures than VAX for little endian machines
2003-10-14 02:59:13 +00:00
Warner Losh
010ebba66c
Replace the VAX and MIPS alternate formats with the architectures that
...
FreeBSD supports. None of them support an alternate formats, except
the alpha (which prints extra register information).
# if we get a mips port, we can put the mips case back to document the
# actual behavior.
2003-10-14 02:47:23 +00:00
Hajimu UMEMOTO
b42ac57f4f
- support AES counter mode for ESP.
...
- use size_t as return type of schedlen(), as there's no error
check needed.
- clear key schedule buffer before freeing.
Obtained from: KAME
2003-10-13 14:57:41 +00:00
Maksim Yevmenkin
0986ab12e4
Update Bluetooth code.
...
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
2003-10-12 22:04:24 +00:00
Hajimu UMEMOTO
492528c051
- RIPEMD160 support
...
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
2003-10-12 09:41:42 +00:00
Marc Fonvieille
8b23842d38
s/disklabel/bsdlabel where needed.
2003-10-11 08:24:07 +00:00
Marc Fonvieille
acc596e494
Update the manual page examples: use of bsdlabel(8) instead of
...
disklabel(8). While I'm there: some punctuation fixes.
2003-10-10 18:40:41 +00:00
Warner Losh
c031267f3b
Note that the modem built into the xl cards (both CardBus and MiniPCI)
...
are not supported by FreeBSD, let alone by this driver.
2003-10-10 05:27:29 +00:00
Warner Losh
2a3e0d8be4
cardbus->CardBus
2003-10-10 05:15:48 +00:00
Warner Losh
a47bf604e9
Be more pedantic about the model numbers of cardbus cards that are
...
supported by the driver. I've only used 3 or 4 of these cards, but
the cardbus cards work as well as pci cards at this point.
2003-10-10 05:15:05 +00:00
Jacques Vidrine
f0a7f80d65
Update build infrastructure for Heimdal 0.6.
2003-10-09 19:48:47 +00:00
Warner Losh
94ff8ef09c
Update the list of supposedly supported 3Com devices from trolling
...
ebay. Also have notes for my recent experiences with 3com pcmcia
cards (mostly this or that doesn't work). Also look at the strings
that are claimed to be supported in the bus specific front ends. Note
that the 3C569* are CBUS.
2003-10-09 03:52:44 +00:00
Andrey A. Chernov
c7b5578215
Fix sl_SI.ISO8859-2
...
PR: 50160
Submitted by: Simon 'Zekar <simon@entered.net>
2003-10-09 00:55:33 +00:00
Sam Leffler
bbc8551c96
update to reflect 7955/7956 support
2003-10-08 20:26:10 +00:00
Ruslan Ermilov
71c8601453
Correct the description of what the release.3 stage does nowadays.
2003-10-06 11:52:34 +00:00
Bruce M Simpson
0734ae29f1
Update cross-references.
2003-10-06 01:50:37 +00:00
Bruce M Simpson
1aba005ab5
Add pmap_wired_count() and pmap_resident_count() to the pmap documentation.
...
Discussed with: peter
2003-10-06 01:49:35 +00:00
Bruce M Simpson
fdd1597b47
Use the term 'physical memory' consistently.
2003-10-05 11:47:51 +00:00
Bruce M Simpson
6bcda17f48
Update the page_req classes VM_ALLOC_NOOBJ and VM_ALLOC_ZERO.
...
Suggested by: alc
2003-10-05 01:31:51 +00:00
Bruce M Simpson
b0b35125f0
Remove the pmap_prefault(9) page as it is no longer required.
2003-10-04 01:32:25 +00:00
Bruce M Simpson
cdf9f3771e
Update the pmap(9) documentation to reflect the movement of pmap_prefault()
...
to the machine-independent VM layer, as per alc's recent commit.
Add a definition for the new pmap_is_prefaultable() helper function.
2003-10-04 01:30:01 +00:00
Ruslan Ermilov
64ba14f2c7
Removed the ancient .LIBS setting that causes non-existent
...
libraries to be reported as up-to-date.
Before:
# make -f /dev/null nonexistent.a
`nonexistent.a' is up to date.
After:
# make -f /dev/null nonexistent.a
make: don't know how to make nonexistent.a. Stop
PR: bin/44137 (part of)
2003-10-03 20:47:37 +00:00
Diomidis Spinellis
e4dcc1fd98
Style fixes: shell script indentation, if/then style, plus a lot
...
of comments in C code (capitalized, end with full stop).
Submitted by: schweikh
2003-10-03 19:31:55 +00:00
Diomidis Spinellis
ff7cd805df
Create a driver that will compile without warnings on -CURRENT
...
More changes are probably needed to create a correct driver.
Reviewed by: markm
Approved by: schweikh (mentor)
2003-10-03 19:15:07 +00:00
Warner Losh
6e8666a5a8
Looks like I misread the callout code. We do not seem to hold the
...
callout lock while the callout is happening. So the serialization
that I thought was happening isn't. Therefore, remove the part of the
bugs that says this. Leave in the other bug as it is very hard to
work around (impossible?).
Fix various typos.
Also note that timeout/untimeout are considered to be the old interface and
the callout interface should be used insetad.
Submitted by: bde (first two) and wollman (third)
2003-10-01 21:32:42 +00:00
Warner Losh
de78273e9c
Document the implications of the callout_stop() returning 0 if the
...
callout has finished or is in progress. Also document that the
locking of the callout code for FreeBSD 5 has eliminated the 'or is in
progress' clause as a possibility and that such elimination is an
accident of the implementation and shouldn't be relied upon.
2003-10-01 05:48:48 +00:00
Julian Elischer
6a8b93fe2b
fix typos in comments.
...
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
2003-09-30 22:39:22 +00:00
Bruce M Simpson
c753166c6a
Add manual pages for the vm_map(9) part of the VM.
...
Reviewed by: juli
Approved by: jake (mentor)
2003-09-30 00:56:17 +00:00
Bruce M Simpson
274302ba7a
Add a (somewhat verbose) manual page for vm_map(9).
...
Reviewed by: juli
Approved by: jake (mentor)
2003-09-30 00:54:06 +00:00
Bruce M Simpson
7d216f0fa9
Add manual pages for the vm_map(9) part of the VM.
...
Reviewed by: juli
Approved by: jake (mentor)
2003-09-30 00:51:31 +00:00
Robert Watson
b1fe12236c
Prefer FreeBSD.org to freebsd.org in mail alias examples.
2003-09-28 16:17:30 +00:00
Garrett Wollman
43b5281bad
Having had to spend several hours today figuring out just what it is that
...
VOP_GETPAGES() is supposed to do, share the results with everyone who isn't
Alan Cox.
2003-09-28 03:15:21 +00:00
Warner Losh
3c29b8c1c8
Two minor fixes:
...
o It is the /usr/include files, not the /usr include files.
o Document the practice of converting to the c99 standard uintXX_t
form from the older, but non-standard, BSD-style u_intXX_t. This
has been going on in the tree for a while now, and I've heard other
developers also state that this conversion is happening. Note also
that this is a slow process and should be treated like whitespace
changes.
2003-09-27 22:17:37 +00:00
Simon L. B. Nielsen
9d67a21858
- Add the Dell PERC 4/Di to the list of supported devices; it
...
has been supported for the last 10 months. [1]
- Make the device list compact, since it is getting rather large.
Reported by: David Magda <dmagda@magda.ca> [1]
MFC after: 2 weeks
2003-09-27 18:03:03 +00:00
Tom Rhodes
c3d7a60342
Update an email address overlooked by scottl.
...
Prompted by: scottl's commit message (see rev 1.9 of iir.c).
2003-09-27 14:02:15 +00:00
Robert Watson
5e50629b39
Additional information on the memory properties of struct disk
...
instances: the memory holding a struct disk should be pre-zeroed so
as to initialize any storage framework private data in the structures
properly. In addition, the memory must be writable so that the
private data may be updated.
Pointed out by: phk
2003-09-26 22:08:23 +00:00
Robert Watson
ef43d3b590
Documentation of kernel disk_create() and disk_destroy() APIs. These
...
APIs permit disk device drivers to register and deregister storage devices
for use by storage device consumers. No doubt this API will change
more as time flies by, but this should be helpful to the creators of
new storage device drivers.
Reviewed by: phk
2003-09-26 21:43:25 +00:00
Max Khon
c4f02a891f
- Support for multibyte charsets in LIBICONV.
...
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.
Submitted by: Ryuichiro Imura <imura@ryu16.org>
2003-09-26 20:26:25 +00:00
Mark Murray
34d8158078
Separate out userland linting and kernel linting a bit more. This
...
make things a bit easier for folks using lints other than the
"base" lint.
2003-09-26 17:49:25 +00:00
Nate Lawson
297835bcd5
Sort debugging levels and update the man page to match reality. Also
...
update man page to reflect iasl(8) import.
2003-09-26 04:32:40 +00:00
Sam Leffler
bffc912d5d
o add information about the debugging tools
...
o give proper attribution to Atsushi Onoe
2003-09-25 23:56:20 +00:00
Bruce M Simpson
2951193672
Fix MLINKS.
...
Noticed by: bde
Pointy hat to: bms
2003-09-25 23:44:15 +00:00
Sam Leffler
89a688272a
update to reflect new api
...
Submitted by: Max Laier <max@love2party.net>
Obtained from: NetBSD (with changes)
2003-09-25 20:49:28 +00:00
Bruce M Simpson
8019c643f1
Add manual page documentation for the machine-independent PMAP subsystem.
...
Include documentation of alc's new pmap_extract_and_hold() function.
Reviewed by: hmp
Approved by: jake (mentor)
2003-09-25 19:14:40 +00:00
Hidetoshi Shimokawa
c4b3637b44
* scsi_cmds.c
...
- Fill in autosense data.
- Add compatibility for RELENG_4.
* scsi_target.c
- Raw device support
- Set correct value in c_descr->offset for CAM_DIR_NONE case.
- Support for CTIO abort.
2003-09-25 05:43:26 +00:00
John Birrell
61387b470a
Make the fields in the text match dev/usb/usb.h too.
2003-09-24 05:55:59 +00:00
Marcel Moolenaar
09d0a77ccd
Hook up BUS_CONFIG_INTR.9
2003-09-24 05:18:41 +00:00
Marcel Moolenaar
4166dd7a7b
Add a manpage for BUS_CONFIG_INTR.
...
Reminded by: eivind
2003-09-24 05:17:06 +00:00
John Birrell
432facc3a8
Make the field names in the documented structures match dev/usb/usb.h.
2003-09-24 04:53:50 +00:00
Gregory Neil Shapiro
77e399e8be
Turn SENDMAIL_CF_DIR into an officially supported make.conf variable
...
and use it in src/etc/sendmail/Makefile in case the user wants to use
a different path to the sendmail m4 sources (e.g., sendmail port users).
Submitted by: dinoex
MFC after: 21 days
X-MFC after: RELENG_4 code freeze ends
2003-09-24 04:19:26 +00:00
Warner Losh
9473f5cf39
document Sony PEGA-WL110
...
# I think this is prism 3 based, but I could be wrong
2003-09-22 05:36:32 +00:00
Sam Leffler
47b03ede0c
change bridge mib usage to reflect new world order
...
Prodded by: Ruslan Ermilov <ru@FreeBSD.org>
2003-09-21 23:16:02 +00:00
Ruslan Ermilov
9c758be211
Make LOCAL_PATCHES accept multiple patch files, as its name suggests.
2003-09-21 06:33:14 +00:00
Bill Paul
eed6f75013
Fix copyright (Wind River has no rights to this file).
...
Add Gigabyte 7N400 Pro2 motherboard integrated gigE to list of
supported devices.
2003-09-20 21:42:56 +00:00
Stefan Eßer
0c8f620780
Fix width of first column in FILES table to account for longer device name.
2003-09-20 15:16:56 +00:00
Stefan Eßer
ed2e6e111b
Fix name of no-reset device (ulpn -> unlpt).
2003-09-20 15:13:35 +00:00
Stefan Eßer
c6316a6123
Correct card type of Netgear WG311 and add WAG311 and WGT511T
...
which are based on the AR5212 and should just work (not verified).
Add Proxim Skyline 4032, the PCI version of th e4030.
Add revision suffix 'B' to D-Link DWL-G520/G650 entries, in order
to indicate that revision A1 cards are not supported by this driver
(both A1 and B1/B2 cards are sold in identical boxes).
Explicitly point out the existence of unsupported DWL-G520/G650
(rev. A1) cards in the CAVEATS section.
Approved by: sam
2003-09-20 15:10:38 +00:00
Wilko Bulte
56969d9d94
Note added support for 3C940 and Marvell Semiconductor 88E1000* gigabit PHY
...
Submitted by: Jung-uk Kim <jkim@niksun.com>
Based on: Nathan L. Binkert's OpenBSD patch for sk(4)
2003-09-20 11:10:51 +00:00
Marcel Moolenaar
06b7363b33
o Properly spell my last name. Bad Hiten, no cookie :-)
...
o Use the email address I put in my signature.
2003-09-20 04:13:16 +00:00
John Birrell
c3df85bf33
Document portsize.
2003-09-19 22:27:54 +00:00
Sam Leffler
e2596b53fa
o add some more retail card identifiers
...
o remove caveat about 11g operation; seems to work ok
2003-09-19 01:41:18 +00:00
Doug Barton
ea39e8caa9
Add a default setting of NO for the gbde auto attach script, and
...
document the options.
2003-09-18 09:59:37 +00:00
Eivind Eklund
cc751fd529
Update comment about compression to refer to CPU limitations instead of T1s
2003-09-18 08:19:39 +00:00
Takeshi Shibagaki
123e4875af
Add NEC PA-WL/54AG.
2003-09-16 22:43:36 +00:00
Jacques Vidrine
f88a547be4
Remove nsswitch.conf from the list of examples, because there is no
...
such example.
Reported by: blackend
2003-09-15 16:42:52 +00:00
Sheldon Hearn
192858e869
Better explain what INSTALL="install -C" does, and warn that this may
...
be hardwired into makefiles, including those under /usr/share/mk.
The reporter submitted a patch, but I've watered it down.
Reported by: Ian Freislich <ianf@za.uu.net>
MFC after: 3 weeks
2003-09-15 16:11:41 +00:00
Hiten Pandya
6acbe3f2fa
Remove invalid statement about the maximum number of swap drives.
...
PR: docs/55276
Submitted by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2003-09-14 23:44:55 +00:00
Hiten Pandya
b654922dc1
Update supported Ethernet Controllers as per the Hardware Notes.
...
PR: docs/55559
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 3 days
2003-09-14 23:38:42 +00:00
Ruslan Ermilov
959d6c24f6
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
Matthew N. Dodd
5515f48ce3
Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.
2003-09-13 21:50:36 +00:00
Eivind Eklund
2411c9502d
Document /var/empty as generic empty directory, not sshd specific
2003-09-13 16:23:49 +00:00
Eivind Eklund
948afd9c56
asami is no longer our ports lead, so remove a statement saying
...
the ports collection is maintained by asami and the ports team.
2003-09-13 16:16:31 +00:00
Ruslan Ermilov
a1de21c12e
mdoc(7): Fix common mistakes made in the SEE ALSO section.
2003-09-12 21:54:11 +00:00
Hiten Pandya
8fb2b56541
Remove double usage of performance, and combine it to one.
2003-09-12 19:20:05 +00:00
Ceri Davies
a6de427922
Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.
2003-09-12 19:02:34 +00:00
Ceri Davies
f6c7f2e85c
Add the ports/dns and ports/polish categories.
2003-09-12 09:09:49 +00:00
Christian Weisgerber
0fbd709bd5
Add missing .El
...
Approved by: ru
2003-09-11 13:45:29 +00:00
Warner Losh
eda5416940
compaq WL110 is a lucent card
...
Submitted by Jeremy Bingham
2003-09-10 19:34:51 +00:00
Ruslan Ermilov
743d5d518c
mdoc(7): Properly mark C headers.
2003-09-10 19:24:35 +00:00
Ruslan Ermilov
4ddb47c4a9
mdoc(7): Moved #include directives into the SYNOPSIS section.
2003-09-10 18:47:07 +00:00
Ruslan Ermilov
13a91ca28f
Typo.
2003-09-10 18:45:26 +00:00
Ceri Davies
0898b961b6
The re.4 manpage has been checked in now, so hook it back up.
2003-09-09 18:30:34 +00:00
Bill Paul
b9f78d2b4a
Add a device driver for the Broadcom BCM4401 ethernet controller,
...
written by Stuart Walsh and Duncan Barclay (with some kibbitzing by
me). I'm checking it in on Stuart's behalf.
The BCM4401 is built into several x86 laptop and desktop systems. For the
moment, I have only enabled it in the x86 kernel config because although
it's a PCI device, I haven't heard of any standalone NICs that use it. If
somebody knows of one, we can easily add it to the other arches.
This driver uses register/structure data gleaned from the Linux
driver released by Broadcom, but does not contain any of the code
from the Linux driver itself. It uses busdma.
2003-09-09 18:17:23 +00:00
Bill Paul
6cee741b2b
Add the re.4 man page, which I forgot to do last night.
2003-09-09 02:45:53 +00:00
Ruslan Ermilov
fe08efe680
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
Doug Barton
4f6c710fc9
Looks like the re.4 man page didn't make it in the last commit,
...
so unhook it to get the build back in action.
2003-09-08 07:46:41 +00:00
Bill Paul
a94100fa9b
Take the support for the 8139C+/8169/8169S/8110S chips out of the
...
rl(4) driver and put it in a new re(4) driver. The re(4) driver shares
the if_rlreg.h file with rl(4) but is a separate module. (Ultimately
I may change this. For now, it's convenient.)
rl(4) has been modified so that it will never attach to an 8139C+
chip, leaving it to re(4) instead. Only re(4) has the PCI IDs to
match the 8169/8169S/8110S gigE chips. if_re.c contains the same
basic code that was originally bolted onto if_rl.c, with the
following updates:
- Added support for jumbo frames. Currently, there seems to be
a limit of approximately 6200 bytes for jumbo frames on transmit.
(This was determined via experimentation.) The 8169S/8110S chips
apparently are limited to 7.5K frames on transmit. This may require
some more work, though the framework to handle jumbo frames on RX
is in place: the re_rxeof() routine will gather up frames than span
multiple 2K clusters into a single mbuf list.
- Fixed bug in re_txeof(): if we reap some of the TX buffers,
but there are still some pending, re-arm the timer before exiting
re_txeof() so that another timeout interrupt will be generated, just
in case re_start() doesn't do it for us.
- Handle the 'link state changed' interrupt
- Fix a detach bug. If re(4) is loaded as a module, and you do
tcpdump -i re0, then you do 'kldunload if_re,' the system will
panic after a few seconds. This happens because ether_ifdetach()
ends up calling the BPF detach code, which notices the interface
is in promiscuous mode and tries to switch promisc mode off while
detaching the BPF listner. This ultimately results in a call
to re_ioctl() (due to SIOCSIFFLAGS), which in turn calls re_init()
to handle the IFF_PROMISC flag change. Unfortunately, calling re_init()
here turns the chip back on and restarts the 1-second timeout loop
that drives re_tick(). By the time the timeout fires, if_re.ko
has been unloaded, which results in a call to invalid code and
blows up the system.
To fix this, I cleared the IFF_UP flag before calling ether_ifdetach(),
which stops the ioctl routine from trying to reset the chip.
- Modified comments in re_rxeof() relating to the difference in
RX descriptor status bit layout between the 8139C+ and the gigE
chips. The layout is different because the frame length field
was expanded from 12 bits to 13, and they got rid of one of the
status bits to make room.
- Add diagnostic code (re_diag()) to test for the case where a user
has installed a broken 32-bit 8169 PCI NIC in a 64-bit slot. Some
NICs have the REQ64# and ACK64# lines connected even though the
board is 32-bit only (in this case, they should be pulled high).
This fools the chip into doing 64-bit DMA transfers even though
there is no 64-bit data path. To detect this, re_diag() puts the
chip into digital loopback mode and sets the receiver to promiscuous
mode, then initiates a single 64-byte packet transmission. The
frame is echoed back to the host, and if the frame contents are
intact, we know DMA is working correctly, otherwise we complain
loudly on the console and abort the device attach. (At the moment,
I don't know of any way to work around the problem other than
physically modifying the board, so until/unless I can think of a
software workaround, this will have do to.)
- Created re(4) man page
- Modified rlphy.c to allow re(4) to attach as well as rl(4).
Note that this code works for the sample 8169/Marvell 88E1000 NIC
that I have, but probably won't work for the 8169S/8110S chips.
RealTek has sent me some sample NICs, but they haven't arrived yet.
I will probably need to add an rlgphy driver to handle the on-board
PHY in the 8169S/8110S (it needs special DSP initialization).
2003-09-08 02:11:25 +00:00
Hiten Pandya
af3f61eb4e
Change an is' to a was' in the AUTHORS section.
...
Recommended by: jmallett
2003-09-07 16:34:03 +00:00
Ruslan Ermilov
be01c2220b
- No need to create libfoo.so -> libfoo.so.X symlinks in /lib,
...
as it was decided that our toolchain will revert to looking
for libraries in /usr/lib only.
- Make /usr/lib/libfoo.so -> /lib/libfoo.so.X symlinks absolute
so that they still work if /usr is symlinked.
- Remove stale /usr/lib/libfoo.so.X libraries during install.
Discussed with: gordon, obrien, peter
2003-09-07 14:15:40 +00:00
Ruslan Ermilov
68de25ddb4
Implement sed(1) commands using the make(1)'s RE variable modifier.
...
(This almost eliminates the need of a sed(1) during installworld.)
2003-09-07 12:59:22 +00:00
John-Mark Gurney
978243bd80
make sure we really don't have a tty when installing rules. This prevents
...
a flush command from asking a question (you can't see):
If there is no tty associated with the process, this is implied.
MFC after: 1 day
2003-09-07 07:52:56 +00:00
John Birrell
ad96272726
Document msize which is often needed with maddr.
2003-09-07 04:18:17 +00:00
Marcel Moolenaar
854d378a59
Hook-up the uart(4) manpage.
...
Reminded by: bmah@
2003-09-07 02:52:25 +00:00
Hiten Pandya
fdae0df42a
Mdoc Review:
...
* Remove extraneous .Pp in SYNOPSIS
* Remove hard sentence break
* Add the AUTHORS section
2003-09-06 23:46:29 +00:00
Marcel Moolenaar
27d5dc189c
The uart(4) driver is an universal driver for various UART hardware.
...
It improves on sio(4) in the following areas:
o Fully newbusified to allow for memory mapped I/O. This is a must
for ia64 and sparc64,
o Machine dependent code to take full advantage of machine and firm-
ware specific ways to define serial consoles and/or debug ports.
o Hardware abstraction layer to allow the driver to be used with
various UARTs, such as the well-known ns8250 family of UARTs, the
Siemens sab82532 or the Zilog Z8530. This is especially important
for pc98 and sparc64 where it's common to have different UARTs,
o The notion of system devices to unkludge low-level consoles and
remote gdb ports and provides the mechanics necessary to support
the keyboard on sparc64 (which is UART based).
o The notion of a kernel interface so that a UART can be tied to
something other than the well-known TTY interface. This is needed
on sparc64 to present the user with a device and ioctl handling
suitable for a keyboard, but also allows us to cleanly hide an
UART when used as a debug port.
Following is a list of features and bugs/flaws specific to the ns8250
family of UARTs as compared to their support in sio(4):
o The uart(4) driver determines the FIFO size and automaticly takes
advantages of larger FIFOs and/or additional features. Note that
since I don't have sufficient access to 16[679]5x UARTs, hardware
flow control has not been enabled. This is almost trivial to do,
provided one can test. The downside of this is that broken UARTs
are more likely to not work correctly with uart(4). The need for
tunables or knobs may be large enough to warrant their creation.
o The uart(4) driver does not share the same bumpy history as sio(4)
and will therefore not provide the necessary hooks, tweaks, quirks
or work-arounds to deal with once common hardware. To that extend,
uart(4) supports a subset of the UARTs that sio(4) supports. The
question before us is whether the subset is sufficient for current
hardware.
o There is no support for multiport UARTs in uart(4). The decision
behind this is that uart(4) deals with one EIA RS232-C interface.
Packaging of multiple interfaces in a single chip or on a single
expansion board is beyond the scope of uart(4) and is now mostly
left for puc(4) to deal with. Lack of hardware made it impossible
to actually implement such a dependency other than is present for
the dual channel SAB82532 and Z8350 SCCs.
The current list of missing features is:
o No configuration capabilities. A set of tunables and sysctls is
being worked out. There are likely not going to be any or much
compile-time knobs. Such configuration does not fit well with
current hardware.
o No support for the PPS API. This is partly dependent on the
ability to configure uart(4) and partly dependent on having
sufficient information to implement it properly.
As usual, the manpage is present but lacks the attention the
software has gotten.
2003-09-06 23:13:47 +00:00
Bruce A. Mah
bfb86d9ff2
Catch up isp.4 manpage with hardware notes.
...
PR: 55558
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-09-06 17:47:25 +00:00
Hiten Pandya
5a4501e107
Remove hard sentence breaks.
2003-09-06 17:46:16 +00:00
Bruce A. Mah
88f04461c3
Add stg(4) manpage and hook up to the section 4 manpage build.
...
PR: 55605
Submitted by: Bob Bishop <rb@gid.co.uk>
2003-09-06 17:31:50 +00:00
Peter Pentchev
095a0a15af
Change /dev/rsa0 and /dev/rwt0 references to sa0 and wt0.
...
PR: 55925
Submitted by: Michael L. Squires <mikes@siralan.org>
MFC after: 1 month
2003-09-05 15:28:09 +00:00
Peter Pentchev
dbcefa3f61
Catch up with the hardware notes: list the supported cards.
...
PR: 55645
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 1 month
2003-09-05 14:27:22 +00:00
Peter Pentchev
732bf4906e
Catch up with the hardware notes: list the supported cards.
...
PR: 55643
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 1 month
2003-09-05 14:23:22 +00:00
Peter Pentchev
831203cbc0
Catch up with the hardware notes: list the supported Compaq controllers.
...
PR: 55641
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-09-05 14:17:33 +00:00
Peter Pentchev
e11a2faaf2
Document the SC_NO_SUSPEND_VTYSWITCH kernel config option.
...
PR: 55562
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-09-05 13:27:57 +00:00
Maxim Konovalov
9740d06384
o Fix a typo in rev. 1.196: ifconfig 9 -> ifconfig 8.
...
PR: docs/56488
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
2003-09-05 11:43:18 +00:00
Joseph Koshy
4836485595
Correct troff usage; typo fixes.
2003-09-05 09:40:10 +00:00
Joseph Koshy
ea0b1bdbe4
Allow the PS version of this paper to be built.
2003-09-05 09:38:54 +00:00
Ruslan Ermilov
b1c28d0a0c
Make the creation of the OpenSSL whatis(1) database conditional on
...
NOCRYPT and NO_OPENSSL.
2003-09-04 21:24:18 +00:00
Peter Wemm
eb7f25e17e
Emergency backout of rev 1.152. This is a 100% guaranteed way to totally
...
hose your system. You end up with just about everything statically linked
(except for libpam.so), which then causes all the pam users to fail.
eg: login, sshd, su etc all stop working because dlopen no longer works
because there is no libc.so in memory anymore.
gcc passes -L/usr/lib to ld. The /usr/lib/libxxx.so symlink is *not* a
compatability link. It is actually the primary link. There should be no
symlinks in /lib at all. Only /lib/libXX.so.Y.
peter@daintree[9:27pm]/usr/bin-104> file yppasswd
yppasswd: setuid ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 5.1.1, dynamically linked (uses shared libs), stripped
peter@daintree[9:27pm]/usr/bin-105> ldd yppasswd
yppasswd:
libpam.so.2 => /usr/lib/libpam.so.2 (0x280d1000)
peter@daintree[9:28pm]/usr/bin-106>
Note no libc.so.5. Hence libpam.so.2 has unresolved dependencies.
I believe this is also the cause of the recent buildworld failures when
pam_krb5.so references -lcrypto stuff etc and when librpcsvc.so references
des_setparity() etc.
This change could not possibly have worked, unless there are other missing
changes to the gcc configuration. It won't work with ports versions of
gcc either.
2003-09-04 04:29:11 +00:00
Ruslan Ermilov
1c0b8fcbfe
As ld(1) was taught to look into /lib, there's no longer a reason
...
for having compatibility .so symlinks.
Submitted by: obrien
Reviewed by: gordon
2003-09-03 06:31:50 +00:00
Kenneth D. Merry
e0254f1068
Fix typo in the last commit.
...
Pointed out by: njl
MFC after: 3 days
2003-09-03 05:35:37 +00:00
Kenneth D. Merry
cb32189e23
Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers
...
out of cdregister() and daregister(), which are run from interrupt context.
The sysctl code does blocking mallocs (M_WAITOK), which causes problems
if malloc(9) actually needs to sleep.
The eventual fix for this issue will involve moving the CAM probe process
inside a kernel thread. For now, though, I have fixed the issue by moving
dynamic sysctl variable creation for these two drivers to a task queue
running in a kernel thread.
The existing task queues (taskqueue_swi and taskqueue_swi_giant) run in
software interrupt handlers, which wouldn't fix the problem at hand. So I
have created a new task queue, taskqueue_thread, that runs inside a kernel
thread. (It also runs outside of Giant -- clients must explicitly acquire
and release Giant in their taskqueue functions.)
scsi_cd.c: Remove sysctl variable creation code from cdregister(), and
move it to a new function, cdsysctlinit(). Queue
cdsysctlinit() to the taskqueue_thread taskqueue once we
have fully registered the cd(4) driver instance.
scsi_da.c: Remove sysctl variable creation code from daregister(), and
move it to move it to a new function, dasysctlinit().
Queue dasysctlinit() to the taskqueue_thread taskqueue once
we have fully registered the da(4) instance.
taskqueue.h: Declare the new taskqueue_thread taskqueue, update some
comments.
subr_taskqueue.c:
Create the new kernel thread taskqueue. This taskqueue
runs outside of Giant, so any functions queued to it would
need to explicitly acquire/release Giant if they need it.
cd.4: Update the cd(4) man page to talk about the minimum command
size sysctl/loader tunable. Also note that the changer
variables are available as loader tunables as well.
da.4: Update the da(4) man page to cover the retry_count,
default_timeout and minimum_cmd_size sysctl variables/loader
tunables. Remove references to /dev/r???, they aren't used
any longer.
cd.9: Update the cd(9) man page to describe the CD_Q_10_BYTE_ONLY
quirk.
taskqueue.9: Update the taskqueue(9) man page to describe the new thread
task queue, and the taskqueue_swi_giant queue.
MFC after: 3 days
2003-09-03 04:46:28 +00:00
Warner Losh
7d43c8c902
CardBus instead of Cardbus. Add I/O Data WN-AG/CB and Prixim Skyline
...
4030 cards.
Special Thanks: shigeru yamamoto-san for the kind donation of I/O Data and
other wireless cards
2003-09-01 23:09:09 +00:00
Simon L. B. Nielsen
79a97ad9c5
Catch up my(4) with hardware notes by adding Myson MTD89X to list of
...
supported devices.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/56244
Confirmed by: driver source code
2003-08-31 19:37:48 +00:00
Ruslan Ermilov
41f8931571
Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs.
2003-08-31 15:20:17 +00:00
Simon L. B. Nielsen
88fced4cb3
- Update the page title to include information about which cards
...
are supported by the driver.
- Use a list to specify which cards are supported.
- Add the 3c592/3c597 EISA cards to the list of supported cards.
PR: docs/56086 (based on)
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-29 17:59:01 +00:00
Poul-Henning Kamp
7a8431a677
document various NO* options
2003-08-29 11:24:53 +00:00
Marcel Moolenaar
d911f786ab
Limit testing for an up-to-date version of make(1) to the world and
...
buildworld targets by default, but allow it to be done for all user
targets by introducing a boolean option, named ALWAYS_CHECK_MAKE.
This change is by no means perfect and I don't even want to claim
this to be a solution. It does however address the fact that not
everybody likes to see make(1) rebuilt simply because the regression
test failed for some reason or other, including pilot error. It
therefore serves the purpose of keeping the crowd happy until we
have something better or simply reached a compromise.
The reasons for changing the default behaviour are:
o It avoids a negative, possibly non-intuitive option,
o It's according to POLA and fond of feet,
o Only buildworld is documented to do its best to be
successful at reasonably cost.
Reviewed by: gad, imp, obrien, peter
2003-08-28 04:03:13 +00:00
Nate Lawson
61a63db063
Add a warning describing at least one circumstance where cvsup can hose
...
a local branch. Text from an email from jdp@
Reported by: simon
2003-08-25 19:08:37 +00:00
Bruce A. Mah
744cb35d65
Sort the lists of supported devices. No other content changes.
2003-08-25 04:29:43 +00:00
Bruce A. Mah
2e1a133fa4
In the lists of supported devices, remove "The" from the names of
...
devices and capitalize the words "Gigabit", "Ethernet", and "adapter"
consistently.
2003-08-25 04:28:29 +00:00
Bruce A. Mah
1780f0787a
Catch up ti(4) with hardware notes.
...
PR: 55637
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-25 04:25:58 +00:00
Bruce A. Mah
05ba13027b
Add a few PC98-specific (?) devices, from the hardware notes.
2003-08-24 22:51:09 +00:00
Bruce A. Mah
1256904d38
Sort device list, no other content changes.
2003-08-24 22:39:18 +00:00
Bruce A. Mah
b3e01060bb
Add a few more PC98-specific instances of fe(4) devices, obtained from
...
the hardware notes.
2003-08-24 22:38:00 +00:00
Andrey A. Chernov
aec5c3d0cc
fix short weekday names in zh_CN.*
...
PR: 55895
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
2003-08-23 20:46:23 +00:00
Nate Lawson
b842ac21d6
Add a section on maintaining a local branch in CVS.
...
MFC after: 1 day
2003-08-22 17:12:55 +00:00
Andrey A. Chernov
deb2a95690
Fix ascii compatibility
...
Submitted by: Liu Kang <liukang@bjpu.edu.cn>
2003-08-21 19:23:15 +00:00
Simon L. B. Nielsen
69d1b638df
Add VT6105/VT6105M Rhine III to the list of supported chips. [1]
...
Change the manual page title to use the device family name (Rhine),
since the list of supported device id's won't fit on one line anymore.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at> (based on) [1]
PR: docs/55639 (based on) [1]
Confirmed by: driver source code [1]
MFC after: 3 days
2003-08-21 18:15:45 +00:00
Robert Watson
b8be9d15c8
Hook up repo-copied mac_none.4 to mac_stub.4.
...
Update mac_none to reflect change in role; xref mac_stub.
Update mac_stub to reflect name change, arrival in 5.1; xref
mac_none.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-08-21 16:53:06 +00:00
Murray Stokely
1de8bd1c41
Add FreeBSD 5.1 and BSD/OS 5.0 to the family tree.
2003-08-21 16:48:38 +00:00
Simon L. B. Nielsen
f6cdc82f08
Catch up ep(4) with the hardware notes.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55659
Confirmed by: driver source code and pccard.conf
MFC after: 3 days
2003-08-21 15:40:05 +00:00
Simon L. B. Nielsen
e95da14f5b
Catch up fe(4) with the hardware notes.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55636
Confirmed by: driver source code and pccard.conf
MFC after: 3 days
2003-08-21 15:18:21 +00:00
Simon L. B. Nielsen
eb8b29cdcc
Add the SmartBridges SmartLink to the list of supported devices.
...
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
PR: docs/55644
Confirmed by: driver source code
MFC after: 3 days
2003-08-21 14:26:29 +00:00
Mike Makonnen
f8c56165cf
Write the short and long version of the month
...
names in Amharic instead of English.
Also, remove some extra names I had previously considered
including. They don't make sense since the calendar names
don't match up.
2003-08-20 22:35:55 +00:00
Bruce M Simpson
8afa230470
Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on
...
specific interfaces. This is required by aodvd, and may in future help us
in getting rid of the requirement for BPF from our import of isc-dhcp.
Suggested by: fenestro
Obtained from: BSD/OS
Reviewed by: mini, sam
Approved by: jake (mentor)
2003-08-20 14:46:40 +00:00
Warner Losh
43d16a0eba
Use PC Card instead of other variants in the driver man pages.
2003-08-20 06:49:57 +00:00
Bruce A. Mah
4c88de84ae
Catch up dpt(4) manpage with Hardware Notes (and RELENG_4 manpage?!?).
...
PR: 55530
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-19 04:37:54 +00:00
Bruce A. Mah
b221b92a5d
Catch up asr(4) with hardware notes.
...
PR: 55531
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-19 03:40:05 +00:00
Bruce M Simpson
cc37381f9f
Add the manual page for the sab(4) driver. Driver code was originally
...
obtained from NetBSD. This is the OpenBSD version of the manual page with
a few fixes.
Approved by: jake (mentor)
Obtained from: OpenBSD
2003-08-18 15:32:02 +00:00
David E. O'Brien
4270213c2a
Fix typo.
...
Submitted by: Ulrich Spoerlein <q@uni.de>
2003-08-18 00:33:35 +00:00
Gordon Tetlow
b20654d416
When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinks
...
are created in the correct location. Always make them. For libraries
that live in /lib, this causes a /lib/libfoo.so and a compatibility
/usr/lib/libfoo.so to be created. We may want to drop the
/usr/lib/libfoo.so symlink at some future point.
2003-08-17 23:56:29 +00:00
Gordon Tetlow
3d7f3b48c8
Handle the case where SHLIBDIR != LIBDIR. When creating links, we
...
need relative pathing to work correctly. This is s necessary step
for putting libraries in /lib while the .so symlinks still live
in /usr/lib.
This should be a big NOOP in the case where SHLIBDIR == LIBDIR.
2003-08-17 07:42:50 +00:00
Bruce A. Mah
2cdcddd06e
Add DAC960PDU to list of supported cards, taken from Hardware Notes.
...
PR: 55534
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-15 22:34:18 +00:00
Garrett Wollman
b71ba4ff1a
ISO 3166-1 Newsletter V-8 changes YUGOSLAVIA to SERBIA AND MONTENEGRO
...
with corresponding changes to alpha-2 and alpha-3. (Odd choice of codes,
though.)
2003-08-15 21:08:08 +00:00
Bruce A. Mah
11c568961d
Catch up aha(4) manpage with hardware notes and driver code.
...
(While applying this patch from the PR, delete a stray comma.)
PR: 55527
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-15 18:30:14 +00:00
Ceri Davies
f945ca51dc
Remove a stray ".Xr rtadvd 8" that snuck in in the middle of a sentence.
2003-08-15 17:20:40 +00:00
Hartmut Brandt
8b296e19bd
Now that routes for IP over ATM may look much more complex than before,
...
use the atmconfig(8) utility instead of route(8) to install those routes.
For this we need a new rc.conf variable natm_static_routes that works
just like static_routes except that the referenced routes use the syntax
of atmconfig(8).
Okay'ed by: mtm
2003-08-14 15:27:32 +00:00
Alexander Kabaev
2724bce2d2
Add safe _FOREACH iterators to the rest of the queue.h types.
2003-08-14 14:49:26 +00:00
Warner Losh
0c220814d1
Note that Microsoft MN-520 WLAN card is now supported.
2003-08-14 06:35:48 +00:00
Bosko Milekic
4250a68e2d
Document LIST_FOREACH_SAFE in queue(3).
...
Asked with "please" by Ruslan Ermilov. I've always had a weakness
for "please".
2003-08-13 19:58:38 +00:00
Simon L. B. Nielsen
1ea6b69dd4
Add the Dell PERC 3/DCL to the list of supported devices. This has been
...
in the hardware notes for a long time, but was never added to this
manual page.
PR: docs/55533
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-13 15:02:14 +00:00
Christian Brueffer
6a9f5ebdc4
Markup, spelling and punctuation fixes
...
PR: 55440
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 3 days
2003-08-13 12:54:55 +00:00
Christian Brueffer
c04ad71f14
Markup, wording and capitalization fixes
...
PR: 55441
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 3 days
2003-08-13 12:44:45 +00:00
Christian Brueffer
f540ccd56e
Grammar and spelling fixes
...
PR: 55442
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 3 days
2003-08-13 12:39:44 +00:00
Christian Brueffer
59ddccc698
Grammar and spelling fixes
...
PR: 55443
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-08-13 12:34:54 +00:00
Christian Brueffer
a08b686e8e
Fix typo
...
PR: 55480
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
MFC after: 3 days
2003-08-13 12:20:33 +00:00
Hartmut Brandt
b24521d779
Change the code that enables/disables the ATM channel to use the
...
new ATMIOCOPENVCC/CLOSEVCC. This allows us to not only use UBR channels
for IP over ATM, but also CBR, VBR and ABR. Change the format of the
link layer address to specify the channel characteristics. The old
format is still supported and opens UBR channels.
2003-08-12 14:20:32 +00:00
Hartmut Brandt
ee4080d424
Add ng_atmpif: a HARP physical interface emulation. This allows one
...
to run the HARP ATM stack without real hardware.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
2003-08-11 08:40:02 +00:00
Tom Rhodes
c2eb326ff7
Add a nsmb.conf manual page.
...
PR: 45833
Submitted by: osa@FreeBSD.org (original version)
Reviewed by: ru, tjr, osa, -doc
2003-08-09 19:11:52 +00:00
David Schultz
0a6c03778a
ccd(4) can now operate on raw disks and other GEOM providers.
...
Remove the paragraph that says it can't.
Discussed with: phk
2003-08-08 15:17:15 +00:00
Andrey A. Chernov
c13ef8c78d
Fix comment
2003-08-08 14:02:20 +00:00
Andrey A. Chernov
ab1554b11a
Add ko_KR.CP949 locale
...
PR: 55341
Submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:48:15 +00:00
Andrey A. Chernov
2665d13d28
Add ko_KR.CP949 locale
...
PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>
2003-08-08 13:43:49 +00:00
Simon L. B. Nielsen
e215cd9e44
Add /rescue/ and a reference to its manual page rescue(8).
...
Approved by: ceri (mentor)
2003-08-08 11:15:57 +00:00
Nate Lawson
718a5d6abd
Document hw.acpi.os_name. Also update the credits section.
2003-08-07 04:46:53 +00:00
Warner Losh
12a524f9aa
getopt returns -1 not EOF at the end of args. Compare against that.
2003-08-07 04:40:54 +00:00
Andrey A. Chernov
ce9ab5a613
Update screen(1)-related entries with more recent variants
...
PR: 55146
Submitted by: Juha-Matti Tilli <juhis@nallukka.net>
2003-08-05 08:06:38 +00:00
Andrey A. Chernov
b6499378e7
DIGIT can be only 0-9 according to POSIX
2003-08-05 06:34:16 +00:00
Mike Makonnen
a0c0836e7a
Support for the Amharic locale.
2003-08-05 05:42:08 +00:00
Hidetoshi Shimokawa
cdd1e6923e
Change device name.
2003-08-05 03:13:14 +00:00
Ruslan Ermilov
538582f227
Moved the WORLDDIR variable description to the Optional Variables section.
2003-08-04 21:00:35 +00:00
Martin Blapp
fffc6e58d9
Fix the cdev kld example.
...
PR: 52954
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
Reviewed by: phk
2003-08-03 10:39:29 +00:00
Sam Leffler
b56e3df93e
update to reflect bugs fixed in v0.9.5.2 of the hal
2003-08-02 06:16:59 +00:00
Doug Ambrisko
a373227418
Add printer support to puc(4) driver.
...
- Move isa/ppc* to sys/dev/ppc (repo-copy)
- Add an attachment method to ppc for puc
- In puc we need to walk the chain of parents.
Still to do, is to make ppc(4) & puc(4) work on other platforms. Testers
wanted.
PR: 38372 (in spirit done differently)
Verified by: Make universe (if I messed up a platform please fix)
2003-08-01 02:25:32 +00:00
Nate Lawson
a329ebca91
Add and document the hw.acpi.ec.poll_timeout tunable.
2003-07-30 16:22:53 +00:00
Andrey A. Chernov
951934ee84
Fix error in comment
2003-07-29 16:31:44 +00:00
Andrey A. Chernov
c3f5f123b8
Add GB18030 locale
...
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
2003-07-29 16:12:56 +00:00
Simon L. B. Nielsen
61860dd771
Move the rescue manpage, documenting the new rescue utilities in
...
/rescue, from section 7 to section 8. The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.
Update the release documentation accordingly.
Requested by: njl, ru
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
2003-07-28 21:06:38 +00:00
Martin Blapp
d5c7aa4acc
Dhclient can't block anymore during startup. Document
...
the 'background_dhclient' better.
2003-07-28 13:56:00 +00:00
Hartmut Brandt
c5670cc3b1
Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add support
...
for the harp(4) pseudo driver and for loadable native HARP drivers
(like hfa_pci).
To use harp(4) the rc variable natm_interfaces must be set to the
list of NATM interfaces to be used for HARP. These interfaces
will be brought up with ifconfig and the harp(4) will be loaded.
To use loadable native HARP drivers atm_load must be set to
the list of drivers to load.
Reviewed by: mtm, gordon (partly)
2003-07-28 13:30:42 +00:00
Martin Blapp
2b23ce1c07
Document background_dhclient.
2003-07-28 08:17:08 +00:00
Maxime Henrion
82d227dc2a
Document the new BUS_DMA_ZERO flag.
2003-07-27 14:05:29 +00:00
Ruslan Ermilov
3d610ec8a3
Moved the boot floppy generation code out from release.9 to release.10.
...
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option. The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.
Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.
Discussed with: jhb
2003-07-25 08:54:41 +00:00
Ruslan Ermilov
00a7eeeb0e
Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) that
...
points to a directory where "make buildworld" was run. Useful
for building 5.x snapshots on 4.x.
2003-07-23 14:40:51 +00:00
Simon L. B. Nielsen
b4be5bd22b
Add manual page to document the new rescue utilities in /rescue.
...
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
2003-07-23 13:24:32 +00:00
Sam Leffler
8db0b37247
correct device table a la ath(4)
2003-07-22 19:08:46 +00:00
Peter Wemm
22907f2d29
Update npx status.
...
Reminded by: tjr
2003-07-22 08:15:29 +00:00
Sam Leffler
b61b2cf2ce
hookup safenet driver
2003-07-21 21:52:48 +00:00
Sam Leffler
5a36f3e913
safenet driver
...
Sponsored by: Global Technology Associates, Inc.
2003-07-21 21:52:14 +00:00
Hartmut Brandt
d7bbb21a9d
Document uma_zone_set_max and its non-obvious behaviour.
...
Reviewed by: bmilekic
2003-07-21 14:20:58 +00:00
Hartmut Brandt
58aa55efa5
This is a pseudo physical interface for the HARP ATM stack. When loaded
...
it attaches to all existing NATM network interfaces in the system
and creates a HARP physical interface for each of them. This allows
us to use the same set of ATM drivers for all ATM stuff. It is
possible to use the same interface for HARP, NATM and netgraph at the
same time.
2003-07-21 13:56:22 +00:00
Hartmut Brandt
e9acc4b17f
Always start new sentences on a new line.
...
Submitted by: Anil Madhavapeddy <anil@recoil.org>
2003-07-21 07:51:29 +00:00
Hidetoshi Shimokawa
fc9dcee6dd
Add description about tagged queuing.
2003-07-19 14:46:59 +00:00
Warner Losh
7bbca4a4db
Add new supported cards
2003-07-19 06:19:43 +00:00
Hiten Pandya
10626faea4
WLAN related fixes:
...
- Add some wlan(4) related cross-references.
- Add some "device" lines to SYNOPSIS
- Correct grammar/sentencing in ath_hal(4) manual page
PR: docs/54114
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Approved by: des (mentor)
2003-07-18 11:40:41 +00:00
Don Lewis
a05a3d4320
Fix a typo.
2003-07-16 08:22:47 +00:00
Don Lewis
076c2f950a
Document mutex pool API enhancements that allow creation and use of
...
multiple mutex pools.
2003-07-16 08:16:40 +00:00
Hideyuki KURASHINA
731ffa720f
Fix a typo.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2003-07-16 06:54:59 +00:00
Paul Saab
87568b1f09
Document the latest controllers from 3ware as being supported.
2003-07-16 05:49:40 +00:00
Hartmut Brandt
7213410131
Reference the patm(4) man page from here, like the other ATM drivers are
...
referenced.
2003-07-15 12:07:45 +00:00
Hartmut Brandt
6a6d06c97d
The man page for the new IDT77252 driver.
2003-07-15 11:58:23 +00:00
Hartmut Brandt
7e9024cdd9
Add a facility for devices, specifically network interfaces, that require
...
large to huge amounts of small or medium sized receive buffers. The problem
with these situations is that they eat up the available DMA address space
very quickly when using mbufs or even mbuf clusters. Additionally this
facility provides a direct mapping between 32-bit integers and these buffers.
This is needed for devices originally designed for 32-bit systems. Ususally
the virtual address of the buffer is used as a handle to find the buffer as
soon as it is returned by the card. This does not work for 64-bit machines
and hence this mapping is needed.
2003-07-15 08:59:38 +00:00
Warner Losh
0838b40f1f
More devices supported, but not in the man page
2003-07-15 07:27:57 +00:00
Warner Losh
961071a274
Siemens SpeedStream SS1021
...
Obtained from: OpenBSD (minor mods for our stuff); millert
2003-07-15 03:41:13 +00:00
Hartmut Brandt
84853c9648
Document the PHY chip statistics.
2003-07-14 15:08:11 +00:00
Hartmut Brandt
8bcfcd678c
Document the support for the IDT77155 Sonet/SDH PHY.
...
Cross-reference hatm(4) and fatm(4).
2003-07-14 12:13:30 +00:00
David E. O'Brien
124d870a2e
Document the existance of fla(4).
2003-07-14 03:23:58 +00:00
Sam Leffler
7fa0a50978
correct card type for Linksys *55AG
...
PR: bin/54190
Submitted by: Josh Elsasser <jre@vineyard.net>
2003-07-13 17:03:39 +00:00
Maxime Henrion
96f5595bf7
Since -march=pentium4 is supposed to be fixed with GCC 3.3, and
...
since people have been reporting success with it, re-enable the
pentium4 optimization.
2003-07-13 10:34:09 +00:00
Joseph Koshy
81e25c5eb2
Eliminate non-existent word.
...
Submitted by: jwd
2003-07-13 09:11:10 +00:00
Warner Losh
fe2680eaa0
add asus wl100
2003-07-11 09:25:18 +00:00
Bill Paul
e7b9ab3aaa
Add support for a bunch of Microsoft networking products:
...
- MN-110 10/100 USB ethernet (ADMtek Pegasus II, if_aue)
- MN-120 10/100 cardbus (ADMtek Centaur-C, if_dc)
- MN-130 10/100 PCI (ADMtek Centaur-P, if_dc)
Also update dc(4) man page to mention support for MN-120 and MN-130.
2003-07-10 18:43:17 +00:00
David E. O'Brien
1b3fa2f2c1
Add to the list of AMR cards.
2003-07-10 00:25:51 +00:00
Christian Brueffer
e478095ed8
Grammar fix
...
PR: 54225
Submitted by: Christopher Nehren <apeiron@comcast.net>
MFC after: 3 days
2003-07-08 21:10:32 +00:00
Sean Kelly
c8e4c45d85
Bring build(7) in sync with src/Makefile by removing documentation
...
for targets that have been unsupported since April:
- upgrade
- aout-to-elf
- aout-to-elf-build
- aout-to-elf-install
- move-aout-libs
Approved by: imp
2003-07-08 16:39:10 +00:00
Daniel Harris
a10c9747dc
Correct to match reality regarding interface names.
...
PR: 51006
Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua>
mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk>
MFC after: 10 days
2003-07-08 13:24:42 +00:00
Daniel Harris
9ccdfbd729
pam_lastlog, not login, in 5.x.
...
PR: 54200
Submitted by: Matthew George <mdg@secureworks.net>
2003-07-08 12:46:25 +00:00
Joseph Koshy
6203e1ea06
"towards" -> "toward". According to dictionary.com, the use of "towards"
...
is common in British English, while "toward" is the preferred form in
American English. Use the American form for consistency.
Correct the date on the manual page.
Submitted by: Tom Rhodes <trhodes@freebsd.org>,
underway@comcast.net (Gary W. Swearingen)
2003-07-08 01:39:02 +00:00
Gregory Neil Shapiro
dce6e6518b
Remove MAINTAINER= lines from individual Makefiles in favor of the
...
MAINTAINER file (which already had entries for sendmail).
2003-07-07 03:54:04 +00:00
Gregory Neil Shapiro
25b7a99154
Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safe
...
(though probably not a good idea in general) to set the various
SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc.
MFC after: 5 days
2003-07-06 19:01:41 +00:00
Philippe Charnier
51f5c480cd
de-__P
...
use port/proto to represent services (not proto/port).
add FBSDID
2003-07-06 10:37:00 +00:00
Joseph Koshy
fd1ed3c675
Add config(5).
2003-07-06 04:28:12 +00:00
Andrey A. Chernov
c99b3df68f
Fix Ctrl-\
...
Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
2003-07-06 03:09:40 +00:00
Joseph Koshy
1518d1294c
New section 5 manual page detailing our kernel configuration file
...
format.
Reviewed by: Ruslan Ermilov <ru@freebsd.org>, Jens
Schweikhardt <schweikh@schweikhardt.net>
2003-07-06 01:52:26 +00:00
Andrey A. Chernov
cf35742847
Add ARMSCII-8 console stuff
...
PR: 53944
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
2003-07-05 12:38:18 +00:00
Andrey A. Chernov
77e33b527c
Add ARMSCSII-8 locale
...
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
2003-07-05 12:03:16 +00:00
Warner Losh
b215f4334a
Add buffalo airstation wli2-cf-s11 I got in japan to the list
2003-07-05 00:31:51 +00:00
Sheldon Hearn
58dbdf078a
Regen:
...
* Boemler: vendors.txt (2003-06-30)
2003-07-04 12:23:36 +00:00
Bruce Evans
2e3c617921
Use make(1) instead of a shell script to implement the checkdpadd target.
...
This is simpler, and is easy to do now that make(1) supports substituting
regexps. Fixed missing '$' anchor in the regexp. Use less cryptic names
for temporary variables.
Submitted by: ru (early version)
Reviewed by: ru
2003-07-03 11:43:57 +00:00
Scott Long
9b5c4b6694
Update the rest of the busdma man page for the change in bus_dma_tag_create()
2003-07-03 09:07:03 +00:00
Scott Long
0e5f9b7d5b
Update the busdma manpage to reflect the recent API change to
...
bus_dma_tag_create.
2003-07-03 08:32:42 +00:00
Joseph Koshy
d91534027f
Remove a hard-sentence break and a duplicated sentence. Capitalize
...
a displayed list uniformly and fix up some grammar while I'm here.
2003-07-03 06:07:26 +00:00
Joseph Koshy
a089da82df
Add an Xref to pw(8).
2003-07-03 06:03:12 +00:00
Ruslan Ermilov
7af822eb30
Libraries come.
2003-07-02 23:57:29 +00:00
Ruslan Ermilov
73c29aeb23
Sort.
2003-07-02 23:54:37 +00:00
Jens Schweikhardt
71ddb033fb
Fix a grammar bogon.
2003-07-02 18:29:22 +00:00
Ruslan Ermilov
d58e932f04
Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.
2003-07-02 17:03:28 +00:00
Ruslan Ermilov
6319fd15c9
The .s files do not have to be preprocessed with cpp(1).
2003-07-02 16:43:07 +00:00
Ruslan Ermilov
f79d11b7ba
Revert to using as(1) to compile plain assembler source files.
...
All .s files that need cpp(1) processing (see gcc(1) manpage's
DESCRIPTION section) have been repo-copied to .S files. This
is mostly to bring bsd.lib.mk in agreement with sys.mk.
Desired by: obrien
2003-07-02 12:41:04 +00:00
Ruslan Ermilov
a51613b6da
There's no reason to keep separate AINC knob anymore.
...
The only real use of it (lib/libc/Makefile) has been
fixed, and if necessary, the contents of AINC should
be added to CFLAGS.
Explained by: bde
2003-07-01 15:15:45 +00:00
Josef Karthauser
4f1e4d55e7
USB scanner support for Mustek BearPaw scanner.
...
Submitted by: netchild
2003-07-01 12:16:46 +00:00
Josef Karthauser
702966f238
Support the Epson GT-9300UF usb scanner.
...
PR: kern/53929
2003-07-01 08:46:01 +00:00
Brooks Davis
a83659958b
Allow diskless_remount files to contain path beginning with / which will
...
be mounted relative to the NFS root mountpoint.
Reviewed by: dillon at backplane.com
MFC After: 3 days
2003-06-30 21:47:06 +00:00
John-Mark Gurney
094dc7e3b9
move maxsegsz down a bit so that the arg definition order matches the
...
calling order.
2003-06-30 20:20:51 +00:00
Ruslan Ermilov
fdcdec572a
Propagate the ${AINC} knob (assembler include) to sys.mk,
...
and remove the .S.o transformation rule from bsd.lib.mk.
2003-06-30 20:02:46 +00:00
Ruslan Ermilov
70d9bc066f
Removed suffix-transformation rules that are duplicates
...
(or are subsets) of the corresponding rules in sys.mk.
2003-06-30 19:48:14 +00:00
Ruslan Ermilov
ea90b1f55d
The use of ld(1) to strip compiler local and non-global
...
symbols from object files has bitrotted over the last
thirteen years, and it now does more harm than good.
An attempt to work around the problems caused by using
ld(1) for stripping was to pass LDFLAGS to the ld(1)
command, but this was not right either as ${LDFLAGS}
should, by design, be used with cc(1) and not ld(1).
One of the proposed solutions was to use the objcopy(1)
utility to do the strip work, and the other would be to
use strip(1), but Bruce Evans suggested not stripping
any symbols at all. This works by leaving the grunt
work to the final strip(1) command (when installing the
binary).
Submitted by: bde
2003-06-30 19:03:56 +00:00
Matthew Hunt
765ef38fe9
Correct spelling of "TracyChapman".
2003-06-30 03:16:41 +00:00
Gordon Tetlow
3c9b856357
Add ${CRUNCH_CFLAGS} support for adding compile options to crunch
...
components. This is generally considered a non-optimal solution but
it gets the job done for the /rescue case.
Submitted by: Tim Kientzle <kientzle@acm.org>
2003-06-29 18:16:26 +00:00
Ruslan Ermilov
b5e7e99950
Hiten's patchset for section four manpages, slightly edited by me.
2003-06-28 23:53:39 +00:00
Ruslan Ermilov
e84d313489
Punctuation.
2003-06-28 22:18:45 +00:00
Sam Leffler
11484af448
correct bus-isicty of D-Link cards
...
Submitted by: Stefan =?iso-8859-1?Q?E=DFer?= <se@freebsd.org>
2003-06-28 17:59:37 +00:00
Hidetoshi Shimokawa
dc17e7c1cc
Add reference to CAM.
2003-06-28 15:43:27 +00:00
Sean Kelly
dbfaa8c5d3
Add documentation for watchdogd_enable setting.
...
Approved by: jeff (mentor)
2003-06-28 04:57:38 +00:00
Sam Leffler
087f17b85e
typo
...
Submitted by: Peter Wemm <peter@wemm.org>
2003-06-26 23:48:56 +00:00
Sean Kelly
370c3cb57c
- Add a software watchdog facility.
...
This commit has two pieces. One half is the watchdog kernel code which lives
primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland
daemon which, when run, will keep the watchdog from firing while the userland
is intact and functioning.
Approved by: jeff (mentor)
2003-06-26 09:50:52 +00:00
Peter Wemm
ef5c58a14c
Be consistent about the use of ${LDFLAGS} for the internal rules. Some
...
were missing. This made it difficult to add backend ABI overrides when
building shared libs.
2003-06-26 01:01:48 +00:00
Hartmut Brandt
bae1fbdc9f
'options atm' should actually read 'device atm'.
...
Pointed out by: Craig Rodrigues
2003-06-25 16:04:19 +00:00
Hartmut Brandt
87b1aa8cb8
This is the man page for the netgraph ATM node.
2003-06-25 13:21:55 +00:00
Maxime Henrion
095ee947fb
Backout part of my previous commit dealing with bus_dmasync_op_t
...
documentation since people think it was better the way it was before.
Requested by: gibbs (some time ago)
2003-06-25 13:15:51 +00:00
Andrey A. Chernov
08ae2ef555
Replace lat-amer.kbd with two keyboards
...
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
2003-06-23 21:01:57 +00:00
Sam Leffler
7c3015e371
attach Atheros manual pages to the build
2003-06-23 20:54:39 +00:00
Sam Leffler
b7ae140904
manual page for the Atheros Hardware Access Layer module
2003-06-23 20:53:44 +00:00
Sam Leffler
cf8faa800c
ath driver manual page
2003-06-23 20:34:28 +00:00
Ruslan Ermilov
b81d803e0f
MASTER_SITE_OVERRIDE can list several sites.
2003-06-23 20:01:58 +00:00
Hartmut Brandt
fb24f088ae
This is a driver for Fore PCA200E cards that uses busdma and works on
...
little endian and big endian and with 32 and 64 bit pointers. It already
has the hooks to be used for HARP, NATM and ngATM.
2003-06-23 14:46:12 +00:00
Andrey A. Chernov
9625c742de
Misc fixes from originator
...
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
PR: 53327
2003-06-23 13:37:07 +00:00
John-Mark Gurney
07e3ed79cd
add verbage on various failure cases to match the /dev/pci interface.
2003-06-23 02:13:23 +00:00
Mike Silbersack
04a7874315
Update the description of the Netgear MA401 to say Prism-II/2.5;
...
my 401 is a 2.5, so presumably many of them are.
MFC after: 3 days
2003-06-20 04:27:55 +00:00
Murray Stokely
611b183f86
German keymap with dead keys.
...
PR: misc/28456
Submitted by: Ulrich Luttner <luttner@web.de>
MFC After: 1 week
2003-06-19 08:34:38 +00:00
Murray Stokely
1a2a1cda3a
Add US syscons keymap w/ accents.
...
PR: misc/18459
2003-06-19 08:08:17 +00:00
Hiten Pandya
32c4d090ab
Add MLINK for busdma(9) to bus_dma(9).
...
This resolves confusion for at least 10 people.
Suggested by: Bruce M. Simpson <bms@spc.org>
Approved by: des (mentor)
2003-06-17 19:50:59 +00:00
Hartmut Brandt
1ebb6f8748
Reference the hatm(4) driver man page.
2003-06-17 16:15:47 +00:00
Hartmut Brandt
104d36fc36
The man page for the Fore/Marconi HE155/622 driver.
2003-06-17 16:14:31 +00:00
Poul-Henning Kamp
1ff15c57ef
String the timecounter paper into the build.
2003-06-17 09:14:34 +00:00
Frank Durda IV
9211e402f5
Re-introduction of the matcd Compact Disc drive driver documentation.
...
The matcd.4 man page has been upgraded to reflect current 5.1.x
functionality, and efforts were made to match the style and layout found
in similar-single purpose block drivers man pages found in the 5.1 tree
man4 area while not losing useful information. However, the documentation
folks should still take a look, since the man pages used as guides were
somewhat inconsistent on a variety of points.
Approved by: markm(mentor)
2003-06-17 04:28:12 +00:00
Hartmut Brandt
eeb23684ec
Reference the new natmip(4) man page.
2003-06-16 15:51:55 +00:00
Poul-Henning Kamp
76dbe2e720
Add my timecounter paper from EuroBSDcon2002
2003-06-15 18:49:46 +00:00
Yaroslav Tykhiy
5d96084f89
Name a function argument "mbuf", not "buf", if it is
...
a pointer to struct mbuf for clarity and consistency.
2003-06-15 14:47:12 +00:00
Yaroslav Tykhiy
da72b9983c
Add missing descriptions of macros M_ALIGN and MH_ALIGN.
...
Remove a reference to the defunct macro M_COPY_PKTHDR;
document the new functions m_dup_pkthdr() and m_move_pkthdr(),
and the macro variant of the latter, M_MOVE_PKTHDR().
2003-06-15 14:40:03 +00:00
Yaroslav Tykhiy
7b2fd1831f
Add more markup to the mbuf(9) manpage. This includes:
...
- tagging plaintext "mbuf", "mbuf cluster", and "mbuf chain"
with .Vt (variable type) since all of them are ways of managing
data, i.e., they can be seen as data types;
- using .Vt/.Va instead of .Li (literal) where appropriate;
- tagging plaintext words that actually refer to function arguments
with .Fa.
Suggested by: ru
2003-06-15 14:14:11 +00:00
Yaroslav Tykhiy
be82a0bc5a
Use .Va, not .Fa, to refer to structure members.
...
mdoc(7) contains an ambiguous statement on the issue,
but our mdoc(7) police's opinion is solid.
Suggested by: ru
2003-06-15 12:42:41 +00:00
Mike Makonnen
da02c8c47e
Catch up man page with reality in rc.d/named.
...
Pointed out by: Simon L. Nielsen <simon@nitro.dk>
2003-06-14 22:43:40 +00:00
Warner Losh
139c58b300
Put on the core hat and back out all of the CSTD= changes. Core will
...
deal with working with the parties to define a coherent definition for
CSTD that doesn't break things.
Core hat seconded by: markm
2003-06-14 17:41:59 +00:00
Tom Rhodes
1cbb9689ed
Remove the old xref to kerberos(1), and replace it with an xref to
...
kerberos(8). According to markm, the kerberos(8) manual page is
installed if NO_KERBEROS is set.
PR: 30443
2003-06-14 13:23:49 +00:00
Dag-Erling Smørgrav
b6723d4dfb
Revert to a known-good state. Anyone desiring to experiment with stricter
...
global settings is free to do so in his or her own source tree.
2003-06-14 11:57:44 +00:00
Peter Wemm
0800731a79
Build/install the PIC version of libgcc (libcc_pic.a) for use by shared
...
libraries that do exception unwinding.
2003-06-13 22:07:39 +00:00
Peter Wemm
333c9db6d0
We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()
...
uses alloca() and alloca is impossible to implement as a callable function
on amd64. It has to be a compiler builtin. Note that the bigger problem
is that libc is not c99 clean internally.
2003-06-13 21:54:21 +00:00
Maxime Henrion
b9b855dd65
- Document the fact that you can specify several DMA operations to
...
bus_dmamap_sync() by OR'ing them together.
- Don't document what BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE and
BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE is supposed to do when
passed to bus_dmamap_sync(). There are other possible combinations
and the reader just needs to know what the individual flags do and
that he can combine different DMA operations.
- Use .An when listing authors.
Reviewed by: hmp
2003-06-13 20:07:49 +00:00
Hartmut Brandt
27dcc304bf
Factor out the description of how to configure a CLIP into its own
...
man page. This will be more scaleable as more driver man pages hit
the tree. Add also a description on how to do this configuration
in the rc.conf script.
2003-06-13 12:33:33 +00:00
Hartmut Brandt
9f03490f0e
Remove the documentation of the raw AAL0 access which has been removed.
...
This raw cell stuff not used in the tree and a doubt that it is used
anywhere else. It was also very Midway specific.
2003-06-13 12:27:41 +00:00
Hartmut Brandt
1ba46a03b7
Make the midway driver use the new ATM phy driver. This allows one to
...
toggle several media options (sonet/sdh, for example) with ifconfig and
to see the carrier state in ifconfig's output. It gives also read/write
access (given the right privilegs) to the S/Uni registers to user space
programs.
2003-06-13 12:08:09 +00:00
Hiten Pandya
97a30ee292
Remove paragraph which describes how we might switch our packet queueing
...
discipline to Random Early Detection (RED) in the future. The same para
incorrectly spelt ``Random Early Detection'' as ``Random Early Drop''.
While I am there, nuke IF_ENQ_DROP from the list of functions. More
work will be done on this, since some of the functions like
if_enq_drop() and if_queue_drop() were replaced with one function
called if_handoff() that does the job of enqueing the packet and
updating interface statistics as necessary.
Reviewed by: wollman
Approved by: des (mentor)
MFC after: 1 day
2003-06-12 21:33:00 +00:00
Hartmut Brandt
591f4054cb
This is a driver for the physical layer chips used in ATM interfaces.
...
It currently supports the PMC Sierra Lite, Ultra and 622 chips and
the IDT 77105. The driver handles media options and state in a consistent
manner for ATM drivers. The next commit to the midway driver will make
it use utopia.
2003-06-12 14:28:32 +00:00
Hartmut Brandt
33f73ee488
Document the fact that one is allowed to sleep while holding an sx lock.
...
Discussed with: jhb@
2003-06-12 09:06:25 +00:00
Hartmut Brandt
eb74baf398
Rename the section 'locking considerations' into 'context'.
...
Change the wording in this section to get rid of references to mutexes
and talk about sleeping instead.
Discussed with: jhb@, ru@
2003-06-12 09:03:15 +00:00
Thomas Moestl
cc264d0083
- Add manpages for the gem and hme ethernet drivers. These were obtained
...
from NetBSD, and changed slightly to account for FreeBSD specifics.
- Hook them up to the build.
- Add them to the list of miibus-using drivers in miibus(4).
2003-06-10 18:53:15 +00:00
Sheldon Hearn
7c2c06f2cd
Add cross-references to pci(4) and pciconf(8).
2003-06-10 09:20:04 +00:00
David E. O'Brien
a89bd62015
Remove NOSHLIBS, users can get by with NOPIC.
...
Desired by: ru
2003-06-10 04:47:49 +00:00
Hiten Pandya
33659d9aad
Hook up pci(9) manual page to the build.
...
Approved by: des (mentor)
2003-06-09 17:33:25 +00:00
Hiten Pandya
aac0aafa05
Bring in a manual page documenting some important functions of the
...
PCI bus interface. I have made some modifications to this manual
page, so it looks a bit different from the original version that
was posted to me.
Submitted by: Bruce M. Simpson <bms@spc.org>
Reviewed by: imp, mdodd (early copy)
Approved by: des (mentor)
MFC after: 3 days
2003-06-09 17:32:41 +00:00
Peter Pentchev
f4c311e6ff
Remove duplicate 'of the'.
...
PR: 53073
Submitted by: Priit Piipuu <priit.piipuu@mail.ee>
MFC after: 2 weeks
2003-06-09 09:19:21 +00:00
Ruslan Ermilov
93303bace1
Document the NOLIBPTHREAD and NOLIBTHR knobs.
2003-06-08 23:48:02 +00:00
Ceri Davies
8d760375f2
Apply a couple of grammatical improvements.
...
MFC after: 2 days
2003-06-08 19:49:37 +00:00
Philippe Charnier
c42ce50d6a
The .Xr utility
2003-06-08 13:35:40 +00:00
Philippe Charnier
f06471d44a
Use .Ic instead of .Xr for internal commands
2003-06-08 13:33:50 +00:00
Philippe Charnier
55241cdbe7
Remove reference to deprecated xtend(8)
2003-06-08 13:31:38 +00:00
Philippe Charnier
c2d6966a95
Add or correct section number in .Xr
2003-06-08 13:27:57 +00:00
Mike Makonnen
d679c13014
The dhcp_program and dhcp_flags variables have to be renamed to
...
take advantage of the rc.subr(8) glue. They are renamed dhclient_program
and dhclient_flags.
o Rename them in rc.conf(5)
o Rename them in /etc/defaults/rc.conf
o Add the deprecated variables to /etc/rc.subr
o Isolate the use of the 'command' variable to the
NetBSD specific parts in /etc/rc.d/dhclient.
o Now that dhcp_flags has also been renamed it will
be applied properly by rc.subr(8) glue code.
Reported by: John Nielsen <john@jnielsen.net>
2003-06-07 10:31:17 +00:00
David E. O'Brien
10f7bcc5a8
Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.
2003-06-07 08:05:35 +00:00
Andrey A. Chernov
f283a408d2
Move <DT> to the end
2003-06-07 03:37:16 +00:00
Andrey A. Chernov
3e0828d4f4
Move punctuation to its proper place
2003-06-07 03:26:21 +00:00
Andrey A. Chernov
4611238a5e
<sb> -> <Sb>
2003-06-07 02:59:28 +00:00
Andrey A. Chernov
4d2f58a73b
Fixes to reflect corresponding standards
2003-06-07 02:51:52 +00:00
Andrey A. Chernov
5466d17c63
Replace uk_UA.ISO8859-5 by link
...
Add link for zh_CN.GBK
2003-06-07 01:24:02 +00:00
Andrey A. Chernov
c16bf428a9
Fix typo in prev. commit
2003-06-07 01:06:03 +00:00
Andrey A. Chernov
2fb00a3eaa
Move <DT> to the end
2003-06-07 00:46:20 +00:00
Andrey A. Chernov
ac2ef8e77e
Add ru_RU.CP1251
2003-06-07 00:28:58 +00:00
Andrey A. Chernov
588db84733
Replace by links ru_RU.CP866 and ru_RU.ISO8859-5
...
Add link to ru_RU.CP1251
2003-06-07 00:19:50 +00:00
Andrey A. Chernov
5ad1665142
Add ru_RU.CP1251
2003-06-07 00:12:12 +00:00
Andrey A. Chernov
35fa7b056f
Add ru_RU.CP1251
2003-06-06 23:59:18 +00:00
Andrey A. Chernov
2f0714a616
Add ru_RU.CP1251
2003-06-06 22:39:24 +00:00
David E. O'Brien
b307c7420c
Compile our code as C99 w/GNU extensions by default.
...
We can't use straight "c99" due to the lack of alloca.S for non-i386 platforms.
2003-06-06 16:55:05 +00:00
Ruslan Ermilov
7ad3fab81e
Fixed cross references to pccbb(4), fixed spelling of "device cbb",
...
and linked the pccbb(4) manpage to cbb(4).
Reviewed by: imp
2003-06-05 21:12:55 +00:00
Robert Watson
1792c88d10
Document VOP_LISTEXTATTR(9).
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-06-05 14:20:48 +00:00
Robert Watson
fa414127fb
ENOATTR is now used for error returns indicating an undefined
...
extended attribute.
EINVAL can also reflect an invalid namespace for either a get
or set operation on EAs.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2003-06-05 13:42:37 +00:00
Mark Murray
3c0c681c09
Update some library names. Libraries come, libraries go.
2003-06-04 15:36:57 +00:00
Robert Watson
e652f5ba74
Document the BUG (feature) that you can pass in an empty name to
...
VOP_GETEXTATTR() to retrieve the attribute name list on some file
systems, and note that this will be replaced with its own VOP
in due course.
Pointed out by: Dominic Giampaolo <dbg@apple.com>
2003-06-04 04:03:58 +00:00
Robert Watson
d160576639
The vnode operations for extended attributes no longer suffer from
...
the features (bugs) in the BUGS section related to querying the
required buffer size, or telling if an overflow occured.
2003-06-04 04:01:44 +00:00
Hiten Pandya
f6c211ae08
Mdoc: fix hard sentence breaks.
...
Approved by: des (mentor)
2003-06-03 14:19:24 +00:00
Hartmut Brandt
ca7810d47e
The midway driver has been busdmaified and is not i386-specific anymore.
...
Repo-copy it from the i386 specific man4 section to the common one.
Remove the i386 keyword from the man page header.
Document the sysctl interface to the driver.
Fix a spelling error (ALL -> AAL).
2003-06-03 07:58:39 +00:00
Ruslan Ermilov
f880146813
The devclass is an object type, mark it as such.
...
This also unbreaks the devclass_find(9) manpage.
2003-06-02 15:34:14 +00:00
Ruslan Ermilov
d6071d2f5f
Restore one usage of .Ar that was legal.
2003-06-02 15:32:34 +00:00
Ruslan Ermilov
09f84dd1d3
Assorted mdoc(7) fixes.
2003-06-02 15:02:06 +00:00
Ruslan Ermilov
f937c268cf
Assorted mdoc(7) fixes.
2003-06-02 11:19:24 +00:00
David E. O'Brien
b9c19cc240
I got a bazzar bug report
2003-06-02 08:10:57 +00:00
Andrey A. Chernov
3c76d0dc25
Add zh_CN.GBK to ASCIILINKS
2003-06-02 07:53:44 +00:00
David E. O'Brien
1cd2abf7af
Turn back on c99, the tree should be ready for it now.
2003-06-02 06:26:14 +00:00
Gordon Tetlow
c94887be10
Document netfs_types.
2003-06-02 04:51:55 +00:00
David E. O'Brien
479b54330b
To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"
...
*sigh* Just can't get a brake when trying to react too quickly and fix the build.
2003-06-02 01:01:42 +00:00
David E. O'Brien
f14fd87c5e
Temperarly turn off building the tree with c99.
...
I swore this made it thru a 'make world', but I don't know what happened.
2003-06-02 00:11:07 +00:00
David E. O'Brien
28c3f28e32
Use a bigger hammer -- keep all -std= out of CXXFLAGS.
...
Also allow for "CSTD=" in a Makefile.
2003-06-01 22:13:45 +00:00
Ruslan Ermilov
3cc3bf5282
Assorted mdoc(7) fixes.
2003-06-01 21:52:59 +00:00
David E. O'Brien
5622a7e02d
Do not set a C standard for the C++ compiler.
2003-06-01 21:33:05 +00:00
David E. O'Brien
5890829965
Compile our code as C99 by default.
2003-06-01 18:31:25 +00:00
Andrey A. Chernov
09d8eeb1ed
Add zh_CN.GBK
...
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
2003-06-01 15:51:27 +00:00
Ruslan Ermilov
bdf95cdef0
Add missing markup bits.
2003-05-31 18:49:23 +00:00
David E. O'Brien
cf459fc35c
CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.
2003-05-31 16:37:22 +00:00
David E. O'Brien
239e385f11
Make CSTD style match the rest of file.
2003-05-31 16:30:39 +00:00
Andrey A. Chernov
c5d8f6027e
Add entry for putty as an alias to vt220-color
2003-05-31 15:46:05 +00:00
Hiten Pandya
15c3fb05e5
Mass cleanup of the namei(9) manual page.
...
- Nuke markup indicators for editors.
- Bump the date
- Use mdoc(7) specifiers for marking up defines, etc.
- Update the prototypes
- Flash out the description
- Cleanup english, spelling and grammar
- Update .Xr's
- Add following SEE ALSOs: uio(9), uma(9), vput(9), vref(9)
- Reorder sections to be in agreement with mdoc(7)
- Add FILES section
- Update Copyright and AUTHORS section.
Approved by: des (mentor)
2003-05-31 14:38:45 +00:00
Hiten Pandya
e07f1d5fd7
Various mdoc(7) fixes:
...
Add devfs(5) reference - make_dev.9
Change .Xr from VFS_VGET(9) to vget(9) - vnode.9
Spelling fix, 'useage' to 'usage' - zone.9
Approved by: des (mentor)
2003-05-31 14:20:30 +00:00
Hiten Pandya
0640e9e01b
Some mdoc(7) fixes:
...
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately.
The .Ar mdoc(7) specifier should only be used when displaying command line
arguments.
Approved by: des (mentor)
2003-05-31 14:07:25 +00:00
Hiten Pandya
2450346579
Add the bus_dma(9) manual page to our section 9 collection. It
...
provides comprehensive documentation on FreeBSD's Bus DMA interface.
Approved by: gibbs, re@ (scottl)
Reviewed by: gibbs, scottl, des, sam, jake, tmm
2003-05-30 22:57:54 +00:00
Ruslan Ermilov
3e1cee04f8
Assorted mdoc(7) fixes.
2003-05-30 21:13:32 +00:00
Ruslan Ermilov
07a38a786a
Assorted mdoc(7) fixes.
2003-05-29 21:41:11 +00:00
Ruslan Ermilov
bc9a9cb4d0
Assorted mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-29 21:28:36 +00:00
Ruslan Ermilov
734ac3b543
mdoc(7) fixes.
...
Approved by: re (blanket)
2003-05-24 19:53:08 +00:00
Hiten Pandya
b8a83c23ca
Get usb(4) manual page closer to reality:
...
- update ``struct usb_device_info''
- add information about new fields in about struct
- document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH()
- update URL of the USB.ORG developer documentation
PR: docs/41580 (original patch)
Reviewed by: n_hibma
Approved by: des (mentor), re (bmah)
2003-05-24 18:28:18 +00:00
Hiten Pandya
1012d9d76c
Bring vnode(9) man page to its senses:
...
- remove '-*- nroff -*-'
- bump the date
- nuke outdated ``struct vnode''
(it is just better to lookup the struct in the header)
- nuke ``enum vtype'' and related junk
- add a one line about ``struct vnode''
- use .Va instead of .Dv for vnode struct fields
Approved by: des (mentor), re (bmah)
Reviewed by: arch@, mentor
2003-05-24 18:19:11 +00:00
Nate Lawson
91113bc86a
Fix a typo in rev 1.10
2003-05-23 21:40:07 +00:00
Warner Losh
7c8cd16cb9
o Document the tunables that acpi allows. (mdoc gurus please comment
...
on and fix if neceeary).
o Note that acpi is available on i386-ia32, ia64 and amd64, not just 'intel'
platforms. Intel has had nothing to do with amd64.
Approved by: re (scottl@)
2003-05-22 23:58:50 +00:00
Eric Anholt
b1aff8bff1
Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 is
...
known to produce broken code with -march=pentium4. Add a note explaining this.
This should be removed when we update to gcc 3.3 or the bug is otherwise fixed.
Approved by: re
2003-05-22 16:56:46 +00:00
Ruslan Ermilov
a0218a2a4d
Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.
...
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
2003-05-21 21:47:20 +00:00
Ruslan Ermilov
02531bb0b0
Link {be,le}{16,32,64}{enc,dec}.9 to byteorder.9.
...
Approved by: re (blanket)
2003-05-21 17:37:22 +00:00
Ruslan Ermilov
0bf85f4f7e
Fixed the whatis(1) entry for this manpage by using only
...
one short description (.Nd).
Submitted by: sheldonh
Added bswap*() functions to the NAME section.
Approved by: re (blanket)
2003-05-21 17:32:55 +00:00
Ruslan Ermilov
149c72305b
Kill whitespace at EOL.
...
Approved by: re (blanket)
2003-05-21 15:55:40 +00:00
Ruslan Ermilov
923d84c0bc
mdoc(7) fixes.
...
This manpage should really have only one short description (.Nd);
if anyone could come up with a wording suitable for both conversion
and decoding/encoding functions, that would unbreak the whatis(1)
output for this manpage.
Approved by: re (blanket)
2003-05-21 15:52:43 +00:00
Ruslan Ermilov
c8185672b2
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
...
Approved by: re (blanket)
2003-05-21 15:49:01 +00:00
Ruslan Ermilov
b0eb809d95
Fixed typo in a comment.
...
PR: misc/52486
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
Approved by: re (jhb)
2003-05-21 12:58:28 +00:00
Christian Brueffer
8347fe67c9
Add a reference to release(7)
...
Requested by: murray
Approved by: re (murray)
2003-05-21 07:16:32 +00:00
Christian Brueffer
c89927b8cb
Sort references by section
...
PR: 52501
Submitted by: Simon L.Nielsen <simon@nitro.dk>
Approved by: re (scottl)
MFC after: 3 days
2003-05-20 23:25:44 +00:00
Ruslan Ermilov
7f43a6f399
Use -item lists instead of -tag lists. Grammar.
2003-05-20 22:09:18 +00:00
Ruslan Ermilov
27e46603f1
For multi-line blocks of literal text, please use -literal displays.
2003-05-20 22:08:51 +00:00
Ruslan Ermilov
f71ba16eaf
Nit.
2003-05-20 22:08:28 +00:00
Ruslan Ermilov
8d22ff7521
Add missing markup bits.
2003-05-20 22:07:55 +00:00
Ruslan Ermilov
351ed10fd4
Compact the list.
2003-05-20 22:07:30 +00:00
Ruslan Ermilov
44704bfd90
Removed hard sentence break.
2003-05-20 22:07:03 +00:00
Ruslan Ermilov
5ab9b7eff9
Use the -tag list to document agp(4) ioctls.
2003-05-20 22:06:43 +00:00
Ruslan Ermilov
72f00208e5
Reapply mdoc(7) fixes that got accidentally lost in the last
...
Bluetooth update, and fix a few more issues.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru
Approved by: re (blanket)
2003-05-20 21:01:21 +00:00
Peter Wemm
721b850f30
s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.
...
Noticed by: ru
Approved by: re (amd64-specific low risk stuff)
2003-05-20 01:46:16 +00:00
Dag-Erling Smørgrav
7691f66abf
Retire the useless NOSECURE knob.
...
Approved by: re (scottl)
2003-05-19 15:52:01 +00:00
Ruslan Ermilov
aba60fa66b
Fixed troff(1) and mdoc(7) warnings.
...
Approved by: re (blanket)
2003-05-18 21:05:22 +00:00
Tom Rhodes
8e13d96bd9
Add a manual page for the USB Enhanced Host Controller Driver.
...
Submitted by: ticso (who obtained the original version from NetBSD)
2003-05-18 19:55:39 +00:00
Hiten Pandya
ca15350e7d
Add manual page for, Myson Technology PCI Ethernet Driver.
...
PR: docs/39214
Reviewed by: bmah, julian, trhodes
Approved by: des (mentor), re (scottl)
2003-05-18 19:02:38 +00:00
Warner Losh
4e3148f429
Tell how to completely disable ACPI. Add warnings about how bad
...
kharma it will be to disable some or all of acpi on ia64 or amd64 (are
there other non-i386 platforms that FreeBSD supports with ACPI?).
Submitted by: Ryan Losh
Approved by: re@ (rwatson)
2003-05-18 04:21:38 +00:00
Tom Rhodes
ed2f3585f6
Apply the first in a series of patches which will bring bsd.README up to date.
...
PR: 35652
Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version)
Approved by: re (bmah)
2003-05-17 18:03:05 +00:00
Hiten Pandya
72a3951459
Remove an extraneous .El' that was reported by groff -z`.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:57:38 +00:00
Hiten Pandya
e48d599e4f
Remove an extraneous space, reported by groff -z.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:55:52 +00:00
Hiten Pandya
5466eeeaa7
Remove a bogus NOTES section. Move that content elsewhere.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:54:20 +00:00
Hiten Pandya
5f616912b4
Document the ``resource management'' routines in rman(9).
...
Submitted by: Bruce M. Simpson <bms@spc.org>
Reviewed by: mdodd
Approved by: des (mentor), re (scottl)
2003-05-16 19:22:27 +00:00
John Baldwin
2adcfc5855
- Use better terminology when describing mutex operations in msleep(9)'s
...
description.
- Remove some bogus commas.
- Use the past tense when referring to the removal of the sleep() function
since it happened quite a while ago and since the previous sentence in the
paragraph already uses the past tense.
Approved by: re (rwatson)
2003-05-16 15:52:32 +00:00
Hiten Pandya
0d740fd5e8
Add a manual page for the CTASSERT(9) macro.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:24:07 +00:00
Hiten Pandya
30ecad6f4b
Document the VFCF_* flags.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:21:20 +00:00
Murray Stokely
b07f858e8b
Add French dvorak-like keymap for syscons.
...
PR: conf/50732
Submitted by: Frederic PRACA <frederic.praca@freebsd-fr.org>
Approved by: re
2003-05-16 03:46:53 +00:00
Murray Stokely
c14b1e3675
Fix the M and < keys on Belgian keyboards.
...
PR: conf/30341, i386/48398
Submitted by: Chris Pockele <chrisp@belgacom.net>
Approved by: re
2003-05-16 03:37:52 +00:00
Murray Stokely
a9e91c5ea4
Fix < >, { } and [ ] keys.
...
PR: conf/47556
Approved by: re (murray)
2003-05-16 03:34:23 +00:00
Hiten Pandya
d98ae55eaf
Bring the kame(4) manual page closer to reality:
...
- prefix(8) and gifconfig(8) are deprecated
- dtcpc, dtcps were never imported (also removed from KAME CVS)
- pim6dd, pim6sd and racoon are ports
- inet6d does not exist on FreeBSD
PR: docs/51295
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Content reviewed by: itojun
Approved by: des (mentor), re (bmah)
2003-05-16 00:31:12 +00:00
Tom Rhodes
cc3e724564
According to revision 1.6 of iir.c, the latest import should have resolved
...
the issues listed in BUGS. Remove the BUGS section.
Discussed with: bmah (awhile ago)
Approved by: re (blanket)
2003-05-14 17:53:40 +00:00
Hiten Pandya
5bfa1f0a67
Add an MLINK for rc.d(8) which points to rc(8). The former is
...
referenced by rc.subr(8).
Approved by: des (mentor), re (scottl)
2003-05-12 21:52:46 +00:00
Hiten Pandya
6bcf97c476
Fix .Xr typo.
...
Approved by: des (mentor), re (scottl)
2003-05-12 21:47:39 +00:00
Hiten Pandya
b46845a9dd
Document ioctl(2) operations of the agp(4) subsystem. The original patch
...
was obtained from [1], with heavy editing, and ammending text for some of
the ioctls.
All ioctls (in sys/agpio.h) are now documented.
PR: docs/50503
Original patch by: Alex Semenyaka <alexs@snark.ratmir.ru> [1]
Content approved by:
- Eric Anholt <anholt@FreeBSD.ORG>
- Matthew N. Dodd <mdodd@FreeBSD.ORG> (cursory review)
Approved and Reviewed by: des (mentor), re (scottl)
2003-05-12 21:34:29 +00:00
Martin Blapp
7eac366be1
Add support for 3Com OfficeConnect 10/100B.
...
PR: 49059, 50747
Submitted by: Dax Eckenberg <daxbert@dweebsoft.com>
Reviewed by: imp, jhb
Approved by: jhb
MFC after: 2 weeks
2003-05-12 19:50:21 +00:00
Josef Karthauser
8e274c38c2
Extend the digital camera support (umass) to the PENTAX Optio 330GS.
...
Submitted by: Jan-Oliver Neumann <neumannj@arcor.de>
By way of: n_hibma
Approved by: re (jhb & bmah)
MFC After: 7 days
2003-05-11 23:55:28 +00:00
Julian Elischer
49fbb7180a
This file just didn't want to commit in the last batch of bluetooth files.
...
Approved by: re@
2003-05-10 21:53:43 +00:00
Julian Elischer
f2bb1cae36
Part one of undating the bluetooth code to the newest version
...
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:44:42 +00:00
Hiten Pandya
a22f32eb2f
Document the last field of the procfs 'status' node, which either
...
displays the 'hostname' of the jail, or a hyphen '-' to indicate
that the process is not jailed.
PR: docs/37470
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:20:26 +00:00
Hiten Pandya
03a0a09e98
Add missing MLINK for arc4rand(9). It is documented in
...
random(9) and referenced by gbde(4).
PR: docs/51254
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:12:10 +00:00
Tom Rhodes
1641931a70
Fix some basic errors:
...
- Add a description of b0 / b1 fields.
- Do not use 'entry' to refer to both 'entry' and 'field'.
- Do not confuse people with heading 'Name' and entry 'Name'.
PR: 48104
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
Approved by: re (blanket)
2003-05-08 00:14:48 +00:00
David E. O'Brien
0dc1aeb6ac
Consistentify our NO_KERBEROS documentation.
...
Approved by: re(bmah)
2003-05-06 19:26:55 +00:00
Hiten Pandya
73692bebe4
malloc(9) types can be used to identify multiple allocations.
...
PR: docs/38618
Approved by: des (mentor)
2003-05-06 19:10:17 +00:00
Gregory Neil Shapiro
f4c5766baa
Prevent a 'make SHARED=symlinks install' followed by 'make install' from
...
failing by removing the symlink before trying to install the actual files.
Noticed by: bde
MFC after: 5 days
2003-05-06 03:38:24 +00:00
Dag-Erling Smørgrav
a3f59e65f1
Whitespace cleanup (1.15 had spaces instead of tabs)
2003-05-05 21:14:36 +00:00
Dag-Erling Smørgrav
9820f41cd3
Don't use -pedantic unless we also set -std of some kind.
2003-05-05 21:13:32 +00:00
Poul-Henning Kamp
d773aebd76
A few stylistic fixes.
2003-05-05 17:36:57 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Murray Stokely
1fe904f0c7
Add Norwegian dvorak keymap.
...
PR: conf/47556
Submitted by: Eirik Nygaard <eirikn@bluezone.no>
2003-05-05 06:06:55 +00:00
Murray Stokely
47b48150de
Add amnia, amniotic, and amniocentesis.
...
PR: misc/47342
Submitted by: Gareth McCaughan <Gareth.McCaughan@pobox.com>
(a pedantic medical student?)
MFC After: 1 week
2003-05-05 05:51:16 +00:00
Murray Stokely
8d2a74b645
Make the output more consistent.
2003-05-05 05:36:20 +00:00
Murray Stokely
5add5cc474
Remove man page reference for gated, as it isn't in the base system
...
nor is it available from the ports tree.
2003-05-04 06:17:38 +00:00
Mark Murray
04b151d66a
Remove some games/ cruft that is no longer of relevance.
2003-05-03 15:48:12 +00:00
Shunsuke Akiyama
11e04b0528
Add RealTek RTL8150 USB to fast Ethernet controller driver.
...
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
2003-05-03 10:16:56 +00:00
Wolfram Schneider
ef05268eed
Added OpenBSD 3.3
...
Submitted by: itojun@iijlab.net
2003-05-03 09:18:25 +00:00
Tom Rhodes
b655544297
fnet(9) claims that "those interfaces supporting reception of multicast
...
datagrams have a LIST of multicast group memberships...". On -CURRENT, that
LIST is actually a TAILQ. Note that -STABLE still uses a LIST
PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
2003-05-01 18:34:13 +00:00
Warner Losh
8b3e7e90f2
xtend rc.conf variables are gone.
...
Noticed by: bde
2003-05-01 16:17:04 +00:00
Dag-Erling Smørgrav
77695b344b
Add a mechanism to allow Makefiles to specify the particular C dialect
...
in which the source code is written. This is controlled by the CSTD
variable, which can have one of the following values:
- "k&r" => -traditional
- "c89" or "c90" => -std=iso9899:1990
- "c94" or "c95" => -std=iso9899:199409
- "c99" => -std=iso9899:1999
The corresponding option is added to CFLAGS regardless of WARNS level.
This also removes -ansi from WARNS level 6, but adds -Wno-long-long to
work around a weird gcc bug (-ansi, which is supposedly equivalent to
-std=iso9899:1990, seems to turn long long warnings off instead of on)
If CSTD is undefined, CFLAGS are unchanged except for the -ansi /
-Wno-long-long change mentioned above for WARNS level 6.
2003-05-01 14:36:27 +00:00
Mark Murray
aab6741f7e
More factual updates for kerberos 5.
2003-04-30 21:15:41 +00:00
Mark Murray
b09f610b33
Remove some KerberosIV references that are now stale.
2003-04-30 17:01:43 +00:00
Matthew N. Dodd
4957466b8e
IP_RECVTTL socket option.
...
Reviewed by: Stuart Cheshire <cheshire@apple.com>
2003-04-29 21:36:18 +00:00
Tom Rhodes
ddd74b0048
debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" as
...
found on line 126 of sys/dev/acpica/acpi_cpu.c.
PR: 51523
2003-04-29 14:50:34 +00:00
Wolfram Schneider
53cabb168e
Add NetBSD 1.6.1
2003-04-29 12:07:11 +00:00
Matthew N. Dodd
3b5f87e60d
Document the IP_RECVIF socket option.
...
Submitted by: Bruce M Simpson
2003-04-29 08:37:52 +00:00
Garrett Wollman
4b47a81537
Merge from vendor branch:
...
- No more DST in Pakistan
- Update some historical information
- New zone for Rothera station in the Antarctic.
PR: misc/51495
2003-04-28 18:57:25 +00:00
Garrett Wollman
c98199555b
Update to latest drop from Arthur Olson and the gang.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2003
2003-04-28 18:51:20 +00:00
Garrett Wollman
ea64a6b5fe
This commit was generated by cvs2svn to compensate for changes in r114170,
...
which included commits to RCS files with non-trunk default branches.
2003-04-28 18:51:20 +00:00
Maxim Konovalov
284a57dd1b
xten has gone.
2003-04-28 08:36:45 +00:00
David E. O'Brien
74a0458023
Add NOSHLIBS.
...
If one is using NOSHARED, why build the libs.
2003-04-27 21:44:52 +00:00
Ruslan Ermilov
ebd194173e
It was a misunderstanding on my part; all DEC variants
...
are based off of the same SmartRAID V Millennium board.
Requested by: obrien
Reviewed by: scottl
2003-04-27 18:45:07 +00:00
Warner Losh
b629c2deb5
Update to reflect removal of tw.
...
Approved by: re@ (scottl)
2003-04-27 05:39:10 +00:00
Doug Barton
1b6c6f4aae
Add .Xr's to mdmfs(8).
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2003-04-27 01:46:56 +00:00
Tom Rhodes
f0aa77427a
Xref sytle.Makefile(5).
...
PR: 51183
2003-04-26 15:37:39 +00:00
Christian Brueffer
c70d56a511
Mbits -> Mbits/s
...
band width -> bandwidth
PR: 39822
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-04-26 09:30:34 +00:00
Christian Brueffer
73c294fd8b
Fix a misspelled word introduced by my last commit
...
MFC with the rest of the changes
2003-04-25 21:02:15 +00:00
Jake Burkholder
c40586c87d
Remove a stray sentence.
2003-04-25 17:08:47 +00:00
Hiten Pandya
70ce116756
device s/acpica/acpi/
...
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Approved by: des (mentor)
2003-04-24 09:54:18 +00:00
Tom Rhodes
2d93d309a7
Use .Pa for the pccard_ether file.
...
s/spppconfig/spppcontrol/
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
2003-04-22 18:53:14 +00:00
Tom Rhodes
3301bb2349
Catch this file up with ufs/ffs/fs.h.
...
PR: 51189
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-04-22 18:20:44 +00:00
Ruslan Ermilov
2244cda2bc
Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.
...
Reviewed by: bde
2003-04-22 11:04:25 +00:00
Ruslan Ermilov
8d739a3f28
Bump document date for previous revision.
...
Fix list type.
2003-04-22 09:39:10 +00:00
Doug Barton
62bb7f3301
FreeBSD has no systrace(1), and our rc.subr does not support it.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-04-22 05:13:55 +00:00
Warner Losh
bf2331bae4
Document device_set_driver(9)
...
# now all driver_* functions used outside of subr_bus.o in my kernel
# are documented.
2003-04-22 03:43:44 +00:00
Warner Losh
6e684dce35
Document device_printf(9).
2003-04-22 03:32:31 +00:00
Warner Losh
c56c6bab42
Document device_set_ivars(9) as well.
2003-04-22 03:25:14 +00:00
Warner Losh
44d993e38a
man page for device_get_parent.
2003-04-22 00:26:02 +00:00
Warner Losh
c82d43ff7a
device_is_alive already was documented in device_get_state, so remove the
...
separate man page. Document new device_is_attached there and remove that
new man page too.
Connect device_get_name to build, and install a link for
device_get_nameunit.
strangely nobody noticed this yet...
2003-04-22 00:21:28 +00:00
Warner Losh
f6bcbf520a
Add man page for device_get_name and device_get_nameunit.
2003-04-22 00:18:55 +00:00
John Baldwin
e72380dd09
- Don't highlight options APIC_IO at the top since it only applies to i386
...
and this manpage is somewhat machine independent.
- Don't redundantly say that SMP support is present for all supported
architectures. Instead, say that it is present for all Tier-1
architectures.
- Note that an SMP kernel not booting on a UP machine is an i386-only
exception.
- Add a paragraph about hyperthreading support including some docco on the
machdep.hlt_logical_cpus sysctl ps@ recently added.
- Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0.
2003-04-21 20:05:33 +00:00
Christian Brueffer
a4d4bca179
Grammar and spelling fixes, improved the wording a bit
...
A slightly different patch than the one from the PR was applied
PR: 38815
Submitted by: Chris Pepper <pepper@guest.reppep.com>
MFC after: 3 days
2003-04-21 19:08:35 +00:00
Warner Losh
1f27c12a7e
Xref these two functions, since they are similar enough to cause confusion.
2003-04-21 18:27:44 +00:00
Warner Losh
41c44039c9
Simple man page for new device_is_attached.
2003-04-21 18:25:04 +00:00
Warner Losh
dd7520c9eb
Add a man page for device_is_alive.
2003-04-21 18:24:05 +00:00
David E. O'Brien
6d3138d7b2
Note that KZPSC have ancient, non-upgradable firmware and that affects
...
the driver.
Submitted by: wilko
2003-04-20 22:27:44 +00:00
David E. O'Brien
7794eb6d3b
Document the KZPCA-AA.
2003-04-20 22:13:50 +00:00
David E. O'Brien
182c9e7e1c
Note the Qlogic 1040 is a KZPBA in DEC-speak.
...
Reviewed by: wilko
2003-04-20 22:10:13 +00:00
David E. O'Brien
9d27d78bc6
Document the DEC variants.
...
Also note the model numbers for the AcceleRAID and eXtremeRAID variants.
Reviewed by: wilko
2003-04-20 22:07:38 +00:00
David E. O'Brien
f339525e76
Document the DEC variants.
2003-04-20 22:04:36 +00:00
David E. O'Brien
041616aa13
The i386-specific asr manpage has been repo copied to the MI section.
2003-04-20 22:01:37 +00:00
Murray Stokely
c50463b9b3
More terms.
2003-04-20 21:36:12 +00:00
Murray Stokely
a4c788078f
More terms.
2003-04-20 20:42:20 +00:00
Murray Stokely
66741945ce
Add more FreeBSD specific terminology to help reduce false-positives
...
when spell-checking the FreeBSD documentation.
2003-04-20 20:35:18 +00:00
Bill Paul
e5c195da55
Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
...
devices).
2003-04-20 20:15:42 +00:00
Bill Paul
87b4a25958
Add device driver support for the ASIX Electronics AX88172 USB 2.0
...
ethernet controller. The driver has been tested with the LinkSys
USB200M adapter. I know for a fact that there are other devices out
there with this chip but don't have all the USB vendor/device IDs.
Note: I'm not sure if this will force the driver to end up in the
install kernel image or not. Special magic needs to be done to exclude
it to keep the boot floppies from bloating again, someone please
advise.
2003-04-20 19:05:33 +00:00
John Polstra
8c0d4b5f92
Add stub implementations of pthread_[gs]etconcurrency to libc_r and
...
libthr. No changes were made to libpthread by request of deischen,
who will soon commit a real implementation for that library.
PR: standards/50848
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
MFC after: 1 week
2003-04-20 01:53:13 +00:00
Hidetoshi Shimokawa
909928b6ea
We don't need "device fwohci" in the kernel config file.
2003-04-17 03:46:09 +00:00
Mike Makonnen
600b20796f
Add new knobs for controlling jails in rc.d and document them.
...
Approved by: makrm (mentor)
2003-04-16 16:29:51 +00:00
Ruslan Ermilov
568dc1b801
There is no format(8) manual page available, but it would be really
...
nice to have, now that we have different semantics of initializing
disks on systems with BSD labels, SUN labels, and GPT partitions.
2003-04-16 12:11:01 +00:00
Ruslan Ermilov
9d05db9df5
Create the whatis(1) database in /usr/share/openssl/man.
2003-04-16 11:28:45 +00:00
Garrett Wollman
66a0371731
Update for the two most recent newsletters from ISO 3166/MA.
2003-04-16 02:13:21 +00:00
Tom Rhodes
c1e3a71e35
Catch this file up with rc.conf(5).
...
Submitted by: Simon L. Nielsen <simon@nitro.dk> (original version)
2003-04-15 21:48:40 +00:00
Maxime Henrion
4cc07f169c
Add a note about the work I did for fxp(4) here.
2003-04-15 21:21:36 +00:00
Mike Silbersack
5a00719d7b
Add a description of m_defragrandomfailures.
2003-04-15 02:26:13 +00:00
David E. O'Brien
ae7906208d
Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.
...
PR: 50801
Submitted by: Glenn Johnson <glennpj@charter.net>
2003-04-14 17:36:29 +00:00
Mike Silbersack
0e7537d0d4
Update the list of devices supported to match the driver.
...
MFC after: 2 days
2003-04-13 23:31:47 +00:00
Mike Silbersack
3cab047e0b
Add info on how to use the MBUF_STRESS_TEST options. (Only 1 option
...
at present.)
2003-04-13 23:31:06 +00:00
Max Khon
7d0de413cb
Driver for Granch SBNI16 SHDSL modem
...
Submitted by: Denis I. Timofeev <timofeev@granch.ru>
MFC after: 1 week
2003-04-13 06:27:13 +00:00
Max Khon
fcbbbd4a4b
manual page for Granch SBNI12-xx network interface driver
2003-04-13 06:13:47 +00:00
Tim J. Robbins
66d6259121
Add terse descriptions for NLSPATH and LC_*.
2003-04-12 05:20:15 +00:00
David E. O'Brien
7d40314e32
Default the userland to 486 capabilities.
2003-04-11 21:28:17 +00:00
Giorgos Keramidas
e40db2c46e
Quote authname and authkey. Some ISPs allow (or even require)
...
non-alphanumeric characters in these and this will be a hint to the
users that quotes can and should be used in such cases.
PR: docs/42292
Submitted by: Matthias Andree <matthias.andree@web.de>
MFC after: 1 week
2003-04-10 21:33:02 +00:00
Takeshi Shibagaki
a8f985e51e
NEC PK-WL001 is Lucent, not Prism-II.
2003-04-10 17:04:03 +00:00
Hartmut Brandt
7081c47416
Forced commit to fill in the fields below for the last commit. Also
...
bump the date of the man page.
PR: docs/24797
Reviewed by: bde, jake, jhb
2003-04-10 10:18:56 +00:00
Jake Burkholder
8dc6de5168
Fix non-word.
...
Noticed by: njl
2003-04-09 16:58:39 +00:00
Hartmut Brandt
473e34ce22
Explicitely document the locking requirements for the malloc interface.
...
While beeing here also correct the following:
- list missing macros in the header
- document MALLOC_DEFINE and MALLOC_DECLARE in the SYNOPSIS section
- document additional include requirements for MALLOC_DEFINE
- M_NOWAIT is not 0 anymore
- remove rotted diagnostic messages
2003-04-09 08:27:32 +00:00
Jake Burkholder
a3d266d593
Add a man page for options PAE.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-04-09 06:49:44 +00:00
Matthew N. Dodd
29ade36225
Dynamic object dependency mapping: libmap.
...
This is an optional feature, disabled by default.
This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
2003-04-07 16:21:26 +00:00
Murray Stokely
f5178c4fdb
Note that kern.securelevel must be set to '-1' to build a release
...
successfully.
PR: docs/42339
MFC after: 3 days
2003-04-07 11:40:25 +00:00
Murray Stokely
aa5427ae66
Correctly use .Bd macro.
2003-04-07 11:28:35 +00:00
Murray Stokely
914a29a84d
Note that Sitecom CN-300 MultiFlash works with FreeBSD and provide
...
example of utilizing multiple slots on a multi-slot card reader.
PR: docs/49036
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC after: 3 days
2003-04-07 11:26:54 +00:00
Murray Stokely
0c7dd12c30
Document a workaround for the problem of infrastructure changes in the
...
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
2003-04-07 10:50:00 +00:00
Maxim Konovalov
50d32b06cc
o Add em(4) to a list of supported devices.
...
MFC after: 1 week
2003-04-07 07:21:49 +00:00
Tatsumi Hosokawa
48b2d0650d
These entries (for multilingual sysinstall) are not for Japanese term only.
...
Changed to more generic names.
2003-04-06 11:47:24 +00:00
Warner Losh
30aaff1192
Migrate to a new way of dealing with building from old revisions of
...
FreeBSD. This method attempts to centralize all the necessary hacks
or work arounds in one of two places in the tree (src/Makefile.inc1
and src/tools/build). We build a small compatibility library
(libbuild.a) as well as selectively installing necessary include
files. We then include this directory when building host binaries.
This removes all the past release compatibilty hacks from various
places in the tree. We still build on tip of stable and current. I
will work with those that want to support more, although I anticipate
it will just work.
Many thanks to ru@, obrien@ and jhb@ for providing valuable input at
various stage of implementation, as well as for working together to
positively effect a change for the better.
2003-04-05 20:30:30 +00:00
Tom Rhodes
ca6a2c5aef
Add a basic manual page for wlan(4).
...
Reviewed by: imp, ru
2003-04-05 19:25:44 +00:00
Tom Rhodes
4fde7c2f9d
Add a manual page for the smapi module.
...
Reviewed by: ru, mdodd
2003-04-05 19:12:51 +00:00
Tom Rhodes
35e4d538fc
Fix/add missing accents on the weekday names.
...
PR: 37219
Submitted by: Nicola Vitale <nivit@libero.it>
Reivewed by: Alex Dupre <sysadmin@alexdupre.com>
2003-04-05 14:43:05 +00:00
Warner Losh
7235963e95
The Netgear MA311 is a Prism 2.5 card.
...
Submitted by: duncan@quantumlogic.net
2003-04-05 13:07:44 +00:00
Warner Losh
d12d35d416
DWL-520 is used to describe three or four different cards. only some
...
of them are prism based and are thus supported by wi. Document this
fact.
2003-04-05 07:41:52 +00:00
Ruslan Ermilov
0e80a2f601
-Wall implies -Wuninitialized if -O is also in effect.
...
-Wuninitialized does not work without -O.
This fixes the ${WARNS} > 4 compilations with -O0.
Spotted by: marcel
2003-04-04 10:47:06 +00:00
Matthew N. Dodd
340ff79fa8
Add a manpage for the 'vpd' driver.
2003-04-04 10:12:09 +00:00
Murray Stokely
06ca28f0b4
Add release of FreeBSD 4.8.
...
MFC after: 3 days
2003-04-04 06:59:27 +00:00
Poul-Henning Kamp
21ee4ab688
Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding
...
into byte strings of unknown alignment.
2003-04-03 08:58:04 +00:00
Matthew N. Dodd
2c56e246fa
Back out support for RFC3514.
...
RFC3514 poses an unacceptale risk to compliant systems.
2003-04-02 20:14:44 +00:00
Matthew N. Dodd
09139a4537
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
...
(See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by
way of the setsockopt() IP_EVIL_INTENT message.
There are three sysctl tunables provided to govern system behavior.
net.inet.ip.rfc3514:
Enables support for rfc3514. As this is an
Informational RFC and support is not yet widespread
this option is disabled by default.
net.inet.ip.hear_no_evil
If set the host will discard all received evil packets.
net.inet.ip.speak_no_evil
If set the host will discard all transmitted evil packets.
The IP statistics counter 'ips_evil' (available via 'netstat') provides
information on the number of 'evil' packets recieved.
For reference, the '-E' option to 'ping' has been provided to demonstrate
and test the implementation.
2003-04-01 08:21:44 +00:00
Ruslan Ermilov
effd19ed24
Enable cpp(1) warnings in system headers. GCC is oriented on
...
glibc which is externally maintained, so GCC ships with these
warnings turned off by default. This is also consistent with
the src/contrib/gcc/c-lex.c,v 1.2 change.
2003-03-31 13:10:51 +00:00
Chris Costello
a508b2a6c1
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:10:10 +00:00
Chris Costello
0c6e926f49
Document the new mac_portacl(4) policy.
...
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-03-31 08:08:59 +00:00
Warner Losh
4e6e1b8646
rid is not a pointer to int, but rather just a plain int.
2003-03-30 00:30:29 +00:00
Warner Losh
d082b08904
Document what bus_set_resource(9) does. It is used by bus drivers to
...
bind resources that client drivers later access.
2003-03-30 00:25:23 +00:00
Kris Kennaway
6a897e3f7e
Correct a typo in previous commit
2003-03-29 10:12:15 +00:00
Warner Losh
f8fb8dbd70
Note: this is OLDCARD, and tweak comment about clpd 6729/30.
2003-03-29 05:44:49 +00:00
Warner Losh
ec33f2d50f
Add a new man page for bus_activate_resource and
...
bus_deactivate_resource. It could use some improvement, and others
are welcomed to do so :-)
2003-03-29 05:16:15 +00:00
Warner Losh
1aa895cd3f
Clearify what happens with the cookiep in various cases.
2003-03-29 05:11:14 +00:00
Warner Losh
c4ac3bc51d
Fix some typos:
...
race->rare
rman_activate_resource -> bus_activate_resource
Add xref to bus_activate_resource
Minor markup changes for the start/end/count parameters.
2003-03-29 05:09:15 +00:00
David E. O'Brien
dde8112b23
Globally use -mieee in /usr/src for Alpha.
2003-03-29 03:14:24 +00:00
David E. O'Brien
44db0c5c9a
Reduce "code duplication" for AMD CPU's.
2003-03-29 03:13:19 +00:00
Warner Losh
d1636fcf4e
Expound a little bit about the softc, where its size is found and a
...
caution against emulating legacy softc methods used in the tree.
2003-03-28 07:28:31 +00:00
Warner Losh
78515472cb
Remove bogus card.4, and replace it with a link to oldcard.4. ru
...
pointed this out a while ago, and I'm just now getting back to it. It
obsoletes one of ru's changes, but since oldcard.4 is so much better,
that doesn't matter.
Submitted by: ru
2003-03-28 07:14:12 +00:00
Warner Losh
9b89e63ce7
Create a man page for bus_child_present(9), a function to see if a
...
given device is considered accessible by its parent device bus driver
(or its parent, etc).
2003-03-28 07:09:17 +00:00
Takeshi Shibagaki
a94c7d66aa
Add an information and fix typo.
2003-03-27 19:33:22 +00:00
Giorgos Keramidas
e40f1e0cb6
Fix typo in the version of the diff that I committed.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-03-26 17:32:45 +00:00
Giorgos Keramidas
2524b0b29b
Document mountd_flags.
...
PR: 50023
Submitted by: Simon L.Nielsen <simon@nitro.dk>
2003-03-26 01:39:29 +00:00
Giorgos Keramidas
13301127c8
Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.
...
PR: 50139
Submitted by: asmodai
2003-03-26 01:34:23 +00:00
Giorgos Keramidas
743ccf1f36
Add missing Danish (doc/da_*) language doc subdirectory
...
PR: docs/50290
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-03-26 01:25:39 +00:00
John Baldwin
e7561407e2
Revert previous commit which accidentally snuck in with some unrelated
...
changes.
Reported by: bde
2003-03-25 19:46:55 +00:00
Tom Rhodes
ab199d7ca6
Fix a typo in msmith's email address.
...
Noticed by: Jesus R. Camou <jcamou@azstarnet.com>
2003-03-25 18:13:20 +00:00
Paul Saab
b4cb26bfd2
Add some HP cards to the supported list of cards. Also mention
...
that 1000BaseTX only supports full-duplex.
Submitted by: John Cagle <john.cagle@hp.com>
2003-03-25 18:08:57 +00:00
Tom Rhodes
7ca75716dc
Remove MAKEDEV rot.
...
PR: 50286, 50285
Submitted by: Sergey A. Osokin <soa@FreeBSD.org.ru>
2003-03-25 18:08:50 +00:00
John Baldwin
7313b3d87e
Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()
...
didn't have a manpage.
Reminded by: ru
2003-03-25 16:36:47 +00:00
Christian Brueffer
f3dab005a8
Remove reference to MAKEDEV
2003-03-25 15:12:07 +00:00
Giorgos Keramidas
2ff5429d8f
Add a tiny manpage to make sure users aren't surprised when they
...
search for MAKEDEV, now that it's deprecated.
2003-03-25 15:07:01 +00:00
Giorgos Keramidas
f0adacd705
Delete MAKEDEV references
...
PR: 50284
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 15:01:10 +00:00
Giorgos Keramidas
5eef84809c
Delete MAKEDEV references and update the text about /dev/foo control
...
devices that return the next available device when opened.
PR: 50280, 50281, 50282, 50283
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:49:02 +00:00
Giorgos Keramidas
12c63b8e4b
Delete MAKEDEV references and add small blurb that points to devfs(5)
...
and devd(8).
PR: docs/50278
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:35:27 +00:00
Giorgos Keramidas
55be6e6c7f
Delete MAKEDEV reference.
...
PR: docs/50277
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:26:33 +00:00
Giorgos Keramidas
494a5dab55
Delete MAKEDEV traces
2003-03-25 12:09:06 +00:00
Philippe Charnier
9d09157a0f
The .Fn function. Use .Xr where appropriate.
2003-03-24 16:05:24 +00:00
Christian Brueffer
980243565f
Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.
...
Approved by: ceri (mentor), phk
Not objected by: ru
2003-03-23 19:02:41 +00:00
Ruslan Ermilov
75eb8a4350
Sync types with headers.
2003-03-23 08:23:43 +00:00
David E. O'Brien
919b002617
s/loaded as a module/available as a module/g
...
Submitted by: ru
2003-03-23 04:23:10 +00:00
Nate Lawson
f82fb1a862
Clarify the proper bitmask for target mode with another example.
2003-03-23 00:56:20 +00:00
Ruslan Ermilov
7726f76f80
Document the net.inet.icmp branch of the sysctl(3) MIB.
...
Submitted by: mdodd
2003-03-22 13:47:28 +00:00
Ruslan Ermilov
e91fabac7b
mdoc(7) police: Tidy up the formatting.
2003-03-22 13:43:06 +00:00
Ruslan Ermilov
c6885e2617
Added GEOM library to the bsd.libnames.mk namespace.
2003-03-21 14:31:51 +00:00
Ceri Davies
a6f87194d6
Correct typo in function declaration (s/if_dont/if_done).
...
PR: docs/50136
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
MFC After: 4.8
2003-03-19 22:27:21 +00:00
Crist J. Clark
5d75ba3db9
A new rc-ng script to build linker.hints files with kldxref(8)
...
automatically at boot time. Associated rc.conf(5) knobs and
documentation are included.
2003-03-17 23:15:53 +00:00
David E. O'Brien
3ea0ca53aa
Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don't
...
like this. Also make it easier to issue the distfile fetching on command.
2003-03-16 22:59:00 +00:00
Jeffrey Hsu
01f98321e6
Document the net.inet.tcp.rfc3390 sysctl variable.
2003-03-13 01:44:58 +00:00
Jeffrey Hsu
edcd017d67
Document the net.inet.tcp.rfc3042 sysctl variable.
2003-03-12 20:44:06 +00:00
Ruslan Ermilov
6f63bc577d
Record the sudden death of bsd.kern.mk and bsd.sgml.mk.
2003-03-12 14:31:36 +00:00
Sean Chittenden
99c24e2b2c
Update sendfile.2 to include a TUNING section that documents the
...
various tunables that are applicable to sendfile(2). Update tuning.7
to mention a reference to sendfile.2.
Approved by: keramida
2003-03-12 09:28:44 +00:00
Sam Leffler
d947796288
manual page for rndtest driver/module
2003-03-11 19:16:42 +00:00
Poul-Henning Kamp
c1c8575100
Try to clarify how orphaning works.
2003-03-09 09:48:50 +00:00
Mark Murray
9bc062a34a
KerberosIV deorbit: Remove references.
2003-03-08 13:39:41 +00:00
Mark Murray
96594358d3
KerberosIB deorbit: Remove library references.
2003-03-08 13:38:06 +00:00
Mark Murray
19cc9881b2
KerberosIV deorbit sequence: We no longer build a krb4 distribution.
2003-03-08 11:49:40 +00:00
Mark Murray
5b7cde36b6
KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.
2003-03-08 11:47:44 +00:00
Mark Murray
5788da46b1
Update for kerberos 5
2003-03-08 11:45:47 +00:00
Poul-Henning Kamp
5a42be36e3
Remove reference to unavailable paper.
2003-03-07 09:36:58 +00:00
Ceri Davies
146098408b
Spelling fix: interwining -> intertwining.
2003-03-06 23:55:51 +00:00
Wolfram Schneider
c467be1f1c
Added FreeBSD 5.0
2003-03-06 15:55:47 +00:00
Tim J. Robbins
ae9fbc92ec
Remove a remnant of netns.
2003-03-06 05:02:36 +00:00
Warner Losh
c266c8aa6c
Update those versions of firmware that support ibss mode
2003-03-05 02:37:20 +00:00
Peter Wemm
3d006bcac3
Add cvsroot-all to the example
2003-03-04 19:02:27 +00:00
Sheldon Hearn
eaf6239655
Regen:
...
* Boemler: vendors.txt (2003-02-13)
2003-03-04 09:13:28 +00:00
Ruslan Ermilov
379e8aa7ec
If we carry our MODULES_WITH_WORLD, we probably also do not want
...
for installkernel to wipe them out later. So install them under
/boot/modules if that is the case.
2003-03-03 22:54:35 +00:00
Ruslan Ermilov
d59dfc2ed1
Correct the path to the modules directory.
2003-03-03 22:48:49 +00:00
Ruslan Ermilov
f1e65894d2
mdoc(7) police: Revision.
2003-03-03 11:51:30 +00:00
Dag-Erling Smørgrav
6dca5fe95d
Nuke caddr_t.
...
Reminded by: ru
2003-03-03 10:49:37 +00:00
David E. O'Brien
5aaa6729a1
Embellish the list of supported devices.
2003-03-02 22:56:04 +00:00
Ruslan Ermilov
73f643b411
Fixed sys/boot/pc98/boot2/Makefile to use kern.mk and
...
get rid of bsd.kern.mk completely.
OK'ed by: bde
2003-03-02 21:18:40 +00:00
Ruslan Ermilov
c3a916c3f0
mdoc(7) police: Added missing markup bits.
2003-03-02 21:15:52 +00:00
Ruslan Ermilov
3892c30012
mdoc(7) police: Nits.
2003-03-02 21:04:21 +00:00
David E. O'Brien
7b5570bf43
Another traffice ticket for crossing the .'ed line from the mdoc police.
...
Submitted by: ru
2003-03-02 18:57:12 +00:00
David E. O'Brien
ed403545fc
Also allow and document a "build" ordering for variables.
...
Both "product" and "build" ordering are rampant in /usr/src. This document
is not indented to be as strict as style(9) as historically BSD hasn't been
as consistent about Makefile as C code. Also there are too many variations,
exceptions and allowances in out existing Makefile style to be strict.
However there is a general level of consensus on what the general BSD style
of our Makefiles is. This manpage documents that "smell".
2003-03-02 02:51:40 +00:00
David E. O'Brien
a250a46170
o Do not use VPATH.
...
o Give the proper spelling for WARNS.
o Clarify using NO_WERROR.
o Embelish -D after -I verbage.
o Document preference of ${.ALLSRC} & ${.TARGET} vs. $< & $@.
Based on: brucification
2003-03-02 02:40:38 +00:00
David E. O'Brien
ef91670a0e
Mdoc police.
...
Submitted by: ru
2003-03-02 02:21:37 +00:00
Tom Rhodes
49ff556b75
`Word-smithing'
2003-03-01 19:13:27 +00:00
Warner Losh
3506aa8ed8
Add notes about which versions of firmware is known to work/fail with
...
various functions of the card. Be pedantically careful to use 'station
firmware' when talking about the version of Prism firmware.
As always, word-smithing welcome.
MFC-After: Tom Rhodes wakes up and notices :-)
2003-03-01 18:26:49 +00:00
Tom Rhodes
129c3aa7cb
Use .Pa for file names and paths.
2003-03-01 15:56:42 +00:00
Luigi Rizzo
f6cb89e74d
New mapping for the italian keyboard, includes the Euro symbol
...
and other localized keys.
MFC candidate pending re@ approval.
Contributed by: Gruppo Utenti FreeBSD Italia (www.gufi.org)
No-reply-from: ache
MFC after: 3 days
2003-03-01 14:45:17 +00:00
Sam Leffler
cb91dd133a
Describe the 5823 and why there's no AES support.
2003-03-01 00:50:09 +00:00
Ruslan Ermilov
ddc474a84b
Initiate the de-orbit burn sequence for <bsd.kern.mk>.
...
Always use sys/conf/kern.mk when building kernel/modules.
<bsd.kern.mk> is only preserved for sys/boot/pc98/boot2
for now, but this will be fixed. If there are other
users of <bsd.kern.mk>, please let me know.
Reminded by: bde
2003-02-28 22:12:17 +00:00
Giorgos Keramidas
a1ceffbc22
Document keybell="" switch and refer to kbdcontrol(1) for details.
2003-02-28 22:07:19 +00:00
John Hay
11229bf39e
Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.
...
The Lego Infrared Tower use it.
2003-02-28 19:28:29 +00:00
Jake Burkholder
dd606b5425
- Removed various cruft from before we had a hosted toolchain (!).
...
- Moved special compiler flags to bsd.kern.mk so they get used for modules
too.
2003-02-27 23:02:22 +00:00
Warner Losh
067b1d6840
Add xref to oldcard/newcard docs.
2003-02-27 20:45:54 +00:00
Warner Losh
5d1af4c2ac
OLDCARD man page. This sucks, but not too bad. and better than
...
what we had before. Improvements encouraged and welcome.
2003-02-27 20:45:26 +00:00
Warner Losh
18a8dce9bc
Document the hand springs that you need to go through to use a WL200
2003-02-27 20:37:03 +00:00
Poul-Henning Kamp
8fc4d0f9a7
Document that flags bit 0x10000 puts PPS timestamping on CTS instead of DCD.
2003-02-27 12:27:35 +00:00
David E. O'Brien
91c8d23722
FreeBSD Makefile style guide.
...
Approved by: TRB
2003-02-26 20:43:47 +00:00
Ruslan Ermilov
ace5be682d
mdoc(7) police: Scheduled sweep.
2003-02-24 22:53:26 +00:00
Tom Rhodes
c65b53c5bc
Return bits which were removed in revision 1.22.
...
Requested by: imp
2003-02-24 05:59:12 +00:00
Tom Rhodes
1e73455ba1
Return bits which were removed in revision 1.28.
...
Requested by: imp
2003-02-24 05:53:27 +00:00
Tom Rhodes
db84f542de
Be more specific about supported cards.
...
Submitted by: imp
2003-02-24 04:23:56 +00:00
Tom Rhodes
3714896e81
Remove a comment about pccardd(8).
...
Discussed with: imp
2003-02-24 02:20:20 +00:00
Tom Rhodes
ffab7ba849
Add device wlan as its now required.
...
Discussed with: imp
2003-02-24 01:45:44 +00:00
Warner Losh
d93d332481
Explain what exca is.
2003-02-23 22:22:29 +00:00
Chris Costello
9c73007c1c
o Improve vocabulary/wording
...
o Expand on MAC policy enforcement on network interfaces
o Add cross-references to su(1) and setfsmac(8) where appropriate
o Comment out mmap revocation sysctls as they are a bit too experimental
o Add the standard BUGS section
Prompted by: rwatson
Sponsored by: DARPA, Network Associates Laboratories
2003-02-23 21:47:03 +00:00
David Malone
f87890e74e
A few improvements suggested by nectar.
2003-02-23 17:22:20 +00:00
David Malone
be5ee60c2d
Add a section on different types of randomness, what the library
...
functions we provide are good for and how /dev/random fits into
this picture.
Reviewed by: markm
2003-02-23 16:28:58 +00:00
Christian Brueffer
81c4ddbf5e
Packages have been in .tbz format for some time now, thus s/tgz/tbz/
...
X-MFC after: re-approval
2003-02-22 11:57:09 +00:00
Crist J. Clark
718b17bb6a
Document the net.inet.ip.portrange.reserved{high,low} sysctl knobs
...
added in sys/netinet/in_pcb.c 1.120.
Prodded by: ru
2003-02-21 21:09:35 +00:00
Ruslan Ermilov
f355124f7f
mdoc(7) police: tidy up.
2003-02-20 20:22:20 +00:00
Ceri Davies
180a5c1e28
Remove extraneous word.
2003-02-20 17:32:26 +00:00
Scott Long
c69c5ca3b0
Update teh aac(4) manpage to note new controllers, the scsi passthru
...
interface, changes to linux compatibilty, and fewer bugs.
2003-02-20 05:20:05 +00:00
Olivier Houchard
de2b4cda6f
Note we now support the DC395U2W cards.
2003-02-20 03:22:15 +00:00
Ceri Davies
fc30e07a2d
The nfs_privport variable doesn't exist - mention nfs_reserved_port_only
...
instead.
Approved by: murray (mentor)
MFC After: 2 days
2003-02-18 18:02:32 +00:00
Chris Costello
be20391041
Back out revision 1.34 until we can come up with a more accurate patch.
2003-02-17 22:31:27 +00:00
Chris Costello
2f2fead1a7
Add a section on Giant lock manipulation macros.
...
Submitted by: Hiten M. Pandya <hiten@angelica.unixdaemons.com>
Reviewed by: bmilekic
2003-02-17 22:21:41 +00:00
Tom Rhodes
bce0af3428
Xref miibus(4).
2003-02-17 21:22:56 +00:00
Chris Costello
83b0a95a09
o Add a note explaining the meaning of mls/equal beyond "equal to all
...
labels"
o Remove the ++ compartment range notation example as this has not yet
been merged into CVS.
o Include a "Runtime Configuration" section listing all of the relevant
sysctl knobs for this policy.
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-02-17 20:11:09 +00:00
Chris Costello
3bc03c3142
- Document some of the sysctl parameters. The read-only ones will go into
...
another subsection, but I'm not quite sure where yet. Right now it's just
the configurable bits.
- Move the label format off into another subsection to match other labeling
policy man pages.
- Make the sample range label look like the form specified.
Sponsored by: DARPA, Network Associates Laboratories
Obtained from: TrustedBSD Project
2003-02-17 20:04:06 +00:00
Warner Losh
00e416592e
Add a bunch of cards that we've added IDs for in the past few months:
...
+Allied Telesis WR211PCM Prism? PCMCIA
+ArTem OnAir Prism? PCMCIA
+Bay eMobility 11B Prism-2.5? PCMCIA
+Blue Concentric Circle WL-379F Prism-II CF
+Linksys WCF11 Prism-3 PCMCIA
+YIS TWL-11B Prism-II PCMCIA
2003-02-17 18:21:51 +00:00
Tom Rhodes
be21a30945
Correct the BSD/OS macro.
2003-02-16 22:30:00 +00:00
Chris Costello
d29d42d83d
Include a section about enabling MAC on UFS2 file systems. UFS1 is
...
a bit more challenging and will be added later.
Sponsored by: DARPA, Network Associates Laboratories
2003-02-16 00:57:48 +00:00
Tom Rhodes
6f8ebcc232
Link several of the if_* modules to their respected manual pages.
2003-02-15 22:28:33 +00:00
Tom Rhodes
8140bbca57
Update xrefs to point at other usb pages.
2003-02-15 19:17:30 +00:00
Tom Rhodes
5fb7742c6f
1: wi(4) does not need miibus(4).
...
2: Add arp(4) and netintro(4) to Xrefs.
1: Discussed with: imp
2003-02-15 17:16:44 +00:00
Tom Rhodes
071d726d01
Xref miibus(4).
2003-02-15 17:12:53 +00:00
Tom Rhodes
8950078a6d
Add a manual page for miibus(4) and attach it to the build.
...
Reviewed by: peter, rwatson (older version)
2003-02-15 16:01:36 +00:00
Hiroki Sato
ac304f2d0d
Improve the wording.
...
Reviewed by: ru
2003-02-15 04:03:25 +00:00
Tom Rhodes
0890842fe7
Move NOMAN down the section without underscore characters.
...
Add a forgotten `=' sign.
Thanks to: ru, bde
2003-02-14 20:04:44 +00:00
Alexey Zelkin
597cf12892
Add AUTHORS section
2003-02-13 22:11:19 +00:00
Alexey Zelkin
318d8cfd73
Finally! Document all undocumented functions in libc_r.
...
Add manual pages for following functions:
. pthread_attr_setcreatesuspend_np(3)
. pthread_main_np(3)
. pthread_multi_np(3)
. pthread_single_np(3)
. pthread_mutexattr_getkind_np(3)
. pthread_mutexattr_setkind_np(3)
. pthread_resume_all_np(3)
. pthread_resume_np(3)
. pthread_set_name_np(3)
. pthread_suspend_all_np(3)
. pthread_suspend_np(3)
. pthread_switch_add_np(3)
. pthread_switch_delete_np(3)
MFC after: 3 days
2003-02-13 22:10:10 +00:00
Hiroki Sato
e245c21ecc
Document start_if.${ifn} scripts.
...
Not objected to by: -doc
2003-02-13 20:08:11 +00:00
Alexey Zelkin
c18f0ff70c
Break important implementation detail note into IMPLEMENTATION DETAILS
...
section. Add cross reference to pthread_attr_getstack() function.
MFC after: 1 day
2003-02-13 18:39:06 +00:00
Alexey Zelkin
41dd2d2dfa
Add cross reference for pthread_attr_get_np()
2003-02-13 18:36:48 +00:00
Christian Brueffer
f212b18409
Various spelling and grammar fixes
...
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-02-13 12:02:51 +00:00
Hidetoshi Shimokawa
057d288216
Add description about device detaching.
2003-02-13 03:42:53 +00:00
Hidetoshi Shimokawa
f5bff46069
Add description about kldload and security note.
2003-02-12 06:48:45 +00:00
Tom Rhodes
2420096b25
Document the NOMAN option.
2003-02-12 02:30:04 +00:00
Tom Rhodes
dc82395af0
Add NOMAN here also.
2003-02-11 19:45:44 +00:00
Warner Losh
184210ff8f
Update man page to match the new world order after Sam updated us to
...
NetBSD's 802.11 infrastructure.
2003-02-11 17:40:56 +00:00
Warner Losh
7f511526c2
Commit a nearly real man page describing the current state of devctl.
...
More work likely needs to happen. This describes things better than
the old "this man page intentionally left blank" style man page that
I'd committed previously.
Nitpickers: comb nits and commit!
2003-02-11 17:36:38 +00:00
Jacques Vidrine
6042ca2e01
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
Alfred Perlstein
4e44912c6c
Add pthread_attr_getstack() and pthread_attr_setstack().
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-02-10 08:48:04 +00:00
Gregory Neil Shapiro
26085e0d27
Give more information to users replacing sendmail regarding periodic's
...
submit mail queue check.
PR: docs/38924
2003-02-08 21:39:58 +00:00
Gregory Neil Shapiro
1e30d929a4
Correct the man page for nfs_bufpackets. DEFAULT is not an acceptable
...
value.
PR: conf/31280
MFC after: 3 days
2003-02-08 20:59:16 +00:00
Philippe Charnier
6f673fd1c0
The .Fn function
2003-02-06 11:10:32 +00:00
Joerg Wunsch
64537ecdf0
Document the recent changes for vinum as root filesystem.
...
MFC after: 2 weeks
2003-02-05 21:05:03 +00:00
Alexander Langer
cd8f87b92f
Remove MAKEDEV quirks, now obsolete.
2003-02-05 18:33:36 +00:00
Ruslan Ermilov
a9263b6214
NODEVFS cleanup.
2003-02-05 15:31:43 +00:00
Philippe Charnier
60dca836a7
The .Fn function
2003-02-05 14:00:46 +00:00
Hidetoshi Shimokawa
83fa407ca1
Add some reference.
2003-02-05 06:41:19 +00:00
Guido van Rooij
02718c4983
sleep -> msleep
2003-02-04 08:53:45 +00:00
Alexey Zelkin
f3cf900844
Document additional behaviour of this function (see
...
rev 1.3 of uthread_attr_get_np.c)
2003-02-03 10:10:40 +00:00
Chris Costello
b9e873d4a0
Properly capitalize the subsection title on setting MAC labels.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-02-01 23:11:57 +00:00
Chris Costello
028c285dc4
Fix table formatting for printed man pages.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-02-01 23:06:30 +00:00
Jens Schweikhardt
83f6abc29c
Catch up with new categories and note that ports-base is essential without
...
ports-all.
PR: 47774
Submitted by: Sergei Kolobov <sergei@kolobov.com>
MFC after: 3 days
2003-02-01 17:16:59 +00:00
Jens Schweikhardt
188f1e1e49
Add new categories hungarian and portuguese.
...
PR: 47772
Submitted by: Sergei Kolobov <sergei@kolobov.com>
MFC after: 3 days
2003-02-01 17:01:45 +00:00
Chris Costello
58ce77d37b
Add a section on the areas of enforcement and the sysctls used to tune
...
enforcement.
Sponsored by: DARPA, Network Associates Laboratories
2003-02-01 00:27:03 +00:00
Tom Rhodes
9b8fbc361b
The umass(4) driver now supports the Trek Thumbdrive 8MB.
2003-01-30 18:37:34 +00:00
Maxime Henrion
4277d278d6
On -CURRENT, we need "device apm" and not "device apm0 at nexus?".
2003-01-29 21:51:05 +00:00
David E. O'Brien
553f8de1dc
Document WANT_EXT2FS_MODULE.
2003-01-29 06:22:57 +00:00
Sam Leffler
627e7962d9
fix pathname typo
...
Submitted by: Jim Geovedi <negative@magnesium.net>
2003-01-28 17:11:48 +00:00
Hidetoshi Shimokawa
8f72047072
Fix typo and update information.
2003-01-25 15:24:59 +00:00
Hidetoshi Shimokawa
febe9e5d0a
Rescaning the bus is usually unnecessary.
2003-01-25 15:07:22 +00:00
Prafulla Deuskar
c21834960e
Correct License text.
...
MFC after: 1 day
2003-01-24 21:28:20 +00:00
Garrett Wollman
eb1a3bd8ca
Say goodbye to freen' and freend'.
...
freen: imputed typo in original wordlist. I can find no evidence for this
being an actual English word, not even in the OED.
freend: archaic spelling of `friend'. In a modern document, it is far
more likely that this appears as a typo or a dialect word than it does
under the original meaning, so remove it as not to cause false negatives
for spelling checkers.
2003-01-24 20:51:03 +00:00
Garrett Wollman
077a005ca2
Fix formatting of rev. 1.6 so that the note fits on a line.
2003-01-24 20:44:26 +00:00
Garrett Wollman
3c5184c14f
Correct grammatical error.
2003-01-24 20:43:14 +00:00
Ruslan Ermilov
77391fde76
Added UFS library to the bsd.libnames.mk namespace.
2003-01-23 08:15:05 +00:00
Tony Finch
f5732aa783
List all of the assignment operators explicitly, for those who have been
...
traumatized by perl.
2003-01-22 15:19:07 +00:00
Josef Karthauser
d0e067057d
Update with the current list of scanners that the driver supports.
2003-01-21 11:39:13 +00:00
Alfred Perlstein
c3dfdfd132
use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.
2003-01-21 11:34:57 +00:00
Alfred Perlstein
2a62ffb72d
Catch up to WAIT/NOWAIT cleanup.
2003-01-21 08:57:35 +00:00
Sam Leffler
4fd3f3c599
hook fast_ipsec.4 up
2003-01-21 05:35:56 +00:00
Sam Leffler
d97bfa7f67
fast ipsec protocols
2003-01-21 05:35:08 +00:00
David E. O'Brien
dd3d8e7184
Augment the model number list.
2003-01-21 04:43:16 +00:00
Chris Costello
daa1772e06
Properly mark up column lists. This does not affect output; I just had
...
the arguments to .Bl incorrect.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-20 21:15:03 +00:00
Chris Costello
bc2c2a48a9
Reference the MAC chapter in the user Handbook.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-20 21:07:11 +00:00
Josef Karthauser
6ee4bee25a
Support for the "Seiko Epson Perfection 1260 scanner".
...
Submitted by: Michael Lestinsky <michael@lestinsky.de>
MFC After: 3 days
2003-01-20 00:41:30 +00:00
Sheldon Hearn
63264a559f
Add required commas that were ommitted in the previous delta; the
...
SEE ALSO section's list of manual pages must be comma-separated.
2003-01-19 15:44:32 +00:00
Mike Makonnen
b57e4880c2
Kill whitespace at EOL.
...
Approved by: markm (mentor)
Noticed by: ru
2003-01-19 01:49:31 +00:00
Tom Hukins
a91ca0643d
Note that Wisecom's PCI adapter works.
2003-01-18 21:47:48 +00:00
Alfred Perlstein
79525d59b2
Document lock order reversals possible when calling allocation functions
...
with vnode interlocks held.
Emphasize that users need to be careful with malloc flags versus mbuf
flags.
Remove stale portion in vnode.9 about v_tag. We don't have it anylonger.
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-18 19:51:52 +00:00
Robert Watson
eef9bd4c3f
Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. They
...
are not the same.
Suggested by: Hiten Pandya <hiten@unixdaemons.com>
2003-01-18 03:25:40 +00:00
Ruslan Ermilov
3d14086152
Mention net.inet.ip.accept_sourceroute.
2003-01-17 14:07:03 +00:00
Nate Lawson
031bacf859
kernel:
...
* Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0
user:
* Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in
charge of timeouts and the value was in ms, not seconds.
* Bring two debugging printfs under the debug flag
* Clean up man page to show increased testing on isp(4)
Submitted by: gibbs (bugfixes)
2003-01-16 00:24:29 +00:00
Giorgos Keramidas
80958c48e5
Add missing . to mandoc macro
...
PR: docs/47092
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2003-01-15 08:24:45 +00:00
Chris Costello
972f13bc95
Slightly better grammar.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 06:11:13 +00:00
Chris Costello
ccf09d7c4b
Update cross-references to include mac(4).
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:59:36 +00:00
Chris Costello
a56840346b
Welcome mac(4), the central source of information for all things MAC.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-15 02:57:39 +00:00
Mike Makonnen
69808e534d
Add rc_debug knob to rc.conf. The code for it has been in rc.subr for
...
some time now.
Document all knobs introduced by rc.d
Approved by: markm (mentor)
Reviewd by: gordon (earlier revision)
2003-01-14 15:50:17 +00:00
Tim J. Robbins
1493ebe7db
Cross reference lio_listio(2).
2003-01-14 03:42:16 +00:00
Tim J. Robbins
264f5acaf6
Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4).
2003-01-14 02:57:54 +00:00
Tom Rhodes
747cb356fa
Note that the Dlink Air 660 is supported.
2003-01-14 01:14:08 +00:00
Nate Lawson
2d696c643e
Add check for AIO support before starting up.
2003-01-13 05:34:42 +00:00
Ceri Davies
cd51145c2e
Sort. Move /usr/heimdal to /var/heimdal where it really is.
...
PR: docs/46637
Submitted by: Igor Sobrado <sobrado@acm.org>
Approved by: ru
2003-01-10 18:32:39 +00:00
Tom Rhodes
deb8c6ddce
Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.
...
Update the URL to reflect this.
PR: 45010
Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch)
2003-01-09 19:52:01 +00:00
Sheldon Hearn
eb2ba5d3da
Regen:
...
* Boemler: vendors.txt (2002-12-27)
2003-01-09 15:38:06 +00:00
Garrett Wollman
de1d122868
Do not do manually what sendmail(8) can do better automatically.
...
Tell sendmail to clean up its own host status cache.
The error condition handling could probably be done better.
2003-01-08 18:51:45 +00:00
Chris Costello
5792da747c
o Refer to "Network Associates Laboratories" instead of "NAI Labs" or
...
"Network Associates Labs" in the copyright notice.
o Remove clause #3 in the license terms.
o Remove the line break from my name.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 11:06:22 +00:00
Chris Costello
bbc9e2b123
Include a proper reference to the Developers' Handbook in the
...
SEE ALSO section.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:53:37 +00:00
Chris Costello
9cad88634f
Cross-reference mac_lomac.4
...
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:47:18 +00:00
Chris Costello
8a51e9cbf0
Document the LOMAC security policy.
...
This man page was co-written by Brian Feldman <green>.
Sponsored by: DARPA, Network Associates Laboratories
2003-01-08 10:30:00 +00:00
Max Khon
f7ed1917e2
pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')
...
to be consistent with other pthread_XXX functions
2003-01-07 21:43:30 +00:00
Tom Rhodes
acd417173e
Correct order of alignment in EXAMPLES.
...
PR: 42760
Submitted by: Christian Brueffer <chris@unixpages.org>
2003-01-06 22:52:57 +00:00
Tom Rhodes
82467a9ed1
Major update to the refuse file.
...
PR: 44164
Submitted by: Sergei Kolobov <sergei@kolobov.com>
2003-01-06 21:56:10 +00:00
Tom Rhodes
cb8453edec
Back out revisions 1.45 && 1.46, they are incorrect.
...
Noticed by: schweikh
2003-01-06 17:28:46 +00:00
Tom Rhodes
dc1cbf895f
Document what .jcr and .eh_frame is.
...
PR: 46638
Submitted by: Tim Kientzle <tim@kientzle.com>
2003-01-06 17:12:45 +00:00
Tom Rhodes
dd4eab9153
Fix a type that crept in during my last commit here.
...
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Pointy hat: trhodes
2003-01-06 15:30:55 +00:00
Tom Rhodes
152757d6d8
Link a.out(5) to aout(5) to follow the module name.
2003-01-06 05:18:42 +00:00
Tom Rhodes
20eb03a262
Add two new manual pages. Welcome the ida(4) and iir(4) manual pages.
2003-01-06 04:51:20 +00:00
David E. O'Brien
5f6a4ada9f
Add a manpage for the LAN Media Corp PCI WAN adapter driver.
...
Obtained from: NetBSD
2003-01-05 04:47:46 +00:00
Jens Schweikhardt
e81508a04a
Typo: s/CTLTYPE_DYN/CTLFLAG_DYN
...
PR: misc/45012
Submitted by: Steve Coltrin <spcoltri@omcl.org>
2003-01-04 17:01:50 +00:00
Hajimu UMEMOTO
4a9054ab88
gifconfig(8) was depricated.
...
Reported by: rwatson
2003-01-04 05:32:48 +00:00
Tom Rhodes
62058fa939
mdoc(4) police: Markup. Fix 1 hard sentence break.
2003-01-03 23:06:10 +00:00
Tom Rhodes
7538a3c022
mdoc(7) police: Remove hard sentence breaks.
2003-01-03 22:39:39 +00:00
Tom Rhodes
cd9f822b00
mdoc(7) police: markup nits.
2003-01-03 22:37:10 +00:00
Thomas Moestl
f3a24ab2b6
Reenable building in share/mklocale for sparc64. It seems to work fine
...
now, and probably did for quite some time already. 5.0 candidate.
Spotted by: roam
2003-01-03 18:06:21 +00:00
Jens Schweikhardt
9d5abbddbf
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
Warner Losh
4d6f28e632
'wepmode on' is needed to turn on wep.
...
Submitted by: blackend
2003-01-01 02:53:41 +00:00
Tom Rhodes
dfe57fa099
Add a COMPATIBILITY section. Note what is not supported.
...
Prompted by: olgeni
2002-12-31 20:09:31 +00:00
Tom Rhodes
ae5c97aaed
s/arn't/are not/
...
Reword the AUTHORS section to make more sense.
2002-12-31 17:53:04 +00:00
Chris Costello
f737d04304
A refused connection will return ECONNREFUSED rather than ECONNRESET.
...
PR: docs/46654
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
2002-12-31 16:29:15 +00:00
Tom Rhodes
c5372f0833
Correct .Dt macro.
2002-12-30 22:56:26 +00:00
Tom Rhodes
17596f06d3
Actually cvs add the ciss.4 file...
2002-12-30 22:54:29 +00:00
Tom Rhodes
bea567e5f4
Add a manual page for the ciss driver.
...
Reviewed by: obrien
2002-12-30 22:54:01 +00:00
Jens Schweikhardt
d64ada501a
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
Andrey A. Chernov
8a7335c522
Add ca_ES locale
...
PR: 45874
Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
2002-12-30 09:09:58 +00:00
Tom Rhodes
442f088676
Use 'msdosfs' in the /etc/fstab example. However, it works either way.
...
Pointed out by: schweikh
2002-12-30 04:32:10 +00:00
Tom Rhodes
32805b12a3
Add msdosfs.5
2002-12-29 21:32:41 +00:00
Tom Rhodes
035ce699f2
Move the msdos.5 manual page to msdosfs.5 to be more correct.
2002-12-29 21:31:45 +00:00
Matthew Dillon
06d66a71a1
Some Pa fixes from Tom, plus a little rearranging of the paragraph by me.
...
Submitted by: Tom Rhodes
2002-12-28 19:08:11 +00:00
Jens Schweikhardt
57bd0fc6e8
english(4) police.
2002-12-27 12:15:40 +00:00
Tom Rhodes
ce4fd6b4c5
mount_msdos(8) > mount_msdosfs(8) as they have different names in 4.X/5.X.
...
Correct link to the handbook (typo).
Pointed out by: chris
2002-12-27 04:06:04 +00:00
Tom Rhodes
02281fd811
Whitespace created in Makefile from previous commit.
2002-12-27 03:17:39 +00:00
Tom Rhodes
e68e321258
Add a manual page for msdosfs (msdos.5) and connect it to the build.
...
Quick review by: chris (older version)
2002-12-27 03:17:02 +00:00
Ruslan Ermilov
074ad11567
Spelling: s/then/than/ where appropriate.
2002-12-24 16:52:31 +00:00
Ruslan Ermilov
facc67676f
mdoc(7) police: Deal with self-xrefs.
2002-12-24 13:41:48 +00:00
Matthew Dillon
c2095e2b12
Bring the diskless manual page more up-to-date. It still needs a lot of work.
2002-12-23 18:44:22 +00:00
Ruslan Ermilov
463cfa804d
Fixed the abuses of .Ql visible on stderr in troff mode.
...
PR: docs/37176
2002-12-23 16:04:51 +00:00
Ruslan Ermilov
63454c532d
mdoc(7) police: spelling, removed (scheduled again) hard sentence breaks.
2002-12-23 15:05:18 +00:00
Ruslan Ermilov
0f918c9781
mdoc(7) police: markup nits.
2002-12-23 15:00:56 +00:00
Ruslan Ermilov
88acf17750
mdoc(7) police: grammar and spelling nits.
2002-12-23 14:59:07 +00:00
Ruslan Ermilov
47320ae89e
mdoc(7) police: markup fixes.
2002-12-23 14:55:28 +00:00
Ruslan Ermilov
3f104b8bc1
Added xref to syncache(4).
2002-12-23 14:51:18 +00:00
Ruslan Ermilov
62b8571154
mdoc(7) police: markup and grammar fixes for previous delta.
2002-12-23 14:50:31 +00:00
Matthew Dillon
48096bb398
A pile of patches, most notably some Doc policing by Hiten Pandya.
2002-12-23 07:27:53 +00:00
Matthew Dillon
981ab0c21b
Add development.7
...
Reminded by: Sean Kelly <smkelly@zombie.org>
2002-12-23 06:46:48 +00:00
Jens Schweikhardt
1ef979ba18
english(4) police.
2002-12-22 21:04:59 +00:00
Matthew Dillon
6ed033be24
So many people have asked me to describe my development environment that
...
my fingers are getting tired. Here is a new manual page, 'development',
which describes a very powerful, generic, exportable development environment
suitable to developers, sysops, admins, and anyone at all who is
maintaining more the one FreeBSD box. I have used this type of environment
for many years and have had to make virtually no changes to it for all that
time.
MFC after: 3 days
2002-12-22 02:07:05 +00:00
Ruslan Ermilov
b94a2c38ca
mdoc(7) police: Fixed language.
2002-12-20 12:41:26 +00:00
Tom Rhodes
3b15250c04
Remove obsolete information about 'conflicts'
2002-12-20 04:56:52 +00:00
Chris Costello
075b064f04
Include a cross-reference to maclabel(7) for policies that use MAC labels.
...
MFC Candidate.
Sponsored by: DARPA, Network Associates Labs
2002-12-20 00:17:10 +00:00
Chris Costello
6f489bd9f6
o Change "accesses" to "access" (sounds better)
...
o Correct the range of compartments (1..256 instead of 0..255)
o Use the correct name for "Network Associates Laboratories"
MFC Candidate.
Sponsored by: DARPA, Network Associates Laboratories
Reviewed by: Adam Migus <adam@migus.org>
2002-12-19 23:47:59 +00:00
Tom Rhodes
9dbbb2829e
Fix some grammar nits. Mainly the use of a' or an' where the opposite
...
is required.
PR: 33559
Submitted by: Marc Olzheim <marcolz@ilse.nl>
2002-12-19 22:56:20 +00:00
Tom Rhodes
6b9ba891c0
Remove reference to a non-existant manual page && add a cross-reference to
...
ulpt(4)
2002-12-19 19:00:51 +00:00
Tom Rhodes
2c5aad3607
Tweak the grammar in the device.hints(5) manual page.
...
PR: 45893
Submitted by: Chris Pepper <pepper@rockefeller.edu> (Original Version)
2002-12-19 18:26:26 +00:00
David E. O'Brien
e449f33efb
Embellish the manpage.
...
Obtained from: NetBSD
2002-12-19 04:41:54 +00:00
David Xu
b6b5b355d3
Add some linux keys
2002-12-19 01:17:07 +00:00
Chris Costello
5fa6546535
Refer to the now-existent `options MAC_BSDEXTENDED'.
...
MFC Candidate.
Prompted by: dcs
Sponsored by: DARPA, Network Associates Laboratories
2002-12-18 22:46:45 +00:00
Ruslan Ermilov
a1096fe6df
mdoc(7) police: kill whitespace at EOL.
2002-12-18 09:19:11 +00:00
Kirk McKusick
123a5dff98
Delay an optional amount of time after booting before starting a
...
background fsck. The delay defaults to sixty seconds to allow
large applications such as the X server to start before disk I/O
bandwidth is monopolized by fsck.
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
Sponsored by: DARPA & NAI Labs.
2002-12-18 07:21:31 +00:00
Tom Rhodes
660887c9f9
Spelling: s/ingrity/integrity/
2002-12-16 21:13:25 +00:00
Olivier Houchard
d7aea33300
Import of a minimalist trm(4) man page.
...
Anyone with more man pages knowledge than I have should feel free to complete
it.
2002-12-16 18:44:24 +00:00
Giorgos Keramidas
703792974d
Typo: devices numbers -> device numbers.
...
PR: docs/46279
Submitted by: Rich Morin <rdm@cfcl.com>
MFC after: 3 days
2002-12-16 00:52:31 +00:00
Matthew Dillon
d7ff8ef62a
Change tcp.inflight_min from 1024 to a production default of 6144. Create
...
a sysctl for the stabilization value for the bandwidth delay product (inflight)
algorithm and document it.
MFC after: 3 days
2002-12-14 21:00:17 +00:00
Tom Rhodes
405f1ec8ed
Document NO_CPU_CFLAGS && NO_CPU_COPTFLAGS in the make.conf(5) manual
...
page.
PR: 45418
Reviewed by: jhb (a slightly older version)
2002-12-14 15:53:32 +00:00
Ruslan Ermilov
e86ec507f9
mdoc(7) police: markup nits + fixed two misspellings of drivers.flp.
2002-12-14 15:46:50 +00:00
Ruslan Ermilov
c8d40b7d34
mdoc(7) police: sort xrefs in SEE ALSO.
2002-12-13 16:53:51 +00:00
Ruslan Ermilov
480565d5e4
mdoc(7) police: markup overhaul.
2002-12-13 15:27:27 +00:00
Ruslan Ermilov
f393f49865
mdoc(7) police: markup overhaul.
2002-12-13 10:38:42 +00:00
Ruslan Ermilov
c40d6a177d
mdoc(7) police: markup overhaul.
2002-12-13 10:04:12 +00:00
Ruslan Ermilov
f17c7afd96
mdoc(7) police: SEE ALSO references aren't real sentences.
2002-12-13 09:06:44 +00:00
Ruslan Ermilov
6971333705
mdoc(7) police: sort xrefs in SEE ALSO.
2002-12-13 09:05:50 +00:00
Murray Stokely
67cf4c38dc
Add more information about the third floppy disk, drivers.flp.
...
Approved by: re (jhb)
2002-12-12 23:11:43 +00:00
Chris Costello
4e9f9c6d30
Use the correct compartment notation in sample labels.
...
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-12 22:47:08 +00:00
Chris Costello
b4036ebd30
Change an "i.e." to an "e.g." This will be changed when a better
...
solution is worked out to clarify more specific compartment-related
cases.
Submitted by: dcs
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-12 22:27:00 +00:00
Tom Rhodes
6883c2e5ae
Fix the HISTORY to match reality. They were never MFC'ed to 4.X.
...
Submitted by: R. Imura <imura@ryu16.org>
Approved by: re (murray)
2002-12-12 22:22:51 +00:00
Chris Costello
12cfff2842
Add and fix cross-references.
...
Prompted by: rwatson, dcs
Sponsored by: DARPA, Network Associates Labs
2002-12-12 22:17:44 +00:00
Tom Rhodes
0509e374ac
Update the pcm(4) manual page to explain devfs, fix a grammar error and
...
cross-ref devfs(5).
Approved by: re (jhb)
2002-12-12 19:50:09 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Ruslan Ermilov
0912b29fde
mdoc(7) police: markup fixes.
...
Approved by: re
2002-12-12 15:27:26 +00:00
Ruslan Ermilov
76648c1f93
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-12 15:25:56 +00:00
Ruslan Ermilov
a7348c92db
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:36:08 +00:00
Ruslan Ermilov
4ac17494d7
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:25:52 +00:00
Ruslan Ermilov
e89f01cca3
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-12 14:17:24 +00:00
Ruslan Ermilov
e7d85b22da
Bring the NOTICE section into the DESCRIPTION section and wrap it in
...
.Bf -symbolic ... .Ef
Approved by: re
Obtained from: gbde(8)
2002-12-12 08:32:22 +00:00
Ruslan Ermilov
a38f01e2d8
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-12 08:18:53 +00:00
Warner Losh
549bfb9273
Update to reflect devd.
...
Approved by: re (blanket)
2002-12-11 23:15:10 +00:00
Warner Losh
b279e597c8
Add a rudimentary man page for /dev/devctl.
...
Approved by: re (blanket devd)
2002-12-11 23:08:19 +00:00
Alexander Kabaev
a5297d2a51
Connect ubsa.4 man page to the build.
...
Approved by: re (rwatson)
2002-12-11 19:34:14 +00:00
Ruslan Ermilov
fc412d1be7
mdoc(7) police: Use the default .Os version.
...
Approved by: re
2002-12-11 15:57:40 +00:00
Ruslan Ermilov
051bb54bd3
mdoc(7) police: Added the missing .Os call; it's not strictly
...
necessary nowadays, but is documented as "required", and may
become so again in the future.
Approved by: re
2002-12-11 15:55:29 +00:00
Chris Costello
28debfb5be
Un-break world.
...
Reported by: Ray Kohler <ataraxia@cox.net>
Approved by: re (blanket)
2002-12-11 03:25:35 +00:00
Chris Costello
5e7972fe32
Fix an mdoc error (call .Bd with -literal)
...
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-11 01:10:20 +00:00
Chris Costello
057baf3783
Document the following MAC policies:
...
o ifoff: Interface silencing policy
o partition: Process partitioning policy
Add associated Makefile entries and man page cross-references.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
Approved by: re (blanket)
2002-12-11 01:02:26 +00:00
Ruslan Ermilov
a2931c092e
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-10 14:21:55 +00:00
Ruslan Ermilov
49bd9c3e42
mdoc(7) police: nit.
...
Approved by: re
2002-12-10 14:20:38 +00:00
Ruslan Ermilov
3dede74761
mdoc(7) police: overhaul (including adoptation to FreeBSD).
...
Approved by: re
2002-12-10 14:20:02 +00:00
Chris Costello
17c5113a22
Document the following MAC policies:
...
o None: Stub policy
o Seeotheruids: The "see processes and sockets owned by other users" policy
o Test: Debugging policy
Standardize the SYNOPSIS and HISTORY sections.
Update SEE ALSO sections.
2002-12-10 00:39:17 +00:00
Ruslan Ermilov
cdd53b1589
mdoc(7) police: overhaul.
...
Reviewed by: re
2002-12-09 14:29:34 +00:00
Ruslan Ermilov
e199383992
mdoc(7) police: overhaul.
2002-12-09 12:41:29 +00:00
Ruslan Ermilov
ff69a1c6c4
mdoc(7) police: markup nits.
...
Approved by: re (blanket)
2002-12-09 12:28:33 +00:00
Robert Watson
bf616e0493
Remove documentation of ENABLE_VFS_IOOPT: we don't want people to use
...
it, so don't suggest it. It's likely going away soon also, so avoid
believing it's supported.
Suggested by: Sean Kelly <smkelly@zombie.org>
Approved by: re
2002-12-09 03:41:37 +00:00
Mario Sergio Fujikawa Ferreira
056475f0bf
Add finance, hungarian, multimedia [1] and portuguese collections
...
PR: 45835 [1]
Submitted by: Morten Rodal <morten@rodal.no> [1]
Approved by: re (murray)
MFC after: 1 week
2002-12-09 01:02:42 +00:00
Josef Karthauser
02ea085763
Add ucom.4 to the list of related man pages.
...
Submitted by: keramida
Approved by: re (murray)
2002-12-09 00:22:14 +00:00
Robert Watson
b77b2b6ed3
Provide enhanced information on configuring SMP support in a kernel.
...
Approved by: re
2002-12-07 01:50:06 +00:00
Robert Watson
fe93f598bb
Take a pass at updating this man page a bit to at least mention SMPng,
...
that we do MP on more than just i386, and add some cross-references.
This is far from a perfect update, but at least it's a start. More
will no doubt follow.
Reviewed by: jhb
Approved by: re
2002-12-07 01:37:12 +00:00
Ruslan Ermilov
db8993ce9e
Capitalize ASCII code names.
...
Approved by: re
2002-12-05 08:50:00 +00:00
Chris Costello
3ebc28efa8
Document the following MAC policies:
...
o Biba: A data integrity policy
o BSD Extended: Support for the firewall-like access controls (ugidfw(8))
o MLS: Multi-level security, a confidentiality policy
(These files originally lived in src/share/man/man9)
Approved by: re (blanket)
Sponsored by: DARPA, Network Associates Labs
Obtained from: TrustedBSD Project
2002-12-05 00:05:38 +00:00
Ruslan Ermilov
ae82896268
Consistently mark std(in|out|err) with .Dv, because that's how they
...
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".
Approved by: re
2002-12-04 18:57:46 +00:00
Søren Schmidt
8ba4488cea
Add support for the PC98 platform to the ATA driver.
...
This mostly consists of functionality to serialize accesses to
the two ATA channels (which can also be used to "fix" certain
PCI based controllers).
Add support for Acard controllers.
Enable the ATA driver in PC98 GENERIC, and add device hints.
Update man page with latest support.
The PC98 core team has kindly provided me with a PC98
machine that made this all possible, thanks to all that
contributed to that effort, without that this would
probably newer have been possible..
Approved by: re@
2002-12-03 20:20:44 +00:00
Robert Watson
df9bd3e90c
Hook up a sample LOMAC labeling policy. Unlike the old LOMAC module,
...
the file system initial labeling policy exists in userland, and is
fed into setfsmac(1). This is based on the old LOMAC PLM.
Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-12-03 15:16:10 +00:00
Chris Costello
431dda01b6
Document the MLS policy
...
Approved by: re
Sponsored by: DARPA, Network Associates Labs
Obtained from: TrustedBSD Project
2002-12-02 01:04:37 +00:00
Chris Costello
9759d0e4dd
Spelling: "current" -> "currently"
...
Approved by: re
Sponsored by: DARPA, Network Associates Labs
2002-12-02 00:00:43 +00:00
Poul-Henning Kamp
9b150847d0
De-danglify.
...
Submitted by: ceri
Approved by: re (blanket)
2002-12-01 15:59:33 +00:00
Ruslan Ermilov
92b1f2f7a3
mdoc(7) police: sweep.
2002-11-29 16:42:23 +00:00
Ruslan Ermilov
ef31810d3f
Back out part of last delta that was committed by accident.
...
(.Xr is not yet that smart.)
2002-11-29 11:50:08 +00:00
Ruslan Ermilov
d962d52ac0
mdoc(7) police: scheduled sweep.
...
Approved by: re
2002-11-29 11:39:20 +00:00
Ruslan Ermilov
e60fa8374d
mdoc(7) police: catch up to the code changes.
...
Approved by: re
2002-11-29 11:36:32 +00:00
David E. O'Brien
a2a8085e7e
As warned on freebsd-current@, remove the perl wrapper from /usr/src.
...
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with. There are limitations to it that don't have a
clear "fix".
Reviewed by: markm, kris
Extorted approval from: re(jhb)
2002-11-27 17:46:26 +00:00
Ruslan Ermilov
cd96609654
Removed the vestiges of modems(5).
...
Approved by: re
2002-11-27 16:45:10 +00:00
Ruslan Ermilov
e27480d64d
mdoc(7) police:
...
Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.
Approved by: re
2002-11-26 17:55:41 +00:00
Ruslan Ermilov
43e927ec32
NOSHARED is meaningless in the bsd.lib.mk context, so check LDFLAGS
...
for the -static flag instead when constructing LIBPAM.
(This fixes false warnings from ``make checkdpadd -DNOSHARED'' in
lib/libpam/modules/.)
Submitted by: bde, ru
Approved by: re
2002-11-26 09:00:02 +00:00
Nate Lawson
5cc6190e87
Add a DPADD section to fix 'make checkdpadd'
...
Submitted by: ru
Approved by: re (previously)
2002-11-25 19:29:05 +00:00
Nate Lawson
33893c674d
Hook the targ.4 manpage into the build
...
Submitted by: Attila Nagy <bra@fsn.hu>
Approved by: re (previously)
2002-11-25 18:31:07 +00:00
Johan Karlsson
fe00ab2fd1
Reflect that we now use
...
device ppc
and
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
in /boot/device.hints to configure the ppc device.
Reviewed by: trhodes, ru
Approved by: re@ (rwatson)
2002-11-25 13:49:31 +00:00
Nate Lawson
37efca486e
Install new files from examples dir.
...
Approved by: re (previously)
2002-11-24 23:57:07 +00:00
Ruslan Ermilov
298aa4e5fa
Added the syncache(4) manpage.
...
Submitted by: jlemon
2002-11-23 19:43:44 +00:00
Nate Lawson
c38b150ae4
New SCSI target emulator code
...
This code allows a user program to enable target mode on a SIM and
then emulate any number of devices (disks, tape drives, etc.) All
decisions about device behavior (UA, CA, inquiry response) are left
to the usermode program and the kernel driver is merely a conduit
for CCBs. This enables multiple concurrent target emulators, each
using its own backing store and IO model.
Also included is a user program that emulates a disk (RBC) using a
file as a backing store. This provides functionality similar to
md(4) at the CAM layer.
Code has been tested on ahc(4) and should also work on isp(4) (and
other SIMs that gain target mode support). It is a complete rewrite
of /sys/cam/scsi_target* and /usr/share/examples/scsi_target.
Design, comments from: gibbs
Supported by: Cryptography Research
Approved by: re
2002-11-22 22:55:51 +00:00
Tom Rhodes
a19f1419b5
Catch the make.conf manual page up with defaults/make.conf
...
PR: 45470
Approved by: re (bmah)
Submitted by: Carl Schmidt <carl@slackerbsd.org> (original version)
2002-11-22 18:27:59 +00:00
Gordon Tetlow
54e347fb3b
Update rc(8) manpage to reflect rc.d
...
Add an rc.subr(8) manpage
Hook rc.subr.8 up to the build.
Submitted by: Mike Makonnen <mtm@identd.net>
Approved by: re@ (bmah)
Obtained from: NetBSD
2002-11-21 20:12:05 +00:00
Julian Elischer
bbc195991d
Make the bluetooth man pages appear
2002-11-21 00:06:08 +00:00
Julian Elischer
878ed22696
The second try a committing the bluetooth code
...
Has been seen to work on several cards and communicating with
several mobile phones to use them as modems etc.
We are still talking with 3com to try get them to allow us to include
the firmware for their pccard in the driver but the driver is here..
In the mean time
it can be downloaded from the 3com website and loaded using the utility
bt3cfw(8) (supplied) (instructions in the man page)
Not yet linked to the build
Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
Approved by: re
2002-11-20 23:01:59 +00:00
Chris Costello
2699228f1e
Activate mac_biba.9
...
Approved by: re
Sponsored by: DARPA, Network Associates Labs
2002-11-20 22:28:20 +00:00
Chris Costello
36e4f12d71
Document the Biba MAC policy.
...
Approved by: re
Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project
2002-11-20 22:26:58 +00:00
John Baldwin
5c5145d7f9
Document the KERNELS variable.
2002-11-18 20:31:35 +00:00
Yoshihiro Takahashi
1e89c49d2e
Add EXTLOCALDIR document.
2002-11-18 12:25:53 +00:00
Alfred Perlstein
4919e8cbe9
Flesh out the description of the uma_zcreate callback function arguements
...
a bit. As there may be changes soon we're still a bit vague unfortunatly.
2002-11-18 01:11:58 +00:00
John Baldwin
22eef9d51e
Document NOCDROM and NO_FLOPPIES.
2002-11-15 20:55:37 +00:00
Sam Leffler
a5eb8d53b2
document auto-recognition of device capabilities
2002-11-15 00:25:33 +00:00
Ruslan Ermilov
40c6b893d8
Take __FreeBSD_version into account when BOOTSTRAPPING.
2002-11-13 13:49:29 +00:00
Thomas Moestl
67bc3e2af3
Update to match recent snp fixes.
...
Reviewed by: dd
2002-11-11 10:59:28 +00:00
Warner Losh
e8ef497c66
Document devd_enable.
...
Submitted by: dougb
2002-11-10 09:19:42 +00:00
Marcel Moolenaar
d350feff2c
Build the doc subdir on ia64. We have groff working for a while.
2002-11-10 00:04:33 +00:00
Hidetoshi Shimokawa
d4f6170598
Add fwe.4.
2002-11-08 03:24:32 +00:00
Tom Rhodes
01f5fdee5c
Restore most (90%) of the text I removed in my previous commit. Remove the
...
part about spelling and grammar.
Discussed with: -developers
2002-11-06 18:58:02 +00:00
Tom Rhodes
ad727d7c98
Remove Realtek discriminating comments from the rl(4) manual page.
...
This leaves us with 'just the facts'
PR: 31271
2002-11-06 03:53:08 +00:00
Dima Dorfman
c00809fcf9
Fix formatting bogon.
2002-11-05 19:23:25 +00:00
Dima Dorfman
489587c5a5
Undelete FILES section (taken from RELENG_4), primarily to give the
...
location of the passwd and master.passwd files.
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-11-05 19:18:19 +00:00
Dima Dorfman
d722865a31
master.passwd, not master.password
...
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
2002-11-05 19:13:06 +00:00
John Baldwin
69c3915a5b
Fix a grammar bogon.
...
PR: 44883
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-11-04 19:18:57 +00:00
Robert Watson
bf139e9706
License: update, remove clause three of BSD license per approval of
...
NAI.
Add cautionary notes on the experimental status of the MAC Framework
in FreeBSD 5.0.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-11-04 18:11:17 +00:00
Poul-Henning Kamp
5afa461402
Run a revision on the GBDE encryption facility.
...
Replace ARC4 with SHA2-512.
Change lock-structure encoding to use random ordering rather for obscurity.
Encrypt lock-structure with AES/256 instead of AES/128.
Change kkey derivation to be MD5 hash based.
Watch for malloc(M_NOWAIT) failures and ditch our cache when they happen.
Remove clause 3 of the license with NAI Labs consent.
Many thanks to "Lucky Green" <shamrock@cypherpunks.to> and "David
Wagner" <daw@cs.berkeley.edu>, for code reading, inputs and
suggestions.
This code has still not been stared at for 10 years by a gang of
hard-core cryptographers. Discretion advised.
NB: These changes result in the on-disk format changing: dump/restore needed.
Sponsored by: DARPA & NAI Labs.
2002-11-04 09:27:01 +00:00
Maxim Konovalov
0bd7c043ab
Add OpenBSD 3.2.
...
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
MFC after: 1 week
2002-11-04 09:19:24 +00:00
Alfred Perlstein
ac1cc6ee11
Backout "compatibility hack" for __sF.
...
Requested by: Steve Kargl <sgk@troutmask.apl.washington.edu> (submitter)
2002-11-04 03:23:56 +00:00
Robert Watson
bcedbf7819
X-ref clock_gettime(2).
2002-11-02 23:59:02 +00:00
Alfred Perlstein
0fc25b925d
Provide a hook to make __sF visible outside of libc for commercial apps
...
if WANT_COMPAT4_STDIO is defined when compiling libc.
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2002-11-02 19:47:53 +00:00
Robert Watson
efbc63a783
Further clarifications of the #ifdef/#if/#elif/#endif style information,
...
largely submitted by bde. Return our exemption of the #ifdef lint
comments since the exemption is intended to handle a particularly
common current case without mandating change. Improve language and
spelling, and slightly clarify the notions associated specifically
with #elif.
Obtained from: bde
2002-11-01 16:20:31 +00:00
Thomas Quinot
a4ff0220ab
Fix minor typo.
...
Note that ATAPI/CAM has been MFC'd into RELENG_4 and will appear
in FreeBSD 4.8.
Reviewed by: roberto
2002-11-01 10:02:31 +00:00
Julian Elischer
94d31abc4e
More formatting fixes
2002-10-31 23:36:16 +00:00
Julian Elischer
5bec8a73ac
Slight formatting change.
2002-10-31 23:26:02 +00:00
Julian Elischer
585ff168dc
Add the netgraph 'source' module.
...
This is NOT YET CONVERTED TO -current.
This node is a source for preprogrammed packets at a known rate for testing.
I will convert it to -current "in place" but will MFC teh original
pre-conversion variant as that is what is originally submitted.
Man page my me, info from Dave's README.
Submitted by: Dave Chapeskie <dchapeskie@SANDVINE.com>
Obtained from: Sandvine inc.
MFC after: 1 week
2002-10-31 23:03:09 +00:00
Thomas Quinot
a1e2d9ff4d
Add ATAPI/CAM man page.
...
Reviewed by: roberto
2002-10-31 10:52:47 +00:00
Thomas Quinot
17b1e1df1a
Remove bogus advertising clauses.
...
Reviewed by: n_hibma, roberto
2002-10-30 22:27:54 +00:00
Ruslan Ermilov
47a6766105
Document most of bsd.doc.mk variables.
2002-10-30 17:03:48 +00:00
Ruslan Ermilov
e8583ea057
All uses of CD_HACK have been eliminated.
2002-10-30 15:30:06 +00:00
Ruslan Ermilov
1ae6878f83
Fixes to get rid of CD_HACK.
2002-10-30 15:20:50 +00:00
Sheldon Hearn
a8ea83bdf1
Regen:
...
* Hart: rev 339 of pcidevs.txt (2002-10-21)
* Boemler: vendors.txt (2002-10-28)
2002-10-30 13:35:48 +00:00
Ruslan Ermilov
abcdf29d48
Fixes to get rid of CD_HACK.
2002-10-30 13:07:34 +00:00
Thomas Quinot
9dab9ccba4
Man page for ATAPI/CAM.
...
Reviewed by: roberto
2002-10-30 08:42:24 +00:00
Ruslan Ermilov
e5f3fe8c97
PRINTERDEVICE can now take multiple values.
2002-10-29 16:13:21 +00:00
Ruslan Ermilov
3c193bda8a
Index is unique for each PRINTERDEVICE.
...
Abuse .for so that the variable expansion works inside the N modifier.
This won't be a simple abuse with the next version of bsd.doc.mk
which will support multi-value PRINTERDEVICE.
2002-10-29 15:51:37 +00:00
Ruslan Ermilov
71fe318b85
Use a single style for share/doc/ makefiles.
2002-10-29 15:01:59 +00:00
Ruslan Ermilov
c189e39fe2
Sort SUBDIR list.
...
Don't mention SGML docs which now live elsewhere.
2002-10-29 14:58:00 +00:00
Ruslan Ermilov
b382ba4fb1
bsd.doc.mk changes:
...
Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS.
Only create _stamp.extra when necessary.
Get rid of SOELIMPP and OBJS.
Use Groff version of soelim(1); we need its -I option
for the following to work.
Don't needlessly chdir to SRCDIR. Only a few documents
need CD_HACK, and those that need it either use refer(1)
or .PSPIC macro which internally uses the .psbb call.
2002-10-29 14:56:09 +00:00
Chris Costello
2c26594d26
o Change .Nd to be less redundant and more consistent with upcoming policy
...
man pages.
o Move a misplaced comment.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
2002-10-29 00:21:03 +00:00
Chris Costello
e91aeae5e1
Correctly spell "te" as "mls".
2002-10-28 23:03:25 +00:00
Chris Costello
30ee002788
Add a man page describing the Mandatory Access Control label format.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Labs
2002-10-28 22:54:54 +00:00
Robert Watson
5ab0c4ceeb
Clarify style(9) WRT comments following #endif, #else.
...
The closing comment is required only for long conditionally defined
code sections, with the exception of lint cases. Attempt to document
also the logic for using '!' before the SOMETIMESSOMETHGINGHERE.
The goal of these comments is to make complex cases more
comprehensible, not to require them in all cases. The rules here are
derived from behavior used in 90+% of the kernel source code.
Reviewed by and discussed with: jhb, bde, mike
2002-10-28 19:33:22 +00:00
Luigi Rizzo
9a96729c64
Remove stale information from these two manpage, and point the readers
...
to the one up-to-date page which is ipfw(8).
MFC after: 3 days
2002-10-28 07:24:58 +00:00
Alexey Zelkin
1f1e884a91
Add & hookup manpage for pthread_attr_get_np(3).
...
MFC after: 3 days
2002-10-26 15:04:29 +00:00
Andrey A. Chernov
69966c6574
Add lt_LT.ISO8859-13
...
PR: 44268
Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
2002-10-25 22:02:10 +00:00
Thomas Quinot
7644e396f3
Add a new /etc/periodic/security script to check for packets
...
rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf
knob (daily_status_security_ipfdenied_enable).
Reviewed by: roberto
Approved by: re@
2002-10-25 15:16:54 +00:00
Hidetoshi Shimokawa
ea1d1ef06f
add manpages for FireWire.
2002-10-25 14:34:24 +00:00
Tim J. Robbins
9c78e04d62
Make the example "assertion failure" message match reality.
2002-10-25 14:22:20 +00:00
Tim J. Robbins
a40c540ffa
Update the Standards section for the addition of the C99 va_copy macro.
2002-10-25 12:22:14 +00:00
Ruslan Ermilov
1bebaf0233
Preprocess with tbl(1) only where needed.
2002-10-25 09:14:09 +00:00
Ruslan Ermilov
bd0dbc8b3c
Don't preprocess with tbl(1).
2002-10-25 09:05:10 +00:00
Ruslan Ermilov
621ea7dfa7
Kill the remnants of BOG.
2002-10-25 09:03:09 +00:00
Ruslan Ermilov
1ce6b93097
Preprocess with tbl(1).
2002-10-25 08:55:47 +00:00
Ruslan Ermilov
b4740bfe12
Don't preprocess with tbl(1).
2002-10-25 08:55:24 +00:00
Ruslan Ermilov
7ce2069ad6
Don't preprocess with tbl(1).
2002-10-25 08:40:24 +00:00
Ruslan Ermilov
15cd62721a
Simplify.
2002-10-25 08:39:25 +00:00
Ruslan Ermilov
a3e8fd0b7f
Don't preprocess with tbl(1).
2002-10-25 08:10:40 +00:00
Ruslan Ermilov
2f3459e9ce
Preprocess with tbl(1).
2002-10-25 08:06:58 +00:00
Ruslan Ermilov
7b9ecf5a64
Eliminate warnings.
2002-10-24 13:31:34 +00:00
Ruslan Ermilov
037509314d
Preprocess with tbl(1), eliminate warnings.
2002-10-24 13:21:29 +00:00
Ruslan Ermilov
218c7678a6
Fixed a warning.
2002-10-24 12:59:10 +00:00
Sheldon Hearn
a7af55af93
* Modernize aio(4), providing instructions for static and dynamic kernel
...
linking.
* Fix disorder in the SEE ALSO sections of aio_*(2).
* Remove unnecessary cross-references from the SEE ALSO sections of
aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced
from aio(4).
* Remove the KERNEL OPTIONS sections from aio_*(2), now that these
pages cross-reference aio(4), which contains suitable kernel linking
reference material.
2002-10-24 12:57:05 +00:00
Ruslan Ermilov
3047fefe49
Fixed references and a bunch of other warnings.
2002-10-24 12:56:20 +00:00
Dag-Erling Smørgrav
9ccc706104
Add a simple man page for the aio facility.
2002-10-24 12:22:19 +00:00
Robert Watson
f64a0a56d4
Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of the
...
bugs (device naming) isn't present [anymore].
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-10-24 01:44:50 +00:00
Giorgos Keramidas
0c7911f3ff
Minor grammar fix: referenced to -> in reference to.
2002-10-22 23:36:10 +00:00
Giorgos Keramidas
56e37108f4
Add description of fetch-recursive target.
2002-10-22 23:11:38 +00:00
Giorgos Keramidas
a5d3110615
Refer to doc/en_US.ISO8859-1 for documentation.
2002-10-22 23:06:29 +00:00
Giorgos Keramidas
6b3e3c6f80
Split an excessively long sentence.
2002-10-22 22:52:24 +00:00
Giorgos Keramidas
3c2486a77c
Improve wording by removing repetitive use of 'default'.
2002-10-22 22:43:24 +00:00
Giorgos Keramidas
60eefdafd2
The ipfw module is only loaded if necessary.
2002-10-22 22:39:18 +00:00
Giorgos Keramidas
7361df2133
s/then/than/ where appropriate.
2002-10-22 22:36:56 +00:00
Giorgos Keramidas
0b6579f22d
rulset -> ruleset
2002-10-22 22:34:29 +00:00
Luigi Rizzo
4af9c6707c
List some of the Compact Flash readers known to work with this driver.
...
MFC after: 3 days
2002-10-22 15:23:13 +00:00
Poul-Henning Kamp
f33aca987b
Change to match NO_MAKEDEV* -> MAKEDEV*.
2002-10-22 15:02:53 +00:00
Thomas Moestl
cf8cc48964
Update for BSD.include.dist r1.60 (addition of include/dev/ofw).
...
Forgotten by: tmm
Prodded by: ru
2002-10-22 10:37:07 +00:00
Robert Watson
64027e4d85
Add mac(9), a man page providing a basic introduction to the concepts
...
associated with the TrustedBSD MAC Framework, as well as some credits
to developers and contributors.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-21 23:51:18 +00:00
Ian Dowse
c557ae16ce
Implement a new IP_SENDSRCADDR ancillary message type that permits
...
a server process bound to a wildcard UDP socket to select the IP
address from which outgoing packets are sent on a per-datagram
basis. When combined with IP_RECVDSTADDR, such a server process can
guarantee to reply to an incoming request using the same source IP
address as the destination IP address of the request, without having
to open one socket per server IP address.
Discussed on: -net
Approved by: re
2002-10-21 20:40:02 +00:00
Andrew Gallatin
777bca5e20
Add some documentation of FreeBSD's special synchronization quirks
...
which may surprise developers coming from Solaris, or other platforms
which have a similar interface, but slightly different rules.
Reviewed by: jhb, ru
2002-10-21 12:54:13 +00:00
Murray Stokely
a91b8fd9fb
Note that support for the third 'drivers floppy' has been implemented.
...
Also point to the AWK scripts instead of the older Perl ones, now that
they've been rewritten.
2002-10-21 10:48:19 +00:00
Mark Murray
e59ad99697
Move more games stuff to the attic.
2002-10-21 07:50:38 +00:00
Giorgos Keramidas
f09b82aa1a
crash(8) is a manual page, not a `section'.
2002-10-21 01:27:41 +00:00
Giorgos Keramidas
f0f3178bb8
Minor typo fixes.
2002-10-21 01:24:10 +00:00
Giorgos Keramidas
f19c72095f
Use .Ed to terminate .Bd display.
2002-10-21 01:13:46 +00:00
Poul-Henning Kamp
b8c9bc1a22
Stamping out more Danglish.
2002-10-20 20:59:10 +00:00
Chris Costello
19eec4135d
Move .Os to its proper location in the document.
2002-10-20 19:44:36 +00:00
Chris Costello
bba43ee522
o Spelling, punctuation and markup fixes.
...
o Correctly use the "No chain is stronger than its weakest link" adage.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-20 19:38:28 +00:00
Ceri Davies
362ebd996c
Correct various typos.
...
PR: docs/44302
Submitted by: Christian Brueffer <chris@unixpages.org>
Approved by: phk
2002-10-20 15:27:32 +00:00
Ceri Davies
e1eecee002
Remove quotes to make an example of kernel configuration valid.
...
PR: docs/44306
Submitted by: Dmitry Dyomin <old@old.com.ua>
MFC after: 3 days
2002-10-20 15:19:40 +00:00
Mark Murray
dc2f663b39
Do not build the majority of the games. Remaining are the
...
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00
Scott Long
f9d186edc8
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
...
world. This should be considered highly experimental.
Approved-by: re
2002-10-20 08:17:39 +00:00
Poul-Henning Kamp
86ebc3343c
Add the manual page which explains how gbde works and which bits it is
...
composed off.
Sponsored by: DARPA & NAI Labs.
2002-10-19 21:44:57 +00:00
Andrey A. Chernov
1878fe6398
Add sr_YU locales
...
Submitted by: Toni Andjelkovic <toni@soth.at>
2002-10-19 13:04:05 +00:00
Andrey A. Chernov
33b7947a75
Add sr_YU locales
...
Submitted by: Toni Andjelkovic <toni@soth.at>
2002-10-19 12:59:19 +00:00
Benno Rice
6771685b7a
Update the documentation for kthread_create to include the pages argument.
...
Reviewed by: sheldonh
Forgotten by: scottl
2002-10-19 01:39:44 +00:00
Ruslan Ermilov
b17996a47e
Revert last delta. SGR support in grotty(1) is disabled system-wide
...
in /usr/share/tmac/troffrc pending the issue resolution on -arch.
2002-10-18 09:14:17 +00:00
Chris Costello
6bc41f415a
Add a new man page describing the mac_bsdextended policy.
...
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-18 05:40:48 +00:00
Andrey A. Chernov
34c763eff1
Add Dutch ISO keymap
...
PR: 17699
Submitted by: Edwin Groothuis <mavetju@chello.nl>
2002-10-17 19:56:00 +00:00
Ruslan Ermilov
ccc4bab104
Added the new variable CTAGS which, if set to "ctags", reverts
...
to creating the tags file using ctags(1). Defaults to "gtags".
Made GTAGSFLAGS and HTAGSFLAGS overrideable, added CTAGSFLAGS.
Folded bsd.prog.mk version of `tags' into bsd.dep.mk.
PR: bin/42852
2002-10-17 13:48:13 +00:00
Ruslan Ermilov
7621fdab1a
mdoc(7) police: markup and spelling fixes.
...
Prodded by: phk
2002-10-16 16:46:58 +00:00
Mike Barcroft
31cfc49a4e
Remove the posix4(9) manual. It no longer contains relevant
...
information.
2002-10-16 14:24:41 +00:00
Max Khon
2cc6cfc63f
write caching is enabled by default -- reflect this in manpage
...
Approved by: sos
MFC after: 0 days
2002-10-16 13:37:33 +00:00
Garrett Wollman
0aedf5d7d0
Merge from vendor tzdata2002d.
...
PR: 44004
MFC after: 3 days
2002-10-16 01:55:48 +00:00
Garrett Wollman
51cba60d77
Re-sort to reflect change of East Timor from TP to TL.
2002-10-16 01:55:10 +00:00
Garrett Wollman
27a2879108
Update from ADO to reflect changes in Brazil and absence of
...
previously-anticipated changes in Israel.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002d.tar.gz
2002-10-16 01:53:33 +00:00
Max Khon
d817590381
Add HP ScanJet 2200C
...
PR: 41375
Approved by: joe
2002-10-15 21:59:39 +00:00
Sam Leffler
1403a8c73e
update to better reflect reality:
...
o describe additional argument in driver callbacks
o describe flow-control mechanism for processing crypto requests
o remove old cruft
o remove openbsd-specific cruft
o fixup some references
o yada yada ...
2002-10-14 20:23:41 +00:00
Tim J. Robbins
2f25a7cef7
Add LC_CTYPE information for characters with lead bytes ED, EE, FA, FB, FC.
2002-10-14 10:44:00 +00:00
Marcel Moolenaar
8f6a0ee959
ia64 specific CFLAGS change:
...
Fix the "@gprel relocation against dynamic symbol xxx" linker error.
Variables defined in the link unit and small enough to be put in the
short data section will have a gp-relative access sequence (using the
@gprel relocation). It is invalid to have @gprel relocations in shared
libraries, because they are to be resolved by the static linker and
not the dynamic linker. The -fpic option will cause @ltoff relocations
for @gprel relocations, but the side-effects are untested (if any).
Instead, disable/eliminate the short data section to achieve the same.
2002-10-13 02:52:22 +00:00
Jens Schweikhardt
7eeaf6dce8
Fix a dozen typos, among them dmr's last name :-) and the ever so
...
popular "dependant" (which the original reference manual does not have).
Nuke whitespace at EOL.
2002-10-12 14:50:50 +00:00
Jeff Roberson
7229a4a23f
- Add a section on logging ktr entries to disk via ALQ.
2002-10-12 05:50:47 +00:00
Jeff Roberson
d627754a07
- Add a reference to ktrdump(8)
...
- Remove the stale comments about ktr extend.
2002-10-12 03:01:11 +00:00
Jeff Roberson
54dc0e41e4
- Move the description of KTR_CPUMASK into the "Event Masking" section.
...
- Remove the "Extensions" section since it is no longer relavent.
- Create a new section for KTR_VERBOSE and put it's description there.
2002-10-12 02:56:46 +00:00
Jeff Roberson
72517de515
- Remove the bogus reference to the removed KTR_EXTEND option.
...
- Add ktrdump(8) to the SEE ALSO section.
- Remove the BUGS section that complains about not having a userland utility
for viewing ktr data.
2002-10-12 02:45:21 +00:00
John Baldwin
a3672eee7a
SWI_SWITCH and SWI_NOSWITCH were OBE a long time ago.
2002-10-11 19:45:19 +00:00
Mike Barcroft
2b7f24d210
Change iov_base's type from char *' to the standard void *'. All
...
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.
2002-10-11 14:58:34 +00:00
Poul-Henning Kamp
2c38619b52
Slight overhaul of arc4random() and friends.
...
One bug fixed: Use getmicrouptime() to trigger reseeds so that we
cannot be tricked by a clock being stepped backwards.
Express parameters in natural units and with natural names.
Don't use struct timeval more than we need to.
Various stylistic and readability polishing.
Introduce arc4rand(void *ptr, u_int len, int reseed) function which
returns a stream of pseudo-random bytes, observing the automatic
reseed criteria as well as allowing forced reseeds.
Rewrite arc4random() in terms of arc4rand().
Sponsored by: DARPA & NAI Labs.
2002-10-11 13:13:08 +00:00
Ruslan Ermilov
65b1f0f74e
Groff 1.18.1 comes in with ANSI color support, enabled by default.
...
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)
So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature. I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font. Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).
2002-10-11 09:16:24 +00:00
John Baldwin
16de69e956
- Fix a missort in the Time section.
...
- Specify date for OS X 10.1.
- Whitespace fix for NetBSD 1.5.3 release date.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> (mostly)
2002-10-10 16:42:54 +00:00
John Baldwin
d61e0656e1
Update "UNIX History" URL.
...
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
2002-10-10 14:47:03 +00:00
John Baldwin
e48fd6e3c2
- Sort references in the Time section alphabetically.
...
- Remove U25 time reference as it is never referenced.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
2002-10-10 14:21:01 +00:00
John Baldwin
8d40415d94
Update BSD family tree to include FreeBSD 4.6.2, NetBSD 1.6, and Mac OS X
...
10.2.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>
2002-10-10 14:17:42 +00:00
Maxim Konovalov
18632a5d66
Add BSD/OS 4.3.
...
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Reviewed by: grog
MFC after: 1 week
2002-10-10 08:57:39 +00:00
Alfred Perlstein
9e9715e9c0
de-__P()
2002-10-10 00:32:55 +00:00
Andrey A. Chernov
08e9b2d4bb
Change x_fmt to %Y-%m-%d
...
PR: 41043
Submitted by: Henrik Tunedal <henrik@tunedal.nu>
2002-10-09 21:02:43 +00:00
Tim J. Robbins
6220f70ee6
Add definitions for the new international monetary formatting struct lconv
...
members to English (Australia) as an example.
2002-10-09 09:25:11 +00:00
Murray Stokely
8595a93d04
FreeBSD 4.7 enters the BSD family tree sometime on October 8, 2002.
2002-10-08 05:25:58 +00:00
Alexander Kabaev
7d59efa9a8
Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.
...
Reviewed by: n_hibma
Approved by: obrien
2002-10-08 03:09:57 +00:00
Sam Leffler
f4bf433552
manual pages for the new kernel crypto support (need work)
...
Obtained from: openbsd
2002-10-04 20:43:30 +00:00
Ruslan Ermilov
b0eca2c865
Sort in ``phone directory'' order (except for LIBC_*).
2002-10-04 16:25:08 +00:00
Poul-Henning Kamp
2024748156
Reflect the fact that we install our libexpat as libbsdxml.
2002-10-04 13:36:12 +00:00
Bruce Evans
c6a1c7c5b9
Use the -mno-align-long-strings on i386's to debloat the kernel a little.
...
This reduces the size of GENERIC's text space by 73999 bytes (about 2%).
The bloat is from approximately 3437 strings longer than 31 characters
being padded to a 32-byte boundary.
2002-10-04 12:54:36 +00:00
Poul-Henning Kamp
c5f9218b48
Add the new function "sbuf_done()" which returns non-zero if the sbuf is
...
finished.
This allows sbufs to be used for request/response scenarioes without
needing additional communication flags.
Sponsored by: DARPA & NAI Labs.
2002-10-04 09:58:17 +00:00
Scott Long
0910374b7f
Alas, poor matcd, I knew ye well.
...
It doesn't work.
It cannot be made to work.
Goodbye.
X-MFC after: ASAP
2002-10-04 06:06:04 +00:00
Peter Wemm
4ae86c723c
Make the man page for utmp/lastlog match the actual definitions.
2002-10-04 00:25:50 +00:00
Poul-Henning Kamp
a70e34ac71
Add LIBEXPAT definition.
2002-10-02 07:36:08 +00:00
Dima Dorfman
99253b64fb
Correct the exports(5) example to use -ro in the paragraph that talks
...
about how exporting / and /usr works even if they're read-only.
PR: 42076
Submitted by: Marco Molteni <molter@tin.it>
2002-10-02 02:07:08 +00:00
Dima Dorfman
e767e97d74
Correct minor errors in the code examples.
...
PR: 41993
Submitted by: David Lay <dsl@foozle.org>
2002-10-01 23:35:33 +00:00
Ruslan Ermilov
7206028152
test -h is deprecated; use -L instead.
...
PR: bin/40846
2002-10-01 13:29:45 +00:00
Sheldon Hearn
045df95d10
Regen:
...
* Hart: rev 337 of pcidevs.txt (2002-09-29)
2002-09-30 10:41:22 +00:00
Juli Mallett
7cfab3bb92
Allow the shell preference for make(1) to be set in make.conf(5), and hopefully
...
trick a few people into setting MAKE_SHELL to csh, although that can still
rebuild itself to allow them to heal the wound in their foot.
2002-09-29 00:09:22 +00:00
Andrey A. Chernov
69513ccb80
Remove more two-letters names,
...
we don't use them in termcap already many years.
Add "su" as alias to "dumb" to help login, with comment.
2002-09-28 03:40:19 +00:00
Søren Schmidt
c5e827ebc8
Add manpage for the pst driver (Promise SX6000)
2002-09-27 17:44:12 +00:00
Ceri Davies
53264ceaf6
Add a note explaining /var/empty.
...
PR: docs/43364
Submitted by: Kim Scarborough <sluggo@unknown.nu>
MFC after: 14 days
2002-09-26 17:12:05 +00:00
Poul-Henning Kamp
97c662f817
Document that ENOTTY is the correct "default" error return;
2002-09-26 14:10:21 +00:00
Ruslan Ermilov
01a97b5808
Document DOC_LANG.
...
Reviewed by: murray
2002-09-26 07:08:48 +00:00
Brian Somers
df93d794dc
Add a pkg_version variable so that it's possible to run portsversion instead
...
of pkg_version in periodic/weekly/400.status-pkg.
2002-09-25 03:01:42 +00:00
John Baldwin
660e41d37f
Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago.
2002-09-24 20:45:58 +00:00
Andrey A. Chernov
94ac52db2a
Make it works with POSIX sort (POS arg)
...
All old sorts understand -k too.
2002-09-24 20:10:59 +00:00
Hajimu UMEMOTO
b838ab7c19
Mention about how to build sendmail with SASLv2.
2002-09-24 17:07:37 +00:00
Masafumi Max NAKANE
925850905b
Fix typo.
2002-09-21 08:32:07 +00:00
Mark Murray
5741a42f2f
Extend the lint handling a bit.
...
o Make it possible to prevent parts of the tree from being linted
(say) during a 'make world' by setting NOLINT in a leaf Makefile.
o Make "make lint" work (better) for executable programs.
o Clean up (nuke!) a syntax damaged pipeline.
2002-09-20 19:32:51 +00:00
Don Lewis
394739140c
The file vnode passed to VOP_LINK() should now be locked before the call.
2002-09-19 13:34:50 +00:00
Don Lewis
81f8d226f9
Convert descriptions in the ERRORS section to full sentences if they
...
were not full sentences, elaborating as necessary.
2002-09-18 22:12:43 +00:00
John Baldwin
23bfdc2d66
Whitespace-only indention fixups for revision 1.20. This lets the 1.20
...
diff actually be readable.
2002-09-18 20:51:25 +00:00
John Baldwin
f41fb58cd1
Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom of
...
file after end of empty CPUTYPE else clause.
2002-09-18 20:48:54 +00:00
John Baldwin
eb28bc3e98
For the default case of CPUTYPE not being set, don't define CPUTYPE to the
...
lowest value in order to get the right MACHINE_CPU values since setting
CPUTYPE can result in problems later in the buildkernel case. Instead,
set MACHINE_CPU directly and leave CPUTYPE alone.
Tested by: mbr
2002-09-18 20:44:46 +00:00
Poul-Henning Kamp
0b1c0994a5
Add m_fixhdr() and m_length().
2002-09-18 20:04:30 +00:00
Søren Schmidt
f7b6f951cf
Update supported chipset list.
2002-09-18 09:40:18 +00:00
Don Lewis
cc25845767
Style and markup changes only.
...
Capitalize the first letter of the descriptions for the entries in the ERRORS
section if they are complete sentences and end the sentences with periods.
2002-09-18 09:34:01 +00:00
Mike Barcroft
86954511d2
Implement C99's va_copy() macro.
2002-09-18 07:33:16 +00:00
Sheldon Hearn
46cdd3078f
Regen:
...
* Hart: rev 332 of pcidevs.txt (2002-09-09)
2002-09-17 11:47:53 +00:00
Hajimu UMEMOTO
368d90d1ca
reject private IPv4 addrs
...
Obtained from: KAME
2002-09-17 10:56:52 +00:00
Don Lewis
4f0ef11192
Update man page to reflect current implementation.
...
List all of the error returns shown in the example code in the ERRORS
section.
2002-09-17 08:31:43 +00:00
Don Lewis
691d7d0915
Fix a hard sentence break.
2002-09-17 08:24:15 +00:00
Peter Wemm
66422f5b7a
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
Nate Lawson
8723b451f9
Start new sentence with newline.
...
Suggested by: jhb
2002-09-16 19:53:51 +00:00
Nate Lawson
8c3308035a
Update man page for enum -> const char * change for v_tag
2002-09-16 18:16:07 +00:00
Ceri Davies
5238a408ed
s/protocole/protocol/
...
PR: docs/42815
Submitted by: Nicola Vitale <nivit@libero.it>
MFC after: 21 days
2002-09-15 20:33:05 +00:00
Mike Barcroft
beddcd8bcb
Document intptr_t and uintptr_t.
2002-09-15 20:12:20 +00:00
Robert Watson
58616b1c69
s/VOP_NULL/VATTR_NULL/
2002-09-14 03:32:57 +00:00
Katsushi Kobayashi
3c60ba66c4
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
...
Bus Protocol 2:SCSI over IEEE1394) support for CAM.
2002-09-13 12:31:56 +00:00
David E. O'Brien
fb3d225909
Add support for the AMD x86-64 Hammer platform.
2002-09-11 04:57:09 +00:00
Robert Drehmel
3b12885314
Add a paragraph which should clarify the separation of asterisks
...
and adjacent tokens in declarations.
The added text was originally a single sentence I wrote and which
was heavily modified and extended by Bruce Evans.
This clarification attempt originates from differing usage of the
'restrict' type-qualifier.
Although various documents documents dicussing the C Programming
Language put a space between an asterisk and the 'restrict' keyword,
including the C99 standard (at least the n869.txt draft) and other
ISO/IEC JTC1/SC22/WG14 documents, the IEEE Std 1003.1-2001 document
does not separate them.
Discussed with: bde
Requested by: tjr
Separation using a single space also liked by: mike
2002-09-10 14:48:38 +00:00
Tony Finch
3e30ca7b1c
Remove a sentence about wrapping macro definitions in bare braces,
...
which became wrong after using do { } while (0) became recommended.
Move the definition of what braces are to their new first occurrence.
Reviewed by: bde
2002-09-10 10:54:39 +00:00
John Polstra
a02e220c6f
Mention support for the on-board NICs on IBM x235 servers.
...
Be more precise when referring to the chip family (BCM570x) vs.
specific models (e.g., BCM5700).
MFC after: 1 month
2002-09-08 19:20:23 +00:00
Andrey A. Chernov
524cb6766e
Another two-letters breakage
2002-09-08 12:47:22 +00:00
Andrey A. Chernov
c1b7a2d2f1
1) Remove all two-letters names and derivates, comes with Xfree* entries spam,
...
we don't use two-letters names already many years.
2) Make xterm-color just plain alias to xterm instead of unnecessary
reduplication of color capabilities already exist in xterm entry.
2002-09-08 05:41:42 +00:00
Chad David
78ae381517
Note that siginit() does not cause every signal to be ignored only the
...
ones with a default property of SA_IGNORE, and that it acquires and
releases the processes lock.
2002-09-07 06:07:55 +00:00
Kris Kennaway
0dafadb731
Add support for ev67 and ev45 CPUTYPEs (new in gcc3)
2002-09-07 01:26:11 +00:00
Maxime Henrion
af1ed8d074
List the new athlon CPUs supported by the CPUTYPE make variable.
...
Submitted by: kris
2002-09-07 01:19:15 +00:00
Maxime Henrion
8e4b67a2a3
Update to use all the new CPU optimizations of GCC3.
...
Reviewed by: kris
2002-09-07 01:15:29 +00:00
Maxim Sobolev
5176efdd47
Connect gre(4) to the build.
2002-09-06 17:17:22 +00:00
Maxim Sobolev
8e96e13e6a
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
...
and MOBILE (RFC2004) IP tunnels.
Obrained from: NetBSD
2002-09-06 17:12:50 +00:00
Robert Drehmel
00f9b68295
Expand a contraction in the text of style(9) for consistency.
...
Do not touch contractions in comments of code examples because
their usage seems to be justified by space contraints.
2002-09-06 10:53:57 +00:00
Peter Wemm
c253d72f0a
Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using
...
ev6 or pca56 etc this downgrades the cpu specification passed to gas.
As a result, gas will fail when gcc generates media instructions (in
uipc_usrreq.c). This only affects what gas will accept, not what gcc
generates or what our *.s file contain.
2002-09-06 07:27:41 +00:00
Gordon Tetlow
e99a17fb92
Update rc.conf.5 man page to reflect bootparamd_enable and _flags
2002-09-05 20:19:03 +00:00
Gregory Neil Shapiro
d87e0e8e23
Deprecate the use of sendmail_enable="NONE" as it adversely affects the
...
new rcNG effort.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
2002-09-03 22:15:57 +00:00
Scott Long
5bd24c43a2
Fix a few typos and nits.
...
Submitted by: bmah
2002-09-01 22:07:24 +00:00
Scott Long
55131267b6
Add a manual page for the ahd driver.
2002-09-01 07:34:47 +00:00
David E. O'Brien
6e7b5f4065
Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restore
...
the pre-run screen.
Desired by: alfred, peter, mini
2002-09-01 02:04:42 +00:00
Kris Kennaway
b5cdcc000b
test -h is deprecated; use -L instead.
...
Submitted by: april <april@oublinet.net>
PR: misc/38724 (part of)
MFC after: 3 days
2002-08-31 02:22:33 +00:00
Hellmuth Michaelis
2455cd9ea2
document options for integrating pcvt configuration into the new /etc/rc.d
...
startup system.
2002-08-30 12:44:44 +00:00
Mitsuru IWASAKI
6c40705212
s/hint.acpi.0.disable/hint.acpi.0.disabled/
...
Fix device hints entry for disabling acpi(4).
This also should fix the arbitration with apm(4) when both drivers
are enabled.
Note that your /boot/device.hints needs to be updated if you want to
stop auto-loading acpi.ko or disable acpi(4).
2002-08-30 11:11:07 +00:00
Johan Karlsson
2281085897
Use correct arguments to sysctl in code example.
...
PR: 40038
Submitted by: perky
Approved by: sheldonh (mentor)
MFC after: 1 week
2002-08-30 10:52:17 +00:00
Matthew Dillon
5bdfbf5afd
Cleanup grammer related to PR 40907 and add a section on TCP delayed
...
acks as suggested by Mike Harding <mvh@ix.netcom.com>
2002-08-29 20:34:06 +00:00
Maxim Sobolev
d1831a621a
Last missed bit of user-setable promisc mode.
...
Pointy hat to: sobomax
MFC after: 1 day
2002-08-28 07:24:20 +00:00
Jens Schweikhardt
a5587014bd
Use the xterm termcap that XFree86 ships instead of our somewhat
...
questionable termcaps.
PR: bin/41143, also fixes ports/35092
Submitted by: Andy Sparrow <spadger@best.com>
MFC after: 3 days
2002-08-27 17:33:39 +00:00
Tom Rhodes
2ff33d9472
Grammar cleanup
...
PR: 40909
2002-08-27 16:18:07 +00:00
Yaroslav Tykhiy
dd4dc0a99c
Language style and grammar fixes.
...
tx(4) has gained native support for vlan(4).
MFC after: 3 days
2002-08-27 14:26:05 +00:00
Yaroslav Tykhiy
a5a8905c10
Update the section on NIC driver support status.
...
MFC after: 3 days
2002-08-27 14:01:14 +00:00
David E. O'Brien
a8a1e43d8f
Backout rev 1.4. The code certainly does not spell the sysctl with 'ed':
...
$ grep disable /sys/boot/i386/libi386/i386_module.c
if ((getenv("acpi_load") && !getenv("hint.acpi.0.disable"))) {
2002-08-25 20:02:30 +00:00
Matthew Dillon
301b6a7936
Rearrange a sentence that got stuck in the wrong paragraph.
...
X-MFC after: (all commits here will be MFCd)
2002-08-25 18:54:04 +00:00
Matthew Dillon
c3bf8c4544
Clear up confusion in a sentence describing [/var]/tmp.
2002-08-25 18:46:43 +00:00
Matthew Dillon
78d1394010
Add a section on the net.inet.ip.portrange.* sysctls.
...
Suggested by: Mike Harding <mvh@ix.netcom.com>
MFC after: 3 days
2002-08-25 18:34:48 +00:00
Mike Barcroft
33213740d8
Append a d to disable to make the ACPI hint example valid.
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2002-08-25 16:48:16 +00:00
Jens Schweikhardt
798fb62432
Reformat the mvterm entry to fit mostly in an 80 column terminal.
...
Suggested by: bde
MFC after: 3 days
2002-08-25 12:12:46 +00:00
Bruce Evans
64fc62d407
Turned format checking back on. It was left turned off for too long after
...
the gcc lossage that caused it to be turned off was fixed.
Tested with: i386/{GENERIC,LINT,...}, alpha/GENERIC
2002-08-25 08:05:02 +00:00
Chris Costello
4e1e73eb94
Remove a repeated word.
...
Submitted by: horikawa
2002-08-25 07:13:05 +00:00
Matthew Dillon
667137d174
Add A section on the retransmit timer sysctls.
...
MFC after: 3 days
2002-08-25 01:51:57 +00:00
Bruce A. Mah
6224bea053
Really add new fxp(4) adapter names this time.
...
Forgotten part of a patch from:
PR: 41759
Submitted by: David Siebörger <drs@rucus.ru.ac.za>
2002-08-24 22:26:52 +00:00
Bruce A. Mah
04f60e4b0a
Update the list of chips and cards supported by this driver.
...
Based heavily on patches contained in...
PR: 41759
Submitted by: David "Siebörger" <drs@rucus.ru.ac.za>
2002-08-24 17:00:17 +00:00
Jens Schweikhardt
edd154566e
1) add mvterm
...
2) add 132 column entries for VESA
3) fix kterm entry tc
PR: 1) misc/39628, 2) conf/13918, 3) misc/22660
Submitted by: 1) Daniel Rudy <dcrudy@pacbell.net>
Submitted by: 2) Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
Submitted by: 3) Koji Mori <mori@tri.asanuma.co.jp>
MFC after: 2 weeks
2002-08-22 19:48:13 +00:00
Jens Schweikhardt
7b25407e31
Fix typo and ispell while I'm here.
...
PR: bin/41819
Submitted by: Christophe Juniet <cjuniet@entreview.com>
MFC after: 3 days
2002-08-21 07:51:45 +00:00
Warner Losh
f46ccb5625
Suggest that function prototypes in kernel headers be alphabetical,
...
unless there's a compelling reason to deviate.
Submitted by: Don Lewis
Suggestion not objected to by: developers@
2002-08-21 06:58:21 +00:00
Archie Cobbs
97cbe82b40
Man page for new L2TP netgraph node type.
...
Obtained from: Packet Design
2002-08-20 22:00:56 +00:00
Alfred Perlstein
0f6f01c07b
Fix url for wordlists.
...
PR: docs/41830
2002-08-20 21:41:14 +00:00
Hajimu UMEMOTO
6921d421ae
Previous commit of adding ut to xterm entry broke kterm-color entry.
...
3 bytes (ut:) seems too long for kterm-color. There is a limitation
of buffer size within 1024 bytes in our ncurses.
Submitted by: mistral@imasy.or.jp
Reviewed by: matusita
MFC after: 1 day
2002-08-20 16:38:05 +00:00
Jens Schweikhardt
d4bbfee298
Insert missing 'are' to fix grammar bogon.
...
MFC after: 3 days
2002-08-20 14:43:10 +00:00
Ruslan Ermilov
81c0610313
Allow one to override ${MINSTALL} in /etc/make.conf.
...
Prompted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2002-08-20 11:11:37 +00:00
Gordon Tetlow
806fb7f53b
Update manpage to reflect reality:
...
xntpd -> ntpd
single_mountd_enable -> mountd_enable
portmap -> rpcbind
2002-08-19 17:57:38 +00:00
Jens Schweikhardt
dc7fb8d2ce
Provide an iso8859 table similar to share/misc/ascii.
...
PR: misc/11553
Submitted by: Oliver Fromme <olli@fromme.com>
MFC after: 1 week
2002-08-18 16:57:45 +00:00
Maxim Sobolev
62f7648682
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
...
breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in
SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's.
Reviewed by: -hackers, -net
2002-08-18 07:05:00 +00:00
Matthew Dillon
e1583529ee
Oops, last manual commit was to -stable, should have been to -current.
...
No biggy, the code MFC to stable will catch up to the docs in a week.
X-MFC after: -7 days
2002-08-17 20:44:24 +00:00
Andrey A. Chernov
caab99ee38
Add ut to xterm (which was removed from vt* it refers)
2002-08-17 12:34:59 +00:00
Sheldon Hearn
7b829a94c4
Regen:
...
* Hart: rev 321 of pcidevs.txt (2002-08-11)
* Boemler: vendors.txt (2002-08-10)
2002-08-16 14:55:51 +00:00
Tom Rhodes
19c99159d4
Remove usbhidaction(1) manual page under SEE ALSO section. This will be
...
added again if/when we port the framework.
Submitted by: mwlucas
Approved by: joe
2002-08-16 05:01:11 +00:00
Marc Fonvieille
e4494935d1
Fix typos: s/Ths/This, s/counties/countries
...
PR: docs/39060
Submitted by: Nicola Vitale <nivit@libero.it>
MFC after: 3 days
2002-08-15 21:25:41 +00:00
Maxime Henrion
9ca5db2fe1
Fix typo.
2002-08-15 13:11:35 +00:00
Ruslan Ermilov
43290b6363
mdoc(7) police: fixed indentation in synopsis.
...
Submitted by: bde
2002-08-15 08:20:07 +00:00
Ruslan Ermilov
c887ca5b8a
mdoc(7) police: fixed indentation in SYNOPSIS.
...
Submitted by: style(9) police (bde)
2002-08-14 16:09:31 +00:00
Ruslan Ermilov
c0cb7cc399
mdoc(7) police: minor nits.
...
Approved by: imp
2002-08-13 19:43:47 +00:00
Ruslan Ermilov
a654c53e16
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
Josef Karthauser
96991a6ae8
Add a bugs section to mention that this device probably doesn't work
...
properly.
2002-08-13 15:12:11 +00:00
Ruslan Ermilov
75aee0b96c
mdoc(7) police: nits.
2002-08-13 15:01:26 +00:00
Ruslan Ermilov
6c8c60988b
mdoc(7) police: typos.
2002-08-13 14:57:33 +00:00
Ruslan Ermilov
635e2e682b
mdoc(7) police: nit.
2002-08-13 14:52:41 +00:00
Ruslan Ermilov
e6d3dae8cd
mdoc(7) police: tidy up formatting.
2002-08-13 14:51:17 +00:00
Ruslan Ermilov
ad5ca2e1b7
mdoc(7) police: revert to a valid construct.
2002-08-13 14:42:24 +00:00
Ruslan Ermilov
8cdc6c3a7c
mdoc(7) police: removed hard sentence break.
2002-08-13 14:39:26 +00:00
Ruslan Ermilov
c3b938855a
mdoc(7) police: Bump document date, removed (again) hard sentence breaks..
2002-08-13 14:37:41 +00:00
Ruslan Ermilov
e316d2deba
mdoc(7) police: nit.
2002-08-13 14:25:53 +00:00
Ruslan Ermilov
74087d9d1a
mdoc(7) police: laundry.
2002-08-13 14:20:06 +00:00
Ruslan Ermilov
76e0d06131
mdoc(7) police: laundry.
2002-08-13 14:12:31 +00:00
Ruslan Ermilov
99bf03d6a5
mdoc(7) police: added missing paragraph breaks.
2002-08-13 13:59:35 +00:00
Ruslan Ermilov
052160ff07
mdoc(7) police: typo and removed stray .Pp.
2002-08-13 13:55:02 +00:00
Ruslan Ermilov
5faba7ef6b
mdoc(7) police: pseudo-devices are gone from -CURRENT.
2002-08-13 13:50:36 +00:00
Ruslan Ermilov
a627f55aa4
mdoc(7) police: nits in rev. 1.4.
2002-08-13 13:44:45 +00:00
Tom Rhodes
b726757328
Attach uvisor(4) to the build.
2002-08-13 01:39:36 +00:00
Tom Rhodes
928217fd19
Add the uvisor(4) manual page.
...
Obtained from: NetBSD
Requested by: joe
2002-08-13 01:38:19 +00:00
Josef Karthauser
bcee849934
Replace /dev/tty with /dev/ucom.
...
Submitted by: wilko
2002-08-12 20:28:53 +00:00
Ruslan Ermilov
f350abf814
Handle the escaped colon \: in a capability.
...
PR: bin/30778
Reviewed by: ache, peter
MFC after: 3 days
2002-08-12 19:13:22 +00:00
Mark Peek
6ea9977209
Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips.
2002-08-12 16:25:20 +00:00
Jens Schweikhardt
84bd1082cb
Fix typos (s/seperat/separat/ et al); add FreeBSD ID.
...
Suggested by: bde
MFC after: 3 days
2002-08-12 10:04:32 +00:00
Hellmuth Michaelis
866a3fa2bf
add support properly displaying and logging incoming telephone numbers (MSNs)
...
by looking at the "type of number" field and providing configurable hooks
to correct the numbers accordingly. See keywords add-prefix, prefix-national
and prefix-international in isdnd.rc(5).
This feature was implemented by Christian Ullrich <chris@chrullrich.de>
2002-08-12 07:53:55 +00:00
Josef Karthauser
31f48889ad
Add the uftdi ucom driver which supports the following adapters:
...
Inland UAS111
QVS USC-1000
HP USB-Serial adapter shipped with some HP laptops
Submitted by: takawata
MFC After: 7 days
2002-08-11 23:32:33 +00:00
Hellmuth Michaelis
9ed6ae76c7
add experimental support for Data over Voice (DoV) outgoing calls.
...
based on patches received from Guy Ellis (guy@traverse.com.au ),
Chris Collins (xfire@xware.cx ) and Phillip Musumeci (phillip@cs.jcu.edu.au ).
2002-08-11 15:47:26 +00:00
Jens Schweikhardt
2b239dd118
Fix typos; each file has at least one s/seperat/separat/
...
(I skipped those in contrib/, gnu/ and crypto/)
While I was at it, fixed a lot more found by ispell that I
could identify with certainty to be errors. All of these
were in comments or text, not in actual code.
Suggested by: bde
MFC after: 3 days
2002-08-11 13:05:30 +00:00
Brooks Davis
05c872ad62
Make ppp(4) devices clonable and unloadable.
2002-08-09 15:30:48 +00:00
David E. O'Brien
ac03993585
Restore autoloading of ACPI module.
...
Document the approved ways of disabling it.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
2002-08-09 06:07:33 +00:00
Doug Ambrisko
2b739dc164
Add support for SX cards using TBI such as Netgear GA621
...
Sponsored by: Vernier Networks.
MFC after: 1 week
2002-08-08 18:30:39 +00:00
Wolfram Schneider
1baa7ea787
NetBSD style fixes.
...
PR: misc/41164
Submitted by: Bang Jun-Young <junyoung@netbsd.org>
2002-08-05 18:58:46 +00:00
Wolfram Schneider
c3712ca9bf
Added NetBSD 1.5.3
...
Submitted by: Bang Jun-Young <junyoung@netbsd.org>
2002-08-04 20:41:15 +00:00
Wolfram Schneider
bec2b9449b
Update FreeBSD 4.6 release date.
...
Added OpenBSD 3.1
2002-08-04 20:34:28 +00:00
Ruslan Ermilov
32f8ca450d
TARGET_CPUTYPE should exist solely in Makefile.inc1, similar to
...
TARGET_ARCH and TARGET. This is problematic when one has the =
(unconditional) type of assigment for CPUTYPE in /etc/make.conf.
(This would override what was set on the command line to "make
buildworld".)
Add a (horrible) kludge to Makefile.inc1 to check the type of
assignment for CPUTYPE (only for those who attempts to set it to
a different value). Fix an example make.conf. Fix the kernel's
build-tools target (aicasm only at the moment) to catch up with
bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in
Makefile.inc1's BMAKE).
Reviewed by: jhb
2002-08-02 18:04:22 +00:00
Robert Watson
4fd65a06f9
Add a libnames entry for libugidfw.
...
Add a DPADD line for ${LIBUGIDFW} for ugidfw.
Submitted by: ru
2002-08-02 13:37:57 +00:00
Mark Murray
d1fd4b3369
Remove the reference to NOUUCP, ans we no longer have base UUCP.
2002-08-02 10:52:59 +00:00
Mark Murray
e830ddcaf2
There is no more UUCP in the base system, so there is no need to
...
prevent its building.
2002-08-02 10:40:09 +00:00
Mark Murray
418df1e498
Modernise and tidy up.
2002-08-02 10:37:22 +00:00
Mark Murray
129d3a7a92
sort(1) and uniq(1).
2002-07-31 16:44:01 +00:00
Hajimu UMEMOTO
68966e0453
include file of SASLv1 was changed to /usr/local/include/sasl1.
2002-07-31 15:06:09 +00:00
Jens Schweikhardt
80e2ef88e9
Correct a few grammar bogons.
...
MFC after: 3 days
2002-07-31 09:32:22 +00:00
John Baldwin
22e256fded
- Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so that
...
bsd.cpu.mk doesn't have to worry about compilers other than the current
version.
- Allow TARGET_CPUTYPE to override CPUTYPE in bsd.cpu.mk.
- Treat an empty CPUTYPE the same as an undefined CPUTYPE.
- For buildworld, buildkernel, etc., define TARGET_CPUTYPE to CPUTYPE for
native builds and define it to be empty for cross-builds.
TARGET_CPUTYPE is only defined if it is not already defined via the
commandline or environment.
2002-07-31 03:56:03 +00:00
Marc Fonvieille
25c911a50a
Correct URLs to Handbook & FAQ's pages
...
MFC after: 1 week
2002-07-30 21:14:15 +00:00
Marc Fonvieille
1061be04b3
Correct links to Handbook's pages, old URLs does not work anymore.
...
MFC after: 1 week
2002-07-30 21:04:26 +00:00
Marc Fonvieille
d46a60ea2e
Correct links to Handbook's pages:
...
http://www.freebsd.org/handbook/mirrors.html is not working anymore,
http://www.freebsd.org/doc/handbook/mirrors.html is the new link
MFC after: 1 week
2002-07-30 14:08:16 +00:00
Warner Losh
837f5da854
Add a bunch more cards that are known to work.
...
Add a warning about the Symbol LA-4100 series of cards. You gotta
load special firmware, and the wi driver in the tree doesn't support
that yet.
2002-07-30 06:58:27 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Ruslan Ermilov
33c1de7d1f
Ignore -C, -p, and -S options of install(1) when used with the -d
...
option. Warn about COPY being phased out. Restore the old method
of always comparing before installing: INSTALL="install -C".
Requested by: bde
2002-07-29 08:51:04 +00:00
Murray Stokely
aa2ada4e96
Fix typo.
...
PR: docs/41091
MFC after: 1 day
2002-07-29 07:22:26 +00:00
Matt Jacob
b52b9d56d4
Fix Makefiles to actually work.
2002-07-29 04:43:10 +00:00
John Baldwin
9bd85872d1
- Fixup whitespace after previous commit.
...
- To minimize whitespace changes, remove a test that didn't define
_CPUCFLAGS if both NO_CPU_CFLAGS and NO_CPU_COPTFLAGS were defined
since it is redundant (we don't use _CPUCFLAGS if those are defined).
2002-07-27 22:15:42 +00:00
John Baldwin
8605c6b2ad
If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGS
...
to tune for more advanced processors while still supporting the minimum
processor in an architecture. We can do this with the '-mtune=' option
to gcc for alpha, sparc64, and powerpc and with the mis-named '-mcpu='
option for i386.
This defaults to tuning i386 builds for i686 machines though not using
any instructions that aren't found on an 80386. For alpha it defaults
to tuning for an EV5.
Approved by: peter
Peril sensitive sunglasses borrowed from: peter
2002-07-27 22:04:05 +00:00
John Baldwin
2d1c9e0f70
Document DOCRELEASETAG and PORTSRELEASETAG.
2002-07-27 21:09:29 +00:00
John Baldwin
15cee06db7
Document PREFETCHDISTFILES.
2002-07-27 20:04:48 +00:00
John Baldwin
ee6b01b97b
Document KERNEL_FLAGS and WORLD_FLAGS.
2002-07-27 20:00:39 +00:00
John Baldwin
8be4d32c52
- Move BUILDNAME up before CHROOTDIR.
...
- RELEASETAG is an optional variable, not a required one.
2002-07-27 19:52:35 +00:00
Ruslan Ermilov
b32a0019ed
Feedback also included this.
2002-07-26 20:53:26 +00:00
Prafulla Deuskar
5461e58563
Fix markup issues introduced in earlier commit.
...
Feedback from: ru (Ruslan Ermilov)
MFC after: 3 days
2002-07-26 20:50:35 +00:00
Prafulla Deuskar
5155b8e214
Updated man page to include support for
...
82546 based adapters.
MFC after: 3 days
2002-07-26 17:35:31 +00:00
Hajimu UMEMOTO
a7d3c08ea8
- now, IPV6CTL_V6ONLY is on by default.
...
- .Nx -> .Fx
2002-07-26 11:42:46 +00:00
Hajimu UMEMOTO
323e7f3d09
sync types with headers.
2002-07-26 08:20:34 +00:00
Hajimu UMEMOTO
6655feec2c
note that we intentionally violate RFC2553 for security reasons.
...
Adviced by: itojun
Obtained from: NetBSD
2002-07-26 08:11:51 +00:00
Warner Losh
b294c6a39a
Clarify the sizeof(var) rule. This is the result of the consensus in
...
arch@ between myself, bde and markm. I kept the parts that all of us
agreed to, and omitted some more extensive text that I'd originally
wanted.
2002-07-25 00:30:24 +00:00
Marc Fonvieille
d4b7dd491c
Remove the word IPSec to respect RFCs (for example
...
http://www.ietf.org/rfc/rfc2401.txt ), IPsec is the right word and
already in the dictionary.
PR: in part docs/38668
Reviewed by: murray
MFC after: 10 days
2002-07-24 10:24:52 +00:00
Tim J. Robbins
8030ad187e
Mention the new bind(1) sh builtin.
2002-07-23 14:38:07 +00:00
Robert Watson
060c42c3d2
Mention SAVENAME and SAVESTART in the namei(9) operation flag description
...
since apparently people were missing that you aren't supposed to access
the name buffer following namei() unless you specify one of these flags.
Pointed out by: green
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-07-23 13:16:36 +00:00
Robert Watson
fd3083e0f8
Update ucred.9 to talk a bit more about correct use of credentials,
...
including documenting that ucreds must not be pulled out of thin air,
when to use td_cred vs. p_ucred, how to avoid race conditions in
credential updates, and why to use p_ucred when targetting a thread
or process in an access control operation involving two processes.
Reviewed by: julian, jhb (earlier revision)
2002-07-23 13:09:24 +00:00
Juli Mallett
698f822d6d
Turn on emacs line editing mode by default, as this is what most shells do
...
these days, and the average user expects ^A and arrow keys to work, however
if they know nothing of editing modes, they will think sh(1) just sucks. It
is likely that because of defaults on most systems and with most shells that
anyone who actually wants vi(1) editing mode will have 'set -o vi'. This
won't affect existing accounts, this way, of course. Only accounts with
.shrc from new etc/skel will be affected. This is much better than making
the change in sh(1).
2002-07-23 12:28:16 +00:00
Ruslan Ermilov
397304fe4f
Moved `clean:' below, just before the inclusion of bsd.obj.mk,
...
so that CLEANFILES from bsd.man.mk and bsd.dep.mk are honored.
2002-07-21 21:22:45 +00:00
Jens Schweikhardt
9660d3718b
Typo: s/If the this option/If this option/
...
MFC after: 1 week
2002-07-20 09:25:55 +00:00
Ruslan Ermilov
5113446a35
Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.
...
(Useful for RELENG_4's lib/libpam/modules.)
2002-07-19 18:40:13 +00:00
Ruslan Ermilov
aed191e514
Don't install any old cruft present in the tree, including
...
editor backups, .orig or .rej files, etc. Make transition
from SHARED=symlinks to SHARED=copies and vice versa work.
Submitted by: des, ru
2002-07-19 07:51:58 +00:00
Ruslan Ermilov
42c0ad02c2
Correction to the previous revision: define SHLIB_LINK if SHLIB_NAME
...
is defined (whether or not LIB is defined).
2002-07-18 17:44:20 +00:00
Ruslan Ermilov
d29831440a
To force install(1) to always compare files before installing, one
...
now needs to set COPY=-C as -C is no longer compatible with the -d
option. It is also likely to be renamed to INSTALL_COPY soon.
Update documentation to reflect this change.
PR: bin/40724
2002-07-18 12:54:55 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
Ruslan Ermilov
8cda97bd32
Sort FILES.
2002-07-17 16:35:00 +00:00
Sheldon Hearn
5098ee792a
One external utility was ommitted in the previous delta:
...
alias
2002-07-17 15:34:25 +00:00
Sheldon Hearn
8b98c6bf7c
The following builtins are now available as external commands as well:
...
bg
cd
command
fc
fg
getopts
jobs
read
umask
unalias
wait
2002-07-17 07:12:37 +00:00
Tom Rhodes
f7560bd3a7
Fix grammar 'the administrator'
...
PR: 39093
Submitted by: Mike Makonnen <makonnen@packbell.net>
2002-07-15 16:23:56 +00:00
Giorgos Keramidas
b3e9028c87
Document savecore_flags.
...
PR: docs/35967
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-07-15 02:21:44 +00:00
Philippe Charnier
8d74f63d1e
The .Nm utility
2002-07-14 14:58:11 +00:00
Andrey A. Chernov
bb4265e4a1
Fix pl_PL collating table
...
PR: 39408
Submitted by: Michal Pasternak <doc@pasternak.w.lub.pl>
2002-07-14 13:17:12 +00:00
Ruslan Ermilov
8f463ff4c5
Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk,
...
to make it call `install' in the bsd.subdir.mk-driven makefiles
too. (share/examples/Makefile,v 1.29 changed the bsd.prog.mk
to bsd.subdir.mk and many stuff was lost during "make release".
I then merged this change in rev. 1.28.2.2 to work around the
namespace pollution (FILES) in this makefile.)
There was an added complexity here. Both the `distribute' and
`install' targets are recursive (they propagate to SUBDIRs).
So `distribute' first calls `install' in the ${.CURDIR}, then
calls `distribute' in each SUBDIR, etc. The problem is that
`install' (being also recursive) causes the stuff from SUBDIR
to be installed twice, first time thru `install' in ${.CURDIR}
triggered by `distribute', second time by `distribute' run in
the SUBDIR. This problem is not new, but it became apparent
only after I moved the `distribute' target from bsd.obj.mk to
bsd.subdir.mk. My first attempt testing the fix failed due to
this, because the whole world was distributed twice, causing
all the imaginable mess (kerberos5 stuff was installed into both
"base" and "krb5" dists, there was /sbin/init.bak, etc.)
I say the problem is not new because bsd.prog.mk and bsd.lib.mk
makefiles with SUBDIR (even without this fix) had this problem
for years. Try e.g. running ``make distribute DISTDIR=/foo''
from usr.bin/bzip2 or from lib/libcom_err (without the fix) and
watch the output.
So the solution was to make `install' behave non-recursive when
executed by `distribute'. My first attempt in passing SUBDIR=
to the `install' in the `distribute' body failed because of the
way how src/Makefile and src/Makefile.inc1 communicate with each
other. SUBDIR='s assignment precedence on the "make install
SUBDIR=" command line is lowered after src/Makefile wrapper calls
"make ... -f ${.CURDIR}/Makefile.inc1 install" because SUBDIR=
is moved into environment, and Makefile.inc1's assignments now
take higher precedence. This may be fixed someday when we merge
Makefile with Makefile.inc1. For now, this is implemented as a
NO_SUBDIR knob.
Spotted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
Prodded by: des
MFC after: 3 days
2002-07-12 15:09:35 +00:00
Ruslan Ermilov
9e82e81b91
Connect device.hints.5 to the build.
2002-07-12 14:16:46 +00:00
Ruslan Ermilov
3fad0a60f0
Sort MAN.
2002-07-12 14:08:40 +00:00
Ruslan Ermilov
1c4347288f
Fixed path to /boot/device.hints.
2002-07-12 13:44:37 +00:00
Bruce Evans
35f2bab629
Fixed misspelling of "hint." as "hints." in rp's hints.
2002-07-11 20:47:56 +00:00
Bruce Evans
6c0b854cf9
Improved wording in the descriptions of hints. In particular, don't start
...
a new paragraph for describing the hints associated with each card type.
Reviewed by: ru
2002-07-11 20:24:58 +00:00
Ruslan Ermilov
11f0b352e0
Update the SUBDIR hacks to work with the current bsd.subdir.mk.
2002-07-11 13:38:05 +00:00
Maxim Sobolev
8c6d67ef99
Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serial
...
card.
Submitted by: Oleg Antoshin <oleh@at2000.kiev.ua>
MFC after: 3 days
2002-07-10 17:26:11 +00:00
Maxim Konovalov
25a6539985
Fix a typo.
...
MFC after: 3 days
2002-07-10 09:06:42 +00:00
Marc Fonvieille
4e7c3744b8
Typo fix: s/THAI/TAHI
...
PR: docs/40371
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Approved by: keramida
MFC after: 7 days
2002-07-09 20:37:18 +00:00
Sheldon Hearn
9945b966f5
Regen:
...
* Hart: rev 313 of pcidevs.txt (2002-07-05)
* Boemler: vendors.txt (2002-06-24)
2002-07-09 11:50:14 +00:00
Warner Losh
03fd39aa3d
Preliminary NEWCARD docs.
2002-07-09 05:08:49 +00:00
Warner Losh
ea9db5976b
Update dates.
2002-07-09 04:46:30 +00:00
Warner Losh
f26fae01e8
Document what the pcic driver in newcard will support.
2002-07-09 04:43:30 +00:00
Warner Losh
65fbd12756
Finish the repo copy of pcic.4 -> oldcard.4. oldcard.4 will document
...
the legacy pccard mode stuff called 'oldcard.' pcic.4 will be
hijacked for newcard purposes.
2002-07-09 03:50:29 +00:00
Marc Fonvieille
39a0c7c577
Grammar fix
...
PR: docs/40210
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
Reviewed by: keramida
Approved by: orion
MFC after: 7 days
2002-07-08 20:57:19 +00:00
Julian Elischer
a4fd02efc7
link in the man page for thread_exit
...
Also change some line breaks.
2002-07-08 17:52:00 +00:00
Julian Elischer
eecc312518
Add a man page. Style comments welcome. I have a bunch-o-new-pages
...
to add so I might as we find out what I did wrong now :-)
2002-07-08 07:51:20 +00:00
Julian Elischer
b388e223f2
Slight changes to reflect some of the changes in -current.
...
mi_switch(9) is still wildly innacurate. I suggest that every kernel
developer takes 20 minutes a day for the next few days and updates one or
two of his favourite chapter 9 man pages as they are now WAY out of date
in general. I will add a couple of KSE related pages soon.
2002-07-08 07:34:46 +00:00
David E. O'Brien
bf4ca1009b
Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.
2002-07-07 18:47:52 +00:00
Doug Barton
471c787259
Make it official. The old BIND Operator's Guide has no information
...
relevant to operation of a modern name server.
2002-07-07 08:29:00 +00:00
Mark Peek
c4e0f575d3
Synchronize path with dot.cshrc by adding /usr/local/sbin.
...
PR: 26720
Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com>
MFC after: 1 week
2002-07-07 00:00:54 +00:00
Chris Costello
2131a0f65d
sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.
...
Sponsored by: DARPA, NAI Labs
2002-07-06 20:30:29 +00:00
Ruslan Ermilov
e8d5345d28
Part 1/2 of kerberos5/doc/ "make release" breakage fix:
...
Finish the fix of rev. 1.28 changes in rev. 1.47 (removed
gross dir file bootstrap rule again).
2002-07-06 14:58:20 +00:00
Takanori Watanabe
f0da5f560d
Document BIOS bytecode overriding.
...
Pointed out by: Alex Zepeda <zipzippy@sonic.net>
Reviewed by: David Wolfskill <david@catwhisker.org>
2002-07-05 15:36:03 +00:00
Ruslan Ermilov
4d7d5e7c11
Make it possible (again) to build and install shared library only.
...
One needs to define SHLIB_NAME for this to work.
Prodded by: mi
2002-07-03 16:22:43 +00:00
Ruslan Ermilov
6e02167b57
Moved checkdpadd target to where it logically belongs.
2002-07-03 12:44:06 +00:00
Ruslan Ermilov
badb7c1c6b
Try really hard to fix parallel installs. Add a bunch of .ORDER
...
directives to ensure that all realinstall sub-tasks are executed
after beforeinstall, similarly ensure that all afterinstall sub-
tasks are executed after realinstall. Demonstration:
all: task1 task2
.ORDER: task1 task2
task2: task2_subtask
.ORDER: task1 task2_subtask
task1 task2 task2_subtask:
@sleep `jot -r 1 0 1.0`
@echo ${.TARGET}
Without the second .ORDER directive, task2_subtask can be run in
parallel with task1.
Spotted by: Andrea Campi <andrea@webcom.it>
2002-07-03 12:28:03 +00:00
Tom Rhodes
54739799f2
GXP ATA drives also supports TQ
2002-07-02 20:23:43 +00:00
Johan Karlsson
e88001443e
's/rather then/rather than/'
...
PR: 38096
Submitted by: Chris Pepper <pepper@rockefeller.edu>
While I'm here correct some typos pointed out by ispell.
Approved by: sheldonh (mentor)
MFC after: 1 week
2002-07-02 14:33:52 +00:00
Ruslan Ermilov
8479adc1d3
Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.
...
Provided the (previously missing) dependency on source files
for intermediate .msg files.
Provided the default for NLSSRCDIR (defaults to .CURDIR).
Slightly changed the API: NLS should now list plain locale
names, without the .msg suffix.
When included from bsd.prog.mk, NLSNAME defaults to PROG.
2002-07-02 12:37:09 +00:00
Ruslan Ermilov
84f94a79a0
Handle installation of hard and symbolic links via a seperate .mk file.
2002-07-02 12:16:54 +00:00
Warner Losh
85f6b8fda7
Clarify version 1.68 to more accurately describe the intent of the change to
...
try to avoid ambiguous cases in the future.
Wording approved by: julian (early draft), grog, rwatson, wes and maybe other
members of core I'm forgetting.
2002-07-02 01:39:35 +00:00
Brian Somers
cfbd984f1c
Fix a tyop
2002-07-02 01:03:10 +00:00
Warner Losh
a9df73aa7b
Document what splnet and splimp are in FreeBSD
2002-07-01 22:08:43 +00:00
Ruslan Ermilov
b4840de98d
bsd.subdir.mk already has these dependencies coded.
2002-07-01 14:51:42 +00:00
Ruslan Ermilov
1220a0241f
Get rid of the bogus dependencies between beforeinstall, realinstall,
...
and afterinstall targets. Make sure they are run in sequence in the
-j case.
This fixes the recent breakage with beforeinstall being run _after_
realinstall.
Reported by: knu
2002-07-01 14:49:16 +00:00
Ruslan Ermilov
93329c3c6e
Fixed typos.
2002-07-01 07:25:02 +00:00
Doug Barton
4149dd4890
Unbreak build by removing 10.named for now
2002-07-01 05:44:51 +00:00
Juli Mallett
bea3953649
Nuke SCCS docos, they're dead, again.
2002-06-30 02:18:54 +00:00
Maxim Konovalov
fc193c4365
Include 'sshd' to the lists of forbidden users.
...
Reviewed by: cvs-committers
2002-06-28 15:46:29 +00:00
Juli Mallett
dd247f7371
If CLEANFILES is nil or not defined, do not try to remove it. This happens
...
when SRCS is entirely files which produce only one compiled form, and when
NOMAN is defined. This does not seem to happen in STABLE.
Approved by: ru
2002-06-26 08:41:00 +00:00
Kenneth D. Merry
98cb733c67
At long last, commit the zero copy sockets code.
...
MAKEDEV: Add MAKEDEV glue for the ti(4) device nodes.
ti.4: Update the ti(4) man page to include information on the
TI_JUMBO_HDRSPLIT and TI_PRIVATE_JUMBOS kernel options,
and also include information about the new character
device interface and the associated ioctls.
man9/Makefile: Add jumbo.9 and zero_copy.9 man pages and associated
links.
jumbo.9: New man page describing the jumbo buffer allocator
interface and operation.
zero_copy.9: New man page describing the general characteristics of
the zero copy send and receive code, and what an
application author should do to take advantage of the
zero copy functionality.
NOTES: Add entries for ZERO_COPY_SOCKETS, TI_PRIVATE_JUMBOS,
TI_JUMBO_HDRSPLIT, MSIZE, and MCLSHIFT.
conf/files: Add uipc_jumbo.c and uipc_cow.c.
conf/options: Add the 5 options mentioned above.
kern_subr.c: Receive side zero copy implementation. This takes
"disposable" pages attached to an mbuf, gives them to
a user process, and then recycles the user's page.
This is only active when ZERO_COPY_SOCKETS is turned on
and the kern.ipc.zero_copy.receive sysctl variable is
set to 1.
uipc_cow.c: Send side zero copy functions. Takes a page written
by the user and maps it copy on write and assigns it
kernel virtual address space. Removes copy on write
mapping once the buffer has been freed by the network
stack.
uipc_jumbo.c: Jumbo disposable page allocator code. This allocates
(optionally) disposable pages for network drivers that
want to give the user the option of doing zero copy
receive.
uipc_socket.c: Add kern.ipc.zero_copy.{send,receive} sysctls that are
enabled if ZERO_COPY_SOCKETS is turned on.
Add zero copy send support to sosend() -- pages get
mapped into the kernel instead of getting copied if
they meet size and alignment restrictions.
uipc_syscalls.c:Un-staticize some of the sf* functions so that they
can be used elsewhere. (uipc_cow.c)
if_media.c: In the SIOCGIFMEDIA ioctl in ifmedia_ioctl(), avoid
calling malloc() with M_WAITOK. Return an error if
the M_NOWAIT malloc fails.
The ti(4) driver and the wi(4) driver, at least, call
this with a mutex held. This causes witness warnings
for 'ifconfig -a' with a wi(4) or ti(4) board in the
system. (I've only verified for ti(4)).
ip_output.c: Fragment large datagrams so that each segment contains
a multiple of PAGE_SIZE amount of data plus headers.
This allows the receiver to potentially do page
flipping on receives.
if_ti.c: Add zero copy receive support to the ti(4) driver. If
TI_PRIVATE_JUMBOS is not defined, it now uses the
jumbo(9) buffer allocator for jumbo receive buffers.
Add a new character device interface for the ti(4)
driver for the new debugging interface. This allows
(a patched version of) gdb to talk to the Tigon board
and debug the firmware. There are also a few additional
debugging ioctls available through this interface.
Add header splitting support to the ti(4) driver.
Tweak some of the default interrupt coalescing
parameters to more useful defaults.
Add hooks for supporting transmit flow control, but
leave it turned off with a comment describing why it
is turned off.
if_tireg.h: Change the firmware rev to 12.4.11, since we're really
at 12.4.11 plus fixes from 12.4.13.
Add defines needed for debugging.
Remove the ti_stats structure, it is now defined in
sys/tiio.h.
ti_fw.h: 12.4.11 firmware.
ti_fw2.h: 12.4.11 firmware, plus selected fixes from 12.4.13,
and my header splitting patches. Revision 12.4.13
doesn't handle 10/100 negotiation properly. (This
firmware is the same as what was in the tree previously,
with the addition of header splitting support.)
sys/jumbo.h: Jumbo buffer allocator interface.
sys/mbuf.h: Add a new external mbuf type, EXT_DISPOSABLE, to
indicate that the payload buffer can be thrown away /
flipped to a userland process.
socketvar.h: Add prototype for socow_setup.
tiio.h: ioctl interface to the character portion of the ti(4)
driver, plus associated structure/type definitions.
uio.h: Change prototype for uiomoveco() so that we'll know
whether the source page is disposable.
ufs_readwrite.c:Update for new prototype of uiomoveco().
vm_fault.c: In vm_fault(), check to see whether we need to do a page
based copy on write fault.
vm_object.c: Add a new function, vm_object_allocate_wait(). This
does the same thing that vm_object allocate does, except
that it gives the caller the opportunity to specify whether
it should wait on the uma_zalloc() of the object structre.
This allows vm objects to be allocated while holding a
mutex. (Without generating WITNESS warnings.)
vm_object_allocate() is implemented as a call to
vm_object_allocate_wait() with the malloc flag set to
M_WAITOK.
vm_object.h: Add prototype for vm_object_allocate_wait().
vm_page.c: Add page-based copy on write setup, clear and fault
routines.
vm_page.h: Add page based COW function prototypes and variable in
the vm_page structure.
Many thanks to Drew Gallatin, who wrote the zero copy send and receive
code, and to all the other folks who have tested and reviewed this code
over the years.
2002-06-26 03:37:47 +00:00
Matthew Dillon
455c737411
ICMP type 3 packets should be let through for TCP MTU discovery, fixup
...
the documentation and sample firewall.
PR: docs/39495
2002-06-25 04:13:46 +00:00
Matthew Dillon
de795ba0f4
Add sections on vfs.write_behind and vfs.hirunningspace. Also note that
...
this has already been comitted to stable (the MFC was really through
this commit, not the previous commit).
2002-06-25 02:47:55 +00:00
Matthew Dillon
b895742d96
update the firewall documentation to cover the fact that ipfw can be
...
loaded as a module.
PR: kern/39814
2002-06-25 02:34:24 +00:00
Dag-Erling Smørgrav
f191b6f96c
Install the tree(3) man page.
2002-06-23 14:44:32 +00:00
Dag-Erling Smørgrav
c83272f713
This commit was generated by cvs2svn to compensate for changes in r98681,
...
which included commits to RCS files with non-trunk default branches.
2002-06-23 14:41:09 +00:00
Dag-Erling Smørgrav
87f5f0ecf9
Import the documentation for <sys/tree.h>
...
Obtained from: OpenBSD
2002-06-23 14:41:09 +00:00
Ruslan Ermilov
c1c9929e9f
Quiet ``make objlink'' when NOOBJ is defined.
...
PR: bin/21142
Submitted by: Craig Leres <leres@ee.lbl.gov>
2002-06-21 07:30:51 +00:00
Ruslan Ermilov
518e4deb99
A gross patch to tidy up the formatting.
...
Not objected to by: grog
2002-06-21 06:50:16 +00:00
Peter Wemm
3ff369fed2
Remove references to UIO_USERISPACE which no longer exists.
2002-06-20 07:09:24 +00:00
Gregory Neil Shapiro
2a1d418ce1
Add a warning regarding the SENDMAIL_*_MC make.conf variable values.
...
Using /etc/mail/sendmail.mc will create /etc/mail/sendmail.cf during
a buildworld.
PR: misc/39397
MFC after: 3 days
2002-06-20 04:33:06 +00:00
Julian Elischer
a835396035
A node that creates a device entry in /dev (yay devfs)
...
so that /dev/mumble can be the entrypoint to some networking graph,
e.g. a tunnel or a remote tape drive or whatever...
Not fully tested (by me) yet.
Submitted by: Mark Santcroos <marks@ripe.net>
MFC after: 3 weeks
2002-06-18 21:32:33 +00:00
Giorgos Keramidas
b6fa516a8e
Add missing verb.
2002-06-14 22:15:22 +00:00
Warner Losh
232ff1c787
document hw.pcic.ignore_pci
2002-06-14 06:56:35 +00:00
Warner Losh
27aa590f87
Add US Robotics Wireless Card 2410
...
Also add a snarky note about telling me about changes to this file so I can
keep OpenBSD and FreeBSD's copy of this man page more or less in sync.
2002-06-14 06:56:03 +00:00
Maxim Sobolev
6e542f8c06
In gcc 3.1 Pentium/MMX now has its own -march=XXX option.
2002-06-13 08:35:36 +00:00
Chad David
02aadf0b50
Fix up the wording thoughout, and document locking.
2002-06-10 17:36:05 +00:00
Chad David
d99146a1f3
Fix wording and spelling in the trapsignal() description.
2002-06-10 17:08:42 +00:00
Chad David
e2eca5fe3e
Document the cred_update_thread() function, and fix the RETURN VALUES.
2002-06-10 05:18:00 +00:00
Chad David
f7fcafe17a
The moduledata_t argument is not a pointer, and sysstem_sub_id should
...
be sysinit_sub_id.
PR: docs/34583
Approved by: murray
2002-06-10 04:37:11 +00:00
Chad David
920a6f7e8f
Add signal.9 and friends.
2002-06-10 03:01:36 +00:00
Chad David
cbebeaa5be
New man page that documents many of the kernel related signal functions.
...
Requested by: alfred
2002-06-10 03:00:24 +00:00
Poul-Henning Kamp
56cf50ad48
Stamp out Danglish: Spelling, grammer and other nitpicking.
...
Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
2002-06-09 10:25:51 +00:00
Doug Barton
b075c273da
Per previous discussion, and with Mark's blessing, update the value
...
of this knob to reflect (-)current reality.
2002-06-09 09:28:02 +00:00
Tim J. Robbins
c309b05304
Document the standard COLUMNS environment variable here to avoid redundant
...
descriptions of its effects in utilities' manual pages.
2002-06-07 00:45:06 +00:00
Chad David
93994536bd
Document MTX_DUPOK
...
Requested by: jeff (long ago)
2002-06-06 19:08:11 +00:00
Anton Berezin
9e1bfe0f3c
Recognize 0xbe as an uppercase character.
...
Approved by: ache
2002-06-03 21:30:28 +00:00
Ruslan Ermilov
af2dc86820
Reimplement FILES support using bsd.files.mk with the
...
same set of features as in recently added bsd.incs.mk
(FILESGROUPS, accessibility from both bsd.prog.mk and
bsd.lib.mk, de-pessimized typical installation path,
etc.) New standard targets: buildfiles, installfiles,
and files (buildfiles + installfiles).
2002-06-03 14:49:34 +00:00
Jens Schweikhardt
21dc7d4f57
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
Bruce Evans
8d0203782e
Finish removing the share/man/tools/directory.
2002-06-01 21:38:39 +00:00
Archie Cobbs
c05b5b0453
Grammar nit: treat "contents" as plural.
2002-05-31 22:26:19 +00:00
Ruslan Ermilov
ce17d4f3d3
Bootstrapping aid for those with Athlon upgrading from gcc 2.95.x.
...
Prodded by: gordon
2002-05-31 12:50:24 +00:00
Greg Lehey
c4dafa223d
Kludge around troff bugs to get a reasonable print format despite the
...
necessity to shrink quoted text to fit on the page.
PR: 38760
2002-05-31 06:17:03 +00:00
Giorgos Keramidas
ea36a492fc
Typo: duel -> dual
2002-05-30 23:48:00 +00:00
Garrett Wollman
0c215669d4
East Timor's alpha-2 code changed.
2002-05-30 17:53:57 +00:00
Garrett Wollman
2ce14c9809
Note changes to country codes in ISO 3166-1 newsletters V-4 and V-5.
...
Update URL for ISO 3166/MA.
2002-05-30 17:53:04 +00:00
Ruslan Ermilov
05cb5024af
mdoc(7) police: minor markup nits.
2002-05-30 13:33:59 +00:00
Ruslan Ermilov
216ee80e6d
mdoc(7) police: added missing markup bits.
2002-05-30 13:16:25 +00:00
Ruslan Ermilov
e4731543e7
mdoc(7) police: mark up better.
2002-05-30 13:13:05 +00:00
Ruslan Ermilov
706b6f9f2e
mdoc(7) police: minor markup fixes.
2002-05-30 12:59:52 +00:00
Ruslan Ermilov
0a8b331854
mdoc(7) police: fixed markup.
...
This manpage is still too NetBSD-centric.
2002-05-30 12:39:38 +00:00
Ruslan Ermilov
eb98fe6489
mdoc(7) police: minor markup nits.
...
The SYNOPSIS should be fixed to fit the FreeBSD needs.
2002-05-30 12:34:06 +00:00
Ruslan Ermilov
36e25d6ed3
Added the missing ``and''.
2002-05-30 12:29:37 +00:00
Ruslan Ermilov
866cb5b007
mdoc(7) police: markup nits.
2002-05-30 12:26:27 +00:00
Ruslan Ermilov
d89c4e9875
mdoc(7) police: GC whitespace at EOL.
2002-05-30 12:23:21 +00:00
Ruslan Ermilov
7d1deb1f04
Record the dependency on "device miibus".
2002-05-30 11:47:19 +00:00
Ruslan Ermilov
9be1948fa4
mdoc(7) police: Fix SYNOPSIS, bump document date.
2002-05-30 11:37:39 +00:00
Ruslan Ermilov
b5544fefe9
mdoc(7) police:
...
Do not use raw roff requests.
Replace tbl(1)'s use with the mdoc(7)'s -column list.
Removed cross references to non-existing manpages.
Minor markup nits.
2002-05-30 10:33:19 +00:00
Ruslan Ermilov
29507f4943
mdoc(7) police: polish revision 1.17 changes.
2002-05-30 10:09:15 +00:00
Ruslan Ermilov
999e589b6a
mdoc(7) police: Grr, once again, re-apply many fixes from
...
revisions 1.2 and 1.5 that got backed out by revision 1.4.
2002-05-30 08:45:06 +00:00