]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2015-04-07  Roland McGrathRandom nits prepping for upstreaming. roland/nacl-port/master
2015-03-31  Roland McGrathImplement _dl_runtime_profile.
2015-03-31  Roland McGrathMake fdopen work.
2015-03-19  Roland McGrath(__get_nprocs_conf): Comment typo fix.
2015-03-19  Roland McGrathRewritten.
2015-03-19  Roland McGrathDisable tlsdesc stuff.
2015-03-02  Roland McGrathImplement all nacl_irt_dev_filename calls.
2015-03-02  Roland McGrathImplement all nacl_irt_dev_fdio calls except getdents.
2015-02-27  Roland McGrathAdd bits/fcntl.h with proper bits for NaCl.
2015-02-27  Roland McGrathImplement mkdir, unlink.
2015-02-27  Roland McGrathImplement access/euidaccess.
2015-02-27  Roland McGrathActually read in the data when mmap fails.
2015-02-26  Roland McGrathImplement getcwd.
2015-02-26  Roland McGrathUse code_data_alloc and dyncode_create IRT interfaces...
2015-02-12  Roland McGrathRemove unused macro.
2015-02-12  Roland McGrathTweaks to fix builds.
2015-01-22  Roland McGrathSeparate IRT tables in rtld.
2015-01-10  Roland McGrathProper(ish) posix_opt.h for NaCl.
2015-01-08  Roland McGrathDo not try to build nptl_db.
2015-01-08  Roland McGrathAdd some __libc_foo aliases for libpthread to use.
2015-01-05  Roland McGrathCloser to NPTL building.
2015-01-05  Roland McGrathUpdate copyright years.
2014-12-17  Roland McGrathNPTL thread creation
2014-12-17  Roland McGrathPlaceholder sigaction.c
2014-12-17  Roland McGrathHack up futex layer to get things building again.
2014-12-17  Roland McGrathAdapt to bits/stat.h changes.
2014-11-12  Roland McGrathUse basic futex ops.
2014-11-12  Roland McGrathDefine THREAD_SYSINFO macros.
2014-11-12  Roland McGrathAdapt to nacl internal header changes.
2014-10-15  Roland McGrathshlib-versions revamp
2014-07-30  Roland McGrathHandle uintptr_t use in irt.h.
2014-07-30  Roland McGrathStarting on NPTL.
2014-05-08  Roland McGrathRemove old backtrace.c, unneeded now we are back to...
2014-05-05  Roland McGrathUpdate for irt.h/irt_dev.h changes.
2014-04-01  Roland McGrathmman-linux.h no longer copied
2014-03-18  Roland McGrathsysdep_headers for bits/mman-linux.h
2014-03-14  Roland McGrathUpdate copyright years; .in -> .ac
2014-03-14  Roland McGrathWorking dynamic linking.
2014-03-14  Roland McGrathNo longer using .eh_frame, so don't emit it from assemb...
2014-03-12  Roland McGrathUpdate for ARM setjmp changes in main tree.
2014-01-10  Roland McGrathRemove obsolete macro.
2014-01-10  Roland McGrathComment typo.
2013-10-10  Roland McGrath#define NO_THUMB
2013-08-06  Roland McGrathNew ABI baseline of 2.19.
2013-08-06  Roland McGrathUse stub getifaddrs/freeifaddrs.
2013-08-06  Roland McGrathImplement brk.
2013-08-05  Roland McGrathUnfinished/untested PLT trampoline code.
2013-08-05  Roland McGrathTemp NEON hack for building
2013-08-05  Roland McGrathMissing deps
2013-08-05  Roland McGrathUpdates for NaCl header changes.
2013-06-18  Roland McGrathNew macro for memcpy port.
2013-06-18  Roland McGrathbitrot
2013-06-17  Roland McGrathlicense exception text; use __builtin_trap
2013-05-07  Roland McGrathPart way to rtld startup.
2013-05-06  Roland McGrathglob/glob64
2013-05-06  Roland McGrathStub profil.
2013-05-06  Roland McGrathSimplified _dl_writev.
2013-05-06  Roland McGrathUpdate for open_2 cleanup.
2013-05-03  Roland McGrathbacktrace
2013-05-03  Roland McGrathHeader order hell
2013-05-03  Roland McGrathFiddle xstat aliases
2013-05-02  Roland McGrathMake sure stat calls diagnose EFAULT for a NULL struct...
2013-05-02  Roland McGrathAdd getpid.
2013-05-02  Roland McGrathMissing file
2013-05-01  Roland McGrathHandle stat, massaging irt.h
2013-04-29  Roland McGrathAdd bits/local_lim.h file.
2013-04-29  Roland McGrathstruct nacl_irt_memory rename
2013-04-29  Roland McGrathImplement getpagesize, getsysstats.
2013-04-25  Roland McGrathRight mman.h bits for NaCl.
2013-04-25  Roland McGrathgettimeofday fills in timezone
2013-04-24  Roland McGrathAvoid IFUNC for static library.
2013-04-24  Roland McGrathFix clock_gettime to call the right IRT function.
2013-04-12  Roland McGrathInitial commit of hacky state