about summary refs log tree commit diff
path: root/posix
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | 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.
* 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
| | | | | | | | 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.
* Bring back definition of __attribute__ for non-gcc and older gccPaul Eggert2013-02-261-0/+4
| | | | gnulib copies this file over and needs it.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 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
| | | | | | | | | * 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.
* Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers2012-09-251-5/+5
|
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-254-7/+13
|
* Add copyright notices to testsuite shell scriptsDmitry V. Levin2012-09-253-1/+52
|
* Fix tst-rfc3484* build failures from USE_NSCD move to config.h.Roland McGrath2012-08-233-0/+3
|
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-221-1/+1
|
* Suppress regcomp.c warnings in 32-bit builds.Roland McGrath2012-08-151-2/+6
|
* * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer2012-08-011-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.
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-302-2/+6
|
* Remove use of INTDEF/INTUSE in intlAndreas Schwab2012-05-241-2/+2
|
* Hurd: Update posix_opt.hSamuel Thibault2012-05-101-0/+6
|