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
/
sysdeps
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix: Remove posix waitid
Adhemerval Zanella
2020-02-27
1
-158
/
+0
*
nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
Florian Weimer
2020-02-13
1
-15
/
+3
*
getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]
Florian Weimer
2020-01-20
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
87
-87
/
+87
*
Consolidate wait3 implementations
Adhemerval Zanella
2019-12-19
1
-39
/
+0
*
Implement wait in terms of waitpid
Adhemerval Zanella
2019-12-19
1
-30
/
+0
*
Remove __waitpid_nocancel
Adhemerval Zanella
2019-12-19
1
-1
/
+5
*
hurd: Fix ld.so __getcwd override from libc
Samuel Thibault
2019-12-01
1
-0
/
+1
*
sysdeps/posix/getaddrinfo: Return early on invalid address family
Tim Rühsen
2019-11-26
1
-22
/
+18
*
sysdeps/posix: Simplify if expression in getaddrinfo
Tim Rühsen
2019-11-26
1
-1
/
+1
*
Use clock_gettime to implement gettimeofday.
Adhemerval Zanella
2019-10-30
1
-67
/
+0
*
Use clock_gettime to implement timespec_get.
Zack Weinberg
2019-10-30
1
-32
/
+0
*
Use clock_gettime to implement time.
Adhemerval Zanella
2019-10-30
1
-40
/
+0
*
Change most internal uses of __gettimeofday to __clock_gettime.
Zack Weinberg
2019-10-30
2
-15
/
+8
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
92
-92
/
+92
*
Finish move of clock_* functions to libc. [BZ #24959]
Zack Weinberg
2019-09-04
1
-2
/
+9
*
Refactor sigcontextinfo.h
Adhemerval Zanella
2019-08-23
2
-13
/
+27
*
Do not print backtraces on fatal glibc errors
Florian Weimer
2019-08-19
1
-31
/
+4
*
Get new entropy on each attempt __gen_tempname (BZ #15813)
Adhemerval Zanella
2019-08-01
1
-7
/
+6
*
nss: Turn __nss_database_lookup into a compatibility symbol
Florian Weimer
2019-05-15
1
-3
/
+3
*
resolv: Remove support for RES_USE_INET6 and the inet6 option
Florian Weimer
2019-04-08
1
-11
/
+0
*
Do not use HP_TIMING_NOW for random bits
Adhemerval Zanella
2019-03-22
1
-28
/
+12
*
nptl: Remove pthread_clock_gettime pthread_clock_settime
Adhemerval Zanella
2019-03-22
1
-45
/
+1
*
Remove obsolete, never-implemented XSI STREAMS declarations
Florian Weimer
2019-03-14
1
-4
/
+0
*
Add some spaces before '('.
Joseph Myers
2019-02-27
1
-1
/
+1
*
Break more lines before not after operators.
Joseph Myers
2019-02-25
1
-2
/
+2
*
Cleanup clock_*time includes
Wilco Dijkstra
2019-02-01
1
-10
/
+1
*
CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]
Florian Weimer
2019-01-21
1
-1
/
+1
*
nptl: Cleanup cancellation macros
Adhemerval Zanella
2019-01-03
3
-30
/
+6
*
nptl: Remove tst-cancel-wrappers test and related macros
Adhemerval Zanella
2019-01-03
2
-5
/
+0
*
posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)
Adhemerval Zanella
2019-01-03
1
-3
/
+15
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
92
-92
/
+92
*
timespec_get (posix): Fix copyright header
Florian Weimer
2018-12-12
1
-1
/
+1
*
posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]
Florian Weimer
2018-12-07
1
-0
/
+5
*
posix: Fix segfault in maybe_script_execute
Adhemerval Zanella
2018-12-03
1
-1
/
+1
*
posix: Use posix_spawn on system
Adhemerval Zanella
2018-11-30
1
-89
/
+100
*
posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]
Florian Weimer
2018-11-06
1
-0
/
+5
*
Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)
Adhemerval Zanella
2018-06-26
2
-2
/
+2
*
Avoid cancellable I/O primitives in ld.so.
Zack Weinberg
2018-06-12
2
-2
/
+2
*
posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...
Adhemerval Zanella
2018-06-08
1
-1
/
+3
*
Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
Florian Weimer
2018-05-23
1
-60
/
+21
*
Consolidate Linux readdir{64}{_r} implementation
Adhemerval Zanella
2018-04-06
2
-0
/
+10
*
hurd: Avoid PLT for dirfd
Samuel Thibault
2018-04-05
1
-0
/
+1
*
Filter out NPTL internal signals (BZ #22391)
Adhemerval Zanella
2018-04-03
2
-10
/
+5
*
Assume O_DIRECTORY for opendir
Adhemerval Zanella
2018-04-03
1
-103
/
+5
*
hurd: Avoid some PLTs in libc and librt
Samuel Thibault
2018-04-02
1
-1
/
+1
*
Add missing start-of-file descriptive comment.
Samuel Thibault
2018-03-06
2
-2
/
+4
*
Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).
Joseph Myers
2018-02-15
1
-0
/
+4
*
preadv2/pwritev2: Handle offset == -1 [BZ #22753]
Florian Weimer
2018-02-02
4
-4
/
+16
*
Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...
Andreas Schwab
2018-01-29
2
-24
/
+18
[next]