Age | Commit message (Expand) | Author |
2020-12-26 | hurd: set sigaction for signal preemptors in arch-independent file | Samuel Thibault |
2020-12-21 | hurd: Make trampoline fill siginfo ss_sp from sc_uesp | Samuel Thibault |
2020-12-21 | hurd: implement SA_SIGINFO signal handlers. | Jeremie Koenig |
2020-12-16 | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer |
2020-12-16 | htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] | Samuel Thibault |
2020-12-16 | htl: Add pshared semaphore support | Samuel Thibault |
2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault |
2020-11-13 | hurd: Make sure signals get started | Samuel Thibault |
2020-11-11 | hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbols | Samuel Thibault |
2020-11-11 | hurd: Notify the proc server later during initialization | Samuel Thibault |
2020-11-11 | htl: Initialize later | Samuel Thibault |
2020-11-11 | hurd: keep only required PLTs in ld.so | Samuel Thibault |
2020-10-09 | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella |
2020-10-09 | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie |
2020-09-13 | hurd: Add __x86_get_cpu_features to ld.abilist | H.J. Lu |
2020-08-05 | hurd: Rework sbrk | Samuel Thibault |
2020-07-18 | hurd: Fix longjmp check for sigstate | Samuel Thibault |
2020-07-18 | hurd: Fix longjmp early in initialization | Samuel Thibault |
2020-07-07 | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella |
2020-07-07 | string: Add sigabbrev_np and sigdescr_np | Adhemerval Zanella |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer |
2020-06-29 | htl: Enable cancel*16 an cancel*20 tests | Samuel Thibault |
2020-06-28 | hurd: make close a cancellation point | Samuel Thibault |
2020-06-28 | hurd: make open and openat cancellation points | Samuel Thibault |
2020-06-20 | hurd: Add mremap | Samuel Thibault |
2020-06-19 | New exp10f version without SVID compat wrapper | Adhemerval Zanella |
2020-06-14 | hurd: Make write and pwrite64 cancellation points | Samuel Thibault |
2020-06-08 | hurd: document that gcc&gdb look at the trampoline code | Samuel Thibault |
2020-06-07 | hurd: Make read and pread64 cancellable | Samuel Thibault |
2020-06-07 | hurd: Fix unwinding over interruptible RPC | Samuel Thibault |
2020-06-07 | htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 | Samuel Thibault |
2020-06-07 | hurd: XFAIL more tests that require setpshared support | Samuel Thibault |
2020-06-07 | hurd: Briefly document in xfails the topics of the bugzilla entries | Samuel Thibault |
2020-06-07 | htl: Add sem_clockwait support | Samuel Thibault |
2020-06-06 | hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandler | Samuel Thibault |
2020-06-06 | hurd: Add pointer guard support | Samuel Thibault |
2020-06-06 | hurd: Add stack guard support | Samuel Thibault |
2020-05-26 | htl: Add clock variants | Samuel Thibault |
2020-05-25 | elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions | Florian Weimer |
2020-05-18 | Remove NO_CTORS_DTORS_SECTIONS macro | Florian Weimer |
2020-04-24 | elf: Implement __libc_early_init | Florian Weimer |
2020-04-14 | hurd: add mach_print function | Samuel Thibault |
2020-02-17 | x86: Avoid single-argument _Static_assert in <tls.h> | Florian Weimer |
2020-02-17 | x86 tls: Use _Static_assert for TLS access size assertion | Samuel Thibault |
2020-02-16 | pthread: Move robust mutex tests from nptl to sysdeps/pthread | Samuel Thibault |
2020-02-16 | htl: Add missing functions and defines for robust mutexes | Samuel Thibault |
2020-02-15 | hurd: Add THREAD_GET/SETMEM/_NC | Samuel Thibault |
2020-02-15 | hurd tls: update comment about fields at the end of tcbhead | Samuel Thibault |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer |