mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix obsolete inferno-os links
Fixes #16911. Fix obsolete inferno-os links, since code.google.com shutdown. This CL points to the right files by replacing http://code.google.com/p/inferno-os/source/browse with https://bitbucket.org/inferno-os/inferno-os/src/default To implement the change I wrote and ran this script in the root: $ grep -Rn 'http://code.google.com/p/inferno-os/source/browse' * \ | cut -d":" -f1 | while read F;do perl -pi -e \ 's/http:\/\/code.google.com\/p\/inferno-os\/source\/browse/https:\/\/bitbucket.org\/inferno-os\/inferno-os\/src\/default/g' $F;done I excluded any cmd/vendor changes from the commit. Change-Id: Iaaf828ac8f6fc949019fd01832989d00b29b6749 Reviewed-on: https://go-review.googlesource.com/27994 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
9ac67f56f7
commit
7c04633e0c
75 changed files with 83 additions and 83 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/txt.c
|
// Derived from Inferno utils/6c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/peep.c
|
// Derived from Inferno utils/6c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/5c/txt.c
|
// Derived from Inferno utils/5c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5c/peep.c
|
// Inferno utils/5c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5c/reg.c
|
// Inferno utils/5c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/txt.c
|
// Derived from Inferno utils/6c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/peep.c
|
// Derived from Inferno utils/6c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/txt.c
|
// Derived from Inferno utils/6c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/gc.h
|
// Derived from Inferno utils/6c/gc.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/gc.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/gc.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/txt.c
|
// Derived from Inferno utils/6c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/peep.c
|
// Derived from Inferno utils/6c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/txt.c
|
// Derived from Inferno utils/6c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/peep.c
|
// Derived from Inferno utils/6c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/txt.c
|
// Derived from Inferno utils/6c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/peep.c
|
// Derived from Inferno utils/6c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/8c/txt.c
|
// Derived from Inferno utils/8c/txt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/8c/txt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/8c/txt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/peep.c
|
// Derived from Inferno utils/6c/peep.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/peep.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6c/reg.c
|
// Derived from Inferno utils/6c/reg.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/reg.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5c/5.out.h
|
// Inferno utils/5c/5.out.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5c/5.out.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5c/5.out.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/span.c
|
// Inferno utils/5l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5c/list.c
|
// Inferno utils/5c/list.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5c/list.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5c/list.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/5c/swt.c
|
// Derived from Inferno utils/5c/swt.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5c/swt.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5c/swt.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6l/l.h and related files.
|
// Derived from Inferno utils/6l/l.h and related files.
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/l.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/pass.c
|
// Inferno utils/6l/pass.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/pass.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/pass.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6c/6.out.h
|
// Inferno utils/6c/6.out.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/6.out.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/6.out.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/span.c
|
// Inferno utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6c/list.c
|
// Inferno utils/6c/list.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6c/list.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6c/list.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/pass.c
|
// Inferno utils/6l/pass.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/pass.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/pass.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/asm.c
|
// Inferno utils/6l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/l.h
|
// Inferno utils/6l/l.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/l.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/obj.c
|
// Inferno utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
@ -33,7 +33,7 @@ package arm
|
||||||
// Writing object files.
|
// Writing object files.
|
||||||
|
|
||||||
// Inferno utils/5l/l.h
|
// Inferno utils/5l/l.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/l.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/l.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/obj.c
|
// Inferno utils/5l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/obj.c
|
// Inferno utils/5l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/include/ar.h
|
// Inferno utils/include/ar.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/include/ar.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/include/ar.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/8l/asm.c
|
// Inferno utils/8l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/8l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/8l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
@ -54,7 +54,7 @@ import (
|
||||||
// Data layout and relocation.
|
// Data layout and relocation.
|
||||||
|
|
||||||
// Derived from Inferno utils/6l/l.h
|
// Derived from Inferno utils/6l/l.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/l.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno utils/6l/l.h and related files.
|
// Derived from Inferno utils/6l/l.h and related files.
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/l.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/obj.c
|
// Inferno utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
// Derived from Inferno utils/6l/obj.c and utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/6l/span.c
|
// Inferno utils/6l/span.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/span.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/obj.c
|
// Inferno utils/5l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/obj.c
|
// Inferno utils/5l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/asm.c
|
// Inferno utils/5l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/5l/obj.c
|
// Inferno utils/5l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/8l/asm.c
|
// Inferno utils/8l/asm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/8l/asm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/8l/asm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/8l/l.h
|
// Inferno utils/8l/l.h
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/8l/l.h
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/8l/l.h
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno utils/8l/obj.c
|
// Inferno utils/8l/obj.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/utils/8l/obj.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/8l/obj.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
// Portions Copyright © 1995-1997 C H Forsyth (forsyth@terzarima.net)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/memset-arm.s
|
// Inferno's libkern/memset-arm.s
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/memset-arm.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/memset-arm.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/memmove-386.s
|
// Inferno's libkern/memmove-386.s
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/memmove-386.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/memmove-386.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno's libkern/memmove-386.s (adapted for amd64)
|
// Derived from Inferno's libkern/memmove-386.s (adapted for amd64)
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/memmove-386.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/memmove-386.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/memmove-arm.s
|
// Inferno's libkern/memmove-arm.s
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/memmove-arm.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/memmove-arm.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/memmove-386.s
|
// Inferno's libkern/memmove-386.s
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/memmove-386.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/memmove-386.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Derived from Inferno's libkern/memmove-386.s (adapted for amd64)
|
// Derived from Inferno's libkern/memmove-386.s (adapted for amd64)
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/memmove-386.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/memmove-386.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/vlop-386.s
|
// Inferno's libkern/vlop-386.s
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/vlop-386.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/vlop-386.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/vlop-arm.s
|
// Inferno's libkern/vlop-arm.s
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/vlop-arm.s
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/vlop-arm.s
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// Inferno's libkern/vlrt-arm.c
|
// Inferno's libkern/vlrt-arm.c
|
||||||
// http://code.google.com/p/inferno-os/source/browse/libkern/vlrt-arm.c
|
// https://bitbucket.org/inferno-os/inferno-os/src/default/libkern/vlrt-arm.c
|
||||||
//
|
//
|
||||||
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
// Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
|
||||||
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
// Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com). All rights reserved.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue