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