aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath40-66/+190
2012-08-06Remove __secure_getenv in 2.17 instead of 2.16H.J. Lu2-1/+6
2012-08-06Remove x32/iofopen.c and x32/iofopen64.cH.J. Lu3-2/+5
2012-08-04getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/Jim Meyering1-1/+1
2012-08-04tile: fix typo in ASM_TYPE_DIRECTIVE fixChris Metcalf1-1/+1
2012-08-03Update SPARC ULPs.David S. Miller2-4/+55
2012-08-03Remove some pre-2.6.0 Linux kernel conditionals.Joseph Myers7-61/+24
2012-08-03Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.Roland McGrath9-23/+159
2012-08-03ia64: fix byteswap conversion warningMike Frysinger3-2/+9
2012-08-03Add more fixed bug numbers to NEWS.Joseph Myers1-1/+1
2012-08-03Remove pre-2.6.0 Linux kernel support (bug 13717).Joseph Myers13-90/+72
2012-08-03m68k: remove ASM_{TYPE,SIZE}_DIRECTIVE and ALIGNARGAndreas Schwab3-22/+14
2012-08-02Remove ASM_TYPE_DIRECTIVE for ARM.Joseph Myers2-3/+6
2012-08-02Wrap overlong ChangeLog lines.Roland McGrath1-4/+6
2012-08-02tile: Get rid of ASM_TYPE_DIRECTIVEChris Metcalf2-3/+6
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek70-321/+301
2012-08-01Clean up fopen64 for O_LARGEFILE==0.Roland McGrath5-5/+23
2012-08-02Small cleanup in Makeconfig.Marek Polacek2-6/+8
2012-08-01Remove __ASSUME_FCNTL64.Joseph Myers14-286/+47
2012-08-01Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers10-107/+34
2012-08-01Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath3-4/+36
2012-08-01Clean up mkostemps64 definition for O_LARGEFILE==0.Roland McGrath3-2/+14
2012-08-01Clean up mkstemps64 definition for O_LARGEFILE==0.Roland McGrath3-2/+14
2012-08-01Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX.Roland McGrath1-0/+3
2012-08-01fooRoland McGrath1-2/+6
2012-08-01Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.Roland McGrath13-16/+38
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath13-57/+63
2012-08-01 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer4-21/+19
2012-08-01Fix MIPS PREF/PREFX macro definitions in empty case.Steve Ellcey2-2/+10
2012-08-01m68k: update libm test ULPsAndreas Schwab2-0/+93
2012-07-31Improve MIPS n64 handling of 64-bit fcntl.Joseph Myers5-0/+11
2012-07-31Hurd: implement renameatPino Toscano2-0/+55
2012-07-31Clean up stub accept4 definition.Roland McGrath3-3/+6
2012-07-31Conditionalize use of PTR_MANGLE.Roland McGrath3-4/+19
2012-07-31Don't assume SIGWINCH is defined.Roland McGrath2-2/+8
2012-07-31Missing ChangeLog.arm entry.Roland McGrath1-0/+5
2012-07-31Update sparc ULPs.David S. Miller2-0/+12
2012-07-31Improve clog, clog10 handling of values with real or imaginary part slightly ...Joseph Myers10-2/+258
2012-07-31secure_getenv test should write errors to standard outputFlorian Weimer2-27/+34
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath39-82/+294
2012-07-28Fix tst-pthread-getattr test caseSiddhesh Poyarekar2-22/+74
2012-07-27Update sparc ULPs.David S. Miller2-0/+57
2012-07-27Make mmap64 an alias of mmap on MIPS.Joseph Myers3-0/+8
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson7-5/+173
2012-07-26Fix some -Wformat warnings in rpcgen.Roland McGrath4-3/+10
2012-07-26Provide a generic empty version of __check_native.Pino Toscano2-0/+31
2012-07-26m68k: update libm test ULPsAndreas Schwab2-0/+22
2012-07-26Improve clog, clog10 handling of values with real or imaginary part 1 (bug 13...Joseph Myers10-54/+318
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers20-150/+297
2012-07-26Merge Linux 3.5 ptrace changesAndreas Jaeger9-30/+74