Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(221)

Issue 1032041: code review 1032041: syscall: force O_LARGEFILE in Linux open system call (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by rsc
Modified:
15 years, 1 month ago
Reviewers:
CC:
adg, cw, peterGo, golang-dev, rsc
Visibility:
Public.

Description

syscall: force O_LARGEFILE in Linux open system call Fixes issue 717.

Patch Set 1 #

Patch Set 2 : code review 1032041: syscall: force O_LARGEFILE in Linux open system call #

Patch Set 3 : code review 1032041: syscall: force O_LARGEFILE in Linux open system call #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -32 lines) Patch
M src/pkg/syscall/mkall.sh View 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/syscall/mkerrors.sh View 5 chunks +16 lines, -4 lines 0 comments Download
M src/pkg/syscall/syscall_linux.go View 1 2 chunks +5 lines, -1 line 1 comment Download
M src/pkg/syscall/zerrors_linux_386.go View 12 chunks +22 lines, -11 lines 7 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_386.go View 2 chunks +7 lines, -7 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_amd64.go View 1 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 8
rsc
Hello adg (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 1 month ago (2010-04-28 22:23:29 UTC) #1
peterGo
On 2010/04/28 22:23:29, rsc wrote: > Hello adg (cc: mailto:golang-dev@googlegroups.com), > > I'd like you ...
15 years, 1 month ago (2010-04-28 23:34:22 UTC) #2
adg
LGTM but I'd like to hear if it resolves Peter's issue. Are there side-effects to ...
15 years, 1 month ago (2010-04-29 00:54:13 UTC) #3
rsc
> Are there side-effects to using O_LARGEFILE ? If not, why wouldn't it > be ...
15 years, 1 month ago (2010-04-29 02:35:47 UTC) #4
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=907f7b4512eb *** syscall: force O_LARGEFILE in Linux open system call Fixes issue ...
15 years, 1 month ago (2010-04-30 06:34:13 UTC) #5
cw
questions http://codereview.appspot.com/1032041/diff/6002/9003 File src/pkg/syscall/syscall_linux.go (left): http://codereview.appspot.com/1032041/diff/6002/9003#oldcode580 src/pkg/syscall/syscall_linux.go:580: //sys Openat(dirfd int, path string, flags int, mode ...
15 years, 1 month ago (2010-04-30 07:36:02 UTC) #6
rsc1
http://codereview.appspot.com/1032041/diff/6002/9004 File src/pkg/syscall/zerrors_linux_386.go (right): http://codereview.appspot.com/1032041/diff/6002/9004#newcode185 src/pkg/syscall/zerrors_linux_386.go:185: ESI = 0x3 haha http://codereview.appspot.com/1032041/diff/6002/9004#newcode554 src/pkg/syscall/zerrors_linux_386.go:554: WORDSIZE = 0x20 ...
15 years, 1 month ago (2010-04-30 07:40:19 UTC) #7
rsc
15 years, 1 month ago (2010-04-30 07:42:34 UTC) #8
I'll do Openat tomorrow; Creat is helpless because it
doesn't take flags at all.

Russ
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b