aboutsummaryrefslogtreecommitdiff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* posix_spawn_faction_addopen: Add missing string.h include directiveStefan Liebler2014-06-141-0/+1
* posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer2014-06-144-7/+40
* Update remaining copyright datesAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01188-188/+188
* Remove __FAVOR_BSD.Joseph Myers2013-12-171-24/+2
* Use __glibc_block in public headers.Meador Inge2013-11-211-1/+2
* When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka2013-10-202-2/+13
* glob: silence -Wattribute warningsEric Blake2013-10-011-3/+3
* Fix raciness in waitid test.Roland McGrath2013-06-131-4/+11
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-0811-11/+11
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-074-10/+10
* Fix executable mode.Ondrej Bilka2013-06-061-0/+0
* Remove trailing whitespace.Joseph Myers2013-06-053-4/+4
* Increase test case timeoutSiddhesh Poyarekar2013-06-041-0/+1
* Test getaddrinfo return valueDmitry V. Levin2013-05-212-1/+68
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-167-0/+10
* Move getlogin, getlogin_r, setlogin to login/ subdir.Roland McGrath2013-05-065-98/+1
* Set LC_ALL=C before sed.Paul Pluzhnikov2013-03-081-2/+2
* Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2013-03-072-1/+178
* Bring back definition of __attribute__ for non-gcc and older gccPaul Eggert2013-02-261-0/+4
* Fix some build warningsSiddhesh Poyarekar2013-02-261-14/+8
* Sort Versions filesAndreas Jaeger2013-02-171-2/+2
* Fix buffer overrun in regexp matcherAndreas Schwab2013-02-123-8/+57
* Fix handling of collating symbols in regexpsAndreas Schwab2013-02-123-46/+81
* Remove lots of inline keywords.Roland McGrath2013-02-071-6/+5
* Avoid busy loop in wordexp when substituted command closed its stdoutAndreas Schwab2013-01-211-2/+12
* Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2013-01-111-2/+2
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-113-68/+67
* Support run tst-exec and tst-spawn directlyH.J. Lu2013-01-105-24/+33
* Force getconf.speclist to be generated in the others pass.Roland McGrath2013-01-091-0/+5
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-02187-202/+187
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-012-4/+2
* Update copyright years.David S. Miller2013-01-011-2/+2
* Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers2012-11-191-2/+6
* Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers2012-11-174-176/+232
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-141-0/+1
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-091-3/+3
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-0454-55/+0
* Support cross-testing.Joseph Myers2012-10-242-3/+8
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-8/+0
* Use build directory instead of /tmp in globtest.sh.Joseph Myers2012-10-241-3/+4
* Define and use $(run-built-tests).Joseph Myers2012-10-241-2/+2
* Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers2012-10-232-55/+50
* Add and use $(host-built-program-cmd).Jim Blandy2012-10-231-2/+2
* Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy2012-10-221-2/+2
* Use $(run-program-prefix) in more shell script tests.Joseph Myers2012-10-192-14/+12
* Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers2012-10-192-15/+4
* Add a missing $(make-target-directory).Roland McGrath2012-09-281-0/+1
* [BZ #11438]Jeff Law2012-09-282-15/+6
* Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers2012-09-251-5/+5