Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 1995 17:30:28 -0800
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-lib
Subject:   cvs commit: src/lib/libc/i386/sys Ovfork.S brk.S cerror.S exect.S fork.S i386_get_ldt.c i386_set_ldt.c mount.S pipe.S ptrace.S reboot.S sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S
Message-ID:  <199501230130.RAA17568@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/01/22 17:30:26

  Modified:    lib/libc Makefile
  Log:
  Changed LIB_SCCS and SYSLIB_SCCS #defines to LIB_RCS and SYSLIB_RCS.

  Modified:    lib/libc/i386/gen Makefile.inc _setjmp.S alloca.S divsi3.S
                        fabs.S fixdfsi.S fixunsdfsi.S frexp.c infinity.c
                        isinf.c ldexp.c modf.S setjmp.S sigsetjmp.S
                        udivsi3.S
               lib/libc/i386/net Makefile.inc htonl.S htons.S ntohl.S
                        ntohs.S
               lib/libc/i386/stdlib Makefile.inc abs.S labs.S
               lib/libc/i386/string Makefile.inc bcmp.S bcopy.S bzero.S
                        ffs.S index.S memchr.S memcmp.S memmove.S memset.S
                        rindex.S strcat.S strchr.S strcmp.S strcpy.S
                        strlen.S strncmp.S strrchr.S swab.S
               lib/libc/i386/sys Ovfork.S brk.S cerror.S exect.S fork.S
                        i386_get_ldt.c i386_set_ldt.c mount.S pipe.S
                        ptrace.S reboot.S sbrk.S setlogin.S sigpending.S
                        sigprocmask.S sigreturn.S sigsuspend.S syscall.S
  Log:
  First round of changes to clean up the RCSID mess in libc:
  
  1) Changed LIB_SCCS and SYSLIB_SCCS to LIB_RCS and SYSLIB_RCS.
  2) Changed sccsid[] variables to rcsid[]
  3) Moved all RCSID strings into .text
  4) Converted all SCCSID's to RCS $Id$'s
  5) Added missing $Id$'s after copyright.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501230130.RAA17568>