aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Delete everything under sysdeps/unix/sparc/David S. Miller11-299/+91
2012-04-25Use more defines and makefile variables in $(native-compile).Joseph Myers2-2/+7
2012-04-25Update zdump and zic from tzcode 2012b.Joseph Myers4-12/+80
2012-04-25Remove --as-needed configure test.Joseph Myers5-57/+11
2012-04-25Parse hexadecimal and octal strings correctlySiddhesh Poyarekar2-7/+31
2012-04-25SH: Replace <endian.h> usage with pre-processor macros.Chung-Lin Tang3-8/+12
2012-04-24Remove unused fork implementations.Joseph Myers4-94/+4
2012-04-24Remove unused sysdeps/unix/system.c.Joseph Myers3-4/+3
2012-04-24Add flexibility to localplt-*.data files, using an awk script rather than dif...Roland McGrath4-2/+62
2012-04-24Remove unused sysdeps/unix/getegid.S and sysdeps/unix/geteuid.S.Joseph Myers3-58/+5
2012-04-24Hurd: fix symlink/symlinkat error case not to do an extraneous __mach_port_de...Roland McGrath3-23/+35
2012-04-24Merge branch 'master' of git://sourceware.org/git/glibcAndreas Jaeger6-142/+37
2012-04-24Cleanup generated header files during make checkAndreas Jaeger2-0/+6
2012-04-24Make $(native-compile) run in source directory like other compilation commands.Joseph Myers2-5/+9
2012-04-24Correct powerpc64 s_floorl edge cases (bug 13886).Adhemerval Zanella5-137/+28
2012-04-24Remove unused sysdeps/unix/{,sysv/}getdents.c.Joseph Myers4-74/+4
2012-04-24Merge sysdeps/unix/mman into sysdeps/unix.Joseph Myers5-18/+15
2012-04-24Don't handle libgcc_s suffixes.Joseph Myers5-37/+12
2012-04-23* NEWS: Add bug 13970.Paul Eggert1-1/+2
2012-04-23Add BZ numberAndreas Jaeger1-4/+4
2012-04-23Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.Joseph Myers2-0/+3
2012-04-23Remove unused sysdeps/unix/execve.S.Joseph Myers2-32/+2
2012-04-23Remove unused sysdeps/unix/_exit.S.Joseph Myers2-24/+4
2012-04-23Remove standalone manual supportAndreas Jaeger2-42/+17
2012-04-23* stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.Paul Eggert2-16/+27
2012-04-21Add BZ#13739 to entry.Andreas Jaeger1-0/+1
2012-04-21Remove last distribute variableAndreas Jaeger2-2/+4
2012-04-21Update name and email addressAndreas Jaeger1-1/+1
2012-04-21Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions.Joseph Myers3-6/+6
2012-04-21Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf3-1/+12
2012-04-21Put vm86 into libc.aNix3-11/+17
2012-04-20Remove unused sysdeps/unix/common/lxstat.c.Joseph Myers3-39/+3
2012-04-20Remove sysdeps/unix/sysv/Makefile.Joseph Myers2-19/+2
2012-04-20Remove unused sysdeps/unix/sysv/direct.h.Joseph Myers2-10/+2
2012-04-20Remove unused sysdeps/unix/sysv/bits/*.h.Joseph Myers8-350/+8
2012-04-20Remove unused sysdeps/unix/sysv/setrlimit.c.Joseph Myers2-56/+2
2012-04-20Remove unused sysdeps/unix/xmknod.c.Joseph Myers3-42/+3
2012-04-20Remove unused sysdeps/unix/sysv/settimeofday.c.Joseph Myers2-47/+2
2012-04-20Remove unused sysdeps/unix/sysv/i386/time.S.Joseph Myers2-29/+2
2012-04-20Remove unused sysdeps/unix/{xstat,fxstat}.c.Joseph Myers4-79/+4
2012-04-20Remove unused sysdeps/unix/sysv/sigaction.c.Joseph Myers2-83/+2
2012-04-20Remove unused sysdeps/unix/sysv termio code.Joseph Myers11-787/+15
2012-04-20Remove unused sysdeps/unix/siglist.c.Joseph Myers2-61/+2
2012-04-20Remove unused sysdeps/unix/getppid.S.Joseph Myers2-29/+2
2012-04-20Remove unused sysdeps/unix/{mkdir.c,rmdir.c}.Joseph Myers3-174/+5
2012-04-20Delete unused TLS_GET_FS, TLS_SET_FS macros.Paul Pluzhnikov2-8/+5
2012-04-19Fix computation of inflated errlist sizeAndreas Schwab3-3/+10
2012-04-18Remove all traces of reg_char.David S. Miller17-27/+35
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt2-0/+125
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt3-72/+13