]> sourceware.org Git - glibc.git/shortlog
glibc.git
2019-11-08 Alistair Francissysdeps/clock_nanosleep: Use clock_nanosleep_time64...
2019-11-08 Adhemerval... Remove hppa pthreadP.h
2019-11-07 Florian Weimerlogin: Acquire write lock early in pututline [BZ #24882]
2019-11-07 Adhemerval... nptl: Add missing placeholder abi symbol from nanosleep...
2019-11-07 Florian Weimerlogin: Remove double-assignment of fl.l_whence in try_f...
2019-11-07 Florian Weimerhurd: Use __clock_gettime in _hurd_select
2019-11-07 Florian Weimerhurd: Remove lingering references to the time function
2019-11-07 liqingqingmath: enhance the endloop condition of function handle_...
2019-11-06 Adhemerval... nptl: Refactor thrd_sleep in terms of clock_nanosleep
2019-11-06 Adhemerval... Refactor nanosleep in terms of clock_nanosleep
2019-11-06 Adhemerval... nptl: Move nanosleep implementation to libc
2019-11-06 Adhemerval... posix: Sync regex with gnulib
2019-11-06 Mike FABIANAdd mnw language code [BZ #25139]
2019-11-06 Talachan MonAdd new locale: mnw_MM (Mon language spoken in Myanmar...
2019-11-06 Stefan LieblerS390: Fp comparison are now raising FE_INVALID with...
2019-11-05 Lukasz Majewskilinux: pselect: Remove CALL_PSELECT6 macro
2019-11-05 Arjun ShankarFix run-one-test so that it runs elf tests
2019-11-04 Mike Crowenptl: Fix niggles with pthread_clockjoin_np
2019-11-03 John David... hppa: Align __clone stack argument to 8 bytes (Bug...
2019-11-02 Lukasz Majewskiy2038: linux: Provide __futimens64 implementation
2019-11-02 Lukasz Majewskiy2038: linux: Provide __utimensat64 implementation
2019-11-01 Mike Crowenptl: Add pthread_timedjoin_np, pthread_clockjoin_np...
2019-11-01 Mike Crowenptl: Add pthread_clockjoin_np
2019-11-01 Mike Crowemanual: Add documentation for pthread_tryjoin_np and...
2019-11-01 Mike Crowenptl: Convert tst-join3 to use libsupport
2019-10-31 Paul EggertSync time/mktime.c with gnulib
2019-10-31 Adhemerval... Sync timespec-{add,sub} with gnulib
2019-10-31 Adhemerval... Sync intprops.h with gnulib
2019-10-31 Adhemerval... Refactor adjtimex based on clock_adjtime
2019-10-31 Adhemerval... Refactor PI mutexes internal definitions
2019-10-31 Adhemerval... Remove pause and nanosleep not cancel wrappers
2019-10-31 Adhemerval... nptl: Replace non cancellable pause/nanosleep with...
2019-10-31 Adhemerval... Consolidate lowlevellock-futex.h
2019-10-31 Adhemerval... Consolidate futex-internal.h
2019-10-31 DJ DelorieBase max_fast on alignment, not width, of bins (Bug...
2019-10-30 Zack WeinbergRevise the documentation of simple calendar time.
2019-10-30 Zack WeinbergMake second argument of gettimeofday as 'void *'
2019-10-30 Adhemerval... Use clock_gettime to implement gettimeofday.
2019-10-30 Zack WeinbergUse clock_gettime to implement timespec_get.
2019-10-30 Zack WeinbergConsolidate and deprecate ftime
2019-10-30 Adhemerval... Change most internal uses of time to __clock_gettime.
2019-10-30 Adhemerval... Use clock_gettime to implement time.
2019-10-30 Zack WeinbergUse clock_settime to implement settimeofday.
2019-10-30 Zack WeinbergUse clock_settime to implement stime; withdraw stime.
2019-10-30 Zack WeinbergChange most internal uses of __gettimeofday to __clock_...
2019-10-30 Zack WeinbergLinux/Alpha: don't use timeval32 system calls.
2019-10-30 Florian Weimerresolv/tst-idna_name_classify: Isolate from system...
2019-10-30 Svante Signellhurd: Support for file record locking
2019-10-29 Carlos O'DonellComment out initgroups from example nsswitch.conf ...
2019-10-27 Lukasz Majewskiy2038: linux: Provide __clock_getres64 implementation
2019-10-27 Lukasz Majewskitime: Introduce function to check correctness of nanose...
2019-10-25 Arjun ShankarAdd Transliterations for Unicode Misc. Mathematical...
2019-10-24 DJ DelorieInstall charmaps uncompressed in testroot
2019-10-24 DJ DelorieAdd wait-for-debugger test harness hooks
2019-10-24 Alistair FrancisDefine __STATFS_MATCHES_STATFS64
2019-10-24 Florian Weimerhurd: Fix build after __pread64 usage in the dynamic...
2019-10-23 Alistair Francissysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
2019-10-23 Stefan LieblerS390: Remove not needed stack frame in syscall function.
2019-10-22 Joseph MyersFix testroot.pristine creation copying dynamic linker.
2019-10-21 Wilco DijkstraRemove x64 _finite tests and references
2019-10-21 Wilco DijkstraRemove finite-math tests
2019-10-21 Wilco DijkstraRemove math-finite.h
2019-10-20 Lukasz MajewskiInclude <kernel-features.h> explicitly in Linux clock_s...
2019-10-19 DJ Delorieloadarchive: guard against locale-archive corruption...
2019-10-18 Carlos O'DonellUndo accidental commit to ChangeLog.19.
2019-10-18 Carlos O'Donellnptl: Document AS-safe functions in cancellation.c.
2019-10-18 Leandro Pereiraelf: Use nocancel pread64() instead of lseek()+read()
2019-10-18 Leandro PereiraAdd nocancel version of pread64()
2019-10-18 DJ DelorieAdd run-one-test convenience target and makefile help...
2019-10-18 Adhemerval... Update sysvipc kernel-features.h files for Linux 5.1
2019-10-18 Stefan LieblerS390: Add new s390 platform z15.
2019-10-18 Florian Weimernptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
2019-10-18 Florian Weimernptl/tst-cancel25 needs to be an internal test
2019-10-17 Florian WeimerRemove libc_hidden_def from __semtimedop stub
2019-10-17 Adhemerval... sysvipc: Implement semop based on semtimedop
2019-10-17 Adhemerval... ipc: Refactor sysvipc internal definitions
2019-10-17 Florian WeimerRename and split elf/tst-dlopen-aout collection of...
2019-10-16 Florian Weimerdlfcn: Remove remnants of caller sensitivity from dlinfo
2019-10-16 Andreas Schwabldconfig: handle .dynstr located in separate segment...
2019-10-15 Florian Weimerldd: Print "not a dynamic executable" on standard error...
2019-10-14 Joseph MyersAdd PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.
2019-10-11 Florian WeimerMove ChangeLog to ChangeLog.old/ChangeLog.19 changelog-ends-here
2019-10-11 Florian Weimermanual: Remove warning in the documentation of the...
2019-10-10 Adhemerval... sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
2019-10-10 Andreas SchwabSimplify note processing
2019-10-10 Dmitry V. Levinsyscall-names.list: fix typos in comment
2019-10-09 Lukasz Majewskiy2038: linux: Provide __clock_settime64 implementation
2019-10-09 Adhemerval... posix: Use posix_spawn for wordexp
2019-10-09 Adhemerval... mips: Do not malloc on getdents64 fallback
2019-10-09 Florian Weimersparc: Assume GOTDATA support in the toolchain
2019-10-09 Petr Vorel<dirent.h>: Remove wrong comment about getdents64 decla...
2019-10-09 Florian WeimerChangeLog: Remove leading spaces before tabs and traili...
2019-10-08 Gabriel F.... Make tst-strftime2 and tst-strftime3 depend on locale...
2019-10-08 Florian Weimerposix/tst-wordexp-nocmd: Fix diagnostics output in...
2019-10-08 Florian Weimerwordexp: Split out command execution tests from posix...
2019-10-07 Florian Weimernptl: Move pthread_attr_setschedparam implementation...
2019-10-07 Florian Weimerriscv: Remove support for variable page sizes
2019-10-07 Florian Weimernptl: Move pthread_attr_getschedparam implementation...
2019-10-04 Florian Weimerelf: Assign TLS modid later during dlopen [BZ #24930]
2019-10-04 Florian Weimerelf: Never use the file ID of the main executable ...
next
This page took 0.064956 seconds and 5 git commands to generate.