aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/init-first.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24hurd: Generalize init-first.c to support x86_64Sergey Bugaev1-262/+0
2023-02-24hurd: Simplify init-first.c furtherSergey Bugaev1-132/+61
2023-02-20hurd: Simplify init-first.c a bitSergey Bugaev1-16/+7
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-08-22hurd: Fix starting static binaries with stack protection enabledSamuel Thibault1-0/+13
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault1-2/+7
2022-04-19elf: Remove __libc_init_secureFangrui Song1-4/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28hurd: Fix static-PIE startupSamuel Thibault1-1/+1
2021-12-28hurd: let csu initialize tlsSamuel Thibault1-3/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer1-4/+6
2020-11-13hurd: Make sure signals get startedSamuel Thibault1-3/+3
2020-11-11hurd: Notify the proc server later during initializationSamuel Thibault1-0/+3
2020-11-11htl: Initialize laterSamuel Thibault1-82/+24
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer1-5/+0
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-4/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-16hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer1-0/+9
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-26Break further lines before not after operators.Joseph Myers1-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-13Do not clobber sp in _hurd_stack_setup.Joseph Myers1-1/+1
2018-07-31hurd: Fix startup of static binaries linked against libpthreadSamuel Thibault1-33/+35
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault1-8/+17
2018-03-18hurd: fix buildSamuel Thibault1-1/+1
2018-03-18hurd: Fix boot with statically-linked exec serverSamuel Thibault1-1/+1
2018-03-17hurd: Replace threadvars with TLSSamuel Thibault1-37/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg1-8/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-23hurd: Fix dlopening libraries from static programsSamuel Thibault1-0/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault1-2/+2
2013-05-26_dl_non_dynamic_init declaration cleanup.Thomas Schwinge1-3/+0
2013-03-28Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath1-8/+14
2013-03-28Make _dl_phdr pointer to const.Roland McGrath1-1/+1
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath1-4/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault1-0/+2
2012-05-10Hurd: Avoid init-first.c miscompilation.Thomas Schwinge1-14/+31
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge1-2/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu1-1/+1
2005-10-16[BZ #1253]Roland McGrath1-11/+14
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-14/+11
2007-07-122.5-18.1Jakub Jelinek1-11/+14
2004-09-13(init1): fix one more nit in last changeRoland McGrath1-4/+4