aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
commit3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch)
tree60a81407b110eb6d80af1e0affba0ec353de6a9c /sys/posix4
parent3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff)
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/_semaphore.h2
-rw-r--r--sys/posix4/ksched.c2
-rw-r--r--sys/posix4/ksem.h2
-rw-r--r--sys/posix4/mqueue.h2
-rw-r--r--sys/posix4/p1003_1b.c2
-rw-r--r--sys/posix4/posix4.h2
-rw-r--r--sys/posix4/posix4_mib.c2
-rw-r--r--sys/posix4/sched.h2
-rw-r--r--sys/posix4/semaphore.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h
index a7bd5d836be7..b3f280ef18f1 100644
--- a/sys/posix4/_semaphore.h
+++ b/sys/posix4/_semaphore.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/posix4/_semaphore.h,v 1.4 2005/01/07 02:29:19 imp Exp $
*/
#ifndef __SEMAPHORE_H_
#define __SEMAPHORE_H_
diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c
index a266c575df52..40ce5de23863 100644
--- a/sys/posix4/ksched.c
+++ b/sys/posix4/ksched.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/posix4/ksched.c,v 1.26 2005/01/07 02:29:19 imp Exp $");
#include "opt_posix.h"
diff --git a/sys/posix4/ksem.h b/sys/posix4/ksem.h
index 71979da328bb..a110fe3302c2 100644
--- a/sys/posix4/ksem.h
+++ b/sys/posix4/ksem.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/posix4/ksem.h,v 1.2 2005/05/04 10:39:14 rwatson Exp $
*/
#ifndef _POSIX4_KSEM_H_
diff --git a/sys/posix4/mqueue.h b/sys/posix4/mqueue.h
index 8fb98fbed9ed..f04c72aaa960 100644
--- a/sys/posix4/mqueue.h
+++ b/sys/posix4/mqueue.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/posix4/mqueue.h,v 1.6 2002/09/20 17:54:34 mike Exp $
*/
/* mqueue.h: POSIX 1003.1b Message Queues */
diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c
index 7f366f1483cc..939a5252ca4d 100644
--- a/sys/posix4/p1003_1b.c
+++ b/sys/posix4/p1003_1b.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/posix4/p1003_1b.c,v 1.24 2005/03/31 22:54:48 jhb Exp $");
#include "opt_posix.h"
diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h
index b17e9270e675..ae5077a84d28 100644
--- a/sys/posix4/posix4.h
+++ b/sys/posix4/posix4.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/posix4/posix4.h,v 1.13 2003/02/19 05:47:42 imp Exp $
*/
#include <sys/param.h>
diff --git a/sys/posix4/posix4_mib.c b/sys/posix4/posix4_mib.c
index 19092164a9ec..6e16ff491cf4 100644
--- a/sys/posix4/posix4_mib.c
+++ b/sys/posix4/posix4_mib.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/posix4/posix4_mib.c,v 1.9 2004/12/01 23:16:37 phk Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/posix4/sched.h b/sys/posix4/sched.h
index 92fad6da914d..0079d9ac21c3 100644
--- a/sys/posix4/sched.h
+++ b/sys/posix4/sched.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/posix4/sched.h,v 1.7 2002/10/03 06:27:50 mike Exp $
*/
/* sched.h: POSIX 1003.1b Process Scheduling header */
diff --git a/sys/posix4/semaphore.h b/sys/posix4/semaphore.h
index 180625221f2e..b2daf3459ee1 100644
--- a/sys/posix4/semaphore.h
+++ b/sys/posix4/semaphore.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/posix4/semaphore.h,v 1.11 2004/02/03 22:27:03 deischen Exp $
*/
/* semaphore.h: POSIX 1003.1b semaphores */