wait4, getrusage: add time64/x32 variant
[musl] / src /
2019-10-20 Rich Felkerwait4, getrusage: add time64/x32 variant
2019-10-19 Rich Felkerfix return value of ungetc when argument is outside...
2019-10-19 Rich Felkerfix incorrect use of fabs on long double operand in...
2019-10-14 info@mobile-stream.commips: add single-instruction math functions
2019-10-14 Michael Morrellfix cacosh results for arguments with negative imaginar...
2019-10-13 Szabolcs Nagymath: fix signed int left shift ub in sqrt
2019-10-13 Rich Felkerfix aliasing-based undefined behavior in mbsrtowcs
2019-09-29 Szabolcs Nagyremove remaining traces of __tls_get_new
2019-09-27 Szabolcs Nagymath: optimize lrint on 32bit targets
2019-09-27 Rich Felkerfix mips setjmp/longjmp fpu state on r6, related issues
2019-09-26 Szabolcs Nagyarm: fix setjmp and longjmp asm for armv8-a
2019-09-26 Rich Felkerfix data race in timer_create with SIGEV_THREAD notific...
2019-09-13 Rich Felkerharden thread start with failed scheduling against...
2019-09-13 Brion Vibberfix %lf in wprintf
2019-09-11 Rich Felkerfix arm __tlsdesc_dynamic when built as thumb code...
2019-09-11 Rich Felkerfix arm __a_barrier_oldkuser when built as thumb
2019-09-11 Rich Felkerfix code path where child function returns in arm __clo...
2019-09-06 Rich Felkersynchronously clean up pthread_create failure due to...
2019-09-06 Rich Felkerset explicit scheduling for new thread from calling...
2019-09-06 Rich Felkerfix unsynchronized decrement of thread count on pthread...
2019-08-30 Rich Felkeradd public declaration for optreset under appropriate...
2019-08-30 Rich Felkeradd posix_spawn [f]chdir file actions
2019-08-24 Árni Daguradd copy_file_range system call wrapper
2019-08-18 Rich Felkerfix external dummy_lock symbol inadvertently introduced...
2019-08-13 Rich Felkerfix accidentlly-external cmp symbol introduced with...
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-08 Petr Vaněkadd secure_getenv function
2019-08-08 Rich Felkerin clock_getres, check for null pointer before storing...
2019-08-08 Rich Felkerremove spurious null check in clock_settime
2019-08-08 Rich Felkerfix regression in recvmmsg with no timeout
2019-08-08 Rich Felkeradd non-stub implementation of catgets localization...
2019-08-07 Rich Felkerfix regression in select with no timeout
2019-08-07 Rich Felkerfix failure of glob to match broken symlinks under...
2019-08-06 Patrick Oppenlanderin arm cancellation point asm, don't unnecessarily...
2019-08-06 Ismael Lucenoglob: implement GLOB_TILDE and GLOB_TILDE_CHECK
2019-08-06 Rich Felkeruse setitimer function rather than syscall to implement...
2019-08-05 Rich Felkerfix build regression in i386 asm for atan2, atan2f
2019-08-05 Rich Felkerfix x87 stack imbalance in corner cases of i386 math asm
2019-08-05 Rich Felkerfix regression in clock_gettime on 32-bit archs without...
2019-08-02 Rich Felkerclock_gettime: add support for 32-bit vdso with 64...
2019-08-02 Rich Felkerfix missing declarations for pthread_join extensions...
2019-08-02 Rich Felkerclock_gettime: add time64 syscall support, decouple...
2019-08-02 Rich Felkerclock_adjtime: add time64 support, decouple 32-bit...
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-31 Rich Felkermake __socketcall analogous to __syscall, error-returning
2019-07-31 Rich Felkersysvipc: overhaul {sem,shm,msg}ctl for time64
2019-07-31 Rich Felkerfix semctl with SEM_STAT_ANY
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-30 Rich Felkerselect: overhaul for time64
2019-07-30 Rich Felkerrecvmmsg: add time64 syscall support, decouple 32-bit...
2019-07-30 Rich Felkersetitimer, getitimer: decouple time_t from long
2019-07-29 Rich Felkertimerfd: add time64 syscall support, decouple 32-bit...
2019-07-29 Rich Felkersched_rr_get_interval: don't assume time_t is 32-bit...
2019-07-29 Rich Felkerclock_getres: don't assume time_t is 32-bit on 32-bit...
2019-07-29 Rich Felkertimer_gettime: add time64 syscall support, decouple...
2019-07-29 Rich Felkerremove x32 syscall timespec fixup hacks
2019-07-29 Rich Felkerutimensat: add time64 syscall support, decouple 32...
2019-07-29 Rich Felkerclock_settime: add time64 syscall support, decouple...
2019-07-29 Rich Felkertimer_settime: add support for time64 syscall, decouple...
2019-07-28 Rich Felkerpselect, ppoll: add time64 syscall support, decouple...
2019-07-28 Rich Felkerfutex wait operations: add time64 syscall support,...
2019-07-28 Rich Felkersemtimedop: add time64 syscall support, decouple 32...
2019-07-28 Rich Felkersigtimedwait: add time64 syscall support, decouple...
2019-07-28 Rich Felkermq_timedsend, mq_timedreceive: add time64, decouple...
2019-07-28 Rich Felkerclock_nanosleep: add time64 syscall support, decouple...
2019-07-27 Rich Felkerimplement settimeofday in terms of clock_settime, not...
2019-07-27 Rich Felkerinternally, define plain syscalls, if missing, as their...
2019-07-27 Rich Felkerfix and simplify futimesat fallback in utimensat
2019-07-27 Rich Felkerrefactor thrd_sleep and nanosleep in terms of clock_nan...
2019-07-21 Samuel Hollanduse the correct stat structure in the fstat path
2019-07-20 Rich Felkerrefactor adjtime function using adjtimex function inste...
2019-07-20 Rich Felkerrefactor adjtimex in terms of clock_adjtime
2019-07-19 Rich Felkerfix inadvertent introduction of extern object stx
2019-07-19 Rich Felkerimplement fstatat with SYS_statx, conditional on unders...
2019-07-18 Rich Felkercleanup includes now that stat, lstat no longer make...
2019-07-18 Rich Felkerrestore property that fstat(AT_FDCWD) fails with EBADF
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerrefactor all stat functions in terms of fstatat
2019-07-17 Rich Felkerfix broken lseek on x32 (x86_64/ILP32) with offsets...
2019-07-17 Rich Felkerfix broken lseek on mipsn32 with offsets larger than...
2019-07-16 Rich Felkeruse namespace-safe __lseek for __stdio_seek instead...
2019-07-13 James Y Knightfix sigaltstack to ignore ss_size with SS_DISABLE,...
2019-07-10 Samuel Hollanduse the correct attributes for ___errno_location
2019-07-10 Samuel Hollandfix restrict violations in internal use of several...
2019-07-09 Rich Felkerprevent dup2 action for posix_spawn internal pipe fd
2019-07-02 Fangrui Songremove stray .end directives from powerpc[64] asm
2019-07-01 Szabolcs Nagyipc: prefer SYS_ipc when it is defined
2019-07-01 Samuel Hollandfix deadlock in synccall after threaded fork
2019-06-28 Rich Felkercap getdents length argument to INT_MAX
2019-06-25 Rich Felkerallow fmemopen with zero size
2019-06-21 Matthew Maurerdo not use _Noreturn for a function pointer in dynamic...
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-26 Rich Felkeroptimize aarch64 dynamic tlsdesc function to spill...
2019-05-17 Szabolcs Nagyfix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_...
2019-05-16 Rich Felkerfix format strings for uid/gid values in putpwent/putgrent
2019-05-06 Rich Felkermake fgetwc set error indicator for stream on encoding...
2019-05-05 Rich Felkerallow archs to provide a 7-argument syscall if needed
2019-04-20 Rich Felkermake new math code compatible with unused variable...
2019-04-18 Szabolcs Nagymath: new pow
next