aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/i386
Commit message (Expand)AuthorAgeFilesLines
* csu: move common code to libcKonstantin Belousov2023-03-113-111/+5
* lib/csu: Get rid of unused fptr typedef on amd64.Gleb Popov2021-07-251-4/+2
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-32/+2
* Only include object files from .ALLSRC when linking crt1 objects.John Baldwin2020-06-261-3/+3
* Always compile the brand and ignore init ELF notes standalone.John Baldwin2020-06-242-9/+7
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-153-25/+8
* csu: use BSD-1-clause license on csu filesEd Maste2018-11-202-6/+0
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+32
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-133-3/+94
* Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin2017-04-071-3/+3
* Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper2017-01-201-3/+3
* Remove historical GNUC testEd Maste2015-12-081-6/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Fix installation of 32bit libraries after r288074.Bryan Drewery2015-09-211-0/+2
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery2015-09-211-5/+5
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+14
|\
| * Merge sync of headSimon J. Gerraty2015-05-276-0/+282
| |\ | |/ |/|
* | All FreeBSD platforms are elf: move i386-elf to i386Ed Maste2015-05-195-0/+269
|/
* Remnant code (broken, unhooked) from a.out which I missed.Tom Rhodes2005-01-113-527/+0
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-6/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Fixed type mismatches in args to __syscall(). One for mmap() broke onBruce Evans1998-12-271-5/+5
* Avoid using ld -O (as in bsd.lib.mk).Bruce Evans1998-12-271-7/+16
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra1998-02-113-79/+3
* Move the trampolines for dlopen and related functions from crt0.oJohn Polstra1998-02-094-481/+18
* Implement dladdr.John Polstra1998-02-064-13/+169
* ${TARGET} -> ${.TARGET}Eivind Eklund1998-01-121-2/+2
* const correctness for dl*()Brian Somers1997-11-223-15/+15
* Make this file p-make clean. (Use "ld -O foo" instead of "ld; mvSatoshi Asami1997-10-111-11/+6
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-2/+3
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-023-8/+42
* Use our copy of dlfcn.h, not the version in /usr/include, which may notMike Smith1997-04-301-2/+2
* Declare the constructor/destructor linker sets as extern rather thanJohn Polstra1997-04-091-3/+24
* Fix an error in the previous revision that caused make world breakage.John Polstra1997-04-021-1/+3
* Simplified install rule.Bruce Evans1997-04-011-6/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Convert to mdoc format.John Polstra1997-01-121-136/+152
* Add definitions of RTLD_LAZY and RTLD_NOW.John Polstra1997-01-121-0/+6
* Set the "crt_ldso" member of the crt-to-ld.so interface structure. ThisJohn Polstra1997-01-111-1/+2
* Use ${COPY} instead of -C for installing non-source files. crt*.oBruce Evans1997-01-011-2/+2
* When linking with no rtld support, provide stub dl*() functions thatPeter Wemm1996-12-281-1/+43
* Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c definesMarc G. Fournier1996-10-081-2/+2
* Remove garbage initcode reference so that 'gcc -Dlint ...'Steve Price1996-10-061-2/+1
* Support crt0 <-> ld.so interface version 4. This should be both backwardsPeter Wemm1996-10-011-5/+11
* cmp -s || install -c --> install -CPeter Wemm1996-08-301-7/+5
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-6/+6