$Id$ -> $FreeBSD$

This commit is contained in:
Peter Wemm 1999-08-28 00:22:10 +00:00
parent e6c8b48d90
commit 7f3dea244c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50476
2815 changed files with 2936 additions and 2936 deletions

View file

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.89 1999/04/14 23:59:09 obrien Exp $
# $FreeBSD$
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1999/04/20 11:34:20 obrien Exp $
# $FreeBSD$
SUBDIR=

View file

@ -1,3 +1,3 @@
# $Id: Makefile.inc,v 1.4 1997/02/22 14:57:33 peter Exp $
# $FreeBSD$
LIBCOMPATDIR?= ${LIBDIR}/compat/aout

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1999/04/06 12:51:42 peter Exp $
# $FreeBSD$
DISTRIBUTION= compat1x

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1999/04/06 12:51:43 peter Exp $
# $FreeBSD$
DISTRIBUTION= compat20

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.10 1999/04/06 12:51:43 peter Exp $
# $FreeBSD$
DISTRIBUTION= compat21

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1999/05/21 18:35:57 obrien Exp $
# $FreeBSD$
DISTRIBUTION= compat22

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1999/04/20 11:32:09 obrien Exp $
# $FreeBSD$
DISTRIBUTION= compat3x

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.9 1999/04/24 02:07:17 jdp Exp $
# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c

View file

@ -30,7 +30,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crt1.c,v 1.5 1999/04/24 02:07:17 jdp Exp $
* $FreeBSD$
*/
#ifndef __GNUC__

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtbegin.c,v 1.3 1998/03/11 20:48:56 jb Exp $
* $FreeBSD$
*/
typedef void (*fptr)(void);

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtend.c,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
* $FreeBSD$
*/
typedef void (*fptr)(void);

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $
# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crt1.c,v 1.2 1998/09/07 23:31:59 jdp Exp $
* $FreeBSD$
*/
#ifndef __GNUC__

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crti.S,v 1.2 1997/08/28 00:27:08 jdp Exp $
* $FreeBSD$
*/
.section .init,"ax",@progbits

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtn.S,v 1.2 1997/08/28 00:27:09 jdp Exp $
* $FreeBSD$
*/
.section .init,"ax",@progbits

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtbegin.c,v 1.2 1999/03/12 17:33:27 jdp Exp $
* $FreeBSD$
*/
#include <sys/cdefs.h>

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtend.c,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
* $FreeBSD$
*/
#include <sys/cdefs.h>

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $
# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crt1.c,v 1.2 1998/09/07 23:31:59 jdp Exp $
* $FreeBSD$
*/
#ifndef __GNUC__

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtbegin.c,v 1.2 1999/03/12 17:33:27 jdp Exp $
* $FreeBSD$
*/
#include <sys/cdefs.h>

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtend.c,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
* $FreeBSD$
*/
#include <sys/cdefs.h>

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crti.S,v 1.2 1997/08/28 00:27:08 jdp Exp $
* $FreeBSD$
*/
.section .init,"ax",@progbits

View file

@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crtn.S,v 1.2 1997/08/28 00:27:09 jdp Exp $
* $FreeBSD$
*/
.section .init,"ax",@progbits

View file

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
# $Id: Makefile,v 1.38 1998/05/31 11:32:37 bde Exp $
# $FreeBSD$
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o

View file

@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: c++rt0.c,v 1.7 1997/02/22 14:57:42 peter Exp $
* $FreeBSD$
*/
/*

View file

@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: crt0.c,v 1.34 1998/02/11 04:57:12 jdp Exp $
* $FreeBSD$
*/
#include <sys/param.h>

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.10 1999/02/27 02:16:01 brian Exp $
# $FreeBSD$
LIB= alias
SHLIB_MAJOR= 3

View file

@ -7,7 +7,7 @@
This software is placed into the public domain with no restrictions
on its distribution.
$Id: alias.h,v 1.9 1999/02/27 02:16:01 brian Exp $
$FreeBSD$
*/

View file

@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#include <sys/types.h>

View file

@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: alias_nbt.c,v 1.2 1998/12/14 02:25:32 dillon Exp $
* $FreeBSD$
*
* TODO:
* oClean up.

View file

@ -1,4 +1,4 @@
.\" $Id: libalias.3,v 1.15 1999/08/15 09:50:59 mpp Exp $
.\" $FreeBSD$
.\"
.Dd July, 1997
.Dt LIBALIAS 3

View file

@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:33 phk Exp $
# @(#) $FreeBSD$
#
#

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: atm_addr.c,v 1.2 1999/05/20 23:52:15 mks Exp $
* @(#) $FreeBSD$
*
*/
@ -53,7 +53,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $Id: atm_addr.c,v 1.2 1999/05/20 23:52:15 mks Exp $");
__RCSID("@(#) $FreeBSD$");
#endif

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $
* @(#) $FreeBSD$
*
*/
@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $");
__RCSID("@(#) $FreeBSD$");
#endif

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $
* @(#) $FreeBSD$
*
*/
@ -56,7 +56,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
__RCSID("@(#) $FreeBSD$");
#endif

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $
* @(#) $FreeBSD$
*
*/
@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
__RCSID("@(#) $FreeBSD$");
#endif

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $
* @(#) $FreeBSD$
*
*/
@ -51,7 +51,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
__RCSID("@(#) $FreeBSD$");
#endif

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: libatm.h,v 1.1 1998/09/15 08:22:34 phk Exp $
* @(#) $FreeBSD$
*
*/

View file

@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
* @(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $
* @(#) $FreeBSD$
*
*/
@ -54,7 +54,7 @@
#include "libatm.h"
#ifndef lint
__RCSID("@(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
__RCSID("@(#) $FreeBSD$");
#endif

View file

@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
# $Id: Makefile,v 1.21 1998/03/09 06:16:38 jb Exp $
# $FreeBSD$
#
# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does

View file

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.3 1997/10/16 13:46:42 bde Exp $
# $FreeBSD$
#
# This file contains make rules that are shared by libc and libc_r.
#

View file

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.3 1998/08/08 02:14:45 jb Exp $
# $FreeBSD$
#
# Machine dependent definitions for the alpha architecture.
#

View file

@ -1,4 +1,4 @@
/* $Id: SYS.h,v 1.4 1998/12/23 11:50:51 dfr Exp $ */
/* $FreeBSD$ */
/* From: NetBSD: SYS.h,v 1.5 1997/05/02 18:15:15 kleink Exp */
/*

View file

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.4 1998/08/17 03:38:54 jb Exp $
# $FreeBSD$
SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.c setjmp.S
SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \

View file

@ -1,4 +1,4 @@
/* $Id$ */
/* $FreeBSD$ */
/* From: NetBSD: flt_rounds.c,v 1.2 1997/07/18 00:30:30 thorpej Exp */
/*

View file

@ -1,3 +1,3 @@
# $Id$
# $FreeBSD$
SRCS+= htonl.S htons.S ntohl.S ntohs.S

View file

@ -1,3 +1,3 @@
# $Id: Makefile.inc,v 1.1.1.1 1998/03/09 06:34:41 jb Exp $
# $FreeBSD$
MDSRCS+= abs.c div.c labs.c ldiv.c

View file

@ -1,3 +1,3 @@
# $Id$
# $FreeBSD$
MDSRCS+= bcopy.S bzero.S ffs.S memcpy.S memmove.S

View file

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.3 1998/08/17 03:36:16 jb Exp $
# $FreeBSD$
MDASM+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S \
sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S \

View file

@ -1,4 +1,4 @@
/* $Id: cerror.S,v 1.3 1998/12/23 11:50:51 dfr Exp $ */
/* $FreeBSD$ */
/* From: NetBSD: cerror.S,v 1.4 1996/11/08 00:52:46 cgd Exp */
/*

View file

@ -35,7 +35,7 @@
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*
* $Id: SYS.h,v 1.11 1997/04/19 17:05:30 bde Exp $
* $FreeBSD$
*/
#include <sys/syscall.h>

View file

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id: Makefile.inc,v 1.8 1997/02/22 14:58:33 peter Exp $
# $FreeBSD$
SRCS+= _setjmp.S alloca.S fabs.S frexp.c infinity.c isinf.c ldexp.c modf.S \
setjmp.S sigsetjmp.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: _setjmp.S,v 1.6 1997/02/22 14:58:34 peter Exp $
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id: _setjmp.S,v 1.6 1997/02/22 14:58:34 peter Exp $"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$Id$";
static const char rcsid[] = "$FreeBSD$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>

View file

@ -1,6 +1,6 @@
/*
* infinity.c
* $Id$
* $FreeBSD$
*/
#include <math.h>

View file

@ -30,11 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$Id$";
static const char rcsid[] = "$FreeBSD$";
#endif /* LIBC_RCS and not lint */
#include <sys/types.h>

View file

@ -33,11 +33,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
static const char rcsid[] = "$Id$";
static const char rcsid[] = "$FreeBSD$";
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: setjmp.S,v 1.7 1997/02/22 14:58:41 peter Exp $
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id: setjmp.S,v 1.7 1997/02/22 14:58:41 peter Exp $"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/*

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: sigsetjmp.S,v 1.10 1997/02/22 14:58:43 peter Exp $
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id: sigsetjmp.S,v 1.10 1997/02/22 14:58:43 peter Exp $"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -1,4 +1,4 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id$
# $FreeBSD$
SRCS+= htonl.S htons.S ntohl.S ntohs.S

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/* netorder = htonl(hostorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/* netorder = htons(hostorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/* hostorder = ntohl(netorder) */

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/* hostorder = ntohs(netorder) */

View file

@ -1,5 +1,5 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
# $Id: Makefile.inc,v 1.12 1998/07/29 13:43:06 bde Exp $
# $FreeBSD$
SRCS+= i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c i386_set_ldt.c \
i386_vm86.c

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: cerror.S,v 1.8 1997/02/22 14:59:29 peter Exp $
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id: cerror.S,v 1.8 1997/02/22 14:59:29 peter Exp $"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(LIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id$"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "SYS.h"

View file

@ -33,12 +33,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: Ovfork.S,v 1.9 1998/09/13 20:32:45 luoqi Exp $
* $FreeBSD$
*/
#if defined(SYSLIBC_RCS) && !defined(lint)
.text
.asciz "$Id: Ovfork.S,v 1.9 1998/09/13 20:32:45 luoqi Exp $"
.asciz "$FreeBSD$"
#endif /* SYSLIBC_RCS and not lint */
#include "DEFS.h"

View file

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
# $Id: Makefile.inc,v 1.7 1997/10/21 08:41:04 bde Exp $
# $FreeBSD$
# compat-43 sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/compat-43 ${.CURDIR}/../libc/compat-43

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)creat.2 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt CREAT 2

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)gethostid.3 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt GETHOSTID 3

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)killpg.2 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt KILLPG 2

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)setruid.3 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt SETRUID 3

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sigblock.2 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt SIGBLOCK 2

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sigpause.2 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt SIGPAUSE 2

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sigsetmask.2 8.1 (Berkeley) 6/2/93
.\" $Id$
.\" $FreeBSD$
.\"
.Dd June 2, 1993
.Dt SIGSETMASK 2

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sigvec.2 8.2 (Berkeley) 4/19/94
.\" $Id$
.\" $FreeBSD$
.\"
.Dd April 19, 1994
.Dt SIGVEC 2

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
# $Id$
# $FreeBSD$
#
CFLAGS+=-D__DBINTERFACE_PRIVATE

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94
# $Id$
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/db/btree

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id$
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/db/db

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id$
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/db/hash

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id: Makefile.inc,v 1.6 1997/10/16 14:26:09 bde Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/db/man

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\" $Id$
.\" $FreeBSD$
.\"
.TH BTREE 3 "August 18, 1994"
.\".UC 7

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94
.\" $Id$
.\" $FreeBSD$
.\"
.TH DBOPEN 3 "January 2, 1994"
.UC 7

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)hash.3 8.6 (Berkeley) 8/18/94
.\" $Id$
.\" $FreeBSD$
.\"
.TH HASH 3 "August 18, 1994"
.UC 7

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mpool.3 8.1 (Berkeley) 6/4/93
.\" $Id$
.\" $FreeBSD$
.\"
.TH MPOOL 3 "June 4, 1993"
.UC 7

View file

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)recno.3 8.5 (Berkeley) 8/18/94
.\" $Id$
.\" $FreeBSD$
.\"
.TH RECNO 3 "August 18, 1994"
.UC 7

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id$
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/db/mpool

View file

@ -1,6 +1,6 @@
/******************************************************************************
VERSION $Id$
VERSION $FreeBSD$
PACKAGE: User Level Shared Memory Manager
DESCRIPTION:

View file

@ -1,5 +1,5 @@
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $Id$
# $FreeBSD$
.PATH: ${.CURDIR}/../libc/db/recno

View file

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.6 (Berkeley) 5/4/95
# $Id: Makefile.inc,v 1.51 1999/04/07 02:59:47 jdp Exp $
# $FreeBSD$
# machine-independent gen sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/gen ${.CURDIR}/../libc/gen

View file

@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char sccsid[] = "From: @(#)uname.c 8.1 (Berkeley) 1/4/94";*/
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

Some files were not shown because too many files have changed in this diff Show more