Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-10 | Hurd: O_CLOEXEC in rtld | Thomas Schwinge | 1 | -3/+2 | |
2012-04-24 | Hurd: fix symlink/symlinkat error case not to do an extraneous ↵ | Roland McGrath | 2 | -23/+28 | |
__mach_port_deallocate. | |||||
2012-04-11 | Add __snseconds_t and __SNSECONDS_T_TYPE | H.J. Lu | 1 | -0/+1 | |
2012-04-05 | [BZ #12340] Fix return code of the Hurd's ttyname_r. | Simon Josefsson | 1 | -2/+2 | |
2012-04-05 | [BZ #13553] Remove pre-ISO C support | Thomas Schwinge | 2 | -4/+4 | |
The bits missing from a784e502472fb3a1afa4d01a47c66b52d23e00f6. | |||||
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | 2 | -3/+10 | |
This adds the bits missing from fd5bdc0924e0cfd1688b632068c1b26f3b0c88da. | |||||
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 5 | -5/+5 | |
2012-02-17 | Hurd: #define away madvise for malloc code, fix previous commit. | Thomas Schwinge | 1 | -1/+4 | |
2012-02-15 | Hurd: #define away madvise for malloc code. | Roland McGrath | 1 | -1/+5 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 283 | -849/+566 | |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | 1 | -1/+0 | |
2012-02-07 | Remove _G_ARGS macros. | Marek Polacek | 1 | -3/+0 | |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 1 | -5/+1 | |
2012-01-23 | Hurd: Try to respect mmap address hint for non-MAP_FIXED. | Samuel Thibault | 1 | -15/+31 | |
2012-01-23 | Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT. | Pino Toscano | 1 | -2/+2 | |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | 1 | -1/+2 | |
2012-01-08 | Static linking is always needed | Ulrich Drepper | 1 | -12/+1 | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -4/+0 | |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -3/+1 | |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2 | -14/+12 | |
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | 1 | -5/+1 | |
CVS use for glibc is long gone. | |||||
2011-09-08 | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | 1 | -1/+5 | |
2011-09-08 | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | 1 | -2/+2 | |
2011-09-05 | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 1 | -5/+5 | |
2011-05-08 | Fix Linux getcwd for long paths | Ulrich Drepper | 1 | -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). | |||||
2011-04-22 | Remove doubled words. | Jim Meyering | 3 | -6/+6 | |
2011-02-21 | Fix __if_freereq crash: Unlike the generic version which uses free, Hurd ↵ | Samuel Thibault | 1 | -0/+45 | |
needs munmap. | |||||
2011-02-16 | Add multiple inclusion protection to some Mach/i386 internal headers. | Samuel Thibault | 2 | -0/+10 | |
2010-12-25 | Change XPG-compliant strerror_r function to return error code. | Ulrich Drepper | 1 | -13/+4 | |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 2 | -2/+2 | |
2010-08-03 | Hurd: fix ttyname{,_r} errno result for non-ttys | Samuel Thibault | 2 | -3/+11 | |
2010-07-20 | Hurd: fix sendmsg memory leak in error paths | Emilio Pozuelo Monfort | 1 | -2/+10 | |
2010-06-02 | Hurd: Fix linkat symlink handling. | Emilio Pozuelo Monfort | 1 | -2/+4 | |
2010-04-26 | BZ #11537: Hurd: Fix ttyname_r error return value. | Bruno Haible | 1 | -3/+3 | |
2010-03-29 | Fix typos from last patch. | Ulrich Drepper | 1 | -2/+2 | |
2010-03-29 | Handle platforms without aux vector | Thomas Schwinge | 1 | -3/+4 | |
2010-01-26 | Give Hurd weak aliases for getsysstats get_* functions. | Samuel Thibault | 1 | -0/+4 | |
2010-01-18 | Define __rtld_lock_recursive_* for Hurd. | Samuel Thibault | 1 | -0/+3 | |
2010-01-11 | Fix double-inclusion problem of bits/stat.h. | Ulrich Drepper | 1 | -1/+6 | |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 1 | -2/+3 | |
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | |||||
2009-12-22 | Hurd: Fix spurious mach_port_deallocate in getcwd. | Samuel Thibault | 1 | -2/+2 | |
2009-09-28 | Fix Hurd mkdirat. | Samuel Thibault | 1 | -1/+2 | |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 2 | -272/+395 | |
2009-05-16 | remove subsumed .gitignore entries and files | Jim Meyering | 1 | -4/+0 | |
2009-05-16 | remove COPYING* from .gitignore files | Jim Meyering | 1 | -1/+1 | |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | 1 | -0/+0 | |
2009-02-26 | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 1 | -11/+11 | |
* wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs, wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l. * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from 200112L to 200809L. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT entries. * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT. * posix/unistd.h: fexecve is in POSIX 2008. * time/time.h: strftime_l is in POSIX 2008. * io/sys/stat.h: futimens is in POSIX 2008. * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008. * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal, strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008. * stdlib/stdlib.h: mkdtemp is in POSIX 2008. | |||||
2009-01-07 | * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]: | Roland McGrath | 1 | -1/+6 | |
Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h net/route.h. * hurd/report-wait.c (describe_number): Use __stpcpy to prepend flavor to description only when flavor is not NULL. * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock mutex after SIGIO/SIGURG lookup loop. | |||||
2008-11-26 | * sysdeps/mach/strerror_l.c: New file. | Roland McGrath | 1 | -0/+102 | |
2008-11-26 | Moved alpha to ports repository. | Roland McGrath | 14 | -1409/+0 | |
2008-11-25 Roland McGrath <roland@redhat.com> * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha, sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha, sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha, sysdeps/mach/alpha, sysdeps/mach/hurd/alpha: Subdirectories moved to ports repository. * configure.in (base_machine): Remove alpha case. |