summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/libraries
Commit message (Expand)AuthorAgeFilesLines
* [NaCl SDK] nacl_io: wrap kernel intercept calls in a macrosbc2015-01-141-105/+93
* Fix two errors with dup2.bradnelson2015-01-133-29/+30
* NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versions)sbc2015-01-133-47/+1
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* nacl_io: accept now allows addr and len to be NULLdaiweili2015-01-082-8/+5
* [NaCl SDK] nacl_io: Remove unused methods from Path class and update Path.Appendsbc2015-01-077-50/+36
* [NaCl SDK] For assert failure in KernelProxy::chmodsbc2015-01-021-1/+1
* Fix handling of free descriptors when calling dup2.bradnelson2014-12-131-2/+12
* Revert "[NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newl...sbc2014-12-033-1/+47
* Update documentation for nacl_io mount for html5fs.benwells2014-12-011-1/+5
* [NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versi...sbc2014-12-013-47/+1
* Honor O_NONBLOCK for tty devices.Brad Nelson2014-11-251-1/+2
* [NaCl SDK] nacl_io: reading 0 bytes from a socket shouldn't be an error.binji2014-11-145-2/+27
* [NaCl SDK] Update stat times for memfs.Ben Smith2014-11-144-1/+49
* Add support for modifying TCP and UDP socket buffer size in nacl_iombajpai2014-10-303-0/+58
* [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