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: Refactor tst-waitid (BZ #14666)
Adhemerval Zanella
2020-02-27
1
-396
/
+153
*
Fix use-after-free in glob when expanding ~user (bug 25414)
Andreas Schwab
2020-02-20
1
-12
/
+13
*
Add hidden prototypes for __sched_getparam, __sched_getscheduler
Florian Weimer
2020-02-20
2
-0
/
+2
*
y2038: Define __suseconds64_t type to be used with struct __timeval64
Lukasz Majewski
2020-02-07
1
-0
/
+1
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
243
-243
/
+243
*
Add exception-based flags for wait4
Adhemerval Zanella
2019-12-20
1
-0
/
+1
*
Consolidate wait3 implementations
Adhemerval Zanella
2019-12-19
1
-10
/
+1
*
Implement waitpid in terms of wait4
Adhemerval Zanella
2019-12-19
2
-11
/
+3
*
Implement wait in terms of waitpid
Adhemerval Zanella
2019-12-19
1
-5
/
+1
*
Fix array bounds violation in regex matcher (bug 25149)
Andreas Schwab
2019-11-11
1
-2
/
+5
*
Refactor nanosleep in terms of clock_nanosleep
Adhemerval Zanella
2019-11-06
1
-5
/
+8
*
posix: Sync regex with gnulib
Adhemerval Zanella
2019-11-06
4
-114
/
+47
*
posix: Use posix_spawn for wordexp
Adhemerval Zanella
2019-10-09
3
-158
/
+114
*
posix/tst-wordexp-nocmd: Fix diagnostics output in test
Florian Weimer
2019-10-08
1
-2
/
+2
*
wordexp: Split out command execution tests from posix/wordexp-test
Florian Weimer
2019-10-08
3
-84
/
+181
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
236
-236
/
+236
*
Fix posix/tst-regex by using UTF-8 and own test input
Paul Eggert
2019-08-29
2
-31
/
+30
*
Fix posix/tst-regex by using a dedicated input-file.
Stefan Liebler
2019-08-28
2
-1
/
+12550
*
Remove dead regex code
Paul Eggert
2019-08-21
1
-1
/
+0
*
Fix bad pointer / leak in regex code
Paul Eggert
2019-08-21
1
-3
/
+7
*
posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
Adhemerval Zanella
2019-07-10
1
-4
/
+5
*
Make mktime etc. compatible with __time64_t
Paul Eggert
2019-04-30
1
-3
/
+6
*
Remove obsolete, never-implemented XSI STREAMS declarations
Florian Weimer
2019-03-14
3
-1
/
+109
*
Use a proper C tokenizer to implement the obsolete typedefs test.
Zack Weinberg
2019-03-13
2
-30
/
+13
*
Add some spaces before '('.
Joseph Myers
2019-02-27
1
-1
/
+1
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
7
-38
/
+38
*
Add fall-through comments.
Joseph Myers
2019-02-12
1
-0
/
+2
*
Provide <bits/unistd_ext.h> as a sysdeps header exclusively
Florian Weimer
2019-02-08
1
-21
/
+0
*
Linux: Add gettid system call wrapper [BZ #6399]
Florian Weimer
2019-02-08
3
-1
/
+26
*
Fix handling of collating elements in fnmatch (bug 17396, bug 16976)
Andreas Schwab
2019-02-04
5
-143
/
+182
*
<spawn.h>: Add missing nonnull attributes and __restrict qualifiers
Florian Weimer
2019-02-04
1
-24
/
+41
*
posix/tst-spawn: Fix racy tests in spawned processes.
Stefan Liebler
2019-02-01
1
-5
/
+6
*
regex: fix read overrun [BZ #24114]
Paul Eggert
2019-01-31
1
-2
/
+4
*
Fix a few typos in comments
Dmitry V. Levin
2019-01-12
1
-1
/
+1
*
posix: Fix tst-spawn.c issue from commit 805334b26c
Adhemerval Zanella
2019-01-05
1
-2
/
+2
*
posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)
Adhemerval Zanella
2019-01-03
1
-8
/
+36
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
239
-239
/
+239
*
regex: improve Gnulib port to AIX
Paul Eggert
2018-12-31
1
-12
/
+0
*
regex: simplify Gnulib port
Paul Eggert
2018-12-27
4
-30
/
+8
*
regex: fix storage-exhaustion error
Paul Eggert
2018-12-16
1
-0
/
+2
*
regex: fix heap-use-after-free error
Assaf Gordon
2018-12-16
1
-0
/
+1
*
hurd: Fix linknamespace of spawni
Samuel Thibault
2018-12-07
1
-1
/
+3
*
posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]
Florian Weimer
2018-12-07
7
-95
/
+180
*
posix: Do not include testcases.h, ptestcases.h in source tree
Florian Weimer
2018-11-29
3
-499
/
+9
*
posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]
Florian Weimer
2018-11-06
7
-2
/
+266
*
Avoid printf ("%s", NULL) in posix/bug-regex22.c.
Joseph Myers
2018-11-01
1
-4
/
+4
*
Y2038: Add 64-bit time for all architectures
Albert ARIBAUD (3ADEV)
2018-10-24
1
-0
/
+8
*
posix: Add internal symbols for posix_spawn interface
Adhemerval Zanella
2018-10-24
10
-12
/
+25
[next]