Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | Fix another instance of the _dl_random masking bug, plus coding style. | David S. Miller | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix masking out of the most significant byte of random value used. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix coding style in previous change. | |||
2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | |
This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. | |||
2012-03-05 | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure default stack guard is set in last bytes. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same. | |||
2012-02-21 | Remove old initfini mechanism. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | |
2012-02-07 | Remove _G_ARGS macros. | Marek Polacek | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | |
2012-01-07 | More IA-64 removal | Ulrich Drepper | |
2011-12-10 | Optimize generic ELF hash function a bit more | Ulrich Drepper | |
2011-12-04 | Small optimization of generic ELF hash function | Ulrich Drepper | |
2011-12-04 | Fix attreibute for _dl_elf_hash | Ulrich Drepper | |
2011-12-03 | Fix more warnings | Ulrich Drepper | |
2011-11-12 | Prepare dwarf2.h for multiple inclusion | Ulrich Drepper | |
2011-11-12 | Fix incomplete edit in last patch | Ulrich Drepper | |
2011-11-12 | Avoid redefinition of DWARF constants | Ulrich Drepper | |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | |
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed. | |||
2011-08-14 | Warning patrol. | Roland McGrath | |
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek | |
2011-06-29 | Fix build with multiarch disabled. | Aurelien Jarno | |
2011-05-15 | Make stack canary value harder to read through read overflow | Ulrich Drepper | |
2011-05-14 | Fix typo in comment | Ulrich Drepper | |
2011-05-14 | Fix potential problem with out-of-scope buffer | Ulrich Drepper | |
2011-04-22 | Remove doubled words. | Jim Meyering | |
2010-10-26 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | |
2010-08-11 | Fix IPTOS_CLASS definition. | Ulrich Drepper | |
2010-05-03 | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab | |
2010-03-26 | Mark _dl_random attribute_relro in the header file. | Richard Henderson | |
It's already so marked in dl-sysdep.c. Failure to so mark in the header file leads the compiler to believe that the variable should be addressable via the .sdata section. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2010-01-15 | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | |
If a binary gets invoked by passing it as argument to ld.so the stack still holds the auxiliary vector of ld.so when entering the _start routine of the executable. So the invocation via ld.so is not fully transparent to the executable. This causes problems if the executable wants to scan the auxv itself. | |||
2010-01-14 | Define IPTOS_CLASS_* macros according to RFC 2474. | Philip Prindeville | |
2009-11-03 | Make name of libgcc_s library configurable | Andreas Schwab | |
2009-10-30 | Uglify IFUNC tests for PPC. | Alan Modra | |
2009-10-29 | Add macros for DSCP markings. | Philip Prindeville | |
2009-08-20 | Improve backtrace_symbols{,_fd} output when missing symbols.roland/backtrace-syms | Roland McGrath | |
2009-07-23 | Handle unloading of DSO with a unique symbol definition. | Ulrich Drepper | |
2009-07-17 | Replace hand-coded unwind tables from x86-64 pthread_once. | Ulrich Drepper | |
2009-07-16 | Remove warning and little optimization. | Ulrich Drepper | |
The prototype for _dl_higher_prime_number was missing. While at it, the function is now marked with internal_function. | |||
2009-07-09 | Implement STB_GNU_UNIQUE handling. | Ulrich Drepper | |
Some symbols have to be identified process-wide by their name. This is particularly important for some C++ features (e.g., class local static data and static variables in inline functions). This cannot completely be implemented with ELF functionality so far. The STB_GNU_UNIQUE binding helps by ensuring the dynamic linker will always use the same definition for all symbols with the same name and this binding. | |||
2009-06-16 | Extend pt_chown to drop privileges. | Ulrich Drepper | |
If libcap is available, use it to drop privileges in pt_chown before starting the work to change the permissions and ownership of the slave device. | |||
2009-05-31 | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | |
Add support for the IRELAIVE relocation and IFUNC in static executables. | |||
2009-04-25 | for lgamma should set errno to ERANGE, not EDOM. | Ulrich Drepper | |
2009-04-25 | * sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since | Ulrich Drepper | |
this is the maximum UCS4 value. | |||
2009-04-23 | [BZ #9955] | Ulrich Drepper | |
2009-04-23 Ulrich Drepper <drepper@redhat.com> [BZ #9955] * gshadow/Makefile: New file. * gshadow/Versions: New file. * gshadow/fgetsgent.c: New file. * gshadow/fgetsgent_r.c: New file. * gshadow/getsgent.c: New file. * gshadow/getsgent_r.c: New file. * gshadow/getsgnam.c: New file. * gshadow/getsgnam_r.c: New file. * gshadow/gshadow.h: New file. * gshadow/putsgent.c: New file. * gshadow/sgetsgent.c: New file. * gshadow/sgetsgent_r.c: New file. * gshadow/tst-gshadow.c: New file. * include/gshadow.h: New file. * Makeconfig (all-subdirs): Add gshadow. * Makefile (installed-headers): Add gshadow/gshadow.h. * nss/Makefile (databases): Add sgrp. * nss/Versions: Add gshadow functions as private exports. * nss/nsswitch.conf: Add gshadow entry. * nss/sgrp-lookup.c: New file. * nss/nss_files/files-parse.c: Add STRING_LIST macro. Rewrite parse_list to handle STRING_LIST and TRAILING_LIST_PARSER. * nss/nss_files/files-sgrp.c: New file. * sysdeps/generic/paths.h: Add _PATH_GSHADOW. * sysdeps/unix/sysv/linux/paths.h: Likewise. |