freebsd-skq/lib/libc/sys
Alexander Langer 7167d5b04c Convert caddr_t --> void * for sys/mman.h functions.
mlock, mmap, mprotect, msync, munlock, and munmap are defined by
POSIX as taking void *.  The const modifier has been added to
mlock, munlock, and mprotect as the standard dictates.

minherit comes from OpenBSD and has been updated to conform with
their recent change to void *.

madvise and mincore are not defined by POSIX, but their arguments
have been modified to be consistent with the POSIX-defined functions.
mincore takes a const pointer, but madvise does not due to the
MADV_FREE case.

Discussed with:	bde
1997-12-31 01:22:01 +00:00
..
_exit.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
accept.2 add xrefs for getpeername, so other people that look for it can find it.. :) 1997-03-24 01:22:01 +00:00
access.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
acct.2 Remove the EINVAL error from the ERRORS sections that 1997-01-11 23:56:32 +00:00
adjtime.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
bind.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
brk.2 Fixed synopsis (the #include was bogus and the return type for brk() was 1997-04-11 18:39:44 +00:00
chdir.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
chflags.2 Submitted by: Whistle Communications (archie Cobbs) 1997-06-02 06:24:52 +00:00
chmod.2 Reviewed by: hackers@freebsd.org in general 1997-11-13 00:28:51 +00:00
chown.2 Fix a minor grammar problem. 1997-04-01 18:06:33 +00:00
chroot.2 Remove the EINVAL error from the ERRORS sections that 1997-01-11 23:56:32 +00:00
clock_gettime.2 Man pages for clock_{get/set}time() and clock_getres(). 1997-05-12 12:13:10 +00:00
close.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
connect.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
dup.2 Clarified the behaviour of dup2(fd1,fd2) when fd1==fd2 and when fd1 is invalid. 1997-03-09 13:16:48 +00:00
execve.2 execve of interpreter files 1997-07-08 18:27:38 +00:00
fcntl.2 Don't use hardcoded *roff font change requests. 1997-01-31 01:06:39 +00:00
flock.2 Updated the LOCK_* #defines in the synopsis to be lexically identical 1997-04-13 13:43:06 +00:00
fork.2 fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE. 1997-12-26 16:11:49 +00:00
fsync.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
ftruncate.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
getdirentries.2 Fixed #includes in synopsis to compile. 1997-03-28 12:27:42 +00:00
getdtablesize.2 BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
getfh.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
getfsstat.2 Merge from Lite2 onto mainline - 1997-03-11 11:35:56 +00:00
getgid.2 Fixed missing #include in synopsis. 1997-04-11 18:57:26 +00:00
getgroups.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +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 Sort cross references. 1997-01-20 23:23:22 +00:00
getpgrp.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
getpid.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
getpriority.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
getrlimit.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
getrusage.2 Add missing RETURN VALUES/ERRORS sections. 1997-01-12 00:38:36 +00:00
getsid.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
getsockname.2 add xrefs for getpeername, so other people that look for it can find it.. :) 1997-03-24 01:22:01 +00:00
getsockopt.2 Merge from Lite2 onto mainline - 1997-03-11 11:35:56 +00:00
gettimeofday.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
getuid.2 Xref the new issetugid(2) man page where appropriate. 1997-04-01 18:58:38 +00:00
intro.2 Missing newline caused too much text to be fed to the macro. 1997-04-08 10:45:10 +00:00
ioctl.2 Sort cross references. 1997-01-20 23:23:22 +00:00
issetugid.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
kill.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
ktrace.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
link.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
listen.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
lseek.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
lseek.c Reviewed by: julian and (hsu?) 1996-01-22 00:02:33 +00:00
madvise.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
Makefile.inc Sorted lists. 1997-10-21 08:41:15 +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 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
mkfifo.2 Sort cross refereces in section SEE ALSO. 1997-09-29 19:11:55 +00:00
mknod.2 Correct the most glaring errors. I have a feeling there are some 1997-04-02 01:42:07 +00:00
mlock.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
mmap.2 Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
mmap.c Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
mount.2 Reviewed by: hackers@freebsd.org in general 1997-11-13 00:28:51 +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
nfssvc.2 Fixed #includes in synopsis. 1997-04-13 13:48:43 +00:00
open.2 Document EINVAL as a possible return value from open(2). 1997-10-22 07:29:13 +00:00
pathconf.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
pipe.2 Sort cross references. 1997-01-20 23:23:22 +00:00
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 Use the .Tn macro for generic FreeBSD references. Other minor cleanup. 1997-03-21 20:57:20 +00:00
quotactl.2 Describe the QCMD macro and its parameters. 1997-08-17 00:08:40 +00:00
read.2 Update to reflect current include files. 1997-01-30 22:39:40 +00:00
readlink.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
reboot.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
recv.2 Document SCM_CREDS changes. 1997-03-21 16:52:05 +00:00
rename.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
revoke.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
rfork.2 Fixed style bug in pseudocode. 1997-09-07 04:01:27 +00:00
rmdir.2 Remove the EINVAL error from the ERRORS sections that 1997-01-11 23:56:32 +00:00
rtprio.2 Use the .Tn macro for generic FreeBSD references. Other minor cleanup. 1997-03-21 20:57:20 +00:00
select.2 Typo fix 1997-09-28 03:28:34 +00:00
semctl.2 Removed unnecessary quoting of function names in synopsis to simplify 1997-03-18 23:57:33 +00:00
semget.2 Removed unnecessary quoting of function names in synopsis to simplify 1997-03-18 23:57:33 +00:00
semop.2 Removed unnecessary quoting of function names in synopsis to simplify 1997-03-18 23:57:33 +00:00
send.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
setgroups.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
setpgid.2 Proper spacing in the Synopsis. 1997-10-16 01:19:15 +00:00
setregid.2 Xref the new issetugid(2) man page where appropriate. 1997-04-01 18:58:38 +00:00
setreuid.2 Xref the new issetugid(2) man page where appropriate. 1997-04-01 18:58:38 +00:00
setsid.2 Removed superfluous quoting of function args. 1997-09-07 04:10:35 +00:00
setuid.2 Update to include details about the changes to setuid/setgid. 1997-04-02 17:24:16 +00:00
shmat.2 Removed unnecessary quoting of function names in synopsis to simplify 1997-03-18 23:57:33 +00:00
shmctl.2 Removed superfluous quoting of function args. 1997-09-07 04:10:35 +00:00
shmget.2 Removed unnecessary quoting of function names in synopsis to simplify 1997-03-18 23:57:33 +00:00
shutdown.2 Fixed missing const(s) or #include(s) in synopsis. 1997-04-11 18:47:10 +00:00
sigaction.2 Document SA_NOCLDWAIT. 1997-09-13 19:43:24 +00:00
sigaltstack.2 Make this man page really match the current <sys/signal.h> again and 1997-03-12 17:16:22 +00:00
sigpending.2 upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro 1996-12-02 20:03:58 +00:00
sigprocmask.2 Sort cross references. 1997-01-20 23:23:22 +00:00
sigreturn.2 Update to reflect current include files. 1997-01-30 22:39:40 +00:00
sigstack.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
sigsuspend.2 Add xref to signanosleep(2) 1997-06-01 10:34:39 +00:00
socket.2 Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
socketpair.2 Sort cross references. 1997-01-20 23:23:22 +00:00
stat.2 Merge from Lite2 onto mainline - 1997-03-11 11:35:56 +00:00
statfs.2 Merge from Lite2 onto mainline - 1997-03-11 11:35:56 +00:00
swapon.2 Sort cross references. 1997-01-20 23:23:22 +00:00
symlink.2 Sort cross references. 1997-01-20 23:23:22 +00:00
sync.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
syscall.2 Fixed return type of __syscall() in synopsis. 1997-04-11 18:54:05 +00:00
truncate.2 Remove the EINVAL error from the ERRORS sections that 1997-01-11 23:56:32 +00:00
truncate.c Fixed missing const. Include <unistd.h> so that the function type gets 1997-04-14 15:14:58 +00:00
umask.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
undelete.2 Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch 1997-03-11 11:29:42 +00:00
unlink.2 Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
utimes.2 Remove the EINVAL error from the ERRORS sections that 1997-01-11 23:56:32 +00:00
vfork.2 Add cross-references to rfork(2). 1997-11-18 03:59:30 +00:00
wait.2 Correctly use .Fn instead of .Nm to reference function names 1996-08-22 23:31:07 +00:00
write.2 Update to reflect current include files. 1997-01-30 22:39:40 +00:00