des
280c82d138
4.4 will have sbufs.
2001-07-19 09:07:51 +00:00
alfred
94d7ec8a21
Install and provide MLINKS for:
...
pbuf.9 vm_page_alloc.9 vm_page_copy.9 vm_page_flag.9 vm_page_hold.9
vm_page_insert.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9
vm_page_sleep_busy.9 vm_page_wakeup.9 vm_page_wire.9
vm_page_zero_fill.9 vm_set_page_size.9
2001-07-18 06:10:33 +00:00
alfred
8ca85b43c8
Document some of the kernel vm_page API as well as the pbuf API.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-18 06:09:13 +00:00
ru
c538896509
Spelling: aquire -> acquire.
2001-07-16 07:37:22 +00:00
ru
a1e3fd29f6
Manpage for pfind() and zpfind().
...
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-07-16 07:04:09 +00:00
schweikh
511e378b14
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
schweikh
5ef4115668
Fixed double word typo.
...
MFC after: 7 days
2001-07-13 20:11:43 +00:00
ru
15292fece4
Add a few more manpages from Chad.
...
Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
2001-07-13 18:35:48 +00:00
alex
e01533d08a
- correct two typos
...
- Use NULL instead of 0 for pointers (style(9)!)
Submitted by: Joel Wilsson <siigron@sii.linuxsweden.nu>
MFC after: 37 days
2001-07-13 16:10:39 +00:00
ru
5001e16d30
mdoc(7) police: -xwidth has been fold into -width.
2001-07-13 09:09:52 +00:00
ru
ebc943289b
Merge Chad's fixes.
2001-07-13 08:14:54 +00:00
ru
6468798b09
mdoc(7) police: fixed markup and some content typos.
2001-07-11 10:31:49 +00:00
ru
a6a8d8e94c
mdoc(7) police: fixed markup.
2001-07-11 09:13:12 +00:00
alfred
600fc1a6a2
I have gone through all of the functions and added
...
the correct includes and changed the functions as
requested.
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-11 03:51:44 +00:00
ru
9001bc7070
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
alfred
8656c478c6
Sort MAN= section.
2001-07-10 07:42:35 +00:00
alfred
89285c51d6
Install:
...
cdevsw_add.9 cdevsw_remove.9 devsw.9
major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9
2001-07-10 07:28:11 +00:00
alfred
7bc467bb9b
Document some of the dev_t related APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 07:25:18 +00:00
alfred
8f5c37664a
Link in new manpages:
...
BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9
BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9
lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9
2001-07-10 04:35:22 +00:00
alfred
09cef8d70f
Note that this function is for debugging purposes.
2001-07-10 04:31:33 +00:00
alfred
988e81ae7f
Fix explanation of LK_SLEEPFAIL option.
...
Remove extra period from end of sentance.
2001-07-10 04:29:24 +00:00
alfred
c74c511c1a
fix typos: s/BUF_LOCK/BUF_TIMELOCK, order xrefs.
2001-07-10 04:27:03 +00:00
alfred
d056d21c89
Document some of the kernel API dealing with locks used primarily by VFS.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-10 04:22:14 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
alfred
ea8d486d2b
Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.
2001-07-09 07:15:51 +00:00
alfred
5532b16840
Document kernel API for vfs_busy(), vfs_mount(), vfs_unbusy(), and
...
vinvalbuf().
Submitted by: Chad David <davidc@acns.ab.ca>
2001-07-09 06:47:10 +00:00
ru
05e503d80a
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
ru
15d58184c1
mdoc(7) police: minor formatting fixes.
2001-07-06 09:20:19 +00:00
des
7e712a31e7
Constify the format string.
...
Submitted by: Mike Barcroft <mike@q9media.com>
Forgotten by: des
2001-07-05 22:34:11 +00:00
ru
0b02866005
mdoc(7) police: mark type with .Vt, sort xrefs.
2001-07-04 15:37:13 +00:00
ru
40f8484e05
mdoc(7) police: cosmetics.
2001-07-04 15:32:44 +00:00
joerg
19461a1e25
Don't give a bad example by starting a struct tag name with an
...
underscore. Names starting with an underscore are reserved.
2001-07-03 16:22:42 +00:00
jhb
0ad072d2df
Add a new manpage to document the CTRx macros used when adding new KTR
...
tracepoints to kernel code.
2001-06-28 07:20:05 +00:00
dd
945fa79a4a
mdoc(7) police: use the Fn macro where appropriate.
2001-06-24 01:38:20 +00:00
dd
04d1b1c8dd
Remove duplicate words.
2001-06-24 01:34:38 +00:00
dd
6e42c65278
Correct a typo.
2001-06-24 01:30:38 +00:00
dd
e4094cb6c3
Correct getopt usage and a syntax error (period used instead of a semicolon).
2001-06-18 20:36:06 +00:00
rwatson
62319ab557
o The VOP_RDWR man page neglected to mention (at least) two error modes
...
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
2001-06-15 16:12:41 +00:00
des
86b7e548ab
Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which
...
ignore NUL bytes in the source string.
2001-06-11 17:05:52 +00:00
des
23c38e4e7c
sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller
...
does not provide a struct sbuf, sbuf_new(9) will allocate one and return
a pointer to it.
2001-06-10 15:48:04 +00:00
ru
e7a85be33f
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
dd
ec69eb884c
Link make_dev.9 to make_dev_alias.9 and depends_dev.9.
2001-05-29 04:17:36 +00:00
dd
4f8e07138f
Document depends_dev.
...
Reviewed by: phk
2001-05-29 04:14:33 +00:00
dd
6fd4ea8be9
Remove obsolete DEVFS manual pages. The routines they describe don't
...
exist in the new (phk's) DEVFS.
Approved by: phk
2001-05-28 20:27:23 +00:00
olgeni
7ea800eaa8
Fix typo: "an socket" -> "a socket".
...
Place period at the end of AUTHORS section.
MFC after: 1 week
2001-05-27 22:17:46 +00:00
obrien
9dc1e5fad0
Back out rev 1.50. VCS was correct -- it is Version Control System.
2001-05-17 02:05:36 +00:00
dougb
739f8043e7
Minor typos
2001-05-17 01:36:01 +00:00
dd
93e0a8e2cd
Fix a typo (pasto?).
2001-05-09 05:03:35 +00:00
horikawa
9825ae0a27
Fix typos.
...
o replace `of possible' with `if possible'
o VOP_SETACL(9) is modified to say about `ACL' instead of `extended
attributed'
o EOPNOTSUPP of VOP_SETEXTATTR(9) is modified to say about
VOP_SETEXTATTR(9) instead of VOP_GETEXTATTR(9)
Reviewed by: Robert Watson <rwatson@FreeBSD.org>,
Chris Costello <chris@calldei.com>
2001-05-07 22:15:18 +00:00
ru
3426882dda
A bit of markup and spelling fixes.
2001-05-07 12:48:38 +00:00