Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(42)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 5452060: code review 5452060: syscall: add constants for flock() system call under Linux.

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by spadaccio
Modified:
14 years, 1 month ago
Reviewers:
mikio
CC:
golang-dev, mikio, dsymonds, bradfitzgoog, dsymonds1
Visibility:
Public.
syscall: add constants for flock() system call under Linux. The values have been generated only for the i386 and amd64 architectures.

Patch Set 1 #

Patch Set 2 : diff -r 778c06919be6 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 778c06919be6 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r 778c06919be6 https://go.googlecode.com/hg/ #

Created: 14 years, 1 month ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M src/pkg/syscall/mkerrors.sh View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_386.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
Total messages: 9
|
spadaccio
Hello golang-dev@googlegroups.com (cc: bradfitz@google.com, dsymonds@google.com, golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 1 month ago (2011年12月06日 22:53:23 UTC) #1
Hello golang-dev@googlegroups.com (cc: bradfitz@google.com, dsymonds@google.com,
golang-dev@googlegroups.com),
I'd like you to review this change to
https://go.googlecode.com/hg/ 
Sign in to reply to this message.
mikio
http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh File src/pkg/syscall/mkerrors.sh (right): http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh#newcode26 src/pkg/syscall/mkerrors.sh:26: #include <sys/file.h> might be better not only for Linux. ...
14 years, 1 month ago (2011年12月07日 05:25:10 UTC) #2
http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh
File src/pkg/syscall/mkerrors.sh (right):
http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh#n...
src/pkg/syscall/mkerrors.sh:26: #include <sys/file.h>
might be better not only for Linux.
e.g.,
includes='
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <netinet/tcp.h>
#include <signal.h>
#include <sys/signal.h>
'
Sign in to reply to this message.
spadaccio
Hello golang-dev@googlegroups.com, mikioh.mikioh@gmail.com (cc: bradfitz@google.com, dsymonds@google.com, golang-dev@googlegroups.com), Please take another look.
14 years, 1 month ago (2011年12月07日 12:25:57 UTC) #3
spadaccio
http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh File src/pkg/syscall/mkerrors.sh (right): http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh#newcode26 src/pkg/syscall/mkerrors.sh:26: #include <sys/file.h> On 2011年12月07日 05:25:11, mikioh wrote: > might ...
14 years, 1 month ago (2011年12月07日 12:27:13 UTC) #4
http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh
File src/pkg/syscall/mkerrors.sh (right):
http://codereview.appspot.com/5452060/diff/2002/src/pkg/syscall/mkerrors.sh#n...
src/pkg/syscall/mkerrors.sh:26: #include <sys/file.h>
On 2011年12月07日 05:25:11, mikioh wrote:
> might be better not only for Linux.
> 
> e.g.,
> includes='
> #include <dirent.h>
> #include <errno.h>
> #include <fcntl.h>
> #include <sys/file.h>
> #include <sys/resource.h>
> #include <sys/socket.h>
> #include <sys/types.h>
> #include <netinet/in.h>
> #include <netinet/ip.h>
> #include <netinet/ip6.h>
> #include <netinet/tcp.h>
> #include <signal.h>
> #include <sys/signal.h>
> '
Done.
Sign in to reply to this message.
mikio
LGTM
14 years, 1 month ago (2011年12月07日 13:50:43 UTC) #5
LGTM
Sign in to reply to this message.
mikio
Hello, Does anybody his colleague be able to proceed corporate contributor license agreement for him? ...
14 years, 1 month ago (2011年12月08日 04:47:44 UTC) #6
Hello,
Does anybody his colleague be able to proceed corporate contributor 
license agreement for him?
Thx.
Sign in to reply to this message.
dsymonds
On Thu, Dec 8, 2011 at 3:47 PM, <mikioh.mikioh@gmail.com> wrote: > Does anybody his colleague ...
14 years, 1 month ago (2011年12月08日 04:49:41 UTC) #7
On Thu, Dec 8, 2011 at 3:47 PM, <mikioh.mikioh@gmail.com> wrote:
> Does anybody his colleague be able to proceed corporate contributor
> license agreement for him?
I'll get it.
Sign in to reply to this message.
mikio
Thank you. On 2011年12月08日 04:49:41, dsymonds wrote: > On Thu, Dec 8, 2011 at 3:47 ...
14 years, 1 month ago (2011年12月08日 06:11:56 UTC) #8
Thank you.
On 2011年12月08日 04:49:41, dsymonds wrote:
> On Thu, Dec 8, 2011 at 3:47 PM, <mailto:mikioh.mikioh@gmail.com> wrote:
> 
> > Does anybody his colleague be able to proceed corporate contributor
> > license agreement for him?
> 
> I'll get it.
Sign in to reply to this message.
mikio
*** Submitted as http://code.google.com/p/go/source/detail?r=5190380293e8 *** syscall: add constants for flock() system call under Linux. The ...
14 years, 1 month ago (2011年12月08日 06:12:14 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=5190380293e8 ***
syscall: add constants for flock() system call under Linux.
The values have been generated only for the i386 and amd64 architectures.
R=golang-dev, mikioh.mikioh, dsymonds
CC=bradfitz, dsymonds, golang-dev
http://codereview.appspot.com/5452060
Committer: Mikio Hara <mikioh.mikioh@gmail.com>
Sign in to reply to this message.
|
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /