Commit Graph

18 Commits

Author SHA1 Message Date
rpaulo c55faf8987 More ktrace-lwp. 2006-01-29 02:26:27 +00:00
rpaulo 7d7fe4b786 Adapt man pages to ktrace-lwp. 2005-12-20 19:53:14 +00:00
wiz f28fe3eca1 Use more markup. Drop trailing whitespace. 2005-09-10 22:24:42 +00:00
reinoud f4a3f04cb2 Create functions ioctl_copyin() and ioctl_copyout(). They are meant to be
used in ioctl routines to do the right thing when the FKIOCTL flag is
passed to the IOCTL routine indicating its a in-kernel VOP_IOCTL call and
indirect addresses provided in the arguments are to be seen as kernel
adresses rather than userland adresses.

A simple substitution and prepending of the `flags' passed on to the ioctl
handler is enough to DTRT.
2005-08-28 20:58:14 +00:00
wiz 472351e13d Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz 770eef2122 New sentence, new line. 2002-10-14 13:43:14 +00:00
thorpej 67b2a0cf06 * Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00
ross 4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
wiz 6539335131 Fix typos, punctuation and whitespace. 2001-06-21 11:59:00 +00:00
garbled e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
msaitoh 6f4ce5dfdd Eliminate extra comma in SEE ALSO section 1998-09-03 08:12:56 +00:00
msaitoh 1c30ddba45 fix a small bug 1998-07-26 20:18:52 +00:00
kleink e32643d8e3 Update to reflect that copy*str() implementations must be able to handle NULL
being passed in the 'done' argument.  Also, s/NULL/NUL/ where appropriate.
1998-02-22 17:38:35 +00:00
mrg c12c7ee684 add missing .Nm sections 1997-11-11 10:06:37 +00:00
christos 8a6e9721ca const poisoning. 1997-03-24 21:20:03 +00:00
pk a212048a9c `.Pa' => `.Fa' 1996-06-19 22:50:16 +00:00
thorpej 386884687c Add fetch(9) and store(9), which describe the {fu,su}{,i}{byte,word}
functions.  Cross-reference with each-other and copy(9).
1996-01-09 03:23:01 +00:00
thorpej d444072739 copy(9) manual page: describes the copyin(), copyout(), copystr(),
copyinstr(), and copyoutstr() functions.
1996-01-09 01:44:42 +00:00