wiz
8e12ffad8d
Mark up NULL.
2011-06-14 07:49:09 +00:00
rmind
3f1c6aa712
Update getnewvnode(9) description.
2011-06-14 00:56:02 +00:00
rmind
60e221031b
VOP_LEASE(9) was removed long ago. Misc improvement.
2011-06-14 00:22:45 +00:00
rmind
1d2a79ab46
Describe ubc_purge(9).
2011-06-14 00:19:20 +00:00
rmind
15de01ccb7
Xr uvm_km(9)
2011-06-14 00:18:00 +00:00
nonaka
a5706f7ee2
Removed non-existent wsfont_getflg() functions.
...
Const'fy name in struct wsdisplay_font.
Fixed some typo.
2011-06-13 15:24:21 +00:00
rmind
3b0ab829be
Sync (mostly, not fully) uvm_km(9) and uvm_map(9) man pages with reality.
2011-06-03 18:43:38 +00:00
wiz
203a6ec972
Sort SEE ALSO.
2011-06-03 08:06:54 +00:00
yamt
ea2d998dd1
correct the section number of membar_producer. noted by wiz@
2011-06-03 04:33:31 +00:00
yamt
82bfd3cade
mention memory barriers necessary for non-interlocked adaptive mutex release.
2011-06-02 00:58:26 +00:00
dyoung
bc07e228a2
Describe the arguments to ctor and dtor.
2011-06-01 20:49:22 +00:00
jruoho
29ca3fb160
Fix a typo.
2011-06-01 11:19:19 +00:00
rmind
7524727f91
Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.
...
OK mrg@
2011-06-01 02:22:18 +00:00
dyoung
9a37c59cd7
MI drivers should #include <sys/bus.h> not <machine/bus.h>.
2011-05-30 01:48:40 +00:00
drochner
5fafa9c424
-in the descriptor for encryption xforms, split the "blocksize" field
...
into "blocksize" and "IV size"
-add an "reinit" function pointer which, if set, means that the xform
does its IV handling itself and doesn't want the default CBC handling
by the framework (poor name, but left that way to avoid unecessary
differences)
This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms.
Refer to ivsize instead of blocksize where appropriate.
(At this point, blocksize and ivsize are identical.)
2011-05-23 13:46:54 +00:00
wiz
ee4a63b058
Improve wording.
2011-05-19 08:55:01 +00:00
rmind
95ea6d26ab
Re-implement kthread_join(9), so that it actually works (hi haad@).
2011-05-19 03:07:29 +00:00
wiz
5f70e190b1
Improve wording.
2011-04-28 17:09:19 +00:00
wiz
bd723a1420
New sentence, new line.
2011-04-28 17:08:29 +00:00
wiz
901cdb562b
Typo fix.
2011-04-28 12:22:35 +00:00
wiz
eafacad922
Bump date for uvm_swap_stats() removal; remove superfluous Pp.
2011-04-27 06:02:03 +00:00
rmind
fe41737f5c
Remove public uvm_swap_stats() routine, keep it internal.
2011-04-27 00:35:52 +00:00
hannken
87522af425
Change vflushbuf() to return an error if a synchronous write fails.
...
Welcome to 5.99.51.
2011-04-26 11:32:38 +00:00
wiz
d154cf1438
Add missing word.
2011-04-25 22:31:12 +00:00
wiz
235dacfc64
Sort SEE ALSO, sort errors.
2011-04-25 22:08:18 +00:00
wiz
3d72e50534
Sort SEE ALSO.
2011-04-08 08:49:19 +00:00
jruoho
bacb261ac9
Xref param(3).
2011-04-08 07:55:04 +00:00
jruoho
d21d7bda46
Put back the example (removed in the revision 1.3).
2011-04-08 06:55:14 +00:00
jruoho
789c04236c
Note also KASSERTMSG(). Small markup changes.
2011-04-06 05:40:18 +00:00
dyoung
38c5ac17f7
Update manual page for constification of pci_attach_args.
2011-04-05 14:57:33 +00:00
jruoho
bb2c5893fc
Remove a duplicate word, .Fn for functions, .Vt.
2011-03-30 21:40:01 +00:00
jruoho
5fe4360942
Fix xref; security(8) -> security(7).
2011-03-18 16:18:45 +00:00
jruoho
231352d485
Remove the bulk "this section describes places within [...]" -paragraph.
2011-03-17 10:02:54 +00:00
jruoho
f5d26066d3
Tidy up the SEE ALSO section. Namely, do not duplicate a big list of xrefs
...
that are already used in the body of the text.
2011-03-13 05:03:21 +00:00
jruoho
66853c1034
Xref hpet(4) and hz(9).
2011-03-13 04:57:21 +00:00
wiz
d377a246ac
Fix typos.
2011-03-12 13:25:41 +00:00
jruoho
077cbf0f3c
Add x86/tsc(9).
2011-03-11 19:50:33 +00:00
wiz
839b4739f5
Add comma in enumeration.
2011-02-27 06:25:07 +00:00
ahoka
2b6ee22130
Import the Flash and NAND subsytem code contributed by the University
...
of Szeged, Hungary.
The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-26 18:07:13 +00:00
jym
b7e3c0fc0b
Notify that the file system has to be mounted first before modules can
...
be loaded from it.
ok pgoyette@
2011-02-13 16:50:16 +00:00
rmind
f79a70df93
vn_lock: describe flags, remove reference to lockmgr.
2011-01-30 07:04:48 +00:00
rmind
e5f51d8e44
Sync man page with reality.
2011-01-30 07:02:23 +00:00
wiz
16f356de90
Link kprintf(9) to device_printf(9). For David.
2011-01-27 14:48:36 +00:00
wiz
17d601176d
Fix typo.
2011-01-26 09:53:20 +00:00
yamt
b5ca7f5a5b
- add some random notes
...
Basically, KASSERT() should be used for light-weight checks and
KDASSERT() should be used for heavier ones.
Callers should not rely on the side effects of expression because,
depending on the kernel compile options mentioned above, expression might
not be evaluated at all.
- Xr options(4)
- bump date
2011-01-25 23:46:48 +00:00
enami
c25b258560
roundup2(x, y) does not assume that x is power of 2, but y is.
2011-01-24 10:22:15 +00:00
dyoung
609720ff85
Describe device_printf(9).
...
XXX Need symbolic link device_printf.9 -> kprintf.9.
2011-01-21 17:51:19 +00:00
dyoung
979fccad2b
In the EXAMPLES section, use device_t and accessors instead of struct
...
device.
2011-01-14 18:34:44 +00:00
jnemeth
20fdec7661
Update module_autoload to say that a .plist file will be loaded, and if
...
that .plist contains noautoload=true then the system will refuse to load
the module.
2011-01-09 05:05:10 +00:00
jym
883680496d
CONSIDERATION => CONSIDERATIONS, to be on par with the rest of man pages.
2011-01-08 18:07:14 +00:00