Commit Graph

2202 Commits

Author SHA1 Message Date
hannken
49511bba25 Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do.  Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

- change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp).
- remove layer_bwrite().
- welcome to 5.99.55

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.
2011-07-11 08:27:37 +00:00
wiz
5002f12c95 Sort error descriptions. 2011-07-09 07:57:53 +00:00
dyoung
acbb3ce8b3 Describe some of the expected return codes from bus_dmamap_load(9). 2011-07-08 22:38:08 +00:00
wiz
837dee575f Remove trailing whitespace, use Er for errors, break some lines to avoid
unintended markup.
2011-07-08 19:40:24 +00:00
dyoung
5fc6496c2d Describe bus_space_tag_create(9) and bus_space_tag_destroy(9) for
implementing bus spaces in MI code.

(This documentation may be several hours ahead of the implementation,
sorry.)
2011-07-06 21:36:16 +00:00
dyoung
9063212b84 Document bus_space_reserve(9), bus_space_reserve_subregion(9),
bus_space_release(9), bus_space_reservation_map(9),
bus_space_reservation_unmap(9), bus_space_reservation_addr(9),
bus_space_reservation_size(9), bus_space_handle_is_equal(9).
2011-07-06 18:27:31 +00:00
dyoung
92f34ea0d6 Bump date. 2011-07-01 22:06:19 +00:00
dyoung
1832697851 Switch machine/bus.h references to machine/bus_defs.h and
machine/bus_funcs.h references.
2011-07-01 22:05:28 +00:00
dyoung
5c997b3e12 Reference <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 17:34:44 +00:00
wiz
4cbd24b23f dependant -> dependent 2011-06-30 20:09:15 +00:00
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