aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Collapse)Author
2012-05-10Hurd: recvfrom(): take into account null address portsPino Toscano
2012-05-10Hurd: readlinkatSamuel Thibault
2012-05-10Hurd: Update posix_opt.hSamuel Thibault
2012-05-10Hurd: Fix POSIX 2008 visibilitySamuel Thibault
2012-05-10Hurd: opendiratThomas Schwinge
2012-05-10Hurd: empty file names fail with ENOENTSamuel Thibault
2012-05-10Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault
2012-05-10Hurd: Fix mkdir / error valueSamuel Thibault
2012-05-10Hurd: mach: compliance fixes for nanosleepPino Toscano
2012-05-10Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault
2012-05-10Hurd: libc_once_getThomas Schwinge
2012-05-10Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault
2012-05-10Hurd: ioctl() incorrectly decodes argumentSamuel Thibault
2012-05-10Hurd: Avoid init-first.c miscompilation.Thomas Schwinge
2012-05-10Hurd: dup3Thomas Schwinge
2012-05-10Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault
2012-05-10Hurd: Missing critical region locks.Samuel Thibault
2012-05-10Hurd: bits/socket.hThomas Schwinge
2012-05-10Hurd: accept4Thomas Schwinge
2012-05-10Hurd: ____longjmp_chkThomas Schwinge
2012-05-10Hurd: O_CLOEXEC in rtldThomas Schwinge
2012-04-24Hurd: fix symlink/symlinkat error case not to do an extraneous ↵Roland McGrath
__mach_port_deallocate.
2012-04-11Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu
2012-04-05[BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson
2012-04-05[BZ #13553] Remove pre-ISO C supportThomas Schwinge
The bits missing from a784e502472fb3a1afa4d01a47c66b52d23e00f6.
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge
This adds the bits missing from fd5bdc0924e0cfd1688b632068c1b26f3b0c88da.
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-02-17Hurd: #define away madvise for malloc code, fix previous commit.Thomas Schwinge
2012-02-15Hurd: #define away madvise for malloc code.Roland McGrath
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-09Remove _G_HAVE_SYS_CDEFS.Marek Polacek
2012-02-07Remove _G_ARGS macros.Marek Polacek
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers
2012-01-23Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault
2012-01-23Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano
2012-01-08Add checking versions of poll and ppollUlrich Drepper
2012-01-08Static linking is always neededUlrich Drepper
2012-01-08More fallout from supporting only ELFUlrich Drepper
2012-01-07Remove non-ELF supportUlrich Drepper
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-08Remove support for automatic cvs check-insUlrich Drepper
CVS use for glibc is long gone.
2011-09-08sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault
2011-09-08Hurd: fix use of uninitialized value in fork port copying.Roland McGrath
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper
2011-05-08Fix Linux getcwd for long pathsUlrich Drepper
The getcwd syscall (so far?) can only handle path up to one page in size. There is no limit about directory hierarchy depth, though, and the POSIX getcwd is supposed to handle this. In that case fall back to the generic getcwd. Additionally, optimize the generic getcwd to use openat when possible to change the asymptotic performance from O(N^2) to O(n).
2011-04-22Remove doubled words.Jim Meyering
2011-02-21Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵Samuel Thibault
needs munmap.
2011-02-16Add multiple inclusion protection to some Mach/i386 internal headers.Samuel Thibault
2010-12-25Change XPG-compliant strerror_r function to return error code.Ulrich Drepper