kleink
abc6d45e5c
Need "namespace.h".
1998-10-14 11:56:28 +00:00
kleink
dc86984b00
Need internal names for ftruncate(), lseek(), mmap(), pread() and pwrite().
1998-10-14 11:25:18 +00:00
hwr
92c0c6e35b
Fixes kern/6216 by me.
1998-09-30 14:03:06 +00:00
thorpej
ebf8ba9c52
These are no longer needed.
1998-09-29 21:52:10 +00:00
christos
d5eb9fa908
Adapt to the new signal changes.
1998-09-26 23:58:14 +00:00
christos
4efafd6886
Add NOCLDWAIT documentation.
1998-09-18 18:41:23 +00:00
mrg
56b9b43fe0
<vm/vm_swap.h> -> <sys/swap.h>
1998-08-29 17:11:09 +00:00
mrg
b3159ade4d
- update for se_path member.
...
- while i'm here, document the swap flags, and also add (short) descriptions
of each of the swapent members.
1998-08-29 15:53:11 +00:00
lukem
ce83c69e00
first pass at fixing up capitalization of function names and
...
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
1998-08-29 08:32:32 +00:00
mycroft
3748c7c959
Assign my copyrights to TNF.
1998-08-15 09:16:27 +00:00
kleink
ae9f044ef4
Document _PC_SYNC_IO.
1998-08-07 13:28:23 +00:00
kleink
7b07ad780a
Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less
...
than or equal to 0 shall fail with EMSGSIZE; the latter condition was not being
checked for. Also, document the msg.msg_iovlen > {IOV_MAX} case.
1998-08-04 19:48:34 +00:00
kleink
c68582d64b
UIO_MAXIOV -> IOV_MAX
1998-08-03 15:01:00 +00:00
kleink
d8b09acbf7
Per IEEE Std 1003.1b-1993, Synchronous I/O Option, add O_DSYNC (synchronized
...
I/O data integrity completion) and O_RSYNC (complete read operations at the
same level of integrity requested for write operations).
1998-08-02 18:31:09 +00:00
thorpej
bb218ac267
Protocol Family (PF_*) constants are used to select the domain,
...
not Address Family (AF_*).
1998-08-01 21:51:06 +00:00
thorpej
bbc3c4bf2a
Document that these calls can return EINVAL if the total length of the I/O
...
is more than can be expressed in the ssize_t return value.
1998-07-29 02:11:35 +00:00
is
10bf062527
Mention poll(2), too, where we formerly only mentioned select(2).
1998-07-28 09:43:30 +00:00
drochner
cae89f7bc2
Partly revert 1.3->1.4: shmat() does really return -1 on error.
...
Fixes PR lib/5835 (yasufu-i@is.aist-nara.ac.jp ).
1998-07-27 15:02:08 +00:00
jeremy
f59b01a751
Added AppleTalk to the list of supported protocol domains.
1998-07-21 20:02:38 +00:00
lukem
786b86d71b
use AF_LOCAL instead of AF_UNIX
1998-07-18 05:04:35 +00:00
mrg
bc4c0a9fa8
be specific about the sa_mask structure (ie, actually refer to it by name)
1998-07-11 06:39:22 +00:00
fair
3a267cb729
add .Xr chflags 2 - this is another meta-data-modifying system call
1998-07-06 09:23:23 +00:00
mycroft
01ed262043
Further redux.
1998-07-03 18:09:25 +00:00
mycroft
b742a40a8c
Make this a bit less fork-happy.
1998-07-03 17:50:10 +00:00
thorpej
a644188b88
int -> ssize_t ... today is not my day.
1998-07-02 01:42:28 +00:00
thorpej
637dff3592
Wrappers around the indirected positional i/o system calls; the off_t
...
arguments must be padded.
1998-07-02 01:25:37 +00:00
thorpej
bdad86fd0c
Add pread(2), pwrite(2), preadv(2), pwritev(2) system calls.
1998-06-30 19:46:00 +00:00
christos
1fbae2369b
Add stub for fktrace(2)
1998-06-27 21:22:56 +00:00
nathanw
f3506c371f
Document KTRFAC_EMUL.
1998-06-27 04:23:05 +00:00
kleink
5896aedb44
Build fdatasync(2) stubs and manpage.
1998-06-08 14:17:29 +00:00
lukem
d8c6c15bb4
fix up case of function names
1998-06-08 09:45:50 +00:00
enami
9ee7f79783
Rename section DIAGNOSTICS to RETURN VALUES as descirbed in mdoc.samples(7).
...
While I'm here, sort some SEE ALSO section and uncapitalize symbol name.
1998-06-07 04:56:20 +00:00
scottr
df945b33c9
Fix a tyop.
1998-06-06 22:47:00 +00:00
kleink
90209a592e
Rework this file, as based on suggestions made by Chris Demetriou.
1998-06-06 10:47:41 +00:00
kleink
7cb71743c0
Manual page for fdatasync(2).
1998-06-05 20:48:59 +00:00
kleink
503358cd49
Use MAP_FAILED in the return values description.
1998-06-03 22:03:44 +00:00
kleink
b51b5b4b66
Add a comment about the deviation from POSIX and how to use the compatibility
...
interface.
1998-05-24 19:09:23 +00:00
kleink
18a7b5ac3a
SYNOPSIS referred to the wrong header file.
1998-05-10 12:55:10 +00:00
kleink
3acf29c8b1
Add a few lines about the deviation from the POSIX and X/Open definitions,
...
and document the conforming interfaces.
1998-05-08 18:50:49 +00:00
kleink
592bbd088a
Various SysV IPC prototype changes.
1998-05-07 18:42:00 +00:00
tls
37d4358822
document SA_RESETHAND. From Eric Haszlakiewicz, erh@uaccess.net
1998-05-05 03:11:17 +00:00
fair
542d9add44
fix .Xr reference
1998-04-30 21:59:39 +00:00
fair
ebfcc842c8
Fix bad .Xr and some .Nm abuse
1998-04-29 19:19:15 +00:00
fair
03324faa09
fix mdoc references
1998-04-28 22:28:30 +00:00
fair
1628920950
Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z]
1998-04-28 07:19:28 +00:00
fair
dc026e0515
Change occurrences of "UNIX" to .Ux or .At as appropriate.
1998-04-28 06:00:51 +00:00
kleink
e5e873f8b8
Fail with errno set to EINVAL if `how' is invalid. Also, reorder error list.
1998-04-27 13:43:23 +00:00
kleink
1a2907e5b4
0 -> SHUT_RD, 1 -> SHUT_WR, 2 -> SHUT_RDWR.
1998-04-25 10:42:33 +00:00
kleink
6618749e5a
Per XPG, if the file descriptor argument to mmap() refers to a file whose
...
type is not supported (neither VREG nor VCHR, or not a vnode at all), fail
with ENODEV instead of EINVAL.
1998-03-28 16:58:04 +00:00
kleink
3a1500efe9
Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of
...
readlink() from type `int' to type `size_t'. This isn't an ABI change, since
the calling convention of our only LP64 platform (the Alpha) already promotes
this argument to a `long'.
This may not be the final action on this matter; readlink() still returns
an `int', which may change in a future revision of the standard.
1998-03-27 13:02:20 +00:00