about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Remove __ASSUME_FCNTL64.Joseph Myers2012-08-013-275/+8
|
* Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers2012-08-014-81/+2
|
* fooRoland McGrath2012-08-011-2/+6
|
* Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.Roland McGrath2012-08-018-12/+0
|
* BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath2012-08-016-54/+34
|
* * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer2012-08-011-2/+2
| | | | | | | | 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.
* Hurd: implement renameatPino Toscano2012-07-311-0/+51
| | | | Provide an implementation of renameat, mostly based on rename.
* Don't assume SIGWINCH is defined.Roland McGrath2012-07-311-2/+4
|
* Update sparc ULPs.David S. Miller2012-07-311-0/+8
|
* Improve clog, clog10 handling of values with real or imaginary part slightly ↵Joseph Myers2012-07-312-2/+164
| | | | above 1 (bug 13629).
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-3010-18/+75
|
* Update sparc ULPs.David S. Miller2012-07-271-0/+53
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Improve clog, clog10 handling of values with real or imaginary part 1 (bug ↵Joseph Myers2012-07-262-0/+114
| | | | 13629).
* Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers2012-07-2610-2/+234
|
* Merge Linux 3.5 ptrace changesAndreas Jaeger2012-07-264-20/+33
| | | | | (__ptrace_eventcodes): Add new value PTRACE_EVENT_SECCOMP from Linux 3.5. (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust PTRACE_O_MASK.
* Merge Linux 3.5 epoll changesAndreas Jaeger2012-07-261-0/+2
| | | | Add EPOLLWAKEUP.
* Merge _sigsys changes from Linux 3.5Andreas Jaeger2012-07-264-3/+47
|
* Remove pre-2.4.21 Linux kernel support.Joseph Myers2012-07-2517-502/+74
|
* Remove unused pseudo_end labelAndreas Schwab2012-07-2523-56/+23
|
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-2515-14/+45
|
* Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers2012-07-257-108/+301
|
* Set up errno properly for yn.Marek Polacek2012-07-255-0/+20
|
* Hurd: compliance fixes for getlogin_rPino Toscano2012-07-211-2/+9
| | | | | | - make LOGIN non-static, as it would make getlogin_r no more reentrant; change its type to string_t - fail with ERANGE if NAME has not enough space for the actual login string - copy with memcpy only the chars of the string
* Hurd: compliance fixes for getgroupsPino Toscano2012-07-211-1/+4
| | | | | Fail with EINVAL when the requested number of groups is negative, or when it is positive but less than the actual number of groups.
* Hurd: provide lremovexattrPino Toscano2012-07-211-0/+35
| | | | Add an implementation of lremovexattr based on removexattr.
* Hurd: provide llistxattrPino Toscano2012-07-211-0/+35
| | | | Add an implementation of llistxattr based on listxattr.
* Hurd: sendto: do not crash when ADDR is nullPino Toscano2012-07-201-25/+39
| | | | | | | Create a new create_address_port subroutine to isolate the address port creation (for both local and remove sockets), and use it inside HURD_DPORT_USE. Also intialize APORT to MACH_PORT_NULL and make sure to always deallocate it, when not null.
* Move localplt baselines to sysdeps directories.Joseph Myers2012-07-208-0/+79
|
* Split tls-macros.h in sysdeps directories.Adhemerval Zanella2012-07-193-135/+133
| | | | Split PowerPC definitions in PPC32 and PPC64 headers.
* S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel2012-07-196-20/+89
|
* S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel2012-07-1919-102/+1185
| | | | | | Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196.
* Remove TLS configure checks.Marek Polacek2012-07-1716-872/+0
|
* Move c++-types baselines to sysdeps directories.Joseph Myers2012-07-179-0/+603
|
* Split tls-macros.h into sysdeps directories.Joseph Myers2012-07-178-0/+713
|
* SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-171-1/+2
|
* x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-171-2/+3
|
* Fix ynl return value with LDBL_MIN.Marek Polacek2012-07-121-1/+2
|
* Remove pre-2.4.1 Linux kernel support.Joseph Myers2012-07-125-73/+26
|
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-121-3/+7
| | | | | | | | | | | | | | | | limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c).
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella2012-07-113-23/+324
| | | | IBM long double fixes and POWER ulps update.
* Update sparc ULPs.David S. Miller2012-07-111-0/+449
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-1022-162/+162
|
* Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers2012-07-092-0/+284
|
* Fix float range reduction problems (#14283)Andreas Schwab2012-07-061-2/+2
|
* Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab2012-07-063-2/+18
|
* Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2012-07-062-0/+38
|
* Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers2012-07-066-42/+96
|
* Fix csqrt underflow (bugs 14157, 14331).Joseph Myers2012-07-052-0/+58
|
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers2012-07-042-0/+552
|
* Fix float range reduction problems (bug 14283).Joseph Myers2012-07-032-22/+31
|