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

Issue 103450043: code review 103450043: syscall: regenerate z-files for linux (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by mikio
Modified:
9 years, 8 months ago
CC:
golang-codereviews
Visibility:
Public.

Description

syscall: regenerate z-files for linux Updates z-files from 3.2 kernel-based to 3.14 kernel-based. Update issue 6677

Patch Set 1 : diff -r e0ad7e329637 https://code.google.com/p/go #

Total comments: 13

Patch Set 2 : diff -r 51594967bd02 https://code.google.com/p/go #

Patch Set 3 : diff -r 7bdeb1a01252 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1585 lines, -828 lines) Patch
M api/except.txt View 1 1 chunk +60 lines, -0 lines 0 comments Download
M src/pkg/syscall/mkall.sh View 1 chunk +6 lines, -1 line 0 comments Download
M src/pkg/syscall/mkerrors.sh View 1 3 chunks +46 lines, -9 lines 0 comments Download
M src/pkg/syscall/mksysnum_linux.pl View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/syscall/types_linux.go View 1 2 7 chunks +143 lines, -205 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_386.go View 1 48 chunks +319 lines, -10 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 1 48 chunks +319 lines, -10 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_arm.go View 1 46 chunks +321 lines, -14 lines 0 comments Download
M src/pkg/syscall/zsysnum_linux_386.go View 1 chunk +12 lines, -0 lines 0 comments Download
src/pkg/syscall/zsysnum_linux_amd64.go View 1 chunk +13 lines, -0 lines 0 comments Download
M src/pkg/syscall/zsysnum_linux_arm.go View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_386.go View 3 chunks +112 lines, -193 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_amd64.go View 3 chunks +112 lines, -193 lines 0 comments Download
src/pkg/syscall/ztypes_linux_arm.go View 3 chunks +112 lines, -193 lines 0 comments Download

Messages

Total messages: 5
mikio
Hello golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 10 months ago (2014-06-20 08:47:04 UTC) #1
iant
https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/mkerrors.sh File src/pkg/syscall/mkerrors.sh (left): https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/mkerrors.sh#oldcode121 src/pkg/syscall/mkerrors.sh:121: #ifndef MSG_FASTOPEN Why are you dropping the MSG_FASTOPEN test? ...
9 years, 10 months ago (2014-06-20 13:42:18 UTC) #2
mikio
ptal https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/mkerrors.sh File src/pkg/syscall/mkerrors.sh (left): https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/mkerrors.sh#oldcode121 src/pkg/syscall/mkerrors.sh:121: #ifndef MSG_FASTOPEN restored https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/mkerrors.sh File src/pkg/syscall/mkerrors.sh (right): https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/mkerrors.sh#newcode93 ...
9 years, 9 months ago (2014-06-27 01:36:34 UTC) #3
iant
https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/types_linux.go File src/pkg/syscall/types_linux.go (left): https://codereview.appspot.com/103450043/diff/380002/src/pkg/syscall/types_linux.go#oldcode35 src/pkg/syscall/types_linux.go:35: #include <sys/resource.h> On 2014/06/27 01:36:34, mikio wrote: > see ...
9 years, 9 months ago (2014-06-28 00:36:08 UTC) #4
mikio
9 years, 8 months ago (2014-07-30 01:14:17 UTC) #5
*** Abandoned ***
Sign in to reply to this message.

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