about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix initialization of optimization values for AIOUlrich Drepper2011-05-141-0/+4
|
* Fix handling of conversion problem in CP932 moduleUlrich Drepper2011-05-141-0/+6
|
* Fix potential problem with out-of-scope bufferUlrich Drepper2011-05-141-0/+4
|
* Initialize variable in _IO_new_file_close_itUlrich Drepper2011-05-141-0/+2
| | | | The last change left a variable in some situations uninitialized.
* Handle recursive calls in backtrace betterUlrich Drepper2011-05-141-0/+7
|
* Optimize conversion of single character in gconvUlrich Drepper2011-05-141-1/+2
|
* Fix handling of incomplete character storage in stateUlrich Drepper2011-05-141-0/+5
| | | | | | If iconv is called more than once in a row for adding bytes to the sequence while still remain under the minimum size of a character and if STORE_REST is defined, we didn't consume any input. Fix that.
* Add support for generated PIE link rulesAndreas Schwab2011-05-131-0/+15
|
* Fix error messages in test.Ulrich Drepper2011-05-131-0/+2
|
* Fix file descriptor position after fcloseUlrich Drepper2011-05-131-0/+8
| | | | | fclose should leave the file descriptor position after the last read or written byte.
* Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury2011-05-121-0/+13
|
* Fix sched_setscheduler call in spawn implementationUlrich Drepper2011-05-111-0/+3
|
* Report write error in addmnt even for cached streams.Ulrich Drepper2011-05-111-0/+3
|
* Fix typo.Ulrich Drepper2011-05-111-1/+1
|
* Fix up testing for valid $ORIGIN useUlrich Drepper2011-05-111-0/+12
|
* More configurability for secondary group lookupUlrich Drepper2011-05-101-0/+10
| | | | | | | | | | | | | Together with a previous patch which introduced the initgroups entry in nsswitch.conf this patch allows more customization of the lookups for initgroups/getgrouplist. Nothing changes if the groups entry in nsswitch.conf is used. If the initgroups entry is used instead the code now doesn't automatically continue looking for more entries aftedr a successful lookup. Instead the normal rules are followed which do specify that by default no more service is consulted. This can be overwritten with [SUCCESS=continue] appropriately placed in the line.
* Just BZ annotationsUlrich Drepper2011-05-091-0/+1
|
* Add support for CP770, CP771, CP772, CP773, and CP774Ulrich Drepper2011-05-091-0/+27
|
* Add ary language entry.Ulrich Drepper2011-05-091-0/+2
|
* Support Colon SignUlrich Drepper2011-05-091-0/+2
| | | | | Used in the Costa Rican locale and now also in the El Salvadorian locale.
* Add wae_CH localeKevin Bortis2011-05-091-0/+4
|
* Use appropriate type for return value checkingUlrich Drepper2011-05-091-0/+4
|
* Transliterate U20B9.Ulrich Drepper2011-05-091-0/+6
|
* Make complete getcwd work in rtldUlrich Drepper2011-05-081-4/+9
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-081-0/+13
| | | | | | | | | | The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
* Optimize fdopendir a bit.Ulrich Drepper2011-05-081-0/+9
| | | | Don't call fcntl(F_SETFD) unnecessarily.
* static tls memory leak on TLS_DTV_AT_TP archsAlan Modra2011-05-071-0/+8
|
* Doc fixes.Ulrich Drepper2011-05-071-2/+2
|
* Actually undefine ARG_MAX from <linux/limits.h>Jonathan Nieder2011-05-071-0/+6
|
* Backport BIND code to query name as TLD.Ulrich Drepper2011-05-071-0/+10
|
* Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper2011-05-071-0/+10
|
* Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.hPaul Pluzhnikov2011-05-071-0/+5
|
* Report if no record is found by initgroups in nss_files.Ulrich Drepper2011-05-061-0/+5
|
* Install rpc/netdb.h againAndreas Schwab2011-05-061-0/+6
|
* Use --{start,end}-group to handle circular dependency between libgcc.a and ↵Paul Pluzhnikov2011-05-051-0/+5
| | | | libc.a.
* Don't use removed rpc headersAndreas Schwab2011-05-051-0/+8
|
* ldconfig: don't crash on empty path in config fileAndreas Schwab2011-05-031-0/+4
|
* getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski2011-05-021-0/+6
|
* Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper2011-05-021-0/+6
|
* Fix getnameinfo flags parameter type.Bruno Haible2011-05-011-0/+8
|
* Add finer grained control for initgroups lookups to NSS.Ulrich Drepper2011-04-291-0/+6
|
* Use al possible bytes from fopen mode string.Eric Blake2011-04-221-0/+7
|
* Fix "make xcheck" in sunrpc.H.J. Lu2011-04-221-0/+9
|
* Fix reallocation bug in last nss_files change.Ulrich Drepper2011-04-211-0/+5
|
* Fix build problem in sunrpc.Ulrich Drepper2011-04-201-0/+4
|
* Define initgroups callback for nss_files.Ulrich Drepper2011-04-191-0/+7
|
* elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford2011-04-191-0/+4
|
* Update Russian translation.Ulrich Drepper2011-04-191-0/+4
|
* Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper2011-04-171-0/+5
|
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-171-0/+9
|