627 Commits (3e082df3cc4c287f659e9067b2b23c7db0855695)
 

Author SHA1 Message Date
Rich Felker 3e082df3cc fix bogus pathconf result for file size bits 15 years ago
Rich Felker 47a8816ded partially working strptime 15 years ago
Rich Felker cf8506ad94 ldso: move the suid/secure check code closer to env/auxv processing 15 years ago
Rich Felker a045883365 honor AT_SECURE aux vector flag 15 years ago
Rich Felker 623753ad64 RTLD_NEXT support 15 years ago
Rich Felker 2719cc8628 LD_PRELOAD support 15 years ago
Rich Felker ce7c6341d3 simplify and improve double-free check 15 years ago
Rich Felker 6cb277d75e typo in macro definitions for x86_64 15 years ago
Rich Felker 9205e48609 macro for pthread_equal 15 years ago
Rich Felker ef9dd03534 fix missing include in last commit 15 years ago
Rich Felker ad5759821c fix clock() function 15 years ago
Rich Felker 4054a135fc implement forkall 15 years ago
Rich Felker 407d933052 pthread and synccall cleanup, new __synccall_wait op 15 years ago
Rich Felker b1a7102d83 more efficient signal blocking for timer threads 15 years ago
Rich Felker 8b625e45ff normal exit from timer thread should run dtors, restore cancel state 15 years ago
Rich Felker c516807173 block signals in timer threads 15 years ago
Rich Felker 1407785824 condition variable signal/bcast need not wake unless there are waiters 15 years ago
Rich Felker cdfb725ca3 use weak aliase rather than weak reference for vdso clock_gettime 15 years ago
Rich Felker b3c08a16c0 simplify unified timed wait code, drop support for newer method 15 years ago
Rich Felker b2b95a58b4 add fast path for normal mutexes back to pthread_mutex_lock 15 years ago
Rich Felker 188ebf51b4 close should not be cancellable after "failing" with EINTR 15 years ago
Rich Felker 8426a99048 ensure the compiler does not move around thread-register-based reads 15 years ago
Rich Felker 357876052b simplify multi-threaded errno, eliminate useless function pointer 15 years ago
Rich Felker 98acf04fc0 use weak aliases rather than function pointers to simplify some code 15 years ago
Rich Felker 338b663ddb fix off-by-one bug in siglongjmp that caused unpredictable behavior 15 years ago
Rich Felker 5f37fc132a further debloat cancellation handlers 15 years ago
Rich Felker 56385dd5fe missed detail in cancellation bloat fix 15 years ago
Rich Felker 730bee725a fix static linking dependency bloat with cancellation 15 years ago
Rich Felker fc0ecd35d8 implement if_nameindex and if_freenameindex 15 years ago
Rich Felker 50304f2eef overhaul rwlocks to address several issues 15 years ago
Rich Felker 8aeee8db21 timedwait: play it safe for now 15 years ago
Rich Felker 4f5ba9211e fix stubbed-out reboot call 15 years ago
Rich Felker 4717bfec70 correctly handle old kernels without FUTEX_WAIT_BITSET 15 years ago
Rich Felker bdd893377f fix sem_timedwait bug introduced in timedwait unification 15 years ago
Rich Felker ec381af902 unify and overhaul timed futex waits 15 years ago
Rich Felker c68de0be2f avoid accessing mutex memory after atomic unlock 15 years ago
Rich Felker 344ea14885 fix breakage in cancellation due to signal functions overhaul 15 years ago
Rich Felker 88c4e72031 overhaul posix semaphores to fix destructability race 15 years ago
Rich Felker 88798393ca fix wrong messages in gai_strerror 15 years ago
Rich Felker f4e8e64b82 port numbers should always be interpreted as decimal 15 years ago
Rich Felker e95b0a9d10 fix crash in dns code with new stdio locking code 15 years ago
Rich Felker acfd06df17 consistency: use struct __ucontext instead of ucontext_t in prototypes 15 years ago
Rich Felker 07827d1a82 fix race condition in sigqueue 15 years ago
Rich Felker ad5881842e clean up pthread_sigmask/sigprocmask dependency order 15 years ago
Rich Felker 544ee752cd fix some bugs in setxid and update setrlimit to use __synccall 15 years ago
Rich Felker dba68bf98f add proper fuxed-based locking for stdio 15 years ago
Rich Felker 7683fceede eliminate dependence of perror on printf 15 years ago
Rich Felker 7dd60b80f9 fix bug in synccall with no threads: lock was taken but never released 15 years ago
Rich Felker afade2356e add setxid.c for new set*id() framework. missed in last commit. 15 years ago
Rich Felker acb0480662 new attempt at making set*id() safe and robust 15 years ago