about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Add BZ number.Ulrich Drepper2010-04-081-0/+1
|
* Print reload count in nscd statistics.Ulrich Drepper2010-04-081-0/+5
|
* Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper2010-04-081-0/+4
|
* Fix possibly uninitilized variable handling.Ulrich Drepper2010-04-081-0/+5
| | | | | | If malloc errors are ignored (which say aren't by default and never should be) malloc in the old, slow form might use an uninitialized variable.
* Shorten build commandsDaniel Jacobowitz2010-04-081-0/+8
| | | | | | | | | | This patch scratches an itch. Each individual gcc command in the glibc build is over 1K, which means it takes up a good chunk of my terminal. Most of that is include paths. Any version of GCC new enough to build glibc supports response files, which were added in 2005. So use a response file for the static list of include paths. Now the build commands are a lot shorter, and easier to use when developing glibc.
* Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper2010-04-081-0/+4
|\
| * Obey LD_HWCAP_MASK in ld.so.cache lookups. roland/hwcap_maskRoland McGrath2010-04-051-0/+4
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2010-04-081-0/+7
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Fix libc-abis rules to be correct for add-on ports.Roland McGrath2010-04-081-0/+7
| | |
* | | Fix fallocate error return on i386.Andreas Schwab2010-04-081-0/+5
| | |
* | | Fix cproj implmentation.Ulrich Drepper2010-04-081-0/+10
|/ /
* | Add tests for recent getopt changes.Ulrich Drepper2010-04-071-0/+8
| |
* | getopt mishandles optstring of "+:"Eric Blake2010-04-071-0/+4
| |
* | getopt mistakenly allows '-;' as short optionEric Blake2010-04-071-1/+7
| |
* | Fix -W with optional parameters in getopt.Eric Blake2010-04-071-1/+7
| | | | | | | | | | | | According to the getopt documentation, if "W;" is part of optstring, then '-W foo' should behave like '--foo'. But if "foo" uses an optional_argument, this is not the case, since optarg is not NULL when using -W.
* | Implement new mode for NIS passwd.adjunct.byname table.Ulrich Drepper2010-04-071-0/+22
| | | | | | | | | | | | | | The passwd.adjunct.byname table will not be used to fill in password fields in the passwd.byname replies. Instead it is used to synthesize the shadow.byname table, should it be missing. This is a useful mode in some installations involving Solaris.
* | Fix non-add-on handling of libc-abis.H.J. Lu2010-04-071-0/+4
| |
* | Fix libc-abis handling for add-ons.Joseph Myers2010-04-061-0/+4
| |
* | Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.Paul Pluzhnikov2010-04-051-0/+4
| |
* | elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers2010-04-051-0/+4
| |
* | Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath2010-04-051-0/+7
|/
* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath2010-04-051-0/+4
|
* Update dutch translation.Ulrich Drepper2010-04-051-0/+2
|
* Handle DNS timeouts in old-style lookkup code.Ulrich Drepper2010-04-051-0/+4
|
* Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2010-04-051-0/+6
|
* Fix printing error messages in getopt.Ulrich Drepper2010-04-041-0/+4
|
* Declare iruserok and iruserok_af.Ulrich Drepper2010-04-041-0/+3
|
* Add test case for last argp bug.Ulrich Drepper2010-04-041-0/+5
|
* Fix option aliasing in argp.Sergey Poznyakoff2010-04-041-0/+6
|
* Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper2010-04-041-0/+6
|
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-041-0/+5
|
* Fix retrieving of kernel header version.Ulrich Drepper2010-04-041-0/+6
|
* Fix concurrent handling of __cpu_features.Ulrich Drepper2010-04-041-0/+12
|
* Handle unnecessary padding in getdents64.Ulrich Drepper2010-04-031-0/+6
| | | | | | The getdents64 syscall adds on 32-but platforms padding which isn't needed and not included in the userlevel data structure definition. We have to avoid copying those padding bytes in the readdir64_r function.
* Fix changes to interface list during getifaddrs calls.Ulrich Drepper2010-04-031-0/+10
|
* Remove incorrect paring of /proc/stat etc.Ryan S. Arnold2010-04-031-0/+6
|
* Document problem with NATs in getaddrinfo.Ulrich Drepper2010-04-031-0/+4
|
* Missing memory barrier in DES initialization.Ulrich Drepper2010-04-031-0/+4
|
* One more sanity check in free.Ulrich Drepper2010-04-031-0/+2
|
* Fix set_max_fast in malloc.Ulrich Drepper2010-04-031-0/+4
|
* Fix build of mmap64.David S. Miller2010-03-311-0/+5
|
* Define MSG_WAITFORONE.Ulrich Drepper2010-03-291-0/+4
|
* Handle platforms without aux vectorThomas Schwinge2010-03-291-0/+7
|
* Optimize __getpagesize a bit.Ulrich Drepper2010-03-271-0/+3
|
* Fix handling of __need_mbstate_t and __need_wint_t.Ulrich Drepper2010-03-271-0/+3
| | | | | | Like the real header, the libc-internal wrapper for wchar.h needs to undefine the macros so that if the header was already included before the macros don't stay defined and cause problems later.
* Fix one more issue with the glob patch.Ulrich Drepper2010-03-271-0/+4
|
* Define miss_F_GETOWN_EX only if needed.Ulrich Drepper2010-03-271-0/+6
| | | | | | | When doing i686-unknown-linux-gnu build configured with --enable-kernel=2.6.24, there are several warnings like this: ../sysdeps/unix/sysv/linux/i386/fcntl.c:36:12: warning: ‘miss_F_GETOWN_EX’ defined but not used
* Shorted ChangeLog.Ulrich Drepper2010-03-261-6/+0
|
* Mark _dl_random attribute_relro in the header file.Richard Henderson2010-03-261-0/+4
| | | | | | | | 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>
* Fix printf format warning for si_band.Richard Henderson2010-03-261-0/+5
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>