1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/lib/libc/sys
1998-04-18 19:24:22 +00:00
..
__error.c Function to return a pointer to the non-threaded errno. This is declared 1998-03-09 07:09:55 +00:00
_exit.2 .Xr sigvec --> sigaction 1998-01-11 16:56:01 +00:00
accept.2 Added EMFILE and ENFILE to errors section. 1998-01-11 17:07:20 +00:00
access.2
acct.2
adjtime.2
bind.2
brk.2
chdir.2
chflags.2 Submitted by: Whistle Communications (archie Cobbs) 1997-06-02 06:24:52 +00:00
chmod.2 Formatting fix. 1998-01-11 17:49:51 +00:00
chown.2
chroot.2
clock_gettime.2 Fixed wrong prototype for clock_getres(). 1998-01-16 13:39:49 +00:00
close.2
connect.2
dup.2
execve.2 Document that arg max is controllable via sysctl. 1998-01-11 21:43:38 +00:00
fcntl.2
flock.2
fork.2 Add <sys/types.h> to synopsis. 1998-01-11 16:51:49 +00:00
fsync.2
ftruncate.c
getdirentries.2
getdtablesize.2
getfh.2
getfsstat.2
getgid.2
getgroups.2 Dump the constant NGROUPS in favor of the POSIX way: 1998-01-13 01:30:17 +00:00
getitimer.2 Explicitly point that it_value == 0 disables timer regardles of 1997-08-14 08:26:25 +00:00
getlogin.2 Removed superfluous quoting of function args. 1997-09-07 04:10:35 +00:00
getpeername.2
getpgrp.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
getpid.2 Added sys/types.h to synopsis as per POSIX. 1998-01-11 22:16:11 +00:00
getpriority.2
getrlimit.2 Fixed brk(2) xref. 1998-01-11 22:22:50 +00:00
getrusage.2 Use .Fn for sysconf(_SC_CLOCK_TCK) reference. 1998-01-13 01:21:19 +00:00
getsid.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
getsockname.2
getsockopt.2
gettimeofday.2 Formatting fix & improved comment for struct timeval. 1998-01-11 22:28:56 +00:00
getuid.2
intro.2 <sys/errno.h> -> <errno.h> 1998-03-16 18:00:18 +00:00
ioctl.2
issetugid.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
kill.2
ktrace.2
link.2 Typo fix. 1998-01-15 04:31:28 +00:00
listen.2
lseek.2 Return EINVAL and do not changefile pointer if resulting offset is negative. 1998-04-18 19:24:22 +00:00
lseek.c
madvise.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
Makefile.inc Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
mincore.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
minherit.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
mkdir.2 Added #include <sys/types.h> to synopsis. 1998-01-20 03:52:49 +00:00
mkfifo.2 Added #include <sys/types.h> to synopsis. 1998-01-20 03:52:49 +00:00
mknod.2
mlock.2 Added cross references to mincore(2) and minherit(2). 1998-01-20 03:59:07 +00:00
mmap.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
mmap.c Add #include <unistd.h> to get the prototype for __syscall(). 1998-03-09 07:27:58 +00:00
mount.2 correct a typo I just noticed. 1998-02-17 19:41:53 +00:00
mprotect.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
msync.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
munmap.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
nanosleep.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
netbsd_getdirentries.c Compatibility functions for use when __NETBSD_SYSCALLS is defined. 1998-03-09 07:07:21 +00:00
netbsd_msync.c For 1.3, NetBSD walloped the msync syscall and replaced it with 1998-03-23 06:58:06 +00:00
netbsd_stat.c Compatibility functions for use when __NETBSD_SYSCALLS is defined. 1998-03-09 07:07:21 +00:00
netbsd_swapon.c For 1.3, NetBSD replaced the swapon() syscall with swapctl() and moved 1998-03-23 21:04:06 +00:00
nfssvc.2 Fixed missing #include in synopsis. 1998-01-16 13:41:28 +00:00
open.2 Document EINVAL as a possible return value from open(2). 1997-10-22 07:29:13 +00:00
pathconf.2
pipe.2
poll.2 A poll(2) manpage. 1997-09-14 05:44:35 +00:00
profil.2 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
ptrace.2
quotactl.2 Describe the QCMD macro and its parameters. 1997-08-17 00:08:40 +00:00
read.2
readlink.2
reboot.2
recv.2
rename.2
revoke.2
rfork.2 Fixed style bug in pseudocode. 1997-09-07 04:01:27 +00:00
rmdir.2
rtprio.2 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
sched_get_priority_max.2 Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
sched_setparam.2 Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
sched_setscheduler.2 Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
sched_yield.2 Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
select.2 Typo fix 1997-09-28 03:28:34 +00:00
semctl.2
semget.2 Expanded cross references. 1998-01-02 19:22:52 +00:00
semop.2
send.2
setgroups.2
setpgid.2 Proper spacing in the Synopsis. 1997-10-16 01:19:15 +00:00
setregid.2
setreuid.2
setsid.2 Removed superfluous quoting of function args. 1997-09-07 04:10:35 +00:00
setuid.2
shmat.2
shmctl.2 Removed superfluous quoting of function args. 1997-09-07 04:10:35 +00:00
shmget.2
shutdown.2
sigaction.2 Document the fpgetprec/fpsetprec functions in their man page. 1998-02-04 22:30:20 +00:00
sigaltstack.2
sigpending.2
sigprocmask.2 Document the fpgetprec/fpsetprec functions in their man page. 1998-02-04 22:30:20 +00:00
sigreturn.2
sigstack.2
sigsuspend.2 Add xref to signanosleep(2) 1997-06-01 10:34:39 +00:00
socket.2 Expanded cross references. 1998-01-02 19:22:52 +00:00
socketpair.2
stat.2 Expanded cross references. 1998-01-02 19:22:52 +00:00
statfs.2
swapon.2
symlink.2
sync.2
syscall.2
truncate.2
truncate.c
umask.2
undelete.2
unlink.2
utimes.2
vfork.2 Expanded cross references. 1998-01-02 19:22:52 +00:00
wait.2 Expanded cross references. 1998-01-02 19:22:52 +00:00
write.2