1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg/syscall
Robert Griesemer 3bb0032cd6 - replaced gofmt expression formatting algorithm with
rsc's algorithm
- applied gofmt -w misc src
- partial CL (last chunk)

R=rsc, r
http://go/go-review/1024041
2009-11-09 21:23:52 -08:00
..
asm_darwin_386.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_darwin_amd64.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_linux_386.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_linux_amd64.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
asm_linux_arm.s proper syscall convention for arm 2009-10-25 11:51:16 -07:00
asm_nacl_386.s rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
errstr.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
exec.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
Makefile avoid duplicate field names, so that bug132 can be fixed 2009-08-24 11:03:23 -07:00
mkall.sh syscall cleanup. 2009-11-01 11:13:27 -08:00
mkerrors_nacl.sh nacl syscall package. 2009-09-22 07:49:31 -07:00
mkerrors.sh syscall cleanup. 2009-11-01 11:13:27 -08:00
mksyscall.sh final batch for "declared and not used" 2009-09-15 13:51:33 -07:00
mksysnum_darwin.sh change the names to have .sh suffixes. 2009-08-13 13:22:37 -07:00
mksysnum_linux.sh change the names to have .sh suffixes. 2009-08-13 13:22:37 -07:00
mksysnum_nacl.sh nacl syscall package. 2009-09-22 07:49:31 -07:00
syscall_darwin_386.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_darwin_amd64.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_darwin.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_linux_386.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_linux_amd64.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_linux_arm.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_linux.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_nacl_386.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall_nacl.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
types_darwin.c syscall cleanup. 2009-11-01 11:13:27 -08:00
types_linux.c syscall cleanup. 2009-11-01 11:13:27 -08:00
types_nacl.c syscall cleanup. 2009-11-01 11:13:27 -08:00
zerrors_darwin_386.go syscall cleanup. 2009-11-01 11:13:27 -08:00
zerrors_darwin_amd64.go syscall cleanup. 2009-11-01 11:13:27 -08:00
zerrors_linux_386.go syscall cleanup. 2009-11-01 11:13:27 -08:00
zerrors_linux_amd64.go syscall cleanup. 2009-11-01 11:13:27 -08:00
zerrors_linux_arm.go gofmt-ify syscall 2009-11-05 10:55:57 -08:00
zerrors_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
zsyscall_darwin_386.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
zsyscall_darwin_amd64.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
zsyscall_linux_386.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
zsyscall_linux_amd64.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
zsyscall_linux_arm.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
zsyscall_nacl_386.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
zsysnum_darwin_386.go syscall cleanup. 2009-11-01 11:13:27 -08:00
zsysnum_darwin_amd64.go syscall cleanup. 2009-11-01 11:13:27 -08:00
zsysnum_linux_386.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
zsysnum_linux_amd64.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
zsysnum_linux_arm.go - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
zsysnum_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_darwin_386.go syscall cleanup. 2009-11-01 11:13:27 -08:00
ztypes_darwin_amd64.go syscall cleanup. 2009-11-01 11:13:27 -08:00
ztypes_linux_386.go syscall cleanup. 2009-11-01 11:13:27 -08:00
ztypes_linux_amd64.go syscall cleanup. 2009-11-01 11:13:27 -08:00
ztypes_linux_arm.go gofmt-ify syscall 2009-11-05 10:55:57 -08:00
ztypes_nacl_386.go apply gofmt to auto-generated syscall files 2009-10-06 19:38:30 -07:00
ztypes_nacl.go nacl syscall package - machine generated files 2009-09-22 07:49:49 -07:00