freebsd-dev/lib/libc/sys
David Greenman 186e347f2c Fixed a bug in sendfile(2) where the sent data would be corrupted due
to sendfile(2) being erroneously automatically restarted after a signal
is delivered. Fixed by converting ERESTART to EINTR prior to exiting.

Updated manual page to indicate the potential EINTR error, its cause
and consequences.

Approved by: re@freebsd.org
2003-12-01 22:12:50 +00:00
..
__error.c
_exit.2
accept.2
access.2
acct.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
adjtime.2
aio_cancel.2
aio_error.2
aio_read.2
aio_return.2
aio_suspend.2
aio_waitcomplete.2
aio_write.2
bind.2
brk.2
chdir.2
chflags.2
chmod.2
chown.2
chroot.2
clock_gettime.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
close.2
connect.2
dup.2
execve.2
extattr_get_file.2
fcntl.2
fhopen.2
flock.2
fork.2
fsync.2
ftruncate.c
getdirentries.2
getdtablesize.2
getfh.2
getfsstat.2 Replace out of date struct statfs definition with a reference to statfs(2). 2003-11-21 01:30:28 +00:00
getgid.2
getgroups.2
getitimer.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
getlogin.2
getpeername.2
getpgrp.2
getpid.2
getpriority.2
getrlimit.2
getrusage.2
getsid.2
getsockname.2
getsockopt.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
gettimeofday.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
getuid.2
intro.2
ioctl.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
issetugid.2
jail.2 - Markup fix-ups (add .Dq, and some hard line breaks at the end 2003-11-11 18:31:36 +00:00
kenv.2
kill.2 - fix description of what processes SIGCONT can be sent to 2003-10-24 21:20:26 +00:00
kldfind.2
kldfirstmod.2
kldload.2
kldnext.2
kldstat.2
kldsym.2
kldunload.2
kqueue.2 Add information about the EVFILT_NETDEV filter 2003-11-11 16:41:27 +00:00
kse.2
ktrace.2 Add a section documenting the sysctl(8) tunables that influence the 2003-11-11 04:59:25 +00:00
link.2
lio_listio.2
listen.2
lseek.2
lseek.c
madvise.2
Makefile.inc Add a manual page for the utrace() system call. 2003-11-01 05:36:14 +00:00
mincore.2
minherit.2
mkdir.2
mkfifo.2
mknod.2
mlock.2
mlockall.2
mmap.2
mmap.c
modfind.2
modnext.2
modstat.2
mount.2
mprotect.2
msync.2 - Add documentation for EBUSY. 2003-11-14 07:18:12 +00:00
munmap.2 Document EINVAL for len == 0. 2003-11-10 08:02:05 +00:00
nanosleep.2
nfssvc.2
ntp_adjtime.2
ntp_gettime.2 mdoc(7): Fix common mistakes made in the SEE ALSO section. 2003-09-12 21:54:11 +00:00
open.2
pathconf.2
pipe.2
poll.2
pread.c
profil.2
ptrace.2
pwrite.c
quotactl.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
read.2
readlink.2
reboot.2
recv.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
rename.2
revoke.2
rfork.2
rmdir.2
rtprio.2
sched_get_priority_max.2
sched_setparam.2
sched_setscheduler.2
sched_yield.2
select.2
sem.c
semctl.2
semget.2
semop.2
send.2 Document the fact that send(2) can return EPIPE (like when a socket is not 2003-09-10 19:19:49 +00:00
sendfile.2 Fixed a bug in sendfile(2) where the sent data would be corrupted due 2003-12-01 22:12:50 +00:00
setgroups.2 Documented missing EINVAL errno value 2003-11-19 13:05:50 +00:00
setpgid.2
setregid.2
setresuid.2
setreuid.2
setsid.2
setuid.2
shm_open.2
shmat.2
shmctl.2
shmget.2
shutdown.2
sigaction.2
sigaltstack.2
sigpending.2
sigprocmask.2
sigreturn.2
sigstack.2
sigsuspend.2
sigwait.2
socket.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
socketpair.2
stat.2 Bring the description of st_[cma]time modification conditions a bit 2003-10-20 13:52:22 +00:00
statfs.2 Resync. struct statfs and flag definitions with sys/mount.h. 2003-11-16 04:08:16 +00:00
swapon.2
symlink.2
sync.2
sysarch.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
syscall.2 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
truncate.2
truncate.c
umask.2
undelete.2
unlink.2
utimes.2
utrace.2 Have utrace(2) return ENOMEM if malloc() fails. Document this error 2003-11-11 04:54:11 +00:00
uuidgen.2
vfork.2
wait.2
write.2 Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX. 2003-10-11 20:47:44 +00:00