summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/msync.2
Commit message (Collapse)AuthorAgeFilesLines
* msync(2) must return ENOMEM and not EINVAL when the address is outside thepho2014-05-071-5/+7
| | | | | | | | | | | allowed range or when one or more pages are not mapped. This according to The Open Group Base Specifications Issue 7. Discussed with: attilio, Bruce Evans Reviewed by: alc, Garrett Cooper Reported by: ATF MFC after: 2 weeks Sponsored by: EMC / Isilon storage division
* Do not claim that msync(2) is obsoleted [1].kib2012-03-171-2/+5
| | | | | | | | Document EIO from msync(2). Inspired by PR: docs/165929 [1] Reviewed by: jilles MFC after: 2 weeks
* 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.
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,roam2004-09-031-0/+9
| | | | | | | | | documenting the obsoleteness of the msync(2) syscall and its single remaining purpose. PR: 70916 Submitted by: Radim Kolar <hsn@netmag.cz> MFC after: 3 days
* Markup, grammar, and spelling fixes.ru2004-06-301-6/+11
|
* - Add documentation for EBUSY.alc2003-11-141-2/+4
| | | | | - Remove EIO. - Add a cross reference to mlock(2).
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-0/+6
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-1/+3
| | | | | | | | | | 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.
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-241-1/+0
| | | | <sys/mman.h>.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-3/+1
| | | | Reviewed by: ru
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* We _do_ support MS_ASYNCguido2000-01-241-1/+1
| | | | Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Correct wording on range of addresses examined by `msync(2)'.jkoshy1998-07-091-2/+2
| | | | PR: 7180
* Fix a bunch of spelling errors.steve1998-06-041-1/+1
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-311-1/+1
| | | | | | | | | | | | | | | | 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
* Document MS_SYNC.alex1997-12-301-0/+1
|
* Merge from Lite2 onto mainline -peter1997-03-111-2/+4
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Sort cross references.wosch1997-01-201-1/+1
|
* Minor mdoc fixes in msync.2 and munmap.2.mpp1997-01-111-2/+3
| | | | | | Add RETURN VALUES and ERRORS sections to mincore. Closes PR# 1493.
* 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
* Updated manual page to indicate flags argument; added return value anddg1995-03-251-6/+24
| | | | errors section.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+73
OpenPOWER on IntegriCloud