Maxim Konovalov
1cb58a0783
o GC MT_FTABLE removed in rev. 1.192 mbuf.h.
...
o Correct MT_HEADER define.
2006-07-24 07:32:23 +00:00
Florent Thoumie
f1acac210b
Fix typo (s/writeer/writer/).
2006-07-17 10:39:20 +00:00
Maxim Konovalov
533baf579b
o Sort sx(9) MLINKS.
2006-07-12 19:12:16 +00:00
Pawel Jakub Dawidek
d8e7058159
Document sx_xlocked(9).
...
Submitted by: ssouhlal
2006-07-12 15:40:35 +00:00
Joel Dahl
b4b4e2e0fe
Gah. Replace another instance of "Developer's Handbook" with
...
"Architecture Handbook".
2006-07-11 16:26:40 +00:00
Joel Dahl
ca5195cb7a
The TrustedBSD MAC Framework is documented in the Architecture handbook,
...
not in the Developers handbook.
Submitted by: Samy Al Bahra
2006-07-10 20:51:30 +00:00
Maxim Konovalov
88fd7e1d61
o Fix MTX_SYSINIT prototype.
...
PR: kern/99956
Submitted by: Arne Woerner
MFC after: 1 week
2006-07-09 09:46:43 +00:00
Maxim Konovalov
f3a331b7c8
o Remove LK_REENABLE and LK_NOPAUSE lockinit(9) flags, add LK_NOSHARE.
...
MFC after: 1 week
2006-06-20 21:41:14 +00:00
Maxim Konovalov
ce916253e4
o Catch up v_flag split and replace VSYSTEM by VV_SYSTEM.
...
Inspired by: jkoshy's commit to vgone.9
2006-06-08 04:39:02 +00:00
Joseph Koshy
b415bf77aa
Catch up with the rename of symbol VDOOMED to VI_DOOMED in revision
...
1.198 of "sys/sys/vnode.h". Remove a cross-reference to a manual
page that never existed.
---------------------------------------------------------------------- CVS:
PR: Fill this in if a GNATS PR is affected by the
change. CVS: Submitted by: Fill this in if someone else sent
in the change. CVS: Reviewed by: Fill this in if someone else
reviewed your modification. CVS: Approved by: Fill this in if
you needed approval for this commit. CVS: Obtained from: Fill
this in if the change is from third party software. CVS: MFC after:
N [day[s]|week[s]|month[s]] CVS: Fill in to get MFC notification
later. (days assumed unless specified) CVS:
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically
2006-06-07 16:51:54 +00:00
Pawel Jakub Dawidek
3b72821f02
Document more bits.
...
Reviewed by: brd
2006-06-03 23:39:13 +00:00
Warner Losh
9f14302d3c
Add a stub man page for device_get_sysctl{_ctx,tree}. Needs some
...
work, but is better than nothing. Any help appreciated.
2006-05-23 22:11:20 +00:00
Pawel Jakub Dawidek
265803d0ba
Document missing CRYPTO_F_ flags.
2006-05-23 08:43:28 +00:00
Pawel Jakub Dawidek
71ee05c835
Update HMAC algorithms.
2006-05-17 18:58:25 +00:00
Pawel Jakub Dawidek
f3326d72d0
Update manual page: cri_rnd field is gone, cri_mlen field was added.
2006-05-17 18:44:37 +00:00
Giorgos Keramidas
3c0ebd45a5
Consistently use `superuser privileges' instead of its singular
...
form here and its plural there.
Submitted by: Rostislav Krasny <rosti.bsd@gmail.com>
MFC after: 3 days
2006-05-16 22:58:43 +00:00
Wilko Bulte
7a0761c19c
Remove reference to Alpha architecture.
2006-05-15 20:58:05 +00:00
John-Mark Gurney
74c9ea0c37
match w/ prototype...
...
MFC after: 3 days
2006-05-08 04:25:35 +00:00
Giorgos Keramidas
b1cc10206c
Typo.
2006-04-29 00:43:23 +00:00
Giorgos Keramidas
f4006aff16
Fix a couple of typos and other minor nits
...
Reviewed by: rwatson
2006-04-28 23:21:36 +00:00
Robert Watson
8a1f412960
Fix typo.
...
MFC after: 1 month
Submitted by: Antoine Brodin <antoine dot brodin@laposte dot net>
2006-04-28 19:43:44 +00:00
Robert Watson
dba9e9ccbf
Add a basic man page for the sysctl(9) macro interfaces. Previously man
...
pages existed only for the dynamic sysctl interfaces. There's probably
more complete and accurate content, better advice, etc, that could be added
here.
Per scottl's suggest, add a small piece of moralizing text regarding the
fact that sysctl names quickly get embedded in system configuration files,
libraries, third party applications, and even books, so renaming and
removing names after they've been published is a tricky issue.
MFC after: 1 month
2006-04-28 10:45:27 +00:00
Scott Long
4905491fe3
Add a section about locking protocol for busdma.
2006-04-28 08:36:49 +00:00
John-Mark Gurney
af3b868186
document the various bus_space_*_stream_? functions...
2006-04-22 03:58:41 +00:00
John Baldwin
c1ffaf8c9a
Add MLINKS for rwlock(9).
2006-04-19 21:09:39 +00:00
John Baldwin
96cb5f9912
Document rw_try_upgrade() and rw_downgrade().
2006-04-19 21:09:17 +00:00
John Baldwin
0b79fedb9b
Various nits and fixups so that the text reads smoother in several places.
...
Also, more closely match the prototypes in sys/rwlock.h and add a BUGS
section.
2006-04-19 20:43:35 +00:00
John Baldwin
9fc7158c3c
Trim a couple of xrefs.
2006-04-19 20:41:56 +00:00
John Baldwin
8ba7a3578b
- Sleep/wakeup operate on threads now, not processes.
...
- Describe msleep() as the primary sleep function now rather than tsleep()
and describe tsleep() and msleep_spin() as variations.
- Try to make the description of msleep() a bit closer to English
(sentences with actual subjects, etc.)
- Document that a priority of 0 now prevents the thread's priority from
being altered.
- Add a history note for wakeup_one().
2006-04-17 19:11:12 +00:00
Maxim Konovalov
be9365a9f2
o Fix prototype for SYSCALL_MODULE(9): the third argument
...
is a pointer to struct sysent. Correct its description.
PR: docs/84790
Submitted by: Dirk Gouders
MFC after: 2 weeks
2006-04-15 12:04:18 +00:00
Pawel Jakub Dawidek
0590475331
Remove redundant 'from'.
2006-04-10 18:19:29 +00:00
Pawel Jakub Dawidek
1deaec4368
Document CRD_F_KEY_EXPLICIT flag. While here more flags description more
...
readable.
MFC after: 2 weeks
2006-04-10 18:17:43 +00:00
John-Mark Gurney
18f1afb9f4
add links for the functions documented in bus_space.9...
2006-04-04 22:56:08 +00:00
Peter Wemm
401dafd6b0
Update pmap_remove_pages(9) doc.
2006-04-03 21:17:36 +00:00
Dag-Erling Smørgrav
a41d535d17
Correct the requirements for g_new_consumer().
...
Approved by: phk
2006-03-17 13:13:18 +00:00
Sam Leffler
47e2996e8b
promote fast ipsec's m_clone routine for public use; it is renamed
...
m_unshare and the caller can now control how mbufs are allocated
Reviewed by: andre, luigi, mlaier
MFC after: 1 week
2006-03-15 21:11:11 +00:00
Andre Oppermann
2433924ce1
Import OpenBSD's manual page to the sys/sys/hash.c functions imported two
...
days earlier.
Obtained from: OpenBSD
2006-03-14 17:19:09 +00:00
Hiroki Sato
999b97c5e7
Fix version number when the feature was added.
...
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/93801 and docs/93803
MFC after: 2 days
2006-03-07 18:25:03 +00:00
Ruslan Ermilov
a26fc5727b
Fix types of time_second and time_uptime variables.
2006-03-02 19:47:41 +00:00
Olivier Houchard
d1bd38bb45
Note that BUS_DMA_COHERENT currently only affects sparc64 and arm.
...
Suggested by: scottl
2006-03-01 23:56:18 +00:00
John-Mark Gurney
6f56dcd441
update examples to use the correct terms that was never updated when the
...
earlier descriptions were gone over...
MFC after: 3 days
2006-02-28 19:58:57 +00:00
John-Mark Gurney
235811bfea
allow timo to be 0 when mtx is not NULL (KASSERT allowed this as
...
pointed out by jhb)
Reviewed by: jhb
MFC after: 3 days
2006-02-22 20:50:33 +00:00
Pawel Jakub Dawidek
b81709d11c
Document how to find a short description of a memory type.
2006-02-17 09:11:41 +00:00
Joel Dahl
fda40672d0
.Pp before .Sh is redundant.
...
Reviewed by: ru
2006-02-13 21:34:19 +00:00
Gleb Smirnoff
38fdbc1679
Xref rwlock(9).
...
Reviewed by: ru
2006-02-01 20:30:55 +00:00
Gleb Smirnoff
3182fc7b3e
Document read/write locks.
...
Reviewed by: jhb, ru
2006-02-01 19:39:25 +00:00
Christian Brueffer
b88c6e8756
Xref redzone(9)
2006-01-31 17:29:27 +00:00
Max Laier
dad5bb6485
sys/linker.h needs sys/systm.h as a requirement.
...
Submitted by: gallatin
2006-01-31 16:59:52 +00:00
Pawel Jakub Dawidek
847a2a1716
Add buffer corruption protection (RedZone) for kernel's malloc(9).
...
It detects both: buffer underflows and buffer overflows bugs at runtime
(on free(9) and realloc(9)) and prints backtraces from where memory was
allocated and from where it was freed.
Tested by: kris
2006-01-31 11:09:21 +00:00
Max Laier
6aec1278dc
firmware(9) is a subsystem to load binary data into the kernel via a
...
specially crafted module. There are several handrolled sollutions to this
problem in the tree already which will be replaced with this. They include
iwi(4), ipw(4), ispfw(4) and digi(4).
No objection from: arch
MFC after: 2 weeks
X-MFC after: some drivers have been converted
2006-01-29 02:52:42 +00:00