about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* foo roland/stat64Roland McGrath2012-08-079-0/+43
|
* Remove pre-2.6.16 Linux kernel support.Joseph Myers2012-08-0726-115/+116
|
* Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath2012-08-0634-51/+153
| | | | struct dirent64.
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-0640-66/+190
|
* Remove __secure_getenv in 2.17 instead of 2.16H.J. Lu2012-08-062-1/+6
|
* Remove x32/iofopen.c and x32/iofopen64.cH.J. Lu2012-08-063-2/+5
|
* getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/Jim Meyering2012-08-041-1/+1
|
* tile: fix typo in ASM_TYPE_DIRECTIVE fixChris Metcalf2012-08-041-1/+1
|
* Update SPARC ULPs.David S. Miller2012-08-032-4/+55
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Remove some pre-2.6.0 Linux kernel conditionals.Joseph Myers2012-08-037-61/+24
|
* Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.Roland McGrath2012-08-039-23/+159
|
* ia64: fix byteswap conversion warningMike Frysinger2012-08-033-2/+9
| | | | | | | Same fix as went in for other architectures. URL: http://sourceware.org/bugzilla/show_bug.cgi?id=12194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add more fixed bug numbers to NEWS.Joseph Myers2012-08-031-1/+1
|
* Remove pre-2.6.0 Linux kernel support (bug 13717).Joseph Myers2012-08-0313-90/+72
|
* m68k: remove ASM_{TYPE,SIZE}_DIRECTIVE and ALIGNARGAndreas Schwab2012-08-033-22/+14
|
* Remove ASM_TYPE_DIRECTIVE for ARM.Joseph Myers2012-08-022-3/+6
|
* Wrap overlong ChangeLog lines.Roland McGrath2012-08-021-4/+6
|
* tile: Get rid of ASM_TYPE_DIRECTIVEChris Metcalf2012-08-022-3/+6
|
* Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2012-08-0270-321/+301
|
* Clean up fopen64 for O_LARGEFILE==0.Roland McGrath2012-08-015-5/+23
|
* Small cleanup in Makeconfig.Marek Polacek2012-08-022-6/+8
|
* Remove __ASSUME_FCNTL64.Joseph Myers2012-08-0114-286/+47
|
* Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers2012-08-0110-107/+34
|
* Move Linuxism out of sysdeps/arm/dl-machine.h.Roland McGrath2012-08-013-4/+36
|
* Clean up mkostemps64 definition for O_LARGEFILE==0.Roland McGrath2012-08-013-2/+14
|
* Clean up mkstemps64 definition for O_LARGEFILE==0.Roland McGrath2012-08-013-2/+14
|
* Generic sys/param.h fixes for missing SYMLOOP_MAX or NGROUPS_MAX.Roland McGrath2012-08-011-0/+3
|
* fooRoland McGrath2012-08-011-2/+6
|
* Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.Roland McGrath2012-08-0113-16/+38
|
* BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath2012-08-0113-57/+63
|
* * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer2012-08-014-21/+19
| | | | | | | | Declare with warn_unused_result. (setgid, setregid, setegid, setresgid): Likewise. * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid): Likewise. * WUR-REPORT: Remove set*id functions.
* Fix MIPS PREF/PREFX macro definitions in empty case.Steve Ellcey2012-08-012-2/+10
|
* m68k: update libm test ULPsAndreas Schwab2012-08-012-0/+93
|
* Improve MIPS n64 handling of 64-bit fcntl.Joseph Myers2012-07-315-0/+11
|
* Hurd: implement renameatPino Toscano2012-07-312-0/+55
| | | | Provide an implementation of renameat, mostly based on rename.
* Clean up stub accept4 definition.Roland McGrath2012-07-313-3/+6
|
* Conditionalize use of PTR_MANGLE.Roland McGrath2012-07-313-4/+19
|
* Don't assume SIGWINCH is defined.Roland McGrath2012-07-312-2/+8
|
* Missing ChangeLog.arm entry.Roland McGrath2012-07-311-0/+5
|
* Update sparc ULPs.David S. Miller2012-07-312-0/+12
|
* Improve clog, clog10 handling of values with real or imaginary part slightly ↵Joseph Myers2012-07-3110-2/+258
| | | | above 1 (bug 13629).
* secure_getenv test should write errors to standard outputFlorian Weimer2012-07-312-27/+34
| | | | | This way, they end up in the log file. Also skip the test if no GID can be found.
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-3039-82/+294
|
* Fix tst-pthread-getattr test caseSiddhesh Poyarekar2012-07-282-22/+74
| | | | | | Get the tst-pthread-getattr fix back with further improvements so that it does not fail on targets that use the user stack to save context.
* Update sparc ULPs.David S. Miller2012-07-272-0/+57
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Make mmap64 an alias of mmap on MIPS.Joseph Myers2012-07-273-0/+8
|
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-277-5/+173
|
* Fix some -Wformat warnings in rpcgen.Roland McGrath2012-07-264-3/+10
|
* Provide a generic empty version of __check_native.Pino Toscano2012-07-262-0/+31
| | | | | Add an empty implementation of __check_native, as used in the posix version of getaddrinfo. This allows non-Linux GNU-based OSes to compile.
* m68k: update libm test ULPsAndreas Schwab2012-07-262-0/+22
|