Skip to content

Commit

Permalink
lib: Remove ancient SCCS tags.
Browse files Browse the repository at this point in the history
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Nov 27, 2023
1 parent 5a1d144 commit dc36d6f
Show file tree
Hide file tree
Showing 1,004 changed files with 2 additions and 2,251 deletions.
1 change: 0 additions & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93

.include <src.opts.mk>

Expand Down
1 change: 0 additions & 1 deletion lib/libc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94

PACKAGE= clibs
SHLIBDIR?= /lib
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/amd64/SYS.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)SYS.h 5.5 (Berkeley) 5/7/91
*/

#include <sys/syscall.h>
Expand Down
1 change: 0 additions & 1 deletion lib/libc/amd64/gen/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93

SRCS+= _setjmp.S rfork_thread.S setjmp.S sigsetjmp.S \
fabs.S \
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/amd64/gen/_setjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
.asciz "@(#)_setjmp.s 5.1 (Berkeley) 4/23/90"
#endif /* LIBC_SCCS and not lint */
#include <machine/asm.h>
/*
* C library -- _setjmp, _longjmp
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/amd64/gen/setjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
.asciz "@(#)setjmp.s 5.1 (Berkeley) 4/23/90"
#endif /* LIBC_SCCS and not lint */
#include <machine/asm.h>
/*
* C library -- _setjmp, _longjmp
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/amd64/gen/sigsetjmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)setjmp.s 5.1 (Berkeley) 4/23/90"
*/

#if defined(LIBC_SCCS) && !defined(lint)
Expand Down
1 change: 0 additions & 1 deletion lib/libc/amd64/stdlib/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93

MDSRCS+=div.S ldiv.S lldiv.S
3 changes: 0 additions & 3 deletions lib/libc/amd64/sys/cerror.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/

#if defined(SYSLIBC_SCCS) && !defined(lint)
.asciz "@(#)cerror.s 5.1 (Berkeley) 4/23/90"
#endif /* SYSLIBC_SCCS and not lint */
#include <machine/asm.h>
#include "SYS.h"

Expand Down
3 changes: 0 additions & 3 deletions lib/libc/amd64/sys/vfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/

#if defined(SYSLIBC_SCCS) && !defined(lint)
.asciz "@(#)Ovfork.s 5.1 (Berkeley) 4/23/90"
#endif /* SYSLIBC_SCCS and not lint */
#include <machine/asm.h>
#include "SYS.h"

Expand Down
2 changes: 0 additions & 2 deletions lib/libc/arm/SYS.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*/

#include <machine/asm.h>
Expand Down
1 change: 0 additions & 1 deletion lib/libc/arm/gen/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93

SRCS+= \
__aeabi_read_tp.S \
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/arm/sys/Ovfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)Ovfork.s 5.1 (Berkeley) 4/23/90
*/

#include <machine/asm.h>
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/arm/sys/cerror.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)cerror.s 5.1 (Berkeley) 4/23/90
*/

#include <machine/asm.h>
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/arm/sys/syscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* from: @(#)syscall.s 5.1 (Berkeley) 4/23/90
*/

#include <machine/asm.h>
Expand Down
1 change: 0 additions & 1 deletion lib/libc/compat-43/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/2/93

# compat-43 sources
.PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/compat-43 ${LIBC_SRCTOP}/compat-43
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/creat.2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)creat.2 8.1 (Berkeley) 6/2/93
.\"
.Dd September 4, 2019
.Dt CREAT 2
.Os
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/creat.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)creat.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <fcntl.h>
#include "un-namespace.h"
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/gethostid.3
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)gethostid.3 8.1 (Berkeley) 6/2/93
.\"
.Dd June 2, 1993
.Dt GETHOSTID 3
.Os
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/gethostid.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gethostid.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/sysctl.h>

Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/getwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)getwd.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <unistd.h>
#include <errno.h>
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/killpg.2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)killpg.2 8.1 (Berkeley) 6/2/93
.\"
.Dd March 15, 2012
.Dt KILLPG 2
.Os
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/killpg.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)killpg.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <signal.h>
#include <errno.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/sethostid.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)sethostid.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
#include <sys/sysctl.h>

Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/setpgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)setpgrp.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <unistd.h>

Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/setrgid.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)setrgid.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <unistd.h>

int
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/setruid.3
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)setruid.3 8.1 (Berkeley) 6/2/93
.\"
.Dd June 2, 1993
.Dt SETRUID 3
.Os
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/setruid.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)setruid.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include <unistd.h>

int
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/compat-43/sigcompat.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)sigcompat.c 8.1 (Berkeley) 6/2/93";
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/param.h>
#include <errno.h>
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/sigpause.2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)sigpause.2 8.1 (Berkeley) 6/2/93
.\"
.\" Part of the content of the man page was derived from
.\" The Open Group Base Specifications Issue 7
.\" IEEE Std 1003.1-2008
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/sigsetmask.2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)sigsetmask.2 8.1 (Berkeley) 6/2/93
.\"
.Dd June 2, 1993
.Dt SIGSETMASK 2
.Os
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/compat-43/sigvec.2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)sigvec.2 8.2 (Berkeley) 4/19/94
.\"
.Dd April 2, 2022
.Dt SIGVEC 2
.Os
Expand Down
2 changes: 0 additions & 2 deletions lib/libc/db/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
#
CFLAGS+=-D__DBINTERFACE_PRIVATE

.include "${LIBC_SRCTOP}/db/btree/Makefile.inc"
Expand Down
1 change: 0 additions & 1 deletion lib/libc/db/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# @(#)README 8.27 (Berkeley) 9/1/94

This is version 1.85 of the Berkeley DB code.

Expand Down
1 change: 0 additions & 1 deletion lib/libc/db/btree/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# from @(#)Makefile.inc 8.2 (Berkeley) 7/14/94

.PATH: ${LIBC_SRCTOP}/db/btree

Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_close.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_close.c 8.7 (Berkeley) 8/17/94";
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/param.h>

Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_conv.c 8.5 (Berkeley) 8/17/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

#include <stdio.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_debug.c 8.5 (Berkeley) 8/17/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

#include <stdio.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_delete.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_delete.c 8.13 (Berkeley) 7/28/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

#include <errno.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_get.c 8.6 (Berkeley) 7/20/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

#include <errno.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_open.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_open.c 8.10 (Berkeley) 8/17/94";
#endif /* LIBC_SCCS and not lint */
/*
* Implementation of btree access method for 4.4BSD.
*
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_overflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_overflow.c 8.5 (Berkeley) 7/16/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>

#include <stdio.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_page.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_page.c 8.3 (Berkeley) 7/14/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

#include <stdio.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_put.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_put.c 8.8 (Berkeley) 7/26/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

#include <errno.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/libc/db/btree/bt_search.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
* SUCH DAMAGE.
*/

#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)bt_search.c 8.8 (Berkeley) 7/31/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>

#include <stdio.h>
Expand Down
Loading

0 comments on commit dc36d6f

Please sign in to comment.