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
*
Gentoo: disable tests that fail only in sandbox
Andreas K. Hüttel
2019-08-03
1
-2
/
+2
*
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
*
Don't reduce test timeout to less than default
Andreas Schwab
2018-10-17
6
-13
/
+0
*
regex: simplify by using intprops.h
Paul Eggert
2018-10-14
1
-17
/
+1
*
regex: __builtin_expect → __glibc_unlikely
Paul Eggert
2018-10-14
5
-401
/
+423
*
Use libsupport for tst-spawn.c
Adhemerval Zanella
2018-09-25
1
-122
/
+92
*
regex: Add test tst-regcomp-truncated [BZ #23578]
Florian Weimer
2018-08-28
2
-1
/
+193
*
regex: fix uninitialized memory access
Paul Eggert
2018-08-25
1
-2
/
+2
*
regex: port Gnulib code to z/OS POSIX environment
Paul Eggert
2018-08-22
1
-0
/
+3
*
regex: Gnulib unibyte RRI uses bytes not chars
Paul Eggert
2018-08-10
1
-5
/
+4
*
regex: fix memory leak in Gnulib
Paul Eggert
2018-08-01
1
-1
/
+1
*
Keep expected behaviour for [a-z] and [A-z] (Bug 23393).
Carlos O'Donell
2018-07-25
2
-44
/
+89
*
regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]
Florian Weimer
2018-07-20
1
-12
/
+4
*
Avoid insecure usage of tmpnam in tests.
Joseph Myers
2018-07-18
6
-19
/
+40
*
regexec: Fix off-by-one bug in weight comparison [BZ #23036]
Florian Weimer
2018-07-10
1
-23
/
+20
*
posix: Fix bug-regex33 after regex sync
Adhemerval Zanella
2018-07-04
1
-3
/
+3
*
posix: Sync gnulib regex implementation
Adhemerval Zanella
2018-07-04
11
-1161
/
+1591
*
manual: Revise crypt.texi.
Zack Weinberg
2018-06-29
1
-1
/
+5
*
Disallow use of DES encryption functions in new programs.
Zack Weinberg
2018-06-29
1
-13
/
+3
*
wordexp: Rewrite parse_tilde to use struct scratch_buffer [BZ #18023]
Florian Weimer
2018-06-27
1
-17
/
+29
*
Fix hardcoded /tmp paths in testing (bug 13888).
Joseph Myers
2018-06-26
2
-2
/
+3
*
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
2018-06-12
1
-0
/
+1
[next]