glibc/sysdeps/unix/sysv
Ulrich Drepper 35f1e82763 * Versions.def (ld): Add GLIBC_2.4.
* configure.in: Add --enable-stackguard-randomization option.
	(ENABLE_STACKGUARD_RANDOMIZE): New define.
	* config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
	* sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
	(_dl_setup_stack_chk_guard): New inline function.
	* sysdeps/generic/dl-osinfo.h: Include stdint.h.
	(_dl_setup_stack_chk_guard): New inline function.
	* elf/rtld.c (__stack_chk_guard): New variable.
	(dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
	Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
	use THREAD_SET_STACK_GUARD if defined.
	* elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
	* sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
	(__libc_start_main): Set __stack_chk_guard to
	_dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
	* sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
	traces of TLS_INIT_TP_EXPENSIVE.
	* debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
	* debug/Makefile (routines): Add stack_chk_fail.
	(static-only-routines): Add stack_chk_fail_local.
	* debug/stack_chk_fail_local.c: New file.
	* debug/stack_chk_fail.c: New file.
	* elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
	tests.
	* elf/tst-stackguard1.c: New file.
	* elf/tst-stackguard1-static.c: New file.
	* elf/stackguard-macros.h: New file.
2005-06-26 18:14:26 +00:00
..
bits Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
i386 2.5-18.1 2007-07-12 18:26:36 +00:00
linux * Versions.def (ld): Add GLIBC_2.4. 2005-06-26 18:14:26 +00:00
Dist 2.5-18.1 2007-07-12 18:26:36 +00:00
Makefile Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00
direct.h
getdents.c Update. 2004-09-14 04:41:35 +00:00
gethostname.c 2001-08-27 Roland McGrath <roland@frob.com> 2001-09-01 21:45:32 +00:00
setrlimit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
settimeofday.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigaction.c Update. 2002-08-03 07:02:10 +00:00
syscalls.list Update. 2003-07-27 19:02:36 +00:00
sysv_termio.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tcdrain.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tcflow.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tcflush.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tcgetattr.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tcgetpgrp.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
tcsendbrk.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tcsetattr.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
tcsetpgrp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00