aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Collapse)AuthorFilesLines
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov1-2/+2
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2-1/+178
Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux.
2013-02-26Bring back definition of __attribute__ for non-gcc and older gccPaul Eggert1-0/+4
gnulib copies this file over and needs it.
2013-02-26Fix some build warningsSiddhesh Poyarekar1-14/+8
2013-02-17Sort Versions filesAndreas Jaeger1-2/+2
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab3-8/+57
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab3-46/+81
2013-02-07Remove lots of inline keywords.Roland McGrath1-6/+5
2013-01-21Avoid busy loop in wordexp when substituted command closed its stdoutAndreas Schwab1-2/+12
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers1-2/+2
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu3-68/+67
2013-01-10Support run tst-exec and tst-spawn directlyH.J. Lu5-24/+33
2013-01-09Force getconf.speclist to be generated in the others pass.Roland McGrath1-0/+5
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers187-202/+187
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2-4/+2
2013-01-01Update copyright years.David S. Miller1-2/+2
* catgets/gencat.c: Update copyright year. * csu/version.c: Likewise. * debug/catchsegv.sh: Likewise. * debug/pcprofiledump.c: Likewise. * debug/xtrace.sh: Likewise. * elf/ldconfig.c: Likewise. * elf/ldd.bash.in: Likewise. * elf/pldd.c: Likewise. * elf/sotruss.ksh: Likewise. * elf/sprof.c: Likewise. * iconv/iconv_prog.c: Likewise. * iconv/iconvconfig.c: Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * login/programs/pt_chown.c: Likewise. * malloc/memusage.sh: Likewise. * malloc/memusagestat.c: Likewise. * malloc/mtrace.pl: Likewise. * nscd/nscd.c: Likewise. * nss/getent.c: Likewise. * nss/makedb.c: Likewise. * posix/getconf.c: Likewise.
2012-11-19Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers1-2/+6
2012-11-17Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers4-176/+232
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft1-0/+1
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers1-3/+3
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge54-55/+0
2012-10-24Support cross-testing.Joseph Myers2-3/+8
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath1-8/+0
2012-10-24Use build directory instead of /tmp in globtest.sh.Joseph Myers1-3/+4
2012-10-24Define and use $(run-built-tests).Joseph Myers1-2/+2
2012-10-23Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers2-55/+50
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy1-2/+2
2012-10-22Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy1-2/+2
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers2-14/+12
2012-10-19Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers2-15/+4
2012-09-28Add a missing $(make-target-directory).Roland McGrath1-0/+1
2012-09-28 [BZ #11438]Jeff Law2-15/+6
* sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 * addresses to global scope. * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16 addresses are in the same scope as 192.0.2/24. * posix/gai.conf: Document new scope table defaults.
2012-09-25Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers1-5/+5
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin4-7/+13
2012-09-25Add copyright notices to testsuite shell scriptsDmitry V. Levin3-1/+52
2012-08-23Fix tst-rfc3484* build failures from USE_NSCD move to config.h.Roland McGrath3-0/+3
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath1-1/+1
2012-08-15Suppress regcomp.c warnings in 32-bit builds.Roland McGrath1-2/+6
2012-08-01 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer1-8/+8
Declare with warn_unused_result. (setgid, setregid, setegid, setresgid): Likewise. * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid): Likewise. * WUR-REPORT: Remove set*id functions.
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath2-2/+6
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab1-2/+2
2012-05-10Hurd: Update posix_opt.hSamuel Thibault1-0/+6
2012-04-29Fix attributes for fortify functions.Marek Polacek2-15/+15
2012-03-25Fix last change.Roland McGrath1-2/+3
2012-03-25Fix confstr use of local buffer outside its extent.Roland McGrath1-116/+106
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-8/+0
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. Lu2-2/+2
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert1-3/+2
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-8/+1
2012-02-28 [BZ #13637]Stanislav Brabec3-2/+123
* 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.