• Rob Pike's avatar
    go.sys: copy files from syscall package to go.sys/{plan9,windows,unix} · 20acc5cf
    Rob Pike authored
    This CL copies to each package of go.sys the files from syscall it will need.
    Different directories have different files, but these:
            mkall.sh
            str.go
            syscall.go
            mksyscall.pl
            race.go
            race0.go
            syscall_test.go
    are copied to all three.
    No changes yet, these are just copies. They are not ready to use yet:
    package names are wrong, for starters. But this clean copy will make
    it easier to follow the changes as the packages are enabled.
    
    LGTM=rsc
    R=golang-codereviews, rsc
    CC=golang-codereviews
    https://golang.org/cl/126960043
    20acc5cf
Name
Last commit
Last update
plan9 Loading commit data...
unix Loading commit data...
windows Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
codereview.cfg Loading commit data...