glebius
d08a0ddeaa
Manpage for unit allocator functions.
...
Reviewed by: phk
2005-04-20 19:11:05 +00:00
pjd
ece924aa28
Add missing links.
...
MFC after: 2 weeks
2005-04-15 10:57:34 +00:00
pjd
e401f53792
Create links to crypto.9 for every crypto(9) function.
...
OK'ed by: sam
MFC after: 2 weeks
2005-04-09 18:38:54 +00:00
njl
0add27a8f0
Hook up new man page for devclass_get_drivers() to build
...
Reminded by: ru
2005-04-07 17:27:14 +00:00
brueffer
1a4f1f8da5
Connect memguard(9) to the build.
2005-02-22 17:42:12 +00:00
iedowse
885a9694bc
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
maxim
f966b643b6
Finish src part VFS_INIT.9 removal. Need to check www/.
2005-01-07 15:38:21 +00:00
imp
6eba135a35
The format of the MLINKS entries is pairwise, not MLINKS += wise. So
...
list kernel_mount.9 the required number of times to allow make
installworld to complete.
2004-12-13 23:09:19 +00:00
trhodes
ac3e7ba526
Add kernel_mount.9 and appropriate MLINKS to the build.
2004-12-13 19:29:40 +00:00
alc
7563fb5dcb
This jumbo allocator has been removed from the kernel.
2004-12-06 04:24:17 +00:00
jkoshy
9dbfc36b85
Add a manual page for the kernel's EVENTHANDLER facility.
...
Reviewed by: ru
2004-12-03 14:05:55 +00:00
rwatson
b8ce76bac0
Link critical_enter.9 to critical.9 to make it easier to find.
2004-11-24 18:03:52 +00:00
jkoshy
efe0d253ae
Bring signal(9) in sync with -current.
...
Reviewed by: ru (mdoc changes)
2004-11-20 02:11:42 +00:00
jkoshy
9b22f35761
Add a manual page for hashinit(9), hashdestroy(9) and phashinit(9).
...
Reviewed by: ru
2004-10-12 02:36:24 +00:00
glebius
ba1ab3fa93
Add more MLINKS for rtalloc.9
...
Approved by: ru
2004-10-08 09:52:56 +00:00
alc
8942d192a1
Document the O(log n) algorithm for finding free space.
...
Submitted by: Mark W. Krentel
2004-09-27 04:22:41 +00:00
ru
2eb7fbe132
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 05:17:21 +00:00
jmg
6f1c2bbd6e
add MLINKs for the mbuf.9 man page..
...
MFC after: 3 days
2004-09-18 19:04:24 +00:00
brooks
55525729a1
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
joerg
fea1ca1479
Add documentation for log(9).
...
MFC after: 1 week
2004-08-10 09:19:08 +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
alfred
68b0bdace1
document vfs_suser.
2004-07-09 22:33:43 +00:00
pjd
e90b05fea6
Add missing link.
2004-06-06 13:35:37 +00:00
ru
0c1ed2c94f
Document mbuf tags based on the OpenBSD manpage.
...
Submitted by: Gleb Smirnoff
2004-05-20 09:34:19 +00:00
dwmalone
6707e287ca
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
hmp
6b26513d96
Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it to
...
rman(9).
2004-05-17 21:25:02 +00:00
imp
6f99a641aa
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
njl
c7c23f8cb0
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
jhb
3b9c3dff42
Rewrite sleepqueue manpage to catch up to the new sleep queue interface.
2004-03-12 19:07:18 +00:00
pjd
39a7f0c491
Connect g_access(9) to the build.
2004-03-11 19:51:14 +00:00
jhb
82864cac2a
- Document cv_broadcastpri().
...
- Remove references to cv_waitq_*() as they no longer exist.
2004-03-10 15:57:25 +00:00
josef
81beb7a4fe
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
jkoshy
894cb81b6c
Link in contigmalloc(9) to the build.
2004-03-06 08:01:16 +00:00
bms
25f5843029
Fix a typo.
2004-03-05 02:50:28 +00:00
bms
578e7d07f0
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
bms
98ca3095ce
Add an MLINKS entry for radiotap(9).
2004-03-04 12:54:22 +00:00
bms
2897d868a2
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
le
83cfe7493c
Add MLINKs for MALLOC_DEFINE and MALLOC_DECLARE.
...
Approved by: grog (mentor)
2004-02-28 23:01:20 +00:00
phk
7707bac885
Add contents to manualpage for generic watchdog facility.
...
Formatting likely to break several UN resolutions.
2004-02-28 20:08:41 +00:00
des
1d0a3939bf
Document sysctl_move_oid().
2004-02-27 17:13:42 +00:00
pjd
73de8e89a4
Create symbolic link for g_print_bio(9) manual page.
...
Approved by: scottl (mentor)
2004-02-11 18:43:20 +00:00
pjd
36a5b6eedb
Added GEOM kernel API manuals to the build.
...
Reviewed by: scottl
Approved by: phk, scottl (mentor)
2004-02-11 10:09:17 +00:00
des
0f844e3f9a
Add a manual page for the mutex profiling code.
2004-01-25 12:23:53 +00:00
ru
ad42658a8b
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
rwatson
7daf0c9588
Add a basic manpage for vn_fullpath().
...
Sponsored by: DARPA, McAfee Research
2004-01-11 19:54:48 +00:00
simon
3e77d90534
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
jkoshy
41da867ce4
Document a few kernel functions and the sysctl tunables that
...
affect their behaviour.
2003-12-11 13:29:05 +00:00
scottl
e9b8241ac7
Add a manual page for the consolidated debugging commit.
2003-12-07 20:48:00 +00:00
hmp
3b1d84afe4
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