Age | Commit message (Expand) | Author | Files | Lines |
2016-11-22 | Fix writes past the allocated array bounds in execvpe (BZ#20847) | Adhemerval Zanella | 1 | -5/+10 |
2016-11-09 | Consolidate Linux ftruncate implementations | Adhemerval Zanella | 3 | -113/+110 |
2016-10-31 | Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707) | Andreas Schwab | 2 | -39/+42 |
2016-10-07 | Consolidate posix_fadvise implementations | Adhemerval Zanella | 4 | -1/+176 |
2016-09-28 | posix: Fix open file action for posix_spawn on Linux | Adhemerval Zanella | 2 | -1/+190 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 3 | -12/+10 |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 1 | -1/+1 |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg | 1 | -1/+7 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -1/+1 |
2016-07-12 | Test p{read,write}64 with offset > 4GB | H.J. Lu | 3 | -87/+125 |
2016-06-24 | Avoid attempt for runtime checks if all environments are defined | Siddhesh Poyarekar | 1 | -24/+60 |
2016-06-11 | 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 4 | -13/+8 |
2016-05-17 | Correct ttyslot header declaration conditions (bug 20051). | Joseph Myers | 1 | -2/+1 |
2016-05-12 | Declare gethostname for XPG4 (bug 20054). | Joseph Myers | 1 | -1/+1 |
2016-05-10 | Declare pthread_atfork in unistd.h for UNIX98 (bug 20044). | Joseph Myers | 1 | -0/+9 |
2016-05-10 | Declare cuserid in unistd.h for UNIX98 and before (bug 20043). | Joseph Myers | 1 | -2/+6 |
2016-05-04 | CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779] | Florian Weimer | 2 | -100/+137 |
2016-04-29 | glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdir | Florian Weimer | 3 | -23/+5 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 4 | -54/+14 |
2016-03-20 | posix: Fix posix_spawn invalid memory access | Adhemerval Zanella | 1 | -0/+4 |
2016-03-08 | posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-tests | Adhemerval Zanella | 1 | -2/+5 |
2016-03-07 | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2 | -1/+73 |
2016-03-07 | posix: execvpe cleanup | Adhemerval Zanella | 12 | -151/+516 |
2016-03-07 | posix: Remove dynamic memory allocation from execl{e,p} | Adhemerval Zanella | 3 | -125/+79 |
2016-02-22 | Add missing inclusion of libc-internal.h. | Stefan Liebler | 1 | -1/+1 |
2016-02-20 | Deprecate readdir_r, readdir64_r [BZ #19056] | Florian Weimer | 1 | -0/+12 |
2016-02-19 | Improve file descriptor checks for posix_spawn actions [BZ #19505] | Florian Weimer | 7 | -12/+232 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 3 | -3/+3 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 193 | -193/+193 |
2015-10-21 | Convert a few more function definitions to prototype style. | Joseph Myers | 1 | -14/+9 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 3 | -9/+4 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 5 | -88/+39 |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 4 | -15/+4 |
2015-10-19 | Do not use -Wno-strict-prototypes. | Joseph Myers | 1 | -1/+0 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 18 | -49/+18 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+30 |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu | 1 | -2/+3 |
2015-09-16 | Add missing va_end calls (bug 17243) | Andreas Schwab | 3 | -0/+3 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2 | -2/+2 |
2015-08-28 | Fix wordsize-32 mmap offset for negative value (BZ#18877) | Adhemerval Zanella | 2 | -1/+68 |
2015-08-11 | Fix BZ #18086 -- nice resets errno to 0. | Paul Pluzhnikov | 1 | -1/+10 |
2015-08-09 | fix non-portable `echo -n` usage | Mike Frysinger | 1 | -2/+2 |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2015-07-09 | PLT avoidance for _exit in rtld. | Roland McGrath | 1 | -0/+1 |
2015-06-12 | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 1 | -1/+1 |
2015-06-12 | Fix aio_* pread namespace (bug 18519). | Joseph Myers | 1 | -1/+1 |
2015-06-09 | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 2 | -5/+5 |
2015-06-05 | Fix open_memstream namespace (bug 18498). | Joseph Myers | 1 | -1/+1 |
2015-06-05 | Fix regex wcrtomb namespace (bug 18496). | Joseph Myers | 1 | -2/+2 |