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
/
nscd
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BZ #20271] Add newlines in __libc_fatal calls.
Paul Pluzhnikov
2018-08-31
1
-1
/
+1
*
nscd: Fix use-after-free in addgetnetgrentX [BZ #23520]
Florian Weimer
2018-08-28
1
-13
/
+29
*
nscd: Deallocate existing user names in file parser
Florian Weimer
2018-08-14
1
-1
/
+5
*
manual: Revise crypt.texi.
Zack Weinberg
2018-06-29
1
-2
/
+2
*
nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]
Florian Weimer
2018-06-25
1
-34
/
+45
*
nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023]
Florian Weimer
2018-06-25
4
-152
/
+75
*
nscd restart: Use malloc instead of extend_alloca [BZ #18023]
Florian Weimer
2018-06-25
1
-38
/
+61
*
Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
Florian Weimer
2018-05-23
1
-3
/
+0
*
Fix concurrent changes on nscd aware files (BZ #23178)
Adhemerval Zanella
2018-05-16
9
-306
/
+21
*
hurd: Add hurd thread library
Samuel Thibault
2018-04-02
1
-0
/
+1
*
Fix multiple definitions of __nss_*_database (bug 22918)
Andreas Schwab
2018-03-03
1
-0
/
+3
*
[BZ #22342] Fix netgroup cache keys.
DJ Delorie
2018-03-01
1
-1
/
+1
*
nscd: don't unconditionally use PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZE...
Samuel Thibault
2018-02-11
1
-5
/
+11
*
hurd: Fix getifaddrs / freeifaddrs exposition
Samuel Thibault
2018-01-28
1
-0
/
+2
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
39
-39
/
+39
*
Fix nscd readlink argument aliasing (bug 22446).
Joseph Myers
2017-12-18
1
-2
/
+3
*
Increase buffer size due to warning from ToT GCC
Steve Ellcey
2017-12-15
1
-1
/
+1
*
Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCC
Steve Ellcey
2017-12-12
1
-1
/
+1
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-5
/
+5
*
nss: Export nscd hash function as __nss_hash [BZ #22459]
Florian Weimer
2017-11-23
5
-48
/
+7
*
nscd: remove reference to libnsl
Andreas Schwab
2017-10-11
5
-15
/
+50
*
nscd: Eliminate compilation time dependency in the build output
Florian Weimer
2017-10-05
1
-6
/
+21
*
Hide internal __nis_hash function [BZ #18822]
H.J. Lu
2017-10-01
1
-0
/
+5
*
Mark internal nscd functions with attribute_hidden [BZ #18822]
H.J. Lu
2017-10-01
2
-17
/
+29
*
nscd: Release read lock after resetting timeout.
DJ Delorie
2017-09-25
1
-0
/
+2
*
Remove compat from DEFAULT_CONFIG lookup strings
Steve Ellcey
2017-09-12
1
-2
/
+7
*
NSS: Remove internal_function function attribute
Florian Weimer
2017-08-31
3
-8
/
+3
*
Mark internal nss symbols with attribute_hidden [BZ #18822]
H.J. Lu
2017-08-21
1
-3
/
+0
*
Consolidate non cancellable close call
Adhemerval Zanella
2017-08-18
8
-10
/
+10
*
resolv: Introduce struct resolv_context [BZ #21668]
Florian Weimer
2017-07-03
1
-10
/
+11
*
resolv: Call _res_hconf_init from __res_vinit
Florian Weimer
2017-06-27
3
-4
/
+1
*
Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.
Zack Weinberg
2017-05-09
1
-1
/
+1
*
Assume that accept4 is always available and works
Florian Weimer
2017-04-19
1
-48
/
+2
*
Assume that O_CLOEXEC is always defined and works
Florian Weimer
2017-04-18
1
-31
/
+6
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+1
*
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
39
-39
/
+39
*
resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
2016-12-31
2
-4
/
+5
*
Drop explicit stack-protection of pieces of the system [BZ #7065]
Nick Alcock
2016-12-26
1
-1
/
+0
*
Fix incorrect double-checked locking related to _res_hconf.initialized.
Torvald Riegel
2016-08-18
1
-2
/
+1
*
Remove atomic_compare_and_exchange_bool_rel.
Torvald Riegel
2016-06-24
1
-6
/
+6
*
Fix nscd assertion failure in gc (bug 19755)
Andreas Schwab
2016-06-09
2
-2
/
+24
*
NSS: Implement group merging support.
Stephen Gallagher
2016-04-29
2
-0
/
+8
*
Fix build errors with -DNDEBUG.
Martin Sebor
2016-01-15
1
-2
/
+4
*
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
39
-39
/
+39
*
use -fstack-protector-strong when available
Mike Frysinger
2015-10-19
1
-3
/
+1
*
Assume that SOCK_CLOEXEC is available and works
Florian Weimer
2015-10-17
2
-93
/
+2
*
nscd: drop selinux/flask.h include
Mike Frysinger
2015-07-08
1
-1
/
+0
[next]