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