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
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-22
/
+22
*
posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]
Florian Weimer
2017-11-28
1
-3
/
+3
*
* posix/regcomp.c (init_word_char): Add comments.
Paul Eggert
2017-11-22
1
-0
/
+3
*
regex: don't assume uint64_t or uint32_t
Paul Eggert
2017-11-20
1
-14
/
+15
*
posix/tst-glob-tilde.c: Add test for bug 22332
Florian Weimer
2017-11-02
1
-23
/
+30
*
Assume that _DIRENT_HAVE_D_TYPE is always defined.
Florian Weimer
2017-10-30
4
-31
/
+0
*
tst-gnuglob64: New test for glob64 based on tst-gnuglob
Florian Weimer
2017-10-30
4
-486
/
+553
*
glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]
Paul Eggert
2017-10-22
1
-2
/
+2
*
glob: Add new test tst-glob-tilde
Florian Weimer
2017-10-21
2
-2
/
+146
*
CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]
Paul Eggert
2017-10-20
1
-1
/
+1
*
fix posix/tst-spawn test
Szabolcs Nagy
2017-10-12
1
-8
/
+12
*
posix: remove glob internal bogus extern decl
Adhemerval Zanella
2017-10-09
1
-3
/
+0
*
Hide internal __sched_setparam function [BZ #18822]
H.J. Lu
2017-10-01
1
-0
/
+1
*
Hide __posix_spawn_file_actions_realloc/__spawni [BZ #18822]
H.J. Lu
2017-10-01
1
-2
/
+3
*
Hide internal regex functions [BZ #18822]
H.J. Lu
2017-10-01
2
-0
/
+4
*
Mark __dso_handle as hidden [BZ #18822]
H.J. Lu
2017-09-26
1
-3
/
+2
*
posix: Add compat glob symbol to not follow dangling symbols
Adhemerval Zanella
2017-09-25
7
-25
/
+389
*
Use execveat syscall in fexecve (bug 22134)
Andreas Schwab
2017-09-19
2
-1
/
+89
*
Add missing libc_hidden_weak/def calls
Samuel Thibault
2017-09-17
1
-0
/
+1
*
hurd: Fix build without NO_HIDDEN
Samuel Thibault
2017-09-12
2
-0
/
+2
*
posix: Use enum for __glob_pattern_type result
Adhemerval Zanella
2017-09-08
3
-10
/
+18
*
posix: fix glob bugs with long login names
Adhemerval Zanella
2017-09-08
1
-58
/
+30
*
posix: Fix getpwnam_r usage (BZ #1062)
Adhemerval Zanella
2017-09-08
1
-140
/
+24
*
posix: Allow glob to match dangling symlinks [BZ #866]
Adhemerval Zanella
2017-09-08
4
-243
/
+223
*
posix: accept inode 0 is a valid inode number (BZ #19971)
Adhemerval Zanella
2017-09-08
1
-21
/
+0
*
posix: Sync glob with gnulib [BZ #1062]
Adhemerval Zanella
2017-09-08
8
-411
/
+578
*
Update tst-regex.c/tst-regex2.c for old ChangeLog move
H.J. Lu
2017-09-01
2
-2
/
+2
*
posix: Remove internal_function attribute
Florian Weimer
2017-08-31
9
-243
/
+115
*
Mark internal nss symbols with attribute_hidden [BZ #18822]
H.J. Lu
2017-08-21
3
-6
/
+0
*
Remove __qaddr_t.
Joseph Myers
2017-08-09
1
-1
/
+0
*
Do not use __ptr_t.
Joseph Myers
2017-08-08
1
-1
/
+1
*
Fix missing redirects in testsuite targets
Andreas Schwab
2017-08-07
1
-3
/
+3
*
sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]
Florian Weimer
2017-07-04
2
-1
/
+97
*
Use __builtin_popcount in __sched_cpucount [BZ #21696]
H.J. Lu
2017-07-01
1
-17
/
+10
*
posix: Adapt tst-spawn{2,3} to use libsupport.
Adhemerval Zanella
2017-06-28
2
-73
/
+41
*
Clean pthread functions namespaces for C11 threads
Adhemerval Zanella
2017-06-23
1
-1
/
+1
*
Fix wait3 namespace (bug 21625).
Joseph Myers
2017-06-19
1
-1
/
+2
*
Define struct rusage in sys/wait.h when required (bug 21575).
Joseph Myers
2017-06-19
1
-0
/
+6
*
Correct indentation in posix/bits/cpu-set.h.
Zack Weinberg
2017-06-13
1
-22
/
+22
*
Remove __need_schedparam and __cpu_set_t_defined.
Zack Weinberg
2017-06-12
3
-5
/
+131
*
Fix waitid namespace (bug 21561).
Joseph Myers
2017-06-09
1
-2
/
+2
*
Condition signal.h inclusion in sys/wait.h (bug 21560).
Joseph Myers
2017-06-09
1
-2
/
+9
*
Remove __need macros from signal.h.
Zack Weinberg
2017-05-20
3
-4
/
+6
*
posix: Consolidate Linux nanosleep syscall
Adhemerval Zanella
2017-05-18
1
-0
/
+1
*
posix: Consolidate Linux pause syscall
Adhemerval Zanella
2017-05-18
1
-1
/
+0
*
Suppress internal declarations for most of the testsuite.
Zack Weinberg
2017-05-11
1
-5
/
+6
*
Move shared pthread definitions to common headers
Adhemerval Zanella
2017-05-09
1
-0
/
+1
*
support: Prevent multiple deletion of temporary files
Florian Weimer
2017-05-08
4
-88
/
+45
*
Fix network headers stdint.h namespace (bug 21455).
Joseph Myers
2017-05-04
1
-24
/
+3
*
Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).
Joseph Myers
2017-04-25
1
-0
/
+1
[next]