about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
Commit message (Collapse)AuthorAgeFilesLines
* Hurd: Fix POSIX 2008 visibilitySamuel Thibault2012-05-101-5/+6
|
* Hurd: opendiratThomas Schwinge2012-05-101-0/+37
|
* Hurd: empty file names fail with ENOENTSamuel Thibault2012-05-101-1/+4
|
* Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault2012-05-101-2/+2
|
* Hurd: Fix mkdir / error valueSamuel Thibault2012-05-102-5/+12
|
* Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge2012-05-101-1/+2
|
* Hurd: Fix value of __libc_stack_endSamuel Thibault2012-05-102-2/+5
|
* Hurd: libc_once_getThomas Schwinge2012-05-101-1/+4
|
* Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault2012-05-101-3/+2
|
* Hurd: ioctl() incorrectly decodes argumentSamuel Thibault2012-05-102-10/+14
|
* Hurd: Avoid init-first.c miscompilation.Thomas Schwinge2012-05-101-14/+31
|
* Hurd: dup3Thomas Schwinge2012-05-103-116/+152
|
* Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault2012-05-101-0/+6
|
* Hurd: Missing critical region locks.Samuel Thibault2012-05-102-3/+7
|
* Hurd: bits/socket.hThomas Schwinge2012-05-101-0/+362
|
* Hurd: accept4Thomas Schwinge2012-05-103-61/+108
|
* Hurd: ____longjmp_chkThomas Schwinge2012-05-103-0/+121
|
* Hurd: O_CLOEXEC in rtldThomas Schwinge2012-05-101-3/+2
|
* Hurd: fix symlink/symlinkat error case not to do an extraneous ↵Roland McGrath2012-04-242-23/+28
| | | | __mach_port_deallocate.
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-111-0/+1
|
* [BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson2012-04-051-2/+2
|
* Call __ctype_init in early glibc startup.Thomas Schwinge2012-04-022-3/+10
| | | | This adds the bits missing from fd5bdc0924e0cfd1688b632068c1b26f3b0c88da.
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-203-3/+3
|
* Hurd: #define away madvise for malloc code, fix previous commit.Thomas Schwinge2012-02-171-1/+4
|
* Hurd: #define away madvise for malloc code.Roland McGrath2012-02-151-1/+5
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09251-753/+502
|
* Remove _G_HAVE_SYS_CDEFS.Marek Polacek2012-02-091-1/+0
|
* Remove _G_ARGS macros.Marek Polacek2012-02-071-3/+0
|
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-261-5/+1
|
* Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault2012-01-231-15/+31
|
* Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano2012-01-231-2/+2
|
* Add checking versions of poll and ppollUlrich Drepper2012-01-081-1/+2
|
* Static linking is always neededUlrich Drepper2012-01-081-12/+1
|
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-112-14/+12
|
* Remove support for automatic cvs check-insUlrich Drepper2011-09-081-5/+1
| | | | CVS use for glibc is long gone.
* sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault2011-09-081-1/+5
|
* Hurd: fix use of uninitialized value in fork port copying.Roland McGrath2011-09-081-2/+2
|
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-5/+5
|
* Fix Linux getcwd for long pathsUlrich Drepper2011-05-081-2/+2
| | | | | | | | | | 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).
* Remove doubled words.Jim Meyering2011-04-223-6/+6
|
* Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵Samuel Thibault2011-02-211-0/+45
| | | | needs munmap.
* Remove `.ctors' and `.dtors' output sectionsH.J. Lu2010-12-242-2/+2
|
* Hurd: fix ttyname{,_r} errno result for non-ttysSamuel Thibault2010-08-032-3/+11
|
* Hurd: fix sendmsg memory leak in error pathsEmilio Pozuelo Monfort2010-07-201-2/+10
|
* Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort2010-06-021-2/+4
|
* BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible2010-04-261-3/+3
|
* Fix typos from last patch.Ulrich Drepper2010-03-291-2/+2
|
* Handle platforms without aux vectorThomas Schwinge2010-03-291-3/+4
|
* Define __rtld_lock_recursive_* for Hurd.Samuel Thibault2010-01-181-0/+3
|
* Fix double-inclusion problem of bits/stat.h.Ulrich Drepper2010-01-111-1/+6
|