aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Initialize __progname by argv[0] before striping leading path,Hidetoshi Shimokawa1999-01-191-1/+2
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-093-9/+9
* Strip the leading path from __progname.Steve Price1999-01-071-3/+7
* 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
* Strip the leading path from __progname as is done in the a.out case. AlsoSteve Price1998-12-242-6/+18
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-074-4/+50
* Remove the bootstrap hack that prevented the use of the rtld.John Birrell1998-08-202-24/+3
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Force BOOTSTRAP mode all the time while the headers are broken on alphaJohn Birrell1998-05-041-1/+5
* Temporary fix for problems that occur if CFLAGS=-g is added toJohn Birrell1998-04-011-1/+2
* Don't share sources with i386-elf. That was too difficult. 8-(John Birrell1998-03-111-4/+7
* Sharing the crt sources with i386-elf wasn't too successful. The crtiJohn Birrell1998-03-113-20/+167
* Trash startup sources from NetBSD in favour of jdp's FreeBSD sourceJohn Birrell1998-03-104-419/+23
* Import a sanitized version of jdp's crt1.c from i386-elf. I have removedJohn Birrell1998-03-101-0/+63
* Import C startup files for ELF support.John Polstra1998-03-0712-0/+526
* 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
* CSU source for Alpha obtained from NetBSD. The makefile will requireJohn Birrell1998-01-114-0/+419
* 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
* Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0John Polstra1996-02-201-14/+6
* Back out the thread_init code in order to allow -current to bootstrapNate Williams1996-01-301-8/+0
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-1/+9
* Check the count in the first word of __CTOR_LIST__ before executingJohn Polstra1996-01-151-4/+12
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-3/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-302-436/+0
* Remove my locale hack. Sigh.Andrey A. Chernov1995-11-022-14/+3
* Clean up and make code (more) readable.Poul-Henning Kamp1995-10-292-111/+96