Age | Commit message (Expand) | Author | Files | Lines |
2017-04-18 | Assume that dup3 is available | Florian Weimer | 9 | -82/+21 |
2017-04-18 | Assume that pipe2 is always available | Florian Weimer | 6 | -96/+32 |
2017-04-18 | malloc: Turn cfree into a compatibility symbol | Florian Weimer | 7 | -19/+17 |
2017-04-18 | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 6 | -1/+521 |
2017-04-17 | [BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutex | Rabin Vincent | 2 | -1/+9 |
2017-04-13 | Assume that O_NOFOLLOW is always defined | Florian Weimer | 6 | -24/+15 |
2017-04-13 | resolv: Remove EDNS fallback [BZ #21369] | Florian Weimer | 5 | -64/+77 |
2017-04-13 | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 10 | -14/+652 |
2017-04-13 | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | 6 | -4/+260 |
2017-04-13 | resolv: Remove internal and unused definitions from <resolv.h> | Florian Weimer | 6 | -20/+24 |
2017-04-13 | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan | 5 | -2/+50 |
2017-04-12 | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 25 | -584/+275 |
2017-04-12 | posix: Add cleanup on the trap list for globtest.sh | Adhemerval Zanella | 2 | -3/+10 |
2017-04-11 | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 7 | -52/+29 |
2017-04-11 | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 15 | -119/+64 |
2017-04-11 | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 7 | -48/+32 |
2017-04-11 | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 11 | -85/+46 |
2017-04-11 | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 5 | -34/+22 |
2017-04-11 | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 12 | -97/+60 |
2017-04-11 | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 9 | -64/+40 |
2017-04-11 | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 20 | -171/+88 |
2017-04-11 | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 10 | -99/+54 |
2017-04-11 | Support auxilliary vector components for cache geometries. | Paul Clarke | 2 | -0/+19 |
2017-04-11 | manual: readdir, readdir64 are thread-safe | Florian Weimer | 2 | -9/+26 |
2017-04-10 | Consolidate pthreadtype.h placementConsolidate pthreadtype.h placement | Adhemerval Zanella | 5 | -0/+11 |
2017-04-10 | Add sysdeps/x86/dl-procinfo.c | H.J. Lu | 4 | -28/+61 |
2017-04-10 | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes | 4 | -20/+11 |
2017-04-09 | Check for __mprotect failure in _dl_map_segments [BZ #20831] | Dmitry V. Levin | 2 | -8/+19 |
2017-04-07 | Check if SSE is available with HAS_CPU_FEATURE | H.J. Lu | 16 | -14/+39 |
2017-04-07 | getopt: merge from gnulib: use angle-bracket includes consistently | Paul Eggert | 2 | -1/+5 |
2017-04-07 | getopt: annotate files with relationship to gnulib. | Zack Weinberg | 8 | -9/+22 |
2017-04-07 | getopt: eliminate __need_getopt by splitting up getopt.h. | Zack Weinberg | 11 | -187/+248 |
2017-04-07 | getopt: merge _GL_UNUSED annotations from gnulib | Zack Weinberg | 3 | -1/+51 |
2017-04-07 | getopt: merge from gnulib: alloca avoidance | Zack Weinberg | 3 | -127/+167 |
2017-04-07 | getopt: refactor long-option handling | Zack Weinberg | 3 | -305/+219 |
2017-04-07 | getopt: tidy up _getopt_initialize a bit | Zack Weinberg | 3 | -16/+10 |
2017-04-07 | getopt: merge from gnulib: function prototype adjustments | Zack Weinberg | 5 | -65/+102 |
2017-04-07 | getopt: clean up error reporting | Zack Weinberg | 6 | -326/+421 |
2017-04-07 | getopt: fix fencepost error in ambiguous-W-option handling | Zack Weinberg | 2 | -1/+3 |
2017-04-07 | getopt: merge straightforward changes from gnulib | Zack Weinberg | 4 | -158/+92 |
2017-04-07 | getopt: merge from gnulib: don't use `...' quotes | Zack Weinberg | 5 | -66/+70 |
2017-04-07 | getopt: remove USE_NONOPTION_FLAGS | Zack Weinberg | 10 | -211/+18 |
2017-04-07 | resolv: Remove IQUERY support | Florian Weimer | 3 | -18/+7 |
2017-04-06 | sparc: Fix .udiv plt on libc | Adhemerval Zanella | 5 | -0/+15 |
2017-04-06 | Build divdi3 only for architecture that required it | Adhemerval Zanella | 11 | -11/+140 |
2017-04-05 | Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c | H.J. Lu | 2 | -1/+6 |
2017-04-05 | Update elf tests to use the support test driver. | Wainer dos Santos Moschetta | 72 | -159/+202 |
2017-04-05 | Add page tests to string/test-strnlen. | Wainer dos Santos Moschetta | 2 | -0/+60 |
2017-04-05 | powerpc64: Add POWER8 strnlen | Wainer dos Santos Moschetta | 6 | -5/+485 |
2017-04-04 | Update wcsmbs tests to use the support test driver | Wainer dos Santos Moschetta | 9 | -16/+20 |