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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the str(n)dup inlines from string/bits/string2.h. Although inlining
Wilco Dijkstra
2017-03-13
1
-1
/
+1
*
Test for correct setting of errno.
Yury Norov
2017-03-08
2
-1
/
+154
*
timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]
Florian Weimer
2017-03-07
1
-1
/
+1
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+2
*
Split DIAG_* macros to new header libc-diag.h.
Zack Weinberg
2017-02-25
1
-1
/
+1
*
Add missing header files throughout the testsuite.
Zack Weinberg
2017-02-16
8
-6
/
+7
*
Move bits/types.h into posix/bits.
Zack Weinberg
2017-02-16
1
-0
/
+203
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
209
-209
/
+209
*
getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]
Florian Weimer
2016-12-31
1
-1
/
+1
*
Declare getentropy in <unistd.h> [BZ #17252]
Florian Weimer
2016-12-27
1
-0
/
+5
*
support: Introduce new subdirectory for test infrastructure
Florian Weimer
2016-12-09
1
-7
/
+14
*
Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.
Zack Weinberg
2016-12-08
2
-2
/
+2
*
Fix writes past the allocated array bounds in execvpe (BZ#20847)
Adhemerval Zanella
2016-12-07
2
-125
/
+82
*
Fix writes past the allocated array bounds in execvpe (BZ#20847)
Adhemerval Zanella
2016-11-22
1
-5
/
+10
*
Consolidate Linux ftruncate implementations
Adhemerval Zanella
2016-11-09
3
-113
/
+110
*
Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)
Andreas Schwab
2016-10-31
2
-39
/
+42
*
Consolidate posix_fadvise implementations
Adhemerval Zanella
2016-10-07
4
-1
/
+176
*
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
[next]