summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Merge branch 'release/2.19/master' of git://sourceware.org/git/glibcIgor Pashev199-783/+1071
2014-01-01Update remaining copyright datesAllan McRae1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae188-188/+188
2013-12-17Remove __FAVOR_BSD.Joseph Myers1-24/+2
2013-11-21Use __glibc_block in public headers.Meador Inge1-1/+2
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka2-2/+13
2013-10-01glob: silence -Wattribute warningsEric Blake1-3/+3
2013-06-13Fix raciness in waitid test.Roland McGrath1-4/+11
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers11-11/+11
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers4-10/+10
2013-06-06Fix executable mode.Ondrej Bilka1-0/+0
2013-06-05Remove trailing whitespace.Joseph Myers3-4/+4
2013-06-04Increase test case timeoutSiddhesh Poyarekar1-0/+1
2013-05-21Test getaddrinfo return valueDmitry V. Levin2-1/+68
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold7-0/+10
2013-05-06Move getlogin, getlogin_r, setlogin to login/ subdir.Roland McGrath5-98/+1
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov1-2/+2
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2-1/+178
2013-02-26Bring back definition of __attribute__ for non-gcc and older gccPaul Eggert1-0/+4
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
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
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