green
7ba2118516
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
joerg
fea1ca1479
Add documentation for log(9).
...
MFC after: 1 week
2004-08-10 09:19:08 +00:00
mlaier
7f0c7f1817
mdoc(7) and english grammar makeover.
...
Submitted by: ru
2004-08-09 15:58:39 +00:00
jmg
6967b9b093
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
mlaier
c794eed216
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
imp
0b96114d04
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
pjd
0b32901632
- 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
jmg
bd22509d23
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
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
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
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
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
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
4ac33425c4
Revise markup.
2004-07-08 10:47:13 +00:00
alfred
4dc964a3b8
There is no VOP_TRUNCATE anymore.
...
style(9) (parenthesis around return values) the example.
2004-07-08 00:43:50 +00:00
alfred
60a197bb10
s/proc/thread
2004-07-08 00:38:28 +00:00
alfred
c8d0f89ed2
Update comments in example as well.
2004-07-08 00:36:58 +00:00
alfred
18187ae75d
Update because struct componentname now has a thread pointer instead
...
of a proc pointer.
2004-07-08 00:11:43 +00:00
alfred
11872a37e7
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
ru
9f45c1d92e
mdoc(7) fixes.
2004-07-07 19:57:16 +00:00
maxim
4463bbe1ce
MT_TAG is dead.
2004-07-07 16:48:16 +00:00
ru
acd47d1822
Slight content fixes.
2004-07-07 13:21:46 +00:00
ru
35954f3e0f
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
ru
5b5605b88b
Sweep formatting and assorted fixes.
2004-07-07 07:56:58 +00:00
ru
2bff8e39d7
Tabs here upset my automatic checker, so replaced them with spaces.
2004-07-07 07:56:36 +00:00
ru
528b1b9efc
Tiny markup fixes.
2004-07-06 08:21:12 +00:00
ru
e0bb90e42d
Fixed markup.
2004-07-06 07:39:50 +00:00
ru
ebd7b5c84f
mdoc(7) fixes.
2004-07-06 07:33:49 +00:00
ru
71acbf5699
mdoc(7) fixes.
2004-07-06 07:26:23 +00:00
ru
76704175b3
Correct typos in the function name.
...
mdoc(7) tweaks.
2004-07-06 07:12:34 +00:00
ru
8d28dbb84f
Fixed the .Os call (missing or wrong).
2004-07-06 07:02:31 +00:00
ru
c1e28c4e1f
mdoc(7) fixes.
2004-07-06 06:53:42 +00:00
ru
7d68d46370
Slightly improve the markup.
2004-07-05 18:13:50 +00:00
ru
d384729d50
Fix the NAME section making whatis(1) happy in particular.
2004-07-05 17:12:53 +00:00
ru
6651f20e0d
Sort SEE ALSO references (in dictionary order, ignoring case).
2004-07-04 20:55:50 +00:00
bms
7b57b2dba3
Add documentation for the ieee80211_node.c functions.
...
Submitted by: Darron Broad
2004-07-04 18:07:58 +00:00
scottl
833ca0492e
Document that boundaries cannot be smaller than the max segment size.
2004-07-04 04:50:00 +00:00
ru
c79648de84
Merge junk.
2004-07-03 22:53:50 +00:00
ru
1cf1598667
Mechanically kill hard sentence breaks and double whitespaces.
2004-07-03 18:29:24 +00:00
ru
4b39413aeb
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
scottl
4ee5f5f697
Small grammar fix.
2004-07-02 15:52:44 +00:00
bde
2e35fb1a4c
Fixed a style bug in the previous commit.
2004-06-26 09:02:44 +00:00
obrien
2194f33c4e
Embellish the getopt(3) example with mixed case.
...
Reviewed by: bde
2004-06-26 05:15:00 +00:00
le
e94d425852
Catch up with the dev_t -> struct cdev change.
2004-06-22 20:18:15 +00:00