summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/libraries
Commit message (Expand)AuthorAgeFilesLines
* [NaCl SDK] nacl_io: fix for html5fs chmodsbc2014-10-252-0/+6
* [NaCl SDK] Remove sys/signal.h from newlib-extrassbc2014-10-212-318/+0
* [NaCk SDK] nacl_io: Don't assume ~S_IFMT are the mode bits.sbc2014-10-207-13/+15
* [NaCl SDK] nacl_io: Fix utime() on directories.sbc2014-10-203-4/+10
* Added support for NaCl IO to use the IRT Extension API.dyen2014-10-166-8/+514
* [NaCl SDK] nacl_io: Add umaskbinji2014-10-1613-14/+52
* [NaCl SDK] nacl_io: ignore mode bits when creating files.binji2014-10-161-1/+1
* [NaCl SDK] nacl_io: getsockname() should return non-zero port after bind.Ben Smith2014-10-151-0/+1
* [NaCl SDK] nacl_io: Mask mode before passing to Node::SetModebinji2014-10-132-2/+2
* [NaCl SDK] nacl_io: Rename termios entry points.sbc2014-10-1012-11/+11
* [NaCl SDK] nacl_io: Fix real_node when dealing with a windows terminalsbc2014-10-095-30/+61
* [NaCl SDK] nacl_io: Fix calling utime/utimes/futimes with NULL.binji2014-10-095-8/+49
* Fix missing SENDING flag.noelallen2014-10-081-0/+4
* [NaCl SDK] nacl_io: Use (void) prototype in nacl_io.hbinji2014-10-071-2/+2
* [NaCl SDK] nacl_io: Don't call open() from KernelProxy functionsBen Smith2014-10-011-20/+66
* Replace allocated ino with hash of path.noelallen2014-09-264-4/+55
* [NaCl SDK] nacl_io: add return value to nacl_io_init.sbc2014-09-254-11/+16
* [NaCl SDK]: nacl_io: add nacl_io_uninit function.sbc2014-09-253-1/+15
* Add missing _ASSIGN() macro in NaCl's sys/socket.hsergeyu2014-09-252-2/+15
* [NaCl SDK] nacl_io: Fix gaping memory leaks in memfs and htmlfssbc2014-09-253-0/+7
* [NaCl SDK] nacl_io: Add chmod/fchmodBen Smith2014-09-2511-64/+120
* [NaCl SDK] nacl_io: use standard __BEGIN/__END_DECLS in poll.hsbc2014-09-241-5/+4
* [NaCl SDK] nacl_io: Fix html5fs stat on directoriesbinji2014-09-201-1/+5
* PPAPI: Add C++ wrapper for MessageHandler stuff.dmichael2014-09-181-0/+1
* [NaCl SDK] nacl_io: handle null irt function pointerssbc2014-09-183-28/+24
* PPAPI: Make PPP_MessageHandler work in PNaClDave Michael2014-09-171-0/+1
* [NaCl SDK] nacl_io: Fix excess realloc'ing in memfs nodes.sbc2014-09-172-11/+16
* [NaCl SDK] Fix sys/time.h and utime.h headersBen Smith2014-09-162-2/+4
* Default to returning success in utime.bradnelson2014-09-141-1/+1
* [NaCl SDK] nacl_io: Plumb through {,f}utime{,s}Ben Smith2014-09-1216-16/+156
* Plumbing though mode parameter to open, since fusefs can make use of it.bradnelson2014-09-1230-56/+85
* [NaCl SDK] nacl_io: Remove Node::Access method.sbc2014-09-1018-120/+8
* [NaCl SDK]: use standard __BEGIN_DECLS macros in sys/select.hsbc2014-09-101-4/+2
* [NaCl SDK] nacl_io: Fix FuseFs.{read,write}binji2014-09-091-6/+1
* [NaCl SDK] nacl_io: Always create directory node in http filesystem root.sbc2014-09-096-47/+72
* [NaCl SDK] nacl_io: seperate socket syscalls into thier own directory.sbc2014-09-0934-33/+33
* [NaCl SDK] nacl_io: fix bionic buildsbc2014-08-301-2/+8
* [NaCl SDK] Allow ppapi_simple executables to run in both sel_ldr and in chrome.sbc2014-08-294-27/+55
* [NaCl SDK] nacl_io: add getnameinfo scaffoldingsbc2014-08-298-0/+69
* Revert of Remove unused PPB_View_Dev (patchset #3 of https://codereview.chrom...dmichael2014-08-272-0/+4
* Remove unused PPB_View_Devraymes2014-08-272-4/+0
* [NaCl SDK] Remove syscalls wrappers for chmod and unlink.sbc@chromium.org2014-08-2116-61/+92
* [NaCl SDK] nacl_io: Fix leak when recv'ing from udp socket.binji@chromium.org2014-08-191-0/+1
* Roll gtest and gmock DEPS.ncbray@chromium.org2014-08-091-0/+1
* [NaCl SDK] Fix bug in TCPNode::Connectbinji@chromium.org2014-08-091-0/+6
* [NaCl SDK] nacl_io: Remove use of new/delete for data buffers.sbc@chromium.org2014-08-0812-65/+111
* Revert 288164 "Roll gtest and gmock DEPS."tommi@chromium.org2014-08-081-1/+0
* Roll gtest and gmock DEPS.ncbray@chromium.org2014-08-071-0/+1
* [NaCl SDK] nacl_io: Remove unneeded glibc syscall entry points.sbc@chromium.org2014-08-0618-227/+82
* [NaCl SDK] Remove stubs for sitaddset/sigdelset and friends.sbc@chromium.org2014-07-316-69/+0