Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker 711673ee77 mq_notify: join worker thread before returning in error path há 2 anos atrás
  Rich Felker 8c0c9c69a1 mq_notify: rework to fix use-after-close/double-close bugs há 2 anos atrás
  Rich Felker fde6891e59 mq_notify: use semaphore instead of barrier to sync args consumption há 2 anos atrás
  Rich Felker c3cd04fa5f fix pthread_detach inadvertently acting as cancellation point in race case há 2 anos atrás
  Rich Felker 115149c023 powerpc-sf longjmp clobbering of val argument há 2 anos atrás
  Pedro Falcato 5763f003a5 riscv64: add vfork há 2 anos atrás
  Rich Felker 269d193820 fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 há 2 anos atrás
  Rich Felker ea3b40a321 fix integer overflow in WIFSTOPPED macro há 2 anos atrás
  Rich Felker f897461d4f fix debugger tracking of shared libraries on mips with PIE main program há 2 anos atrás
  Rich Felker a4b0a665b8 expose memmem under baseline POSIX feature profile há 2 anos atrás
  Rich Felker 9532ae1318 use libc-internal malloc for pthread_atfork há 2 anos atrás
  Markus Wichmann 7d358599d4 prevent invalid reads of nl_arg in printf_core há 2 anos atrás
  Fangrui Song c5f4b2dfea elf.h: add ELFCOMPRESS_ZSTD há 2 anos atrás
  Rich Felker 159d1f6c02 semaphores: fix missed wakes from ABA bug in waiter count logic há 2 anos atrás
  Rich Felker f47a8cdd25 ldso: fix invalid early references to extern-linkage libc.page_size há 2 anos atrás
  Alexey Izbyshev 377218cb96 pthread_atfork: fix return value on malloc failure há 2 anos atrás
  Rich Felker 29e4319178 fix double-processing of DT_RELR relocations in ldso relocating itself há 2 anos atrás
  Rich Felker b50eb8c36c fix strverscmp comparison of digit sequence with non-digits há 2 anos atrás
  Rich Felker ad5dcd398b fix async thread cancellation stack alignment há 2 anos atrás
  Rich Felker 8f9259450a fix return value of gethostby{name[2],addr} with no result but no error há 2 anos atrás
  Rich Felker 63402be229 clean up dns_parse_callback há 2 anos atrás
  Rich Felker 0a7b4323b0 dns response handling: don't treat too many addresses as an error há 2 anos atrás
  Rich Felker 41603c7706 dns response handling: ignore presence of wrong-type RRs há 2 anos atrás
  Rich Felker cf76df0e1f fix missing synchronization of pthread TSD keys with MT-fork há 2 anos atrás
  Rich Felker 5ff3eea91f fgets: avoid arithmetic overflow when n==INT_MIN is passed há 2 anos atrás
  Rich Felker d8f35e29d0 fix AS-safety of close when aio is in use and fd map is expanded há 2 anos atrás
  Alexey Izbyshev 26c76a908b fix use of uninitialized dummy_fut in aio_suspend há 2 anos atrás
  Rich Felker aebd6a3644 fix potential deadlock between multithreaded fork and aio há 2 anos atrás
  Rich Felker d64148a874 fix potential unsynchronized access to killlock state at thread exit há 2 anos atrás
  Rich Felker 36b72cd6fd fix potential deadlock in dlerror buffer handling at thread exit há 2 anos atrás