aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Fix test-errno issuesAdhemerval Zanella1-2/+2
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-1/+1
2017-03-08Test for correct setting of errno.Yury Norov2-1/+154
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+2
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg8-6/+7
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg1-0/+203
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers209-209/+209
2016-12-31getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer1-1/+1
2016-12-27Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer1-0/+5
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer1-7/+14
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2-2/+2
2016-12-07Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2-125/+82
2016-11-22Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella1-5/+10
2016-11-09Consolidate Linux ftruncate implementationsAdhemerval Zanella3-113/+110
2016-10-31Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2-39/+42
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella4-1/+176
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella2-1/+190
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg3-12/+10
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-1/+1
2016-08-03Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg1-1/+7
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg1-1/+1
2016-07-12Test p{read,write}64 with offset > 4GBH.J. Lu3-87/+125
2016-06-24Avoid attempt for runtime checks if all environments are definedSiddhesh Poyarekar1-24/+60
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov4-13/+8
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers1-2/+1
2016-05-12Declare gethostname for XPG4 (bug 20054).Joseph Myers1-1/+1
2016-05-10Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers1-0/+9
2016-05-10Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers1-2/+6
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2-100/+137
2016-04-29glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer3-23/+5
2016-04-14Remove union wait [BZ #19613]Florian Weimer4-54/+14
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella1-0/+4
2016-03-08posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-testsAdhemerval Zanella1-2/+5
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2-1/+73
2016-03-07posix: execvpe cleanupAdhemerval Zanella12-151/+516
2016-03-07posix: Remove dynamic memory allocation from execl{e,p}Adhemerval Zanella3-125/+79
2016-02-22Add missing inclusion of libc-internal.h.Stefan Liebler1-1/+1
2016-02-20Deprecate readdir_r, readdir64_r [BZ #19056]Florian Weimer1-0/+12
2016-02-19Improve file descriptor checks for posix_spawn actions [BZ #19505]Florian Weimer7-12/+232
2016-01-07Make shebang interpreter directives consistentMarko Myllynen3-3/+3
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers193-193/+193
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers1-14/+9
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers3-9/+4
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers5-88/+39
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers4-15/+4
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers1-1/+0