Side by Side Diff: src/pkg/syscall/zsysnum_plan9_386.go
Issue 3816043 :
code review 3816043: syscall: Plan 9 support for x86. (Closed)
Patch Set: diff -r a15522fba283 https://go.googlecode.com/hg/
Left:
Base
Patch Set 1: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 2: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 3: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 4: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 5: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 6: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 7: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 8: diff -r fd41b76c8e51 https://go.googlecode.com/hg/
Patch Set 9: diff -r fd41b76c8e51 https://go.googlecode.com/hg/
Patch Set 10: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 11: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 12: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 13: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 14: diff -r fad73d342108 https://go.googlecode.com/hg/
Patch Set 15: diff -r fad73d342108 https://go.googlecode.com/hg/
Patch Set 16: diff -r 6ae937673256 https://go.googlecode.com/hg/
Patch Set 17: diff -r a15522fba283 https://go.googlecode.com/hg/
Patch Set 18: diff -r a15522fba283 https://go.googlecode.com/hg/
Patch Set 19: diff -r a15522fba283 https://go.googlecode.com/hg/
Right:
Patch Set 1: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 2: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 3: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 4: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 5: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 6: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 7: code review 3816043: syscall, os: Plan 9 support for x86.
Patch Set 8: diff -r fd41b76c8e51 https://go.googlecode.com/hg/
Patch Set 9: diff -r fd41b76c8e51 https://go.googlecode.com/hg/
Patch Set 10: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 11: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 12: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 13: diff -r 1d10645da15a https://go.googlecode.com/hg/
Patch Set 14: diff -r fad73d342108 https://go.googlecode.com/hg/
Patch Set 15: diff -r fad73d342108 https://go.googlecode.com/hg/
Patch Set 16: diff -r 6ae937673256 https://go.googlecode.com/hg/
Patch Set 17: diff -r a15522fba283 https://go.googlecode.com/hg/
Patch Set 18: diff -r a15522fba283 https://go.googlecode.com/hg/
Patch Set 19: diff -r a15522fba283 https://go.googlecode.com/hg/
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
src/pkg/syscall/Makefile
src/pkg/syscall/asm_plan9_386.s
src/pkg/syscall/exec_plan9.go
src/pkg/syscall/mkall.sh
src/pkg/syscall/mksyscall.pl
src/pkg/syscall/mksysnum_plan9.sh
src/pkg/syscall/str.go
src/pkg/syscall/syscall_linux.go
src/pkg/syscall/syscall_plan9.go
src/pkg/syscall/syscall_plan9_386.go
src/pkg/syscall/syscall_unix.go
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/types_plan9.c
src/pkg/syscall/zerrors_plan9_386.go
src/pkg/syscall/zsyscall_plan9_386.go
src/pkg/syscall/zsysnum_plan9_386.go
src/pkg/syscall/ztypes_plan9_386.go
OLD NEW
(Empty) 1 // mksysnum_plan9.sh /media/sys/src/libc/9syscall/sys.h
2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
3
4 package syscall
5
6 const (
7 SYS_SYSR1 = 0
8 SYS_BIND = 2
9 SYS_CHDIR = 3
10 SYS_CLOSE = 4
11 SYS_DUP = 5
12 SYS_ALARM = 6
13 SYS_EXEC = 7
14 SYS_EXITS = 8
15 SYS_FAUTH = 10
16 SYS_SEGBRK = 12
17 SYS_OPEN = 14
18 SYS_OSEEK = 16
19 SYS_SLEEP = 17
20 SYS_RFORK = 19
21 SYS_PIPE = 21
22 SYS_CREATE = 22
23 SYS_FD2PATH = 23
24 SYS_BRK_ = 24
25 SYS_REMOVE = 25
26 SYS_NOTIFY = 28
27 SYS_NOTED = 29
28 SYS_SEGATTACH = 30
29 SYS_SEGDETACH = 31
30 SYS_SEGFREE = 32
31 SYS_SEGFLUSH = 33
32 SYS_RENDEZVOUS = 34
33 SYS_UNMOUNT = 35
34 SYS_SEMACQUIRE = 37
35 SYS_SEMRELEASE = 38
36 SYS_SEEK = 39
37 SYS_FVERSION = 40
38 SYS_ERRSTR = 41
39 SYS_STAT = 42
40 SYS_FSTAT = 43
41 SYS_WSTAT = 44
42 SYS_FWSTAT = 45
43 SYS_MOUNT = 46
44 SYS_AWAIT = 47
45 SYS_PREAD = 50
46 SYS_PWRITE = 51
47 )
OLD NEW