Commit Graph

9184 Commits

Author SHA1 Message Date
jmg
00d7c9fc33 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
cperciva
d9fecc83c8 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
osa
5997e4b6ce Add DragonFly BSD 1.0.
Approved by:	wosch (maintainer)
2004-07-26 06:40:48 +00:00
hmp
e61bf7847d Remove an unnecessary comma from the Copyright.
Obtained from:  DragonFly BSD
2004-07-25 16:10:03 +00:00
trhodes
d562529468 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
imp
9daa4317be More CardBus Bridges supported, o2micro better now 2004-07-22 20:22:36 +00:00
murray
8ca2f760fd Add 'benchmarked' and many technical acronyms for protocols, product
names, and company names.
2004-07-22 02:45:57 +00:00
nyan
3c92d13fb3 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
8c938ed70a 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
0fcf2627f6 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
sanpei
ee034a6c18 Add support System TALKS Inc. SGC-X2UL 2004-07-18 06:50:58 +00:00
keramida
e3eb70b7d7 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
cperciva
ddcdcc894f Document the SUSER_RUID flag.
Reminded by:	pjd
2004-07-17 15:21:34 +00:00
cperciva
4c108fff2d 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
tjr
643584db6c Update for struct cdevsw and dev_t -> struct cdev * changes, plus one
64-bit portability fix.
2004-07-16 06:55:34 +00:00
rwatson
89f14e4447 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
njl
c9b72f6bbf Add a few comments about ACPI probing. 2004-07-15 16:47:31 +00:00
scottl
d38217cbdf Move references to the recently removed worm directory. 2004-07-15 15:37:56 +00:00
murray
5844c201ac 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
9616911c31 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
1aaeb1baaf Remove duplicate entry.
Submitted by:	mlaier@
2004-07-14 07:10:15 +00:00
murray
395ff73b0a More technical terms.
MFC After:	3 days
2004-07-14 05:23:16 +00:00
murray
31c543ec24 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
phk
b0e6874188 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
2690c990dd Document thread parameter passed to VFS_ROOT and vflush. 2004-07-12 09:06:51 +00:00
keramida
e8a16db246 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
darrenr
6c66c4291a 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
b611b99868 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
imp
10c37ef567 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
68b0bdace1 document vfs_suser. 2004-07-09 22:33:43 +00:00
des
8369ef54b0 Bump document date.
Reminded by:	ru
2004-07-09 11:44:49 +00:00
des
af4e696e95 The type and name of sbuf_b{cat,cpy}()'s second argument have changed. 2004-07-09 11:38:59 +00:00
ru
933877b657 Fixed markup. 2004-07-09 10:08:03 +00:00
ru
83e9f64836 Polished markup. 2004-07-09 09:22:36 +00:00
ru
4f3bf456c2 Fixed markup and punctuation. 2004-07-09 07:26:15 +00:00
harti
5f6be541da 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
harti
344e054ea3 Add a description what is in the sub-directories of /usr/include/netnatm. 2004-07-08 16:54:39 +00:00
trhodes
717ce5b1a5 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
keramida
4a8ef4b9a0 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
ru
7c245468ef Markup overhaul. 2004-07-08 13:24:58 +00:00
ru
23e116c2ae Markup nits. 2004-07-08 12:55:24 +00:00
ru
efc0fe87b2 Markup laundry. 2004-07-08 12:52:33 +00:00
ru
5b532478c2 Use the commonly used list type to enumerate supported devices. 2004-07-08 12:48:16 +00:00
ru
9285db0e84 Slight markup fixes. 2004-07-08 12:45:46 +00:00
ru
e4769a7f49 Make the list type match the common type used to enumerate supported devices. 2004-07-08 12:40:42 +00:00
ru
94b4a8fa25 Added missing markup bits. 2004-07-08 12:37:18 +00:00
ru
b5ca87c075 Protect "e.g." from being interpreted as end of sentence. 2004-07-08 12:36:20 +00:00
ru
a802702e7f Markup fixes. 2004-07-08 12:33:39 +00:00
ru
a4468886ea Fixed markup. 2004-07-08 12:29:37 +00:00
ru
f439c3fcb0 Slight markup fixes. 2004-07-08 12:21:51 +00:00