Commit Graph

15281 Commits

Author SHA1 Message Date
wiz
eb6e09f00c Add missing .El. From Henning Petersen in PR 49845. 2015-04-20 06:50:13 +00:00
mlelstv
00a6b148d5 fix reference to queue(3) 2015-04-18 08:04:58 +00:00
wiz
24f40fb934 More markup. 2015-04-17 11:27:37 +00:00
rodent
8619e445df Adding more. 2015-04-16 01:07:24 +00:00
rodent
870b6e5640 moar because moar 2015-04-14 12:19:48 +00:00
pgoyette
12249fe7c4 Minor grammatical update. (I wonder if wizd(8) thinks I need to update
the revision date?)
2015-04-14 10:50:25 +00:00
riastradh
013f276e63 Update header file references in rnd man pages. 2015-04-13 22:23:54 +00:00
rodent
2410b2b273 Last ones... for some time to come. 2015-04-13 03:49:28 +00:00
rodent
0e11c388c5 By popular request. 2015-04-13 03:06:18 +00:00
rodent
5966e2e2dc Welcome to 2015, acronyms. 2015-04-13 00:39:57 +00:00
ryoon
723db66625 Add new device.
Bump date.
2015-04-11 00:30:50 +00:00
mrg
df9c189fea remove support to look for GCC 4.5 in gcc.old. 2015-04-08 06:03:09 +00:00
wiz
6046cbdc50 Update some defaults, from Joachim Henke on netbsd-docs. 2015-04-08 05:47:00 +00:00
wiz
99c656eb68 Grammar, whitespace; make AUTHORS section from HISTORY since it mostly cites
people.
2015-04-06 21:10:31 +00:00
bouyer
68e044784d Mention magic trackpad support 2015-04-06 17:57:51 +00:00
riastradh
51820012f4 Clarify what wapbl_jlock_assert and wapbl_junlock_assert mean. 2015-04-01 22:51:33 +00:00
riastradh
d14ef2c7cc More details on what may sleep and what won't sleep when. 2015-03-31 21:08:06 +00:00
riastradh
c380b27c05 Nesting shared in lazy is OK. Note nesting never blocks. 2015-03-31 20:50:29 +00:00
riastradh
68bdcb5496 Prohibit cross-mount transactions. 2015-03-31 15:49:45 +00:00
riastradh
590c31eca4 Revamp fstrans(9) man page.
- Fix example: fstrans_start never fails and returns void.
- Add fstrans_mount/fstrans_unmount.
- Explain intent, not just mechanism.
- Add internal cross-references and redundant information from
  different callers' perspectives.
2015-03-31 15:47:50 +00:00
riastradh
c6a78cfe85 Explain large write transaction bug in WAPBL. 2015-03-31 00:03:58 +00:00
dholland
fd9a522f27 An error was detected in a man page. 2015-03-30 16:57:40 +00:00
riastradh
57ae0bf4df Plural agreement. 2015-03-30 14:09:04 +00:00
riastradh
5586a44152 Fix tense. 2015-03-30 14:00:52 +00:00
riastradh
79047ecb0c Fix typo in example code. 2015-03-30 13:58:28 +00:00
riastradh
185edd37f7 Fix example code and emphasize it doesn't handle holes. 2015-03-30 13:58:03 +00:00
riastradh
bd88b93279 Add SIGNALS section to wizd(8). 2015-03-30 13:51:42 +00:00
riastradh
078e20efa6 Use Dv NULL, per SIGWIZD. 2015-03-30 13:40:01 +00:00
riastradh
6bcaafafa3 Be a little more consistent about nulls. 2015-03-30 13:35:50 +00:00
riastradh
a6a845b4eb Use Fn to mark up a function call. 2015-03-30 13:26:55 +00:00
riastradh
808424fb3e Nested I/O transfers are not `asynchronous'. 2015-03-30 13:22:12 +00:00
riastradh
b2d5d8d78a Consistently use `.Vt "struct buf"' to name the type. 2015-03-30 13:18:08 +00:00
riastradh
e90024bf9f Note reusing bufs requires clearing BO_DONE. 2015-03-30 13:17:14 +00:00
riastradh
ba2aeff9b2 Correct documentation of asynchronous/callback buffer I/O.
Asynchronous is not the same as callback: asynchronous means there is
no completion notification, and can be used only with buffer-cached
buffers.
2015-03-30 13:10:04 +00:00
wiz
51864d68ed Bump date for previous.
it's -> its
2015-03-30 11:01:53 +00:00
chopps
94dff34741 Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.
2015-03-30 10:58:37 +00:00
riastradh
c57b4b0b32 Remove obsolete cprng_strong_getflags/setflags(9) man page links.
XXX pullup-7
2015-03-30 01:25:36 +00:00
riastradh
fc8e6f8285 Hook bufferio(9) man page into the build.
Remove separate getiobuf(9) man page, subsumed by bufferio(9).
2015-03-30 01:15:15 +00:00
riastradh
bc9959754c Hook up the new wapbl(9) man page. 2015-03-30 00:44:37 +00:00
riastradh
7643fefe1a Mention B_WRITE. 2015-03-29 21:08:36 +00:00
riastradh
5bd51b95d7 Remove \& from example code. Cargo-culted from I forget where. 2015-03-29 21:08:08 +00:00
riastradh
7cfc1b80d8 Use Ap s' instead of No 's', per signal from wizd. 2015-03-29 21:06:26 +00:00
riastradh
d05efdd692 Clarify that getiobuf must be paired with putiobuf, not brelse. 2015-03-29 21:05:21 +00:00
riastradh
a9b7070f73 Cull some obsolete parts of buffercache(9) man page. 2015-03-29 21:02:06 +00:00
riastradh
1098217eb7 New man page bufferio(9) for I/O transfer view of struct buf.
Move biowait/biodone from buffercache(9) man page.
2015-03-29 20:56:01 +00:00
maxv
6e39240181 Remove the 'cred' argument from bread(). Remove a now unused var in
ffs_snapshot.c. Update the man page accordingly.

ok hannken@
2015-03-28 19:24:04 +00:00
maxv
bb338d5f26 Remove the 'cred' argument from breadn(), and update the man page
accordingly.

ok hannken@
2015-03-28 17:23:42 +00:00
riastradh
b5e543d48e Whatever the original intent was, it works only for buffer cache. 2015-03-27 21:53:50 +00:00
riastradh
bfcb27c7c7 Explain resource estimation bug in wapbl(9). 2015-03-27 21:50:39 +00:00
riastradh
0c01a60838 Make wording about who calls wapbl_*_buf consistent. 2015-03-27 21:41:32 +00:00