summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mincore.2
Commit message (Collapse)AuthorAgeFilesLines
* Add support to mincore for detecting whether a page is part of aps2008-03-281-0/+2
| | | | | | "super" page or not. Reviewed by: alc, ups
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.kib2006-06-211-2/+2
| | | | | | | Requested by: Bruno Haible <bruno at clisp org> Reviewed by: alc Approved by: pjd (mentor) MFC after: 1 month
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* mdoc(7) police: markup laundry.ru2003-02-231-5/+5
|
* Do a better job of documenting mincore(2), esp. the MINCORE_* flags.tjr2003-01-171-14/+46
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-1/+1
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-241-1/+0
| | | | <sys/mman.h>.
* Correct a typo.dd2002-03-091-1/+1
| | | | Submitted by: peter.kusenda@accenture.com
* Note that the manpage is incorrect about the vector argument.peter2001-11-091-0/+3
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use the ".Rv" mdoc(7) macro where appropriate.yar2001-08-141-8/+1
| | | | Reviewed by: ru
* Replace an erroneous `.Va error' with `.Va errno'.chris2000-06-231-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Spelling nits.jkoshy1998-06-061-2/+2
| | | | Pointed out by: Sue Blake <sue@welearn.com.au>
* Fix a bunch of spelling errors.steve1998-06-041-2/+2
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* 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
* Typo fix.alex1997-12-301-2/+2
|
* 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.
* Minor mdoc fixes in msync.2 and munmap.2.mpp1997-01-111-1/+24
| | | | | | Add RETURN VALUES and ERRORS sections to mincore. Closes PR# 1493.
* comma typoswosch1996-12-231-3/+4
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | 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 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
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+61
OpenPOWER on IntegriCloud