about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu2012-05-1012-4/+175
|
* Hurd: Define some posix typesSamuel Thibault2012-05-103-3/+30
|
* Hurd: Fix paths in paths.hSamuel Thibault2012-05-102-4/+8
|
* Hurd: fix mode type for openatSamuel Thibault2012-05-102-3/+6
|
* Hurd: Fix port deallocation on mknod error.Samuel Thibault2012-05-102-5/+8
|
* Hurd: Fix __dup3 _hurd_dtable_lock usage.Samuel Thibault2012-05-102-4/+9
|
* Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge2012-05-107-110/+208
|
* Hurd: struct timespec members in struct statThomas Schwinge2012-05-103-22/+58
|
* Hurd: avoid PLT call to strtoulThomas Schwinge2012-05-102-5/+9
|
* Hurd: hurdsock: reject negative domainsPino Toscano2012-05-102-1/+12
|
* Hurd: Fix setres[ug]id handling of -1Samuel Thibault2012-05-103-29/+128
|
* Hurd: _hurd_select: check for invalid parameter valuesPino Toscano2012-05-102-7/+27
|
* Hurd: Fix sbrk beyond 128MBSamuel Thibault2012-05-102-3/+24
|
* Hurd: recvfrom(): take into account null address portsPino Toscano2012-05-102-4/+11
|
* Hurd: readlinkatSamuel Thibault2012-05-102-2/+67
|
* Hurd: Update posix_opt.hSamuel Thibault2012-05-103-6/+48
|
* Hurd: Fix POSIX 2008 visibilitySamuel Thibault2012-05-103-6/+17
|
* Hurd: Build pldd also if use-ldconfig != yes || build-shared != yesThomas Schwinge2012-05-102-3/+6
|
* Hurd: opendiratThomas Schwinge2012-05-102-0/+41
|
* Hurd: empty file names fail with ENOENTSamuel Thibault2012-05-103-2/+14
|
* Hurd: hidden_nolink macro for NO_HIDDEN case.Thomas Schwinge2012-05-102-2/+4
|
* Hurd: mmap deficienciesThomas Schwinge2012-05-102-3/+11
|
* Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault2012-05-102-2/+6
|
* Hurd: Fix mkdir / error valueSamuel Thibault2012-05-103-5/+18
|
* Hurd: Add missing includesThomas Schwinge2012-05-103-1/+12
|
* Hurd: mach: compliance fixes for nanosleepPino Toscano2012-05-102-26/+47
|
* Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge2012-05-102-1/+7
|
* Hurd: Fix value of __libc_stack_endSamuel Thibault2012-05-104-3/+20
|
* Hurd: libc_once_getThomas Schwinge2012-05-107-4/+27
|
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-108-15/+28
|
* Add a missing #include.Roland McGrath2012-05-102-0/+5
|
* Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault2012-05-102-3/+5
|
* Hurd: ioctl() incorrectly decodes argumentSamuel Thibault2012-05-103-10/+20
|
* Hurd: Avoid init-first.c miscompilation.Thomas Schwinge2012-05-102-14/+38
|
* Hurd: dup3Thomas Schwinge2012-05-105-117/+163
|
* Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault2012-05-102-0/+8
|
* Hurd: Missing critical region locks.Samuel Thibault2012-05-104-3/+16
|
* Hurd: Fix signal-catching functions.Samuel Thibault2012-05-102-5/+14
|
* Hurd: bits/socket.hThomas Schwinge2012-05-102-0/+366
|
* Hurd: accept4Thomas Schwinge2012-05-105-61/+119
|
* Hurd: ____longjmp_chkThomas Schwinge2012-05-104-0/+128
|
* Hurd: Add SOL_IP, SOL_IPV6, SOL_ICMPV6Samuel Thibault2012-05-102-0/+11
|
* Hurd: O_CLOEXEC in rtldThomas Schwinge2012-05-105-10/+17
|
* Hurd: Add more ipv6 macros.Samuel Thibault2012-05-102-21/+28
|
* Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella2012-05-109-74/+143
| | | | | | | | POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number it should be treated as if it were normalized. This means the implementation should calculate the log2 of the mantissa and add it to the subnormal exponent (-126 for float and -1022 for double and IBM long double). This patch takes care of that.
* Make sunrpc code usable againAndreas Jaeger2012-05-1058-153/+272
| | | | | | | | New configure option --enable-obsolete-rpc makes the deprecated RPC headers and functions available at compile time as they were before version 2.14. This option will be removed at some time in the future after the TI-RPC library becomes fully sufficient for the needs of existing applications.
* Typo fix in x86_64/dl-machine.hRoland McGrath2012-05-102-2/+7
|
* Define __STDC_NO_THREADS__.Joseph Myers2012-05-102-0/+7
|
* Build rpcgen-generated files when cross compiling.Maxim Kuvyrkov2012-05-103-8/+66
|
* Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64H.J. Lu2012-05-102-3/+30
|