Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hurd: struct timespec members in struct stat | Thomas Schwinge | 2012-05-10 | 3 | -22/+58 |
| | |||||
* | Hurd: avoid PLT call to strtoul | Thomas Schwinge | 2012-05-10 | 2 | -5/+9 |
| | |||||
* | Hurd: hurdsock: reject negative domains | Pino Toscano | 2012-05-10 | 2 | -1/+12 |
| | |||||
* | Hurd: Fix setres[ug]id handling of -1 | Samuel Thibault | 2012-05-10 | 3 | -29/+128 |
| | |||||
* | Hurd: _hurd_select: check for invalid parameter values | Pino Toscano | 2012-05-10 | 2 | -7/+27 |
| | |||||
* | Hurd: Fix sbrk beyond 128MB | Samuel Thibault | 2012-05-10 | 2 | -3/+24 |
| | |||||
* | Hurd: recvfrom(): take into account null address ports | Pino Toscano | 2012-05-10 | 2 | -4/+11 |
| | |||||
* | Hurd: readlinkat | Samuel Thibault | 2012-05-10 | 2 | -2/+67 |
| | |||||
* | Hurd: Update posix_opt.h | Samuel Thibault | 2012-05-10 | 3 | -6/+48 |
| | |||||
* | Hurd: Fix POSIX 2008 visibility | Samuel Thibault | 2012-05-10 | 3 | -6/+17 |
| | |||||
* | Hurd: Build pldd also if use-ldconfig != yes || build-shared != yes | Thomas Schwinge | 2012-05-10 | 2 | -3/+6 |
| | |||||
* | Hurd: opendirat | Thomas Schwinge | 2012-05-10 | 2 | -0/+41 |
| | |||||
* | Hurd: empty file names fail with ENOENT | Samuel Thibault | 2012-05-10 | 3 | -2/+14 |
| | |||||
* | Hurd: hidden_nolink macro for NO_HIDDEN case. | Thomas Schwinge | 2012-05-10 | 2 | -2/+4 |
| | |||||
* | Hurd: mmap deficiencies | Thomas Schwinge | 2012-05-10 | 2 | -3/+11 |
| | |||||
* | Hurd: Fix mlock in all cases except non-readable pages. | Samuel Thibault | 2012-05-10 | 2 | -2/+6 |
| | |||||
* | Hurd: Fix mkdir / error value | Samuel Thibault | 2012-05-10 | 3 | -5/+18 |
| | |||||
* | Hurd: Add missing includes | Thomas Schwinge | 2012-05-10 | 3 | -1/+12 |
| | |||||
* | Hurd: mach: compliance fixes for nanosleep | Pino Toscano | 2012-05-10 | 2 | -26/+47 |
| | |||||
* | Hurd: Include RPC user stubs in linkobj/libc.so | Thomas Schwinge | 2012-05-10 | 2 | -1/+7 |
| | |||||
* | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 2012-05-10 | 4 | -3/+20 |
| | |||||
* | Hurd: libc_once_get | Thomas Schwinge | 2012-05-10 | 7 | -4/+27 |
| | |||||
* | Hurd: #include <kernel-features.h> | Thomas Schwinge | 2012-05-10 | 8 | -15/+28 |
| | |||||
* | Add a missing #include. | Roland McGrath | 2012-05-10 | 2 | -0/+5 |
| | |||||
* | Hurd: setitimer.c: Fix unlock in error patch | Samuel Thibault | 2012-05-10 | 2 | -3/+5 |
| | |||||
* | Hurd: ioctl() incorrectly decodes argument | Samuel Thibault | 2012-05-10 | 3 | -10/+20 |
| | |||||
* | Hurd: Avoid init-first.c miscompilation. | Thomas Schwinge | 2012-05-10 | 2 | -14/+38 |
| | |||||
* | Hurd: dup3 | Thomas Schwinge | 2012-05-10 | 5 | -117/+163 |
| | |||||
* | Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED. | Samuel Thibault | 2012-05-10 | 2 | -0/+8 |
| | |||||
* | Hurd: Missing critical region locks. | Samuel Thibault | 2012-05-10 | 4 | -3/+16 |
| | |||||
* | Hurd: Fix signal-catching functions. | Samuel Thibault | 2012-05-10 | 2 | -5/+14 |
| | |||||
* | Hurd: bits/socket.h | Thomas Schwinge | 2012-05-10 | 2 | -0/+366 |
| | |||||
* | Hurd: accept4 | Thomas Schwinge | 2012-05-10 | 5 | -61/+119 |
| | |||||
* | Hurd: ____longjmp_chk | Thomas Schwinge | 2012-05-10 | 4 | -0/+128 |
| | |||||
* | Hurd: Add SOL_IP, SOL_IPV6, SOL_ICMPV6 | Samuel Thibault | 2012-05-10 | 2 | -0/+11 |
| | |||||
* | Hurd: O_CLOEXEC in rtld | Thomas Schwinge | 2012-05-10 | 5 | -10/+17 |
| | |||||
* | Hurd: Add more ipv6 macros. | Samuel Thibault | 2012-05-10 | 2 | -21/+28 |
| | |||||
* | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 2012-05-10 | 9 | -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 again | Andreas Jaeger | 2012-05-10 | 58 | -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.h | Roland McGrath | 2012-05-10 | 2 | -2/+7 |
| | |||||
* | Define __STDC_NO_THREADS__. | Joseph Myers | 2012-05-10 | 2 | -0/+7 |
| | |||||
* | Build rpcgen-generated files when cross compiling. | Maxim Kuvyrkov | 2012-05-10 | 3 | -8/+66 |
| | |||||
* | Sign extend R_X86_64_DTPOFF64/R_X86_64_TPOFF64 | H.J. Lu | 2012-05-10 | 2 | -3/+30 |
| | |||||
* | Move remaining syscalls from sysdeps/unix/sysv/syscalls.list to ↵ | Joseph Myers | 2012-05-10 | 3 | -5/+11 |
| | | | | sysdeps/unix/sysv/linux/syscalls.list. | ||||
* | [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions. | Paul Eggert | 2012-05-10 | 3 | -32/+38 |
| | |||||
* | Add dependency tracking for rpc-compat-routines | Andreas Schwab | 2012-05-10 | 2 | -2/+12 |
| | |||||
* | Update stdlib/longlong.h from GCC | H.J. Lu | 2012-05-09 | 2 | -9/+81 |
| | |||||
* | Cleanup nscd.c | Andreas Jaeger | 2012-05-09 | 2 | -7/+13 |
| | | | | | | | | | | 2012-05-09 Andreas Jaeger <aj@suse.de> * nscd/nscd.c (run_modes): Make named enum, reorder so that default is first entry. (run_mode): Set type. (main): Remove informal message about syslog. (options): Fix typo. | ||||
* | Add volatiles for x86-64 bits/mathinline.h | Andreas Jaeger | 2012-05-09 | 3 | -9/+54 |
| | | | | | | | | | | [BZ #14053] GCC 4.7 might remove consecutive calls to e.g. lrintf since the assembler instructions are the same and GCC does not know that the result is different depending on the rounding mode. For SSE instructions, the control register is not available so there is no way to inform GCC about this. Therefore the asms are marked as volatile. | ||||
* | Cleanup last patch for nscd/nscd.c | Andreas Jaeger | 2012-05-09 | 2 | -4/+9 |
| | | | | | * nscd/nscd.c (run_mode): Use enum. (main): Cleanup coding style issue. |