about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy2019-09-111-0/+4
* sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy2019-09-111-0/+1
* honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker2019-09-084-0/+16
* synchronously clean up pthread_create failure due to scheduling errorsRich Felker2019-09-061-13/+18
* set explicit scheduling for new thread from calling thread, not selfRich Felker2019-09-061-21/+12
* fix unsynchronized decrement of thread count on pthread_create errorRich Felker2019-09-061-1/+2
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-302-0/+2
* add posix_spawn [f]chdir file actionsRich Felker2019-08-305-0/+50
* add copy_file_range system call wrapperÁrni Dagur2019-08-232-0/+9
* fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker2019-08-193-41/+13
* fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker2019-08-171-1/+1
* remove sporadic server members from struct sched_paramRich Felker2019-08-141-4/+6
* re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj2019-08-131-0/+8
* fix regression whereby main thread didn't get TLS relocationsRich Felker2019-08-131-7/+13
* fix accidentlly-external cmp symbol introduced with catgetsRich Felker2019-08-131-1/+1
* make relocation time symbol lookup and dlsym consistentSzabolcs Nagy2019-08-121-53/+31
* ldso: correct condition for local symbol handling in do_relocsRich Felker2019-08-121-1/+1
* add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2019-08-114-0/+6
* ldso: remove redundant runtime checks in static TLS logicRich Felker2019-08-111-2/+2
* ldso: fix calloc misuse allocating initial tlsRich Felker2019-08-111-5/+7
* add secure_getenv functionPetr Vaněk2019-08-082-0/+9
* in clock_getres, check for null pointer before storing resultRich Felker2019-08-071-1/+1
* remove spurious null check in clock_settimeRich Felker2019-08-071-1/+1
* fix regression in recvmmsg with no timeoutRich Felker2019-08-071-1/+1
* add non-stub implementation of catgets localization functionsRich Felker2019-08-073-3/+114
* fix regression in select with no timeoutRich Felker2019-08-071-1/+2
* fix failure of glob to match broken symlinks under some conditionsRich Felker2019-08-071-5/+12
* remove riscv64 bits/user.h contentsRich Felker2019-08-061-43/+0
* fix risc64 conflict with kernel headersBaruch Siach2019-08-061-8/+8
* in arm cancellation point asm, don't unnecessarily preserve link registerPatrick Oppenlander2019-08-061-4/+4
* glob: implement GLOB_TILDE and GLOB_TILDE_CHECKIsmael Luceno2019-08-062-1/+44
* use setitimer function rather than syscall to implement alarmRich Felker2019-08-051-3/+3
* fix build regression in i386 asm for atan2, atan2fRich Felker2019-08-052-2/+2
* fix x87 stack imbalance in corner cases of i386 math asmRich Felker2019-08-058-44/+14
* fix regression in clock_gettime on 32-bit archs without vdsoRich Felker2019-08-051-0/+1
* update riscv64 syscall numbers to linux v5.1Rich Felker2019-08-031-0/+8
* clock_gettime: add support for 32-bit vdso with 64-bit time_tRich Felker2019-08-021-0/+32
* move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker2019-08-0211-3/+11
* fix missing declarations for pthread_join extensions in source fileRich Felker2019-08-021-0/+1
* allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker2019-08-024-6/+8
* clock_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker2019-08-021-0/+19
* clock_adjtime: add time64 support, decouple 32-bit time_t, fix x32Rich Felker2019-08-021-0/+110
* ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker2019-07-313-1/+34
* get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker2019-07-318-2/+79
* make __socketcall analogous to __syscall, error-returningRich Felker2019-07-311-6/+6
* sysvipc: overhaul {sem,shm,msg}ctl for time64Rich Felker2019-07-314-12/+41
* fix semctl with SEM_STAT_ANYRich Felker2019-07-311-1/+1
* remove gratuitously-different arch-specific bits/ipc.h filesRich Felker2019-07-303-36/+0
* remove arch-specific bits/ipc.h that are identical to genericRich Felker2019-07-302-22/+0