summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mlock.2
Commit message (Collapse)AuthorAgeFilesLines
* Added cross references to mincore(2) and minherit(2).alex1998-01-201-0/+3
| | | | Obtained from: OpenBSD
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-311-2/+2
| | | | | | | | | | | | | | | | 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
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-12/+13
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+161
OpenPOWER on IntegriCloud