wiz
3da563eb15
Fix typo reported by Geoff C. Wing in pkg/12369.
2001-03-10 12:57:02 +00:00
itojun
bf46c79fa7
add ECONNABORTED.
2001-02-07 12:50:15 +00:00
jdolecek
ced1de21ce
It seems utrace(2) actually appeared in FreeBSD 2.2, not 4.0 according
...
to FreeBSD CVS logs
2001-01-24 23:43:43 +00:00
augustss
9b388c5b09
Document a weird circumstance under which stat() return EBADF.
2001-01-09 20:45:10 +00:00
mycroft
ae430e05be
Update the date.
2001-01-05 23:31:39 +00:00
mycroft
4f5554fa22
Update the date.
2001-01-05 23:31:16 +00:00
mycroft
0dbdbcab93
Mark these as deprecated, and correctly an error in the HISTORY section.
2001-01-05 23:29:42 +00:00
jdolecek
c8ff0e782d
document KTR_USER_MAXLEN limit
2001-01-05 22:28:41 +00:00
jdolecek
f43afc04fe
add utrace(2)
2001-01-05 21:49:47 +00:00
matt
44e25a6200
Add __syscall.S back to sys/Makefile.inc. Remove from arch/i386/gen/
...
Makefile.inc. If your architecture doesn't have __syscall.S, *add it*.
2000-12-13 07:42:47 +00:00
simonb
0e35eedd7e
Move __syscall.S to the arch specific Makefile.inc's where it is
...
implemented.
2000-12-12 22:38:42 +00:00
briggs
c6ba879207
Add a cross-reference to ftok(3).
2000-12-12 16:47:05 +00:00
mycroft
731305d114
Handle __syscall() in user-level code for i386.
2000-12-10 21:27:37 +00:00
wiz
efaced1f8c
fix typo
2000-11-21 23:35:10 +00:00
mrg
2d1d6239e4
document SWAP_DUMPDEV & SWAP_GETDUMPDEV.
2000-11-17 11:40:05 +00:00
lukem
279552d3db
fix up various .Nm abuses:
...
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
erh
a5c46ce842
Document the PROFDIR environment variable.
2000-10-24 19:31:59 +00:00
toshii
4acc4fc7fe
lfs_bmapv -> lfs_markv
2000-10-09 09:34:00 +00:00
nathanw
76bc7abc93
Use ".Fa stat" instead of ".Fn stat" when referring to the structure
...
rather than the function.
2000-10-07 16:48:24 +00:00
jdolecek
f5cb6bbd84
update(8) is gone, put in some info about ioflush
...
this addresses bin/11141 by Nick Hudson
2000-10-06 19:54:26 +00:00
jdolecek
a69cc94b83
kill references to update(8), it doesn't exist any more
...
this addresses bin/11141 by Nick Hudson
2000-10-06 18:53:28 +00:00
ad
5b09090e8e
insure -> ensure
2000-10-05 12:35:33 +00:00
is
6c614a3f1d
Document EPERM.
2000-09-28 09:46:17 +00:00
kleink
82fd76bb06
Need an internal name for pipe(2).
2000-09-28 08:38:53 +00:00
nathanw
42782db512
Note that we do support single-stepping, as a machine-dependant feature.
...
Don't be SPARC-specific about what features we support. Document how
to determine which requests are supported.
2000-09-27 22:31:43 +00:00
erh
52aa56b72d
Mention additional restriction on ptrace: you can't ptrace system processes since the assumptions made for normal processes don't always hold (such as p_pptr is non-NULL).
2000-09-24 07:34:15 +00:00
wiz
9773bf4a73
Whitespace fix, noted by John Hawkinson.
2000-08-04 20:03:07 +00:00
wiz
be8ff811b7
Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as
...
discussed on tech-kern.
Retire sys/uvm/uvm_inherit.h, update man page for minherit(2).
2000-08-01 00:53:07 +00:00
jdolecek
46c49082de
parameters addr & data are actually treated same way
...
for PT_DETACH and PT_CONTINUE - the only difference between them is that
the child is detached from the parent for PT_DETACH
2000-07-27 21:40:09 +00:00
kleink
f51ea2882c
KNF.
2000-07-14 07:36:32 +00:00
kleink
f4e264e3d5
Add a name description as well.
2000-07-10 06:44:35 +00:00
enami
bf53880ad5
Create link to lchflags.[02].
2000-07-08 00:53:39 +00:00
itohy
af83a97717
Add special treatment of shmat(2).
...
On m68k ELF calling standard (__SVR4_ABI__), if a function
returns a pointer, the return value should go to a0 as well as d0.
2000-07-07 08:20:50 +00:00
fair
1513bd135d
Add a proper DESCRIPTION to the man page, per PR 10072.
2000-07-07 05:18:49 +00:00
he
c8607653d2
Add text that says that an interpreter cannot itself be an interpreter
...
file. Inspired by Solaris manpage and the current NetBSD implementation
as observed with the scotty package and attempts to use the earlier shell
wrapper as an interpreter.
2000-07-05 12:42:09 +00:00
sommerfeld
1b2871e3d0
bin/10472: fix a couple typos in stat.2
2000-06-29 03:26:57 +00:00
mrg
a461faa506
<vm/vm_param.h> is now <uvm/uvm_param.h>
2000-06-27 09:10:24 +00:00
kleink
d42527e7a6
Finally nuke <sys/types.h> from SYNOPSIS.
2000-06-26 17:00:01 +00:00
assar
2e4e513a5a
add documentation of `shmflg'
...
See PR bin/10431
2000-06-26 15:46:03 +00:00
kleink
b8a4d7adf9
Need an internal name for fork().
2000-06-26 06:32:54 +00:00
kleink
0ef9e4a214
De-delint.
2000-06-26 06:29:12 +00:00
wiz
2177438bb2
punctuation fix (. -> ,)
2000-06-25 22:37:30 +00:00
sommerfeld
8bb74cfdd7
Explain what this function actually does
2000-06-25 16:28:41 +00:00
kleink
03f996bd0c
Add internal names for brk() and sbrk().
2000-06-23 15:40:36 +00:00
hubertf
159bc2d0e5
s/the/The/ at beginngin of sentense.
2000-06-21 02:30:37 +00:00
hubertf
73fc291634
Merge duplicate mentions of EPERM, EACCESS, ... into one entry
...
(where applicable).
2000-06-17 19:33:34 +00:00
cgd
db755e7c76
sweep of my licenses (userland files w/o only my copyright) for
...
consistency. (no functional changes)
2000-06-14 17:24:02 +00:00
cgd
d220ca5ba3
fix up NetBSD RCS Ids to match the standard, and the leading comment as
...
to match as well. No functional changes.
2000-06-14 06:48:47 +00:00
lukem
317449a3dc
fix typo
2000-06-09 14:02:21 +00:00
nathanw
44145e574e
Fix incorrect uses of indicate/indicates/indicated for each other.
2000-06-07 19:47:57 +00:00