Age | Commit message (Expand) | Author | Files | Lines |
2018-04-02 | hurd: avoid letting signals go to thread created by timer_create | Samuel Thibault | 2 | -0/+11 |
2018-04-01 | support_format_addrinfo: Include unknown error number in result | Florian Weimer | 2 | -1/+10 |
2018-03-29 | Linux i386: tst-bz21269 triggers SIGBUS on some kernels | Florian Weimer | 2 | -0/+7 |
2018-03-27 | sparc: Fix arch_fork definition | Adhemerval Zanella | 3 | -0/+25 |
2018-03-27 | getlogin_r: return early when linux sentinel value is set | Jesse Hathaway | 2 | -0/+14 |
2018-03-27 | hurd: advertise process memory locking option | Samuel Thibault | 2 | -2/+6 |
2018-03-27 | Fix crash in resolver on memory allocation failure (bug 23005) | Andreas Schwab | 2 | -0/+11 |
2018-03-26 | Unify umount function implementations (bug 16552). | Joseph Myers | 9 | -133/+13 |
2018-03-26 | RISC-V: add remaining relocations | Andreas Schwab | 2 | -12/+73 |
2018-03-25 | hurd: Regenerate errno.h header | Samuel Thibault | 2 | -2/+3 |
2018-03-25 | hurd: Fix calling __pthread_initialize_minimal in shared case | Samuel Thibault | 2 | -5/+7 |
2018-03-25 | Add missing changelog from previous commit | Samuel Thibault | 1 | -0/+11 |
2018-03-25 | hurd: Initialize TLS and libpthread before signal thread start | Samuel Thibault | 5 | -9/+51 |
2018-03-25 | hurd: Fix accessing errno from rtld | Samuel Thibault | 2 | -1/+6 |
2018-03-24 | Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998] | H.J. Lu | 2 | -1/+8 |
2018-03-23 | Fix i386 memmove issue (bug 22644). | Andrew Senkevich | 3 | -6/+72 |
2018-03-22 | Remove unused frame.h header, sigcontextinfo.h macros. | Joseph Myers | 21 | -210/+95 |
2018-03-21 | Use x86_64 backtrace as generic version. | Joseph Myers | 12 | -200/+115 |
2018-03-20 | Remove powerpc, sparc fdim inlines (bug 22987). | Joseph Myers | 3 | -71/+6 |
2018-03-20 | Fix signed integer overflow in random_r (bug 17343). | Joseph Myers | 2 | -5/+10 |
2018-03-20 | Fix errno values | Samuel Thibault | 3 | -26/+22 |
2018-03-20 | hurd: Code style fixes | Samuel Thibault | 3 | -49/+52 |
2018-03-20 | Add narrowing subtract functions. | Joseph Myers | 61 | -4/+24780 |
2018-03-19 | Add SHT_X86_64_UNWIND to elf.h (bug 20079). | Joseph Myers | 2 | -0/+8 |
2018-03-19 | Undefine attribute_hidden to fix benchtests | Wilco Dijkstra | 2 | -0/+5 |
2018-03-19 | hurd: Fix build with latest htl | Samuel Thibault | 1 | -1/+1 |
2018-03-18 | hurd: fix build | Samuel Thibault | 1 | -1/+1 |
2018-03-18 | Hurd: fix port leak in TLS | Richard Braun | 2 | -8/+18 |
2018-03-18 | hurd: Add mlockall support | Samuel Thibault | 3 | -0/+84 |
2018-03-18 | hurd: Fix boot with statically-linked exec server | Samuel Thibault | 2 | -1/+3 |
2018-03-18 | hurd: Fix O_DIRECTORY | O_NOFOLLOW | Samuel Thibault | 3 | -1/+7 |
2018-03-18 | hurd: Fix O_NOFOLLOW | Samuel Thibault | 2 | -16/+22 |
2018-03-18 | hurd: Fix copyright years | Samuel Thibault | 3 | -3/+3 |
2018-03-18 | hurd: Reimplement libc locks using mach's gsync | Agustina Arzille | 20 | -314/+689 |
2018-03-18 | hurd: Rewrite __libc_cleanup_* | Agustina Arzille | 2 | -17/+39 |
2018-03-18 | hurd: Add missing include | Samuel Thibault | 2 | -0/+5 |
2018-03-18 | x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1 | Samuel Thibault | 2 | -4/+6 |
2018-03-18 | hurd: Fix coding style | Samuel Thibault | 5 | -12/+12 |
2018-03-17 | hurd: Fix link cthread/pthread symbol exposition. | Samuel Thibault | 6 | -23/+45 |
2018-03-17 | hurd: Replace threadvars with TLS | Samuel Thibault | 23 | -263/+188 |
2018-03-17 | hurd: Fix getting signal thread stack layout for fork | Samuel Thibault | 2 | -1/+25 |
2018-03-17 | hurd: add TLS support | Samuel Thibault | 9 | -10/+132 |
2018-03-16 | NEWS: Mention the locale data changes (bug 22848, 22937, 22963). | Rafal Luzynski | 1 | -0/+4 |
2018-03-16 | Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline. | Joseph Myers | 2 | -13/+3 |
2018-03-16 | Update i386 libm-test-ulps. | Joseph Myers | 3 | -24/+29 |
2018-03-16 | Revert m68k __ieee754_sqrt change | Wilco Dijkstra | 2 | -0/+6 |
2018-03-15 | Remove all target specific __ieee754_sqrt(f/l) inlines | Wilco Dijkstra | 10 | -253/+24 |
2018-03-15 | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra | 48 | -103/+154 |
2018-03-15 | Add support for sqrt asm redirects | Wilco Dijkstra | 10 | -3/+42 |
2018-03-15 | Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h. | Joseph Myers | 2 | -183/+27 |