History log of /freebsd-10.3-release/share/man/man9/vslock.9
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 239829 29-Aug-2012 pluknet

Follow r239818 and remove no more relevant vslock() ENOMEM error.

Reviewed by: zont
MFC after: 2 weeks


# 204604 02-Mar-2010 joel

The NetBSD Foundation has granted permission to remove clause 3 and 4 from
their software.

Obtained from: NetBSD


# 133797 16-Aug-2004 green

Remove the BUGS entry for vslock(9) not actually holding user memory in place.


# 133439 10-Aug-2004 green

Update "documentation date" fields.


# 133438 10-Aug-2004 green

Document exactly how vslock(9) is broken.


# 130582 16-Jun-2004 ru

Assorted markup, spelling, and grammar fixes.


# 127014 15-Mar-2004 truckman

Change len pararmeter from u_int to size_t.

Document vslock() return values.


# 109630 21-Jan-2003 alfred

use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.


# 88509 26-Dec-2001 davidc

Update function definitions and required include files to reflect
the current state of the system.

Approved by: alfred


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79538 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 69860 11-Dec-2000 ru

mdoc(7) police: use canonical form of .Dd macro.


# 58483 23-Mar-2000 bde

Fixed bitrot in synopsis (the third arg of vsunlock went away).


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48795 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


# 24890 13-Apr-1997 bde

Fixed #include and/or prototype bugs in synopsis.


# 24122 22-Mar-1997 mpp

Add vslock(9) to document the vslock() and vsunlock() kernel functions.

Obtained from: NetBSD