rkujawa
7fe3167ae4
Also add links to pcu(9).
2012-12-02 19:51:56 +00:00
rkujawa
57cdcb1a4f
Add pcu(9).
2012-12-02 19:30:18 +00:00
rmind
f87454b068
Add pcu(9) man page.
2012-12-02 19:28:34 +00:00
abs
25e685524c
Punctuation and (non-)capitalization fixes.
...
From Bug Hunting.
2012-11-22 14:27:32 +00:00
christos
1c792deed9
document change in {,v}snprintf() behavior.
2012-11-21 17:18:11 +00:00
wiz
c2208cd4f9
Use other markup. Remove trailing space.
2012-11-05 22:49:14 +00:00
wiz
9948aa60be
Bump date for previous.
2012-11-05 22:44:22 +00:00
dholland
f90296b2d3
Document NDAT(), and while here update some of the now-outdated
...
material in the namei man page. There's quite a bit more to be done.
2012-11-05 17:31:53 +00:00
dholland
5bfe204cbc
Update docs for namecache changes.
2012-11-05 17:31:15 +00:00
dholland
a2c3393810
These two man pages contain complete cut and paste copies of struct
...
componentname and/or struct nameidata. Update the copies, for both
today's changes and a number of earlier changes too.
2012-11-05 17:30:37 +00:00
wiz
691913b47a
Mark up defines with Dv.
...
(Leave Brq for now.)
2012-10-01 20:49:30 +00:00
njoly
7d7e9f2176
Update _PC_NO_TRUNC description to add the returned value, and
...
replace non-existant KERN_NAME_MAX with {NAME_MAX}.
2012-10-01 18:16:36 +00:00
rmind
1219124711
Describe kcpuset_export_u32(9) routine.
2012-09-16 22:22:45 +00:00
drochner
ad3d24442f
fix some signatures
2012-08-23 11:59:02 +00:00
riastradh
5bc0a6401f
Clarify description of ->ucom_read method.
...
From when I was trying to figure out what's wrong with uftdi reading
from a beaglebone last month. (Still haven't figured that out!)
2012-08-05 01:58:36 +00:00
mlelstv
38c7f43e96
add rootconf(9) as a link to cpu_rootconf(9)
2012-07-29 20:36:05 +00:00
wiz
03dbd9491c
Serial comma, whitespace fixes, sort SEE ALSO.
...
Bump date for previous.
2012-07-29 18:51:48 +00:00
mlelstv
8ce4433821
Do not call setroot() from MD code and from MI code, which has
...
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.
No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().
Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().
Make cpu_rootconf(9) describe the calling order.
2012-07-29 18:05:39 +00:00
mrg
2a9a6550b5
- remove some comments about only being relevant for usbmp.
...
- add documentation for usb_rem_task(), and clean up the task doc in
general. be clear about SMP issues for tasks
- bump date
2012-07-20 07:55:44 +00:00
jdf
2557825a98
Added missing newline, as proposed by Petri Laakso in PR kern/46721.
2012-07-19 17:48:55 +00:00
pgoyette
5c63095119
Document the new SYSMON_FHAS_ENTROPY flag.
2012-07-15 18:34:03 +00:00
rkujawa
1c781ae3a9
s/Jukly/July/
2012-07-14 10:24:59 +00:00
wiz
87c4be511f
Bump date for previous.
2012-07-14 09:24:51 +00:00
rkujawa
dc69ac0939
Adapt extent(9) page to not so recent changes in extent code. Argument
...
mtype to extent_create() was removed.
2012-07-14 05:36:56 +00:00
rkujawa
25275ac605
extent_create does not take storage type argument anymore.
2012-07-14 05:32:17 +00:00
pgoyette
7fb24e8746
More updates, since the structure name has changed from rndsourc_element_t
...
to krndsource_t. While here, add RND_TYPE_ENV to the list of source types.
2012-07-12 00:07:36 +00:00
pgoyette
10a6985f77
Use correct source file reference
2012-07-11 18:17:50 +00:00
rmind
13263649d9
mutex_owned: update about not-held test.
2012-07-07 21:27:56 +00:00
rmind
e74e71f4a2
Document kcpuset_isotherset() and kcpuset_countset().
2012-07-07 21:26:36 +00:00
cheusov
536626eb4d
Fix documentation for function kauth_register_key (PR 46641).
2012-07-03 21:35:04 +00:00
jym
4f243d2e19
Document atop(9), ptoa(9), round_page(9) and trunc_page(9).
2012-07-02 21:10:30 +00:00
rmind
33b678d7e0
NPF improvements:
...
- Add NPF_OPCODE_PROTO to match the address and/or protocol only.
- Update parser to support arbitrary "pass proto <name/number>".
- Fix IPv6 address and protocol handling (add a regression test).
- Fix few theorethical races in session handling module.
- Misc fixes, simplifications and some clean up.
2012-07-01 23:21:06 +00:00
wiz
e85f85f6b0
Bump date for previous.
2012-06-27 20:29:38 +00:00
cheusov
b6b59f4935
Add new action KAUTH_CRED_CHROOT for kauth(9)'s credential scope.
...
Reviewed and approved by elad@.
2012-06-27 12:28:28 +00:00
jdf
fbff87ca03
* decapitalize NAME section's line
...
* improve wording
* make RETURN VALUES section consistent with other man pages' (e.g. exit(3) and
abort(3)
Patch provided by Bug Hunting.
2012-06-12 21:06:43 +00:00
mrg
4a00fabd03
remove a comment about usbmp.
2012-06-10 06:40:08 +00:00
agc
cdb443ca36
Fix a typo
2012-06-07 01:01:12 +00:00
wiz
fc4d427c11
Remove superfluous Pp. New sentence, new line. Remove trailing whitespace.
2012-06-03 17:01:21 +00:00
mrg
57caaffef7
add doucmentation for usb_{add,rem,init}_task().
2012-06-03 02:56:36 +00:00
mrg
de6d466666
add documentation for:
...
- usbd_alloc_buffer
- usbd_free_buffe
- usbd_get_buffer
- usbd_do_request
- usbd_do_request_flags
begin to document the changes present on the USBMP branch:
- usbd_sync_transfer_sig
- usb_detach_wait
- usb_detach_broadcast
create a new section on device detachment. XXX needs a code example.
2012-06-03 02:23:37 +00:00
mrg
343e545c3e
gives pipes and transfers their own .Sh section.
2012-06-02 23:39:03 +00:00
mrg
2ae34fcc5d
document usbd_open_pipe*(). fix some minor errors.
...
prepare to re-structure a lot of stuff.
2012-06-02 23:33:16 +00:00
mrg
9c94f403d6
greatly expand the discussion on transfers and provide most of the details
...
needed to alloc, setup, transfer and obtain the status of them.
this takes care of:
- usbd_close_pipe
- usbd_alloc_xfer
- usbd_free_xfer
- usbd_setup{,_default,_isoc}_xfer
- usbd_transfer
- usbd_{bulk,intr}_transfer
- usbd_transfer_sync{,_sig}
- usbd_get_xfer_status
as well as callback and request information.
update the list of functions missing real descriptions. there are about
30 usbdi.h and 35 usbdi_util.h functions remaining.
2012-06-02 23:10:12 +00:00
mrg
8fb03546dc
- add some comments for post-usbmp
...
- basic documentation for:
usbd_clear_endpoint_toggle()
usbd_device2interface_handle()
usbd_interface2device_handle()
usbd_pipe2device_handle()
usbd_interface2endpoint_descriptor()
usbd_endpoint_count()
- usbd_close_pipe() has documentation already
- bump date
2012-06-01 00:16:28 +00:00
wiz
144042a0cd
Remove trailing whitespace.
2012-05-17 07:28:29 +00:00
mrg
c344fad04f
clarify some descriptions. document a couple more functions.
...
make a big commented list of the functions that are lacking real
descriptions.
2012-05-17 02:58:14 +00:00
mrg
47006ff476
fix a broken sentence. bump date.
2012-05-13 19:29:59 +00:00
mlelstv
ec681a5cfa
Fix tag for usbd_get_buffer
2012-05-13 12:10:18 +00:00
wiz
35ade9d47a
Move DESCRIPTION below SYNOPSIS.
...
Remove function descriptions from SYNOPSIS.
Some cleanup while here.
XXX: most functions lack descriptions.
2012-05-13 11:57:39 +00:00
wiz
ce85630baa
Fix typo and remove superfluous Pp.
2012-05-13 11:57:05 +00:00
mrg
11f0cb34e4
convert the ugly .Bl/.El list of functions to a real one inside the
...
.Sh SYNOPSIS section.
XXX, the .Sh DESCRIPTION needs to move under the .Sh SYNOPSIS.
2012-05-13 10:57:09 +00:00
mrg
3f86678fb0
document a large chunk of the USB interface. some of this is kind of
...
generic and depends upon understanding USB itself (and since i don't
really that well, i might have gotten some wrong.)
2012-05-13 09:00:51 +00:00
plunky
d1525add95
language improvement
2012-04-02 09:56:58 +00:00
njoly
8dfc5e0c6d
Small typo.
2012-03-17 14:42:13 +00:00
wiz
948a1519b1
Bump date for previous.
...
Spell "file system" like in other man pages.
Fix typos.
2012-03-14 11:51:54 +00:00
wiz
a9bca96bca
Remove trailing whitespace. Fix typo. Sort.
2012-03-14 11:44:42 +00:00
elad
0c9d8d15c9
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
...
something meaningful. All relevant documentation has been updated or
written.
Most of these changes were brought up in the following messages:
http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html
Thanks to christos, manu, njoly, and jmmv for input.
Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
2012-03-13 18:40:26 +00:00
njoly
bed7cf5a54
Use Lk macro instead of Pa when dealing with URLs, to produce links
...
with HTML output. And while here update some dead URL links.
First part of PR/29238.
2012-03-11 23:42:06 +00:00
njoly
26ecbbc0b8
Adjust cpu_switch(9) -> cpu_switchto(9) in xrefs.
2012-02-22 19:04:38 +00:00
plunky
555be44f20
document config_detach_children(9)
2012-02-17 09:44:12 +00:00
yamt
dbf67aa479
fix a description of PMAP_PREFER argument.
2012-02-16 12:10:10 +00:00
wiz
7f2677a5a5
Bump date for previous.
2012-02-13 13:23:29 +00:00
njoly
5e9c51f65d
Fix copyin/copyout sections in xrefs.
2012-02-13 13:01:39 +00:00
wiz
f85441243b
Add locking description to some functions.
...
Add FILES section referencing source code.
From Julian Fagir in PR 45988.
2012-02-13 12:49:35 +00:00
dholland
62cfdf3316
Quota-related docs fixes:
...
- Remove old quotactl(2); replace with new __quotactl(2).
- Document quota_getrestrictions(3), the semantic restriction codes,
and quota_quotaon/off(3).
- Update VFS_QUOTACTL(9), which was still describing the pre-proplib API.
Approved by releng for the freeze.
2012-02-13 01:24:00 +00:00
wiz
8292e96d35
Bump date for previous, per mbalmer.
2012-02-08 09:32:47 +00:00
wiz
9f4d0385b5
xref rwlock instead of deprecated lockmgr.
...
From Julian Fagir in PR 45944.
2012-02-08 08:25:05 +00:00
drochner
75699fcff7
document pci_aprint_devinfo(9) (not the _fancy variant yet because
...
it is still experimental)
2012-01-30 19:20:13 +00:00
wiz
b377f34442
Fix word duplication in previous.
2012-01-28 13:26:12 +00:00
rmind
be9b34c425
Update ltsleep(9) man page.
2012-01-28 13:12:52 +00:00
rmind
f1f4283156
Replace pcq(9) with the implementation from ad@ and minor changes by me.
...
PR/40516, PR/45631.
2012-01-22 02:55:47 +00:00
cegger
a02b2c29fa
fix secmodel implementation of CPU_UCODE.
...
ok wiz@ for the manpages
ok elad@
2012-01-17 10:47:26 +00:00
wiz
7af0bef7e5
Use more markup. Increase table width since longest string changed.
2012-01-13 23:12:32 +00:00
wiz
c18fbdcf42
New sentence, new line. Use more markup. Bump date for previous.
2012-01-13 23:09:51 +00:00
macallan
be47469bba
document some rasops_info flags that have been added recently ( and not so
...
recently )
2012-01-13 16:50:28 +00:00
macallan
19ea84bf71
document recent changes
2012-01-13 16:06:20 +00:00
wiz
d6829e5b30
Bump date for previous. Move RCS Id to top of file.
2012-01-02 18:07:21 +00:00
rkujawa
5ec5041c48
Correct the include path.
2012-01-02 15:41:51 +00:00
rmind
32d19c916b
Amend previous.
2011-12-23 20:53:31 +00:00
rmind
40947a78e4
Sync with reality a little.
2011-12-23 20:51:50 +00:00
wiz
707b092c0c
New sentence, new line. Fix some markup. Bump date for previous.
2011-12-17 21:25:12 +00:00
wiz
1a45da71c8
Use more markup. Bump date for previous.
2011-12-17 21:24:40 +00:00
tls
6e1dd068e9
Separate /dev/random pseudodevice implemenation from kernel entropy pool
...
implementation. Rewrite pseudodevice code to use cprng_strong(9).
The new pseudodevice is cloning, so each caller gets bits from a stream
generated with its own key. Users of /dev/urandom get their generators
keyed on a "best effort" basis -- the kernel will rekey generators
whenever the entropy pool hits the high water mark -- while users of
/dev/random get their generators rekeyed every time key-length bits
are output.
The underlying cprng_strong API can use AES-256 or AES-128, but we use
AES-128 because of concerns about related-key attacks on AES-256. This
improves performance (and reduces entropy pool depletion) significantly
for users of /dev/urandom but does cause users of /dev/random to rekey
twice as often.
Also fixes various bugs (including some missing locking and a reseed-counter
overflow in the CTR_DRBG code) found while testing this.
For long reads, this generator is approximately 20 times as fast as the
old generator (dd with bs=64K yields 53MB/sec on 2Ghz Core2 instead of
2.5MB/sec) and also uses a separate mutex per instance so concurrency
is greatly improved. For reads of typical key sizes for modern
cryptosystems (16-32 bytes) performance is about the same as the old
code: a little better for 32 bytes, a little worse for 16 bytes.
2011-12-17 20:05:38 +00:00
njoly
2291fd1fba
Kill extra El macro.
2011-12-09 10:58:51 +00:00
jym
0d4c568bb2
KAUTH_GENERIC_CANSEE is no more.
2011-12-04 23:59:25 +00:00
jym
bdb161bba3
GETPARAMS => GETPARAM
...
SETPARAMS => SETPARAM
2011-12-04 21:52:37 +00:00
jym
f3effc5ec2
Improvements in secmodel(9). Document secmodel_register(9), _deregister(9)
...
and _eval(9).
Add secmodel_extensions(9), and indicate the new sysctl(7) to let
ordinary users control the CPU affinity (user_set_cpu_affinity).
2011-12-04 21:08:37 +00:00
jym
d96481c6de
- add the bool type for IMMEDIATE flag.
...
- minor tweak to the handler example: it leaks 't' (on stack)
when passed to sysctl_lookup(9), as it copyout its content via
sysctl_data. That would not be the case if CTLFLAG_IMMEDIATE flag
was set for this node but the example does not preclude that.
2011-12-04 18:34:20 +00:00
tls
7db676852a
Add (links for) missing "cross-references" from cprng(9). Some of the
...
functions replaced by cprng were never documented at all.
2011-11-29 03:40:41 +00:00
wiz
c9317429b9
Spelling.
2011-11-28 23:29:45 +00:00
wiz
b85c6e9d1b
Whitespace fixes; new sentence, new line; better macro usage.
...
Sort SEE ALSO.
2011-11-28 23:27:59 +00:00
tls
2a139c3401
Add cprng(9) manual page, remove arc4random(9) manual page
2011-11-28 20:19:25 +00:00
jmcneill
f3aef68ba3
update audio(9) docs for audiomp changes
2011-11-23 23:11:56 +00:00
jym
0cbbdfa92d
pool_cache_sethiwat(9), pool_cache_setlowat(9), pool_cache_sethardlimit(9)
2011-11-15 00:50:55 +00:00
jym
13558246e2
Document pool_cache_sethardlimit(9), the faithful friend of
...
pool_sethardlimit(9).
2011-11-15 00:32:34 +00:00
jym
1e8ad6eb02
pool_sethardlimit.9 => pool.9
2011-11-15 00:19:42 +00:00
jym
f83fbb4ade
Document pool_sethardlimit.
2011-11-14 02:38:05 +00:00
wiz
156fd028ba
Remove trailing whitespace. New sentence, new line.
2011-11-08 10:56:59 +00:00
jym
28ecaa21fd
Small improvements to kauth(9).
2011-11-08 00:55:53 +00:00
wiz
f5088175d6
Fix typo, try to improve Nd.
2011-11-01 23:18:07 +00:00
wiz
d3abb97c4a
Casing.
2011-11-01 23:17:59 +00:00
yamt
30007d8b8f
document skpc
2011-11-01 13:36:15 +00:00
yamt
e9ab523b8a
document scanc
2011-11-01 13:33:05 +00:00
jruoho
0b7b86c410
Note briefly what MSRs are. Requested by wiz@.
2011-10-28 07:23:16 +00:00
wiz
987d3d3176
Sort SEE ALSO.
2011-10-27 07:23:23 +00:00
jruoho
67fcddd627
Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can
...
not be used before interrupts have been enabled. Suggested by macallan@.
2011-10-27 05:25:07 +00:00
jruoho
32b5e91691
Also mention rdtsc() in passing.
2011-10-25 05:41:33 +00:00
jruoho
5c8806b7c2
Xref rdmsr(9).
2011-10-25 05:04:33 +00:00
jruoho
49124f6222
Briefly document the basic RDMSR/WRMSR functions.
2011-10-25 05:03:55 +00:00
yamt
a22529c8e8
document ucas
2011-10-24 07:31:31 +00:00
yamt
f2ae74d707
- document RESCHED_KPREEMPT
...
- "Specifically" -> "Typically" in the paragraph which says what this
function can do, because they are merely examples.
2011-10-24 07:30:29 +00:00
yamt
fe2648528f
update the description of the priority argument.
2011-10-24 07:27:09 +00:00
yamt
60b270881f
- document XC_HIGHPRI
...
- explicitly note that xc_wait requires thread context.
2011-10-24 07:25:51 +00:00
njoly
c7188eceb8
Use .In macro.
2011-10-20 12:14:12 +00:00
wiz
9ec9f2859c
Use Aq instead of \*[Lt]...\*[Gt]
2011-10-20 10:36:42 +00:00
jruoho
1e1471bd00
Xref mstohz(9) and tvtohz(9) with each other.
2011-10-20 09:31:00 +00:00
jruoho
5d9e77ad94
Do not use xcall(9) in cpufreq_register(9), as it requires kthreads to be
...
running and may impose hacks like config_interrupts(9) in the backend.
2011-10-20 06:48:24 +00:00
jruoho
288ab9d2db
Note that manually loaded modules are not auto-unloaded.
2011-10-18 14:12:04 +00:00
jruoho
987b86de6d
Xref i2cscan(8).
2011-10-15 16:35:45 +00:00
wiz
6df1df0810
Remove superfluous Pp.
2011-10-06 08:59:01 +00:00
jruoho
6f8d5ab1c7
Add kcpuset(9). Ok rmind@.
2011-10-06 05:23:39 +00:00
njoly
3a909f7545
There's no stand alone vpanic.9 man page.
2011-09-30 15:47:20 +00:00
jruoho
5647e2ae42
Note the order of the dummy boolean states.
2011-09-30 04:21:17 +00:00
christos
ce9eaca580
add vpanic
2011-09-29 20:55:49 +00:00
wiz
702b53cc2e
Add missing comma.
2011-09-28 11:50:42 +00:00
jruoho
0e33087b6d
Bump date and add one missing note.
2011-09-28 11:42:00 +00:00
jruoho
a179648071
Add a simple cpufreq(9).
...
This is slightly improved version presented on tech-kern@ with proper
locking and few additional functions, mainly required for ioctl(9)/cpuctl(8).
2011-09-28 10:55:46 +00:00
jym
586001f7c7
Document new *ASSERTMSG() prototype, and update KASSERT(9).
...
See also
http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html
2011-09-27 00:36:49 +00:00
jym
b8647b8e93
Update list of algorithm identifiers available in opencrypto(9).
2011-09-16 22:27:36 +00:00
wiz
7915776d56
Remove trailing whitespace.
2011-09-05 18:21:29 +00:00
dyoung
7add4c1ae4
Update vmem(9). Changes to the implementation and usage are following,
...
soon.
2011-09-02 22:07:33 +00:00
dyoung
7d12941ccd
Describe pci_bus_devorder(9).
...
TBD: symbolic link pci_bus_devorder.9 -> pci.9.
2011-08-25 02:01:32 +00:00
wiz
098681c432
Bump date for previous.
2011-08-23 22:14:51 +00:00
dyoung
64311e1f9d
Introduce a couple of new constants, VMEM_ADDR_MIN (the least possible
...
address in a vmem(9) arena, 0) and VMEM_ADDR_MAX (the maximum possible
address, currently 0xFFFFFFFF). Modify several boundary conditions so
that a vmem(9) arena can allocate ranges including VMEM_ADDR_MAX.
Update documentation and tests.
These changes pass the tests in sys/kern/subr_vmem.c. To compile the
and run the test program, run "cd sys/kern/ && gcc -DVMEM_SANITY -o
subr_vmem ./subr_vmem.c && ./subr_vmem".
2011-08-23 22:00:57 +00:00
rmind
a0ffc02ab8
Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.
2011-08-07 14:03:15 +00:00
rmind
83fa217ed7
Fix .Xr to membar_ops(3), not membar(9). Spotted by wiz@.
2011-08-07 12:29:24 +00:00
wiz
5303ff6102
Whitespace nits.
2011-08-02 10:17:35 +00:00
rmind
d06d3e7845
Add pserialize(9) manual page.
2011-07-30 18:19:04 +00:00
jym
175b1728c7
And struct cfdata => cfdata_t too...
2011-07-23 16:04:35 +00:00
jym
c3f2a905be
struct device => device_t. Bump date.
2011-07-23 16:02:15 +00:00
jruoho
0ead7c269a
Xref delay(9) and kpause(9) with each other.
2011-07-20 05:20:54 +00:00
dholland
6afd4e5087
typo
2011-07-18 04:39:28 +00:00
joerg
3eb244d801
Retire varargs.h support. Move machine/stdarg.h logic into MI
...
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
2011-07-17 20:54:30 +00:00
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