aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar
Don't bother multiplying zeroes since that only wastes cycles.
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar
2013-02-12Remove redunant "warning: " prefix from stub warnings.Roland McGrath
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab
2013-02-12Fix typo, improve comment, remove superfluous #undefs, add missing #undef.Tom de Vries
2013-02-11Fix log entry in last change.Roland McGrath
2013-02-11Add inline bsearch expansion.Ondrej Bilka
2013-02-11Fix some errors in declarations in the manual.Roland McGrath
2013-02-11Remove dead CFLAGS lines from string/MakefileTom de Vries
2013-02-11Fix a typo in the mremap comment.Roland McGrath
2013-02-11Add CFI information for MIPS assembly sources.Joseph Myers
2013-02-11Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2daTom de Vries
2013-02-08Fix PF_LOCAL socket example sockaddr_un size calculation.Roland McGrath
2013-02-08m68k: update kernel-features.hAndreas Schwab
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08Remove dead variable in generic strcpy.Roland McGrath
2013-02-08Support sysdeps/.../include/ directories.Roland McGrath
2013-02-08Refactor code out of nscd's two main poll loops.Carlos O'Donell
We refactor the inotify file checking code and the database clearing code out of the main_loop_poll and mail_loop_epoll functions. We document some the related functions with appropriate comments.
2013-02-08Add more comments to _dl_load_cache_lookup().Carlos O'Donell
Calling _dl_load_cache_lookup will load the cache if not already. If loading the cache fails no more attempts will be made to load the cache.
2013-02-08BZ #15006: Updates NEWS and ChangeLog.Carlos O'Donell
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell
ARM now supports loading unmarked objects from the dynamic loader cache. Unmarked objects can be used with the hard-float or soft-float ABI. We must support loading unmarked objects during the transition period from a binutils that does not mark objects to one that does mark them with the correct ELF flags. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
2013-02-08Use ENTRY and END in more MIPS .S files.Joseph Myers
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-02-08Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code.Joseph Myers
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-02-05Move nss directory into sysdeps Subdirs.Roland McGrath
2013-02-05Replace an alloca use with a variable-length array.Roland McGrath
2013-02-05Fix aliases in stub lseek.Roland McGrath
2013-02-05Add missing includes to sysdeps/generic/malloc-sysdep.h.Roland McGrath
2013-02-05MIPS: Correct formatting of syscall wrapper `asm' specifiers.Maciej W. Rozycki
2013-02-05MIPS: Respect the legacy syscall restart convention.Maciej W. Rozycki
That convention requires the instruction immediately preceding SYSCALL to initialize $v0 with the syscall number. Then if a restart triggers, $v0 will have been clobbered by the syscall interrupted, and needs to be reinititalized. The kernel will decrement the PC by 4 before switching back to the user mode so that $v0 has been reloaded before SYSCALL is executed again. This implies the place $v0 is loaded from must be preserved across a syscall, e.g. an immediate, static register, stack slot, etc. The restriction was lifted with Linux 2.6.36 kernel release and no special requirements are placed around the SYSCALL instruction anymore, however we still support older kernel binaries.
2013-02-04getenv: Remove check for non-standard endianness.Carlos O'Donell
stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the else clause and remove check for non-standard endianness.
2013-02-04Add long-double sparc ULPs updates missing in previous commit.David S. Miller
2013-02-04Update sparc ULPs after Joseph's casin fixes.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-02-04Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab
2013-02-02Improve link_map.l_addr comment.Jan Kratochvil
2013-02-01Remove unmaintained and unused localedata/CHECKSUMSAndreas Jaeger
2013-02-01Remove BOUNDED_N and BOUNDED_1.Joseph Myers
2013-02-01Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers
2013-01-31Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers
2013-01-31Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers
2013-01-31Remove bp-thunks code.Joseph Myers
2013-01-31Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers
2013-01-31Update German translations.David S. Miller
* po/de.po: Update from translation team.
2013-01-29MIPS: Correct NewABI syscall wrapper whitespace damage.Maciej W. Rozycki
2013-01-26 * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov
2013-01-252013-01-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey
* sysdeps/mips/memmove.c: Remove.