aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-10Hurd: O_CLOEXEC in rtldThomas Schwinge1-3/+2
2012-04-24Hurd: fix symlink/symlinkat error case not to do an extraneous __mach_port_de...Roland McGrath2-23/+28
2012-04-11Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu1-0/+1
2012-04-05[BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson1-2/+2
2012-04-05[BZ #13553] Remove pre-ISO C supportThomas Schwinge2-4/+4
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge2-3/+10
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu5-5/+5
2012-02-17Hurd: #define away madvise for malloc code, fix previous commit.Thomas Schwinge1-1/+4
2012-02-15Hurd: #define away madvise for malloc code.Roland McGrath1-1/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert283-849/+566
2012-02-09Remove _G_HAVE_SYS_CDEFS.Marek Polacek1-1/+0
2012-02-07Remove _G_ARGS macros.Marek Polacek1-3/+0
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers1-5/+1
2012-01-23Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault1-15/+31