Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused __rtld_lock_init_recursive macro | H.J. Lu | 2012-09-13 | 2 | -3/+0 |
| | |||||
* | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | 2012-09-13 | 1 | -1/+0 |
| | |||||
* | Remove unused typedefs and macros from _G_config.h. | Joseph Myers | 2012-09-11 | 1 | -10/+0 |
| | |||||
* | Remove _G_USING_THUNKS. | Joseph Myers | 2012-09-10 | 1 | -3/+0 |
| | |||||
* | Remove libio C++ vtable definitions. | Joseph Myers | 2012-09-10 | 1 | -4/+0 |
| | |||||
* | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | 2012-08-17 | 1 | -53/+6 |
| | |||||
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 2 | -3/+3 |
| | |||||
* | Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX. | Roland McGrath | 2012-08-03 | 4 | -14/+65 |
| | |||||
* | Hurd: implement renameat | Pino Toscano | 2012-07-31 | 1 | -0/+51 |
| | | | | Provide an implementation of renameat, mostly based on rename. | ||||
* | Rename __secure_getenv to secure_getenv | Florian Weimer | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | Hurd: compliance fixes for getlogin_r | Pino Toscano | 2012-07-21 | 1 | -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 getgroups | Pino Toscano | 2012-07-21 | 1 | -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 lremovexattr | Pino Toscano | 2012-07-21 | 1 | -0/+35 |
| | | | | Add an implementation of lremovexattr based on removexattr. | ||||
* | Hurd: provide llistxattr | Pino Toscano | 2012-07-21 | 1 | -0/+35 |
| | | | | Add an implementation of llistxattr based on listxattr. | ||||
* | Hurd: sendto: do not crash when ADDR is null | Pino Toscano | 2012-07-20 | 1 | -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. | ||||
* | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | 2012-06-23 | 2 | -105/+2 |
| | | | | | | This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637. | ||||
* | Regenerate sysdeps/mach/configure. | Joseph Myers | 2012-06-21 | 1 | -400/+285 |
| | |||||
* | Remove use of INTDEF/INTUSE in socket | Andreas Schwab | 2012-05-31 | 1 | -4/+2 |
| | |||||
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 1 | -2/+2 |
| | |||||
* | Switch gettimeofday from INTUSE to libc_hidden_proto. | Roland McGrath | 2012-05-24 | 1 | -5/+3 |
| | |||||
* | Add __fsword_t and use it in bits/statfs.h | H.J. Lu | 2012-05-17 | 1 | -0/+1 |
| | |||||
* | Fold copyright years | H.J. Lu | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Remove __snseconds_t | H.J. Lu | 2012-05-15 | 1 | -2/+1 |
| | |||||
* | Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.h | H.J. Lu | 2012-05-15 | 1 | -0/+2 |
| | |||||
* | [BZ #13673] Replace FSF snail mail address with URL. | Thomas Schwinge | 2012-05-11 | 3 | -9/+6 |
| | |||||
* | Hurd: fix mode type for openat | Samuel Thibault | 2012-05-10 | 1 | -3/+3 |
| | |||||
* | Hurd: Fix port deallocation on mknod error. | Samuel Thibault | 2012-05-10 | 1 | -5/+5 |
| | |||||
* | Hurd: Fix __dup3 _hurd_dtable_lock usage. | Samuel Thibault | 2012-05-10 | 1 | -4/+3 |
| | |||||
* | Hurd: Support --prefix=/usr special-casing for all GNU systems. | Thomas Schwinge | 2012-05-10 | 2 | -46/+128 |
| | |||||
* | Hurd: struct timespec members in struct stat | Thomas Schwinge | 2012-05-10 | 2 | -22/+48 |
| | |||||
* | Hurd: Fix setres[ug]id handling of -1 | Samuel Thibault | 2012-05-10 | 2 | -29/+122 |
| | |||||
* | Hurd: Fix sbrk beyond 128MB | Samuel Thibault | 2012-05-10 | 1 | -3/+17 |
| | |||||
* | Hurd: recvfrom(): take into account null address ports | Pino Toscano | 2012-05-10 | 1 | -2/+4 |
| | |||||
* | Hurd: readlinkat | Samuel Thibault | 2012-05-10 | 1 | -0/+64 |
| | |||||
* | Hurd: Update posix_opt.h | Samuel Thibault | 2012-05-10 | 1 | -6/+24 |
| | |||||
* | Hurd: Fix POSIX 2008 visibility | Samuel Thibault | 2012-05-10 | 1 | -5/+6 |
| | |||||
* | Hurd: opendirat | Thomas Schwinge | 2012-05-10 | 1 | -0/+37 |
| | |||||
* | Hurd: empty file names fail with ENOENT | Samuel Thibault | 2012-05-10 | 1 | -1/+4 |
| | |||||
* | Hurd: Fix mlock in all cases except non-readable pages. | Samuel Thibault | 2012-05-10 | 1 | -2/+2 |
| | |||||
* | Hurd: Fix mkdir / error value | Samuel Thibault | 2012-05-10 | 2 | -5/+12 |
| | |||||
* | Hurd: mach: compliance fixes for nanosleep | Pino Toscano | 2012-05-10 | 1 | -9/+24 |
| | |||||
* | Hurd: Include RPC user stubs in linkobj/libc.so | Thomas Schwinge | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 2012-05-10 | 2 | -2/+5 |
| | |||||
* | Hurd: libc_once_get | Thomas Schwinge | 2012-05-10 | 2 | -2/+8 |
| | |||||
* | Hurd: setitimer.c: Fix unlock in error patch | Samuel Thibault | 2012-05-10 | 1 | -3/+2 |
| | |||||
* | Hurd: ioctl() incorrectly decodes argument | Samuel Thibault | 2012-05-10 | 2 | -10/+14 |
| | |||||
* | Hurd: Avoid init-first.c miscompilation. | Thomas Schwinge | 2012-05-10 | 1 | -14/+31 |
| | |||||
* | Hurd: dup3 | Thomas Schwinge | 2012-05-10 | 3 | -116/+152 |
| | |||||
* | Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED. | Samuel Thibault | 2012-05-10 | 1 | -0/+6 |
| |