summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/madvise.2
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixed formatting of the MADV_FREE flag description.alex1997-12-301-3/+3
| | | | Pointed out by: bde
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Some mdoc cleanup. Also added a RETURN VALUES and ERRORSmpp1997-01-111-22/+45
| | | | | | section. Part of PR# 1493.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+3
| | | | | | | | 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.
* Document madvise(2) as it is in FreeBSD.dyson1996-07-201-11/+40
|
* Document the int -> size_t change to the m* syscallspeter1996-03-021-1/+1
|
* Submitted by: bruce, davidg, dysonwosch1996-02-021-0/+2
| | | | | add a BUG section for mmap with current limitation section SYNOPSIS completed
* note in bugs section: madvise not yet implementedwosch1996-01-231-1/+6
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+66
OpenPOWER on IntegriCloud