Russ Cox is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

rsc / plan9port http://swtch.com/plan9port/

Plan 9 from User Space (aka plan9port) is a port of many Plan 9 programs from their native Plan 9 environment to Unix-like operating systems. See the web site http://swtch.com/plan9port/ for details.

Clone this repository (size: 58.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/rsc/plan9port
hg clone ssh://hg@bitbucket.org/rsc/plan9port

Commit fe579eab96a1 Raw commit »

commit
fe579eab96a1
parent
ba458c22e6ae
branch
default

libmach, acid, db: 64-bit support

Comments

    Log in to comment »

    File Lines added Lines removed
    acid/amd64 247
    include/mach.h 67 64
    include/u.h 4 4
    src/cmd/acid/acid.h 2 2
    src/cmd/acid/builtin.c 4 4
    src/cmd/acid/exec.c 1 1
    src/cmd/acid/expr.c 3 3
    src/cmd/acid/list.c 2 2
    src/cmd/acid/main.c 4 1
    src/cmd/db/defs.h 1 1
    src/cmd/db/expr.c 2 2
    src/cmd/db/print.c 4 3
    src/cmd/db/regs.c 1 1
    src/cmd/db/trcrun.c 1 1
    src/libmach/Linux.c 4 4
    src/libmach/crack.c 1 1
    src/libmach/crackelf.c 7 5
    src/libmach/crackmacho.c 2 2
    src/libmach/elf.c 200 51
    src/libmach/elf.h 20 17
    src/libmach/elfcorefreebsdamd64.c 150
    src/libmach/frame.c 4 4
    src/libmach/hexify.c 1 1
    src/libmach/loc.c 19 6
    src/libmach/localaddr.c 3 3
    src/libmach/mach386.c 1230 889
    src/libmach/machamd64.c 197
    src/libmach/machpower.c 11 11
    src/libmach/manglegcc2.c 3
    src/libmach/map.c 33 20
    src/libmach/mkfile 2
    src/libmach/regs.c 3 3
    src/libmach/sym.c 8 8
    src/libmach/symdwarf.c 9 9
    src/libmach/symstabs.c 3 2
    src/libmach/uregamd64.h 58