summaryrefslogtreecommitdiff
path: root/sysdeps/nacl
AgeCommit message (Expand)Author
2017-05-20Remove the bulk of the NaCl port.Zack Weinberg
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-11-16New internal function __access_noerrnoAdhemerval Zanella
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-09-14Remove the ptw-% patternsFlorian Weimer
2016-09-07Add femode_t functions.Joseph Myers
2016-09-02NaCl: Fix compile error for __dup after libc_hidden_proto addition.Roland McGrath
2016-09-02NaCl: Fix compile error in clock function.Roland McGrath
2016-08-29Add fetestexceptflag.Joseph Myers
2016-08-16Add fesetexcept.Joseph Myers
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault
2016-01-20NaCl: Fix unused variable errors in lowlevellock-futex.h macros.Roland McGrath
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu
2015-11-20NaCl: Use allocate_code_data after dyncode_createRoland McGrath
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath
2015-11-06Simplify the abilist formatFlorian Weimer
2015-09-11NaCl: Do not install <sys/mtio.h>.Roland McGrath
2015-08-25NaCl: Call __nacl_main in preference to main.Roland McGrath
2015-07-24NaCl: Remove bogus O_SHLOCK, O_EXLOCK definitions.Roland McGrath
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath
2015-07-23NaCl: Fix missing getdtablesize symbol.Roland McGrath
2015-07-21NaCl: Use only nacl_irt_dev_filename, never nacl_irt_filename.Roland McGrath
2015-07-21Add abilist files and NEWS item for arm-nacl port.Roland McGrath
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath
2015-07-10NaCl: Make pthread_condattr_setclock reject CLOCK_MONOTONIC.Roland McGrath
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel
2015-06-24NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.Roland McGrath
2015-06-03NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath