summaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Collapse)AuthorFilesLines
2012-09-10Remove libio C++ vtable definitions.Joseph Myers1-4/+0
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath1-53/+6
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2-3/+3
2012-08-03Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.Roland McGrath4-14/+65
2012-07-31Hurd: implement renameatPino Toscano1-0/+51
Provide an implementation of renameat, mostly based on rename.
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-1/+1
2012-07-21Hurd: compliance fixes for getlogin_rPino Toscano1-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
2012-07-21Hurd: compliance fixes for getgroupsPino Toscano1-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.
2012-07-21Hurd: provide lremovexattrPino Toscano1-0/+35
Add an implementation of lremovexattr based on removexattr.
2012-07-21Hurd: provide llistxattrPino Toscano1-0/+35
Add an implementation of llistxattr based on listxattr.
2012-07-20Hurd: sendto: do not crash when ADDR is nullPino Toscano1-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.
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek1-1/+1
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge2-105/+2
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637.
2012-06-21Regenerate sysdeps/mach/configure.Joseph Myers1-400/+285
2012-05-31Remove use of INTDEF/INTUSE in socketAndreas Schwab1-4/+2
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-2/+2
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath1-5/+3
2012-05-17Add __fsword_t and use it in bits/statfs.hH.J. Lu1-0/+1
2012-05-16Fold copyright yearsH.J. Lu1-1/+1
2012-05-15Remove __snseconds_tH.J. Lu1-2/+1
2012-05-15Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.hH.J. Lu1-0/+2
2012-05-11[BZ #13673] Replace FSF snail mail address with URL.Thomas Schwinge3-9/+6
2012-05-10Hurd: fix mode type for openatSamuel Thibault1-3/+3
2012-05-10Hurd: Fix port deallocation on mknod error.Samuel Thibault1-5/+5
2012-05-10Hurd: Fix __dup3 _hurd_dtable_lock usage.Samuel Thibault1-4/+3
2012-05-10Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge2-46/+128
2012-05-10Hurd: struct timespec members in struct statThomas Schwinge2-22/+48
2012-05-10Hurd: Fix setres[ug]id handling of -1Samuel Thibault2-29/+122
2012-05-10Hurd: Fix sbrk beyond 128MBSamuel Thibault1-3/+17
2012-05-10Hurd: recvfrom(): take into account null address portsPino Toscano1-2/+4
2012-05-10Hurd: readlinkatSamuel Thibault1-0/+64
2012-05-10Hurd: Update posix_opt.hSamuel Thibault1-6/+24
2012-05-10Hurd: Fix POSIX 2008 visibilitySamuel Thibault1-5/+6
2012-05-10Hurd: opendiratThomas Schwinge1-0/+37
2012-05-10Hurd: empty file names fail with ENOENTSamuel Thibault1-1/+4
2012-05-10Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault1-2/+2
2012-05-10Hurd: Fix mkdir / error valueSamuel Thibault2-5/+12
2012-05-10Hurd: mach: compliance fixes for nanosleepPino Toscano1-9/+24
2012-05-10Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge1-1/+2
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault2-2/+5
2012-05-10Hurd: libc_once_getThomas Schwinge2-2/+8
2012-05-10Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault1-3/+2
2012-05-10Hurd: ioctl() incorrectly decodes argumentSamuel Thibault2-10/+14
2012-05-10Hurd: Avoid init-first.c miscompilation.Thomas Schwinge1-14/+31
2012-05-10Hurd: dup3Thomas Schwinge3-116/+152
2012-05-10Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault1-0/+6
2012-05-10Hurd: Missing critical region locks.Samuel Thibault2-3/+7
2012-05-10Hurd: bits/socket.hThomas Schwinge1-0/+362
2012-05-10Hurd: accept4Thomas Schwinge3-61/+108
2012-05-10Hurd: ____longjmp_chkThomas Schwinge3-0/+121