index
:
hurd/glibc.git
baseline
fixes-2.28
fixes-2.31
master
rbraun/clock_t_centiseconds
rbraun/mach_msg_uspace_options
reviewed
t/EGREGIOUS-fr
t/EIEIO-fr
t/ONSTACK
t/WRLCK-upgrade
t/____longjmp_chk
t/bigmem
t/bind_umask2
t/bits_atomic.h_multiple_threads
t/bootstrap
t/context_functions
t/cpuclock
t/eintr
t/hooks
t/host-independency
t/hurdsig-SA_SIGINFO
t/hurdsig-boot-fix
t/hurdsig-fixes
t/hurdsig-fixes-2
t/hurdsig-global-dispositions
t/hurdsig-global-dispositions-versions
t/ifaddrs_v6
t/io_select_timeout
t/libc_rwlock_recursive
t/libpthread_sigs
t/locarchive
t/lockf64
t/mach-hurd-link
t/magic-pid
t/master_backports
t/no-werror
t/pie-sbrk
t/poll_errors_fixes
t/regenerate_configure
t/regenerate_errno.h
t/remap_getcwd
t/sendmsg-SCM_CREDS
t/sendmsg-SCM_RIGHTS
t/setitimer
t/sigstate_thread_reference
t/single-select-timeout
t/sysvshm
t/thread-cancel
t/unlockpt-chroot
tschwinge/Roger_Whittaker
upstream
glibc maintenance
GNU Hurd maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
dl-tunables.c
Age
Commit message (
Expand
)
Author
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-09-27
Fix range check in do_tunable_update_val
Alexey Makhalov
2017-08-08
i386: Add <startup.h> [BZ #21913]
H.J. Lu
2017-07-24
tunables: Use direct syscall for access (BZ#21744)
Adhemerval Zanella
2017-06-30
tunables, aarch64: New tunable to override cpu
Siddhesh Poyarekar
2017-06-08
ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]
H.J. Lu
2017-06-07
tunables: Clean up hooks to get and set tunables
Siddhesh Poyarekar
2017-05-25
Make __tunables_init hidden and avoid PLT
H.J. Lu
2017-05-17
tunables: Add support for tunables of uint64_t type
Siddhesh Poyarekar
2017-03-01
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-02-08
Fix getting tunable values on big-endian (BZ #21109)
Siddhesh Poyarekar
2017-02-02
tunables: Fix environment variable processing for setuid binaries (bz #21073)
Siddhesh Poyarekar
2017-01-20
* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
DJ Delorie
2017-01-20
Fix environment traversal when an envvar value is empty
Siddhesh Poyarekar
2017-01-10
tunables: Avoid getenv calls and disable glibc.malloc.check by default
Siddhesh Poyarekar
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-12-31
Enhance --enable-tunables to select tunables frontend at build time
Siddhesh Poyarekar
2016-12-31
Initialize tunable list with the GLIBC_TUNABLES environment variable
Siddhesh Poyarekar
2016-12-31
Add framework for tunables
Siddhesh Poyarekar