summaryrefslogtreecommitdiff
path: root/lib/csu/i386
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-11csu: Implement _start using as to satisfy unwinders on i386Dmitry Chagin
2023-07-11csu: Add the prologue and epilogue to the _init and _fini on i386Dmitry Chagin
2023-03-12csu: move common code to libcKonstantin Belousov
2021-07-25lib/csu: Get rid of unused fptr typedef on amd64.Gleb Popov
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin
2020-06-26Only include object files from .ALLSRC when linking crt1 objects.John Baldwin
2020-06-24Always compile the brand and ignore init ELF notes standalone.John Baldwin
2020-06-15Remove the sed hack for ABI tag notes.John Baldwin
2018-11-20csu: use BSD-1-clause license on csu filesEd Maste
2018-10-25Implement a BSD licensed crtbegin/crtendAndrew Turner
2018-10-13Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov
2017-04-07Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin
2017-01-20Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper
2015-12-08Remove historical GNUC testEd Maste
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-09-21Fix installation of 32bit libraries after r288074.Bryan Drewery
2015-09-21Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-05-19All FreeBSD platforms are elf: move i386-elf to i386Ed Maste
2005-01-11Remnant code (broken, unhooked) from a.out which I missed.Tom Rhodes
2002-07-29Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-12-27Fixed type mismatches in args to __syscall(). One for mmap() broke onBruce Evans
1998-12-27Avoid using ld -O (as in bsd.lib.mk).Bruce Evans
1998-05-31Fixed double slashes in pathnames.Bruce Evans
1998-05-26ELF preparation step 2:Søren Schmidt
1998-02-11Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra
1998-02-09Move the trampolines for dlopen and related functions from crt0.oJohn Polstra
1998-02-06Implement dladdr.John Polstra
1998-01-12${TARGET} -> ${.TARGET}Eivind Eklund
1997-11-22const correctness for dl*()Brian Somers
1997-10-11Make this file p-make clean. (Use "ld -O foo" instead of "ld; mvSatoshi Asami
1997-09-29Sort cross refereces in section SEE ALSO.Wolfram Schneider
1997-08-02Implement dlsym(RTLD_NEXT, symbol).John Polstra
1997-04-30Use our copy of dlfcn.h, not the version in /usr/include, which may notMike Smith
1997-04-09Declare the constructor/destructor linker sets as extern rather thanJohn Polstra
1997-04-02Fix an error in the previous revision that caused make world breakage.John Polstra
1997-04-01Simplified install rule.Bruce Evans
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1997-01-12Convert to mdoc format.John Polstra
1997-01-12Add definitions of RTLD_LAZY and RTLD_NOW.John Polstra
1997-01-11Set the "crt_ldso" member of the crt-to-ld.so interface structure. ThisJohn Polstra
1997-01-01Use ${COPY} instead of -C for installing non-source files. crt*.oBruce Evans