summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Collapse)Author
2014-01-01Update remaining copyright datesAllan McRae
Update copyright years that are not handled by scripts/update-copyright.
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-11-21Use __glibc_block in public headers.Meador Inge
As detailed in PR11157, the use of '__block' is known to interfere with keywords in some environments, such as the Clang -fblocks extension. Recently a similar issue was raised concerning the use of '__unused' and a '__glibc' prefix was proposed to create a glibc implementation namespace for these sorts of issues [1]. This patches takes that approach. [1] https://sourceware.org/ml/libc-alpha/2012-02/msg00047.html [2] http://lists.debian.org/debian-glibc/2013/11/msg00020.html
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes ↵Ondřej Bílka
bug 10278.
2013-10-01glob: silence -Wattribute warningsEric Blake
Colin Watson reported that some versions of gcc warn about attribute leaf used on a static function, since it has no effect on anything but external functions. * posix/glob.c (next_brace_sub, prefix_array, collated_compare): Use __THROWNL rather than __THROW on static functions. Signed-off-by: Eric Blake <eblake@redhat.com>
2013-06-13Fix raciness in waitid test.Roland McGrath
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-06Fix executable mode.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-06-04Increase test case timeoutSiddhesh Poyarekar
2013-05-21Test getaddrinfo return valueDmitry V. Levin
This helps testing for regression of BZ#15339. Creation of network isolated environments is a privileged operation and therefore is not included to the test.
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-06Move getlogin, getlogin_r, setlogin to login/ subdir.Roland McGrath
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar
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 Eggert
gnulib copies this file over and needs it.
2013-02-26Fix some build warningsSiddhesh Poyarekar
2013-02-17Sort Versions filesAndreas Jaeger
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-21Avoid busy loop in wordexp when substituted command closed its stdoutAndreas Schwab
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-10Support run tst-exec and tst-spawn directlyH.J. Lu
2013-01-09Force getconf.speclist to be generated in the others pass.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2013-01-01Update copyright years.David S. Miller
* 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 Myers
2012-11-17Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge
2012-10-24Support cross-testing.Joseph Myers
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-24Use build directory instead of /tmp in globtest.sh.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-23Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy
2012-10-22Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers
2012-10-19Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers
2012-09-28Add a missing $(make-target-directory).Roland McGrath
2012-09-28 [BZ #11438]Jeff Law
* 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 Myers
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-09-25Add copyright notices to testsuite shell scriptsDmitry V. Levin