History log of /freebsd-10.2-release/lib/libc/sys/msgrcv.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

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

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 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


# 195656 13-Jul-2009 trasz

Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.

Approved by: re (kib)


# 147368 14-Jun-2005 ru

When IPC_NOWAIT is set and there is no message, msgrcv() fails
with errno set to ENOMSG.

PR: docs/82217
Submitted by: delphij
Approved by: re (blanket)


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 108030 18-Dec-2002 ru

mdoc(7) police: "The .Fn function".


# 84306 01-Oct-2001 ru

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


# 80671 30-Jul-2001 asmodai

FreeBSD now also defines EIDRM and uses it.

Inspired by PR: 22470
Which was submitted by: Bjorn Tornqvist <bjorn@west.se>
MFC after: 1 week


# 80669 30-Jul-2001 asmodai

Remove bogus BUGS section.

FreeBSD _does_ define ENOMSG as per SVID when IPC_NOWAIT is set.

PR: 22470
Submitted by: Bjorn Tornqvist <bjorn@west.se>
MFC after: 1 week


# 79531 10-Jul-2001 ru

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


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 68716 14-Nov-2000 ru

Use Fx macro wherever possible.


# 67967 30-Oct-2000 asmodai

Whitespace only change: trim trailing whitespace.


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 57686 02-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49266 30-Jul-1999 mpp

Use the .At macro when referencing versions of AT&T UNIX.

Note: you need to install the current groff tmac macros for these
man pages to format correctly. Specifically, rev 1.21 of
contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable


# 31370 23-Nov-1997 bde

Fixed spelling of EACCES.


# 24093 21-Mar-1997 mpp

Mdoc cleanup.


# 21907 20-Jan-1997 wosch

Sort cross references.


# 18549 28-Sep-1996 wosch

.Os NetBSD -> .Os FreeBSD.
The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.


# 14053 12-Feb-1996 mpp

Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).

Obtained from: NetBSD