summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Collapse)Author
2012-07-22Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: configure configure.in elf/rtld.c misc/syslog.c sysdeps/gnu/configure sysdeps/gnu/configure.in sysdeps/mach/hurd/accept4.c sysdeps/mach/hurd/bits/posix_opt.h sysdeps/mach/hurd/dup3.c sysdeps/mach/hurd/i386/init-first.c sysdeps/mach/hurd/kernel-features.h sysdeps/mach/hurd/readlinkat.c
2012-06-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: configure configure.in hurd/Makefile nptl/sysdeps/pthread/bits/libc-lock.h sysdeps/i386/configure sysdeps/powerpc/powerpc32/configure sysdeps/powerpc/powerpc64/configure sysdeps/unix/sysv/linux/configure sysdeps/unix/sysv/linux/configure.in
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab
2012-05-10Hurd: Update posix_opt.hSamuel Thibault
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-04-05Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: configure configure.in posix/glob/configure sysdeps/i386/sysdep.h sysdeps/ia64/configure sysdeps/mach/hurd/socket.c
2012-04-03Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: sysdeps/i386/configure
2012-03-25Fix last change.Roland McGrath
2012-03-25Fix confstr use of local buffer outside its extent.Roland McGrath
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov
Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #6528] * grp/Makefile (otherlibs): Don't set it. * inet/Makefile (otherlibs): Likewise. * login/Makefile (otherlibs): Likewise. * nscd/Makefile (otherlibs): Likewise. * posix/Makefile (otherlibs): Likewise. * pwd/Makefile (otherlibs): Likewise. * rt/Makefile (otherlibs): Likewise. * sunrpc/Makefile (otherlibs): Likewise. * nss/Makefile (otherlibs): Likewise. Add libnss_files to routines and static-only-routines. ($(objpfx)getent): Remove rule. * resolv/Makefile: Add libnss_dns and libresolv to routines and static-only-routines.
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-28 [BZ #13637]Stanislav Brabec
* posix/regex_internal.c (re_string_skip_chars): Fix miscomputation of remain_len that may cause incomplete multi-byte character and false match. * posix/bug-regex33.c: New file. * posix/Makefile (tests): Add bug-regex33.
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-25First steps to get conformtest fully workingUlrich Drepper
2012-02-20Merge branch 't/posix_opt.h' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2012-02-20Update posix_opt.hSamuel Thibault
The patch below brings Hurd's posix_opt.h up to date with newer standard macros. 2010-01-10 Samuel Thibault <samuel.thibault@ens-lyon.org> * posix/tst-sysconf.c (posix_options): Only use _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and _POSIX_SYNCHRONIZED_IO when they are defined * sysdeps/mach/hurd/bits/posix_opt.h: (_POSIX_PRIORITY_SCHEDULING): Undefine macro. (_XOPEN_REALTIME): Undefine macro. (_XOPEN_REALTIME_THREADS): Undefine macro. (_XOPEN_SHM): Undefine macro. [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define macro to -1. [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define macro to -1. (_POSIX_ASYNC_IO): Undefine macro. (_POSIX_PRIORITIZED_IO): Undefine macro. (_POSIX_SPIN_LOCKS): Define macro to -1.
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-24Remove posix/glob directory (standalone glob build support).Joseph Myers
2012-01-07Remove pre-ISO C supportUlrich Drepper
No more __const.
2012-01-03Optimize regex a bitUlrich Drepper
2012-01-01Update copyright yearUlrich Drepper
2011-12-30Fix up regcomp/regexecJakub Jelinek
The problem is that parse_bracket_symbol is miscompiled, and it turns out it is because of an incorrect attribute on re_string_fetch_byte_case. Unlike re_string_peek_byte_case, this one is really not pure, it modifies memory (increments pstr->cur_idx), and with the pure attribute GCC assumed it doesn't and it cached the presumed value of regexp->cur_idx in a variable across the for (;; ++i) { if (i >= BRACKET_NAME_BUF_SIZE) return REG_EBRACK; if (token->type == OP_OPEN_CHAR_CLASS) ch = re_string_fetch_byte_case (regexp); else ch = re_string_fetch_byte (regexp); if (re_string_eoi(regexp)) return REG_EBRACK; if (ch == delim && re_string_peek_byte (regexp, 0) == ']') break; elem->opr.name[i] = ch; }
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab
2011-11-12Fix warnings in regexUlrich Drepper
2011-11-01Fix tst-rfc3484 build failuresUlrich Drepper
2011-10-29Mark a few more functions with __THROWNL.Ulrich Drepper
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab
2011-10-09Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: configure elf/elf.h include/errno.h sysdeps/ia64/elf/configure sysdeps/mach/hurd/tls.h sysdeps/powerpc/powerpc32/elf/configure sysdeps/powerpc/powerpc64/elf/configure sysdeps/s390/s390-32/elf/configure sysdeps/s390/s390-64/elf/configure sysdeps/sh/elf/configure sysdeps/sparc/sparc32/elf/configure sysdeps/sparc/sparc64/elf/configure
2011-09-20Merge branch 't/host-independency' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: configure
2011-09-20Autoconf 2.68 is the new world order, it seems.Thomas Schwinge
2011-09-20Merge commit 'refs/top-bases/t/regenerate_configure' into t/regenerate_configureThomas Schwinge
2011-09-19Merge branch 't/host-independency' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-19Regenerate all configure files with autoconf 2.66.Thomas Schwinge
2011-09-18Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-16Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2011-09-16Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
Conflicts: sysdeps/mach/hurd/ttyname_r.c
2011-09-10Cleanup of configuration optionsUlrich Drepper
Make several tool features mandatory and simplify the code.
2011-09-08Remove support for automatic cvs check-insUlrich Drepper
CVS use for glibc is long gone.
2011-09-08Add missing definition of LOCPATH for bug-regex32 runJohn Stanley
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper
2011-09-05Fix last checkinUlrich Drepper
2011-09-05Fix glob.h header by removing gcc 1.x supportUlrich Drepper
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper
2011-07-20Check for overflows in expressionsUlrich Drepper
Some passed in values might cause overflows in expressions.
2011-07-06Handle W; without long options in getoptUlrich Drepper
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath