Skip to content

Commit

Permalink
$Id$ -> $FreeBSD$
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHelmet433 committed Aug 28, 1999
1 parent 5aca7c3 commit a228de8
Show file tree
Hide file tree
Showing 2,815 changed files with 2,936 additions and 2,936 deletions.
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/compat/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1999/04/20 11:34:20 obrien Exp $
# $FreeBSD$

SUBDIR=

Expand Down
2 changes: 1 addition & 1 deletion lib/compat/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# $Id: Makefile.inc,v 1.4 1997/02/22 14:57:33 peter Exp $
# $FreeBSD$

LIBCOMPATDIR?= ${LIBDIR}/compat/aout
2 changes: 1 addition & 1 deletion lib/compat/compat1x/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1999/04/06 12:51:42 peter Exp $
# $FreeBSD$

DISTRIBUTION= compat1x

Expand Down
2 changes: 1 addition & 1 deletion lib/compat/compat20/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.8 1999/04/06 12:51:43 peter Exp $
# $FreeBSD$

DISTRIBUTION= compat20

Expand Down
2 changes: 1 addition & 1 deletion lib/compat/compat21/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.10 1999/04/06 12:51:43 peter Exp $
# $FreeBSD$

DISTRIBUTION= compat21

Expand Down
2 changes: 1 addition & 1 deletion lib/compat/compat22/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1999/05/21 18:35:57 obrien Exp $
# $FreeBSD$

DISTRIBUTION= compat22

Expand Down
2 changes: 1 addition & 1 deletion lib/compat/compat3x.i386/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1999/04/20 11:32:09 obrien Exp $
# $FreeBSD$

DISTRIBUTION= compat3x

Expand Down
2 changes: 1 addition & 1 deletion lib/csu/alpha/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/alpha/crt1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/alpha/crtbegin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/alpha/crtend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/amd64/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/amd64/crt1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/amd64/crti.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/amd64/crtn.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/common/crtbegin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/common/crtend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386-elf/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386-elf/crt1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386-elf/crtbegin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386-elf/crtend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386-elf/crti.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386-elf/crtn.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386/c++rt0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/i386/crt0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/libalias/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile,v 1.10 1999/02/27 02:16:01 brian Exp $
# $FreeBSD$

LIB= alias
SHLIB_MAJOR= 3
Expand Down
2 changes: 1 addition & 1 deletion lib/libalias/alias.h
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*/


Expand Down
2 changes: 1 addition & 1 deletion lib/libalias/alias_cuseeme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/libalias/alias_nbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/libalias/libalias.3
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/libatm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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$
#
#

Expand Down
4 changes: 2 additions & 2 deletions lib/libatm/atm_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions lib/libatm/cache_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions lib/libatm/ioctl_subr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions lib/libatm/ip_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down Expand Up @@ -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


Expand Down
4 changes: 2 additions & 2 deletions lib/libatm/ip_checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lib/libatm/libatm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down
4 changes: 2 additions & 2 deletions lib/libatm/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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$
*
*/

Expand Down Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion lib/libc/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/libc/Makefile.inc
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/libc/alpha/Makefile.inc
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
Loading

0 comments on commit a228de8

Please sign in to comment.