aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-23Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano1-2/+2
2012-01-08Add checking versions of poll and ppollUlrich Drepper1-1/+2
2012-01-08Static linking is always neededUlrich Drepper1-12/+1
2012-01-08More fallout from supporting only ELFUlrich Drepper1-4/+0
2012-01-07Remove non-ELF supportUlrich Drepper1-3/+1
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper2-14/+12
2011-09-08Remove support for automatic cvs check-insUlrich Drepper1-5/+1
2011-09-08sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault1-1/+5
2011-09-08Hurd: fix use of uninitialized value in fork port copying.Roland McGrath1-2/+2
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper1-5/+5
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper1-2/+2
2011-04-22Remove doubled words.Jim Meyering3-6/+6
2011-02-21Fix __if_freereq crash: Unlike the generic version which uses free, Hurd need...Samuel Thibault1-0/+45
2011-02-16Add multiple inclusion protection to some Mach/i386 internal headers.Samuel Thibault2-0/+10
2010-12-25Change XPG-compliant strerror_r function to return error code.Ulrich Drepper1-13/+4
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu2-2/+2
2010-08-03Hurd: fix ttyname{,_r} errno result for non-ttysSamuel Thibault2-3/+11
2010-07-20Hurd: fix sendmsg memory leak in error pathsEmilio Pozuelo Monfort1-2/+10
2010-06-02Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort1-2/+4
2010-04-26BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible1-3/+3
2010-03-29Fix typos from last patch.Ulrich Drepper1-2/+2