about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Test for correct setting of errno.Yury Norov2017-03-082-1/+154
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+2
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-168-6/+7
* Move bits/types.h into posix/bits.Zack Weinberg2017-02-161-0/+203
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01209-209/+209
* getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer2016-12-311-1/+1
* Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer2016-12-271-0/+5
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-7/+14
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-082-2/+2
* Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2016-12-072-125/+82
* Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2016-11-221-5/+10
* Consolidate Linux ftruncate implementationsAdhemerval Zanella2016-11-093-113/+110
* Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2016-10-312-39/+42
* Consolidate posix_fadvise implementationsAdhemerval Zanella2016-10-074-1/+176
* posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella2016-09-282-1/+190
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-233-12/+10
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-1/+1
* Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg2016-08-031-1/+7
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-031-1/+1
* Test p{read,write}64 with offset > 4GBH.J. Lu2016-07-123-87/+125
* Avoid attempt for runtime checks if all environments are definedSiddhesh Poyarekar2016-06-241-24/+60
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-114-13/+8
* Correct ttyslot header declaration conditions (bug 20051).Joseph Myers2016-05-171-2/+1
* Declare gethostname for XPG4 (bug 20054).Joseph Myers2016-05-121-1/+1
* Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers2016-05-101-0/+9
* Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers2016-05-101-2/+6
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-042-100/+137
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-04-293-23/+5
* Remove union wait [BZ #19613]Florian Weimer2016-04-144-54/+14
* posix: Fix posix_spawn invalid memory accessAdhemerval Zanella2016-03-201-0/+4
* posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-testsAdhemerval Zanella2016-03-081-2/+5
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-072-1/+73
* posix: execvpe cleanupAdhemerval Zanella2016-03-0712-151/+516
* posix: Remove dynamic memory allocation from execl{e,p}Adhemerval Zanella2016-03-073-125/+79
* Add missing inclusion of libc-internal.h.Stefan Liebler2016-02-221-1/+1
* Deprecate readdir_r, readdir64_r [BZ #19056]Florian Weimer2016-02-201-0/+12
* Improve file descriptor checks for posix_spawn actions [BZ #19505]Florian Weimer2016-02-197-12/+232
* Make shebang interpreter directives consistentMarko Myllynen2016-01-073-3/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04193-193/+193
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-14/+9
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-203-9/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-205-88/+39
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-204-15/+4
* Do not use -Wno-strict-prototypes.Joseph Myers2015-10-191-1/+0
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1618-49/+18
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+30