Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Issue 9965011: added several syscalls for nacl mounts (Closed)

Created:
8 years, 8 months ago by vissi
Modified:
8 years, 8 months ago
CC:
native-client-reviews_googlegroups.com, Mark Seaborn
Base URL:
http://git.chromium.org/native_client/nacl-glibc.git@master
Visibility:
Public.

Description

added several syscalls for nacl mounts BUG= TEST= Committed: https://git.chromium.org/gitweb?p=native_client/nacl-glibc.git;a=commit;h=87666a1

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixed TODO #

Total comments: 2

Patch Set 3 : fixed getcwd #

Patch Set 4 : fixed getcwd #

Total comments: 1

Patch Set 5 : gnu style #

Patch Set 6 : return 0 in mkdir, chdir, rmdir #

Patch Set 7 : remove buf check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
M elf/Versions View 1 chunk +4 lines, -0 lines 0 comments Download
M sysdeps/nacl/irt_syscalls.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M sysdeps/nacl/irt_syscalls.c View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M sysdeps/nacl/sysdep.h View 1 2 3 4 5 6 4 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Evgeniy Stepanov
https://chromiumcodereview.appspot.com/9965011/diff/1/sysdeps/nacl/sysdep.h File sysdeps/nacl/sysdep.h (right): https://chromiumcodereview.appspot.com/9965011/diff/1/sysdeps/nacl/sysdep.h#newcode593 sysdeps/nacl/sysdep.h:593: // __nacl_irt_getcwd (buf, size); // TODO TODO?
8 years, 8 months ago (2012-03-30 11:04:55 UTC) #1
vissi
this patch is to expand nacl-mounts capabilities https://chromiumcodereview.appspot.com/9965011/diff/1/sysdeps/nacl/sysdep.h File sysdeps/nacl/sysdep.h (right): https://chromiumcodereview.appspot.com/9965011/diff/1/sysdeps/nacl/sysdep.h#newcode593 sysdeps/nacl/sysdep.h:593: // __nacl_irt_getcwd ...
8 years, 8 months ago (2012-03-30 11:28:12 UTC) #2
Evgeniy Stepanov
https://chromiumcodereview.appspot.com/9965011/diff/10/sysdeps/nacl/sysdep.h File sysdeps/nacl/sysdep.h (right): https://chromiumcodereview.appspot.com/9965011/diff/10/sysdeps/nacl/sysdep.h#newcode591 sysdeps/nacl/sysdep.h:591: *err = __nacl_irt_getcwd (buf, size); This does not look ...
8 years, 8 months ago (2012-03-30 11:32:00 UTC) #3
vissi
On 2012/03/30 11:32:00, Evgeniy Stepanov wrote: > https://chromiumcodereview.appspot.com/9965011/diff/10/sysdeps/nacl/sysdep.h > File sysdeps/nacl/sysdep.h (right): > > https://chromiumcodereview.appspot.com/9965011/diff/10/sysdeps/nacl/sysdep.h#newcode591 ...
8 years, 8 months ago (2012-03-30 11:43:27 UTC) #4
vissi
On 2012/03/30 11:43:27, vissi wrote: > On 2012/03/30 11:32:00, Evgeniy Stepanov wrote: > > https://chromiumcodereview.appspot.com/9965011/diff/10/sysdeps/nacl/sysdep.h ...
8 years, 8 months ago (2012-03-30 12:04:10 UTC) #5
vissi
On 2012/03/30 12:04:10, vissi wrote: > On 2012/03/30 11:43:27, vissi wrote: > > On 2012/03/30 ...
8 years, 8 months ago (2012-03-30 12:32:52 UTC) #6
pasko-google - do not use
https://chromiumcodereview.appspot.com/9965011/diff/5001/elf/Versions File elf/Versions (right): https://chromiumcodereview.appspot.com/9965011/diff/5001/elf/Versions#newcode87 elf/Versions:87: __nacl_irt_mkdir; the list should be in alphabetical order https://chromiumcodereview.appspot.com/9965011/diff/5001/sysdeps/nacl/sysdep.h ...
8 years, 8 months ago (2012-03-30 12:36:29 UTC) #7
vissi
On 2012/03/30 12:36:29, pasko wrote: > https://chromiumcodereview.appspot.com/9965011/diff/5001/elf/Versions > File elf/Versions (right): > > https://chromiumcodereview.appspot.com/9965011/diff/5001/elf/Versions#newcode87 > ...
8 years, 8 months ago (2012-03-30 13:16:00 UTC) #8
pasko-google - do not use
https://chromiumcodereview.appspot.com/9965011/diff/4014/sysdeps/nacl/sysdep.h File sysdeps/nacl/sysdep.h (right): https://chromiumcodereview.appspot.com/9965011/diff/4014/sysdeps/nacl/sysdep.h#newcode592 sysdeps/nacl/sysdep.h:592: if (buf == 0) { GNU style code (ugly, ...
8 years, 8 months ago (2012-03-30 13:24:58 UTC) #9
vissi
On 2012/03/30 13:24:58, pasko wrote: > https://chromiumcodereview.appspot.com/9965011/diff/4014/sysdeps/nacl/sysdep.h > File sysdeps/nacl/sysdep.h (right): > > https://chromiumcodereview.appspot.com/9965011/diff/4014/sysdeps/nacl/sysdep.h#newcode592 > ...
8 years, 8 months ago (2012-03-30 14:20:57 UTC) #10
khim
8 years, 8 months ago (2012-03-30 14:30:53 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld 408576698