GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix: Fix open file action for posix_spawn on Linux
Adhemerval Zanella
2016-09-28
2
-1
/
+190
*
Installed-header hygiene (BZ#20366): time.h types.
Zack Weinberg
2016-09-23
3
-12
/
+10
*
Installed-header hygiene (BZ#20366): Simple self-contained fixes.
Zack Weinberg
2016-09-23
1
-1
/
+1
*
Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>
Zack Weinberg
2016-08-03
1
-1
/
+7
*
Minimize sysdeps code involved in defining major/minor/makedev.
Zack Weinberg
2016-08-03
1
-1
/
+1
*
Test p{read,write}64 with offset > 4GB
H.J. Lu
2016-07-12
3
-87
/
+125
*
Avoid attempt for runtime checks if all environments are defined
Siddhesh Poyarekar
2016-06-24
1
-24
/
+60
*
2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>
Paul Pluzhnikov
2016-06-11
4
-13
/
+8
*
Correct ttyslot header declaration conditions (bug 20051).
Joseph Myers
2016-05-17
1
-2
/
+1
*
Declare gethostname for XPG4 (bug 20054).
Joseph Myers
2016-05-12
1
-1
/
+1
*
Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).
Joseph Myers
2016-05-10
1
-0
/
+9
*
Declare cuserid in unistd.h for UNIX98 and before (bug 20043).
Joseph Myers
2016-05-10
1
-2
/
+6
*
CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]
Florian Weimer
2016-05-04
2
-100
/
+137
*
glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdir
Florian Weimer
2016-04-29
3
-23
/
+5
*
Remove union wait [BZ #19613]
Florian Weimer
2016-04-14
4
-54
/
+14
*
posix: Fix posix_spawn invalid memory access
Adhemerval Zanella
2016-03-20
1
-0
/
+4
*
posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-tests
Adhemerval Zanella
2016-03-08
1
-2
/
+5
*
posix: New Linux posix_spawn{p} implementation
Adhemerval Zanella
2016-03-07
2
-1
/
+73
*
posix: execvpe cleanup
Adhemerval Zanella
2016-03-07
12
-151
/
+516
*
posix: Remove dynamic memory allocation from execl{e,p}
Adhemerval Zanella
2016-03-07
3
-125
/
+79
*
Add missing inclusion of libc-internal.h.
Stefan Liebler
2016-02-22
1
-1
/
+1
*
Deprecate readdir_r, readdir64_r [BZ #19056]
Florian Weimer
2016-02-20
1
-0
/
+12
*
Improve file descriptor checks for posix_spawn actions [BZ #19505]
Florian Weimer
2016-02-19
7
-12
/
+232
*
Make shebang interpreter directives consistent
Marko Myllynen
2016-01-07
3
-3
/
+3
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
193
-193
/
+193
*
Convert a few more function definitions to prototype style.
Joseph Myers
2015-10-21
1
-14
/
+9
*
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-20
3
-9
/
+4
*
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-10-20
5
-88
/
+39
*
Convert 24 more function definitions to prototype style (array parameters).
Joseph Myers
2015-10-20
4
-15
/
+4
*
Do not use -Wno-strict-prototypes.
Joseph Myers
2015-10-19
1
-1
/
+0
*
Convert 703 function definitions to prototype style.
Joseph Myers
2015-10-16
18
-49
/
+18
*
Add dependencies on needed locales in each subdir tests (bug 18969)
Andreas Schwab
2015-10-12
1
-0
/
+30
*
Use __pthread_setcancelstate in libc.a
H.J. Lu
2015-09-17
1
-2
/
+3
*
Add missing va_end calls (bug 17243)
Andreas Schwab
2015-09-16
3
-0
/
+3
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
2
-2
/
+2
*
Fix wordsize-32 mmap offset for negative value (BZ#18877)
Adhemerval Zanella
2015-08-28
2
-1
/
+68
*
Fix BZ #18086 -- nice resets errno to 0.
Paul Pluzhnikov
2015-08-11
1
-1
/
+10
*
fix non-portable `echo -n` usage
Mike Frysinger
2015-08-09
1
-2
/
+2
*
Modify several tests to use test-skeleton.c
Arjun Shankar
2015-08-06
1
-2
/
+5
*
PLT avoidance for _exit in rtld.
Roland McGrath
2015-07-09
1
-0
/
+1
*
Fix getlogin_r namespace (bug 18527).
Joseph Myers
2015-06-12
1
-1
/
+1
*
Fix aio_* pread namespace (bug 18519).
Joseph Myers
2015-06-12
1
-1
/
+1
*
Fix regcomp wcscoll, wcscmp namespace (bug 18497).
Joseph Myers
2015-06-09
2
-5
/
+5
*
Fix open_memstream namespace (bug 18498).
Joseph Myers
2015-06-05
1
-1
/
+1
*
Fix regex wcrtomb namespace (bug 18496).
Joseph Myers
2015-06-05
1
-2
/
+2
*
Fix regex wctype namespace (bug 18495).
Joseph Myers
2015-06-05
3
-7
/
+7
*
Fix fnmatch strnlen namespace (bug 18470).
Joseph Myers
2015-06-03
1
-2
/
+2
*
Fix fnmatch wmemchr namespace (bug 18468).
Joseph Myers
2015-06-03
1
-1
/
+1
*
Fix fnmatch towlower namespace (bug 18469).
Joseph Myers
2015-06-02
1
-1
/
+1
[next]