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
/
elf
/
dl-tunables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2022-09-22
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
elf: Use the minimal malloc on tunables_strdup
Adhemerval Zanella
2021-11-09
1
-3
/
+4
*
rtld: copy terminating null in tunables_strdup (bug 28256)
Andreas Schwab
2021-08-23
1
-2
/
+0
*
Fix SXID_ERASE behavior in setuid programs (BZ #27471)
Siddhesh Poyarekar
2021-04-12
1
-30
/
+26
*
tunables: Fix comparison of tunable values
Siddhesh Poyarekar
2021-04-07
1
-11
/
+14
*
tunables: Simplify TUNABLE_SET interface
Siddhesh Poyarekar
2021-02-10
1
-88
/
+40
*
Use hidden visibility for early static PIE code
Szabolcs Nagy
2021-01-21
1
-0
/
+4
*
elf: Avoid RELATIVE relocs in __tunables_init
Szabolcs Nagy
2021-01-21
1
-1
/
+1
*
ld.so: Add --list-tunables to print tunable values
H.J. Lu
2021-01-15
1
-0
/
+43
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Set tunable value as well as min/max values
H.J. Lu
2020-09-29
1
-4
/
+41
*
Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE
H.J. Lu
2020-06-04
1
-2
/
+2
*
parse_tunables: Fix typo in comment
Jonathan Wakely
2020-03-13
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
tunables: report sbrk() failure
DJ Delorie
2019-12-16
1
-5
/
+4
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Avoid "inline" after return type in function definitions.
Joseph Myers
2019-02-06
1
-2
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Fix range check in do_tunable_update_val
Alexey Makhalov
2017-09-27
1
-11
/
+4
*
i386: Add <startup.h> [BZ #21913]
H.J. Lu
2017-08-08
1
-0
/
+1
*
tunables: Use direct syscall for access (BZ#21744)
Adhemerval Zanella
2017-07-24
1
-0
/
+2
*
tunables, aarch64: New tunable to override cpu
Siddhesh Poyarekar
2017-06-30
1
-20
/
+4
*
ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]
H.J. Lu
2017-06-08
1
-68
/
+1
*
tunables: Clean up hooks to get and set tunables
Siddhesh Poyarekar
2017-06-07
1
-21
/
+37
*
Make __tunables_init hidden and avoid PLT
H.J. Lu
2017-05-25
1
-0
/
+2
*
tunables: Add support for tunables of uint64_t type
Siddhesh Poyarekar
2017-05-17
1
-54
/
+40
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+0
*
Fix getting tunable values on big-endian (BZ #21109)
Siddhesh Poyarekar
2017-02-08
1
-0
/
+2
*
tunables: Fix environment variable processing for setuid binaries (bz #21073)
Siddhesh Poyarekar
2017-02-02
1
-23
/
+96
*
* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
DJ Delorie
2017-01-20
1
-4
/
+26
*
Fix environment traversal when an envvar value is empty
Siddhesh Poyarekar
2017-01-20
1
-2
/
+2
*
tunables: Avoid getenv calls and disable glibc.malloc.check by default
Siddhesh Poyarekar
2017-01-10
1
-77
/
+10
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Enhance --enable-tunables to select tunables frontend at build time
Siddhesh Poyarekar
2016-12-31
1
-1
/
+11
*
Initialize tunable list with the GLIBC_TUNABLES environment variable
Siddhesh Poyarekar
2016-12-31
1
-1
/
+128
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
1
-0
/
+320