aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-213-3/+3
* Sync with -current.John Polstra1997-08-083-8/+42
* Bring in the dl*() stubs to crt0.o from currentBrian Somers1997-06-063-141/+197
* Merge from main branch 1.2 -> 1.3: Add defines for RTLD_LAZY andJohn Polstra1997-05-251-0/+6
* Merge bugfix from main branch 1.26 -> 1.27: Set the pathname of theJohn Polstra1997-05-251-1/+2
* Merge from main branch 1.7 -> 1.8: Make it safe to link c++rt0.oJohn Polstra1997-05-041-3/+24
* YAMFC - use local copy of dlfcn.hMike Smith1997-04-301-2/+2
* YAMFC (use install flags ${COPY} instead of -C).Bruce Evans1997-03-031-2/+2
* 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
* Fixed dependencies for scrt0.o.Bruce Evans1995-10-221-7/+14
* -fomit-frame-pointer is becomming an increasingly popular optimization,Poul-Henning Kamp1995-10-201-2/+2
* put the _getenv and _strncmp under #ifdef DEBUG, which is the only timePoul-Henning Kamp1995-10-181-1/+6
* Create a scrt0.o file that specifically excludes the shared-lib support.David Greenman1995-10-181-6/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinedNate Williams1995-09-271-5/+16
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-2/+2
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-3/+4
* Numerous Makefile fixes:Garrett Wollman1995-06-301-11/+30
* Change ld.so to correctly load dependant libraries for dlopen and unload themDoug Rabson1995-06-272-4/+16
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Install the dlopen.3 manpage.Poul-Henning Kamp1995-03-301-2/+2
* Remove an unused variable.Poul-Henning Kamp1995-02-241-2/+1
* Install the header files.Jordan K. Hubbard1995-02-091-1/+3
* Add two parts of Mark's/Gary's dlopen() changes that I missed before.Jordan K. Hubbard1995-02-082-0/+244
* Support for more Sun compatible dlopen() and friends. Also added proper errorJordan K. Hubbard1995-02-072-9/+11
* Call reduced (8-bit only) startup_setlocale()Andrey A. Chernov1994-09-241-2/+3
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEAndrey A. Chernov1994-09-192-9/+5
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cAndrey A. Chernov1994-09-182-3/+12
* Remove dead code. gmon stuff is now done better in libc/gmon anBruce Evans1994-08-221-11/+3
* Make it work with new mmap syscall.Garrett Wollman1994-08-051-9/+9
* MAP_FILE is the default on mmap now, and is no longer defined justRodney W. Grimes1994-05-281-1/+8
* From Jordan via. Paul K.Nate Williams1994-03-092-5/+85
* Allow NetBSD (old style) shared binaries to work. Probably not theNate Williams1994-02-161-2/+2
* New dlopen, dlclose, etc al. For the new ld changes.Jordan K. Hubbard1994-02-131-145/+63
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultDavid Greenman1994-01-031-5/+5
* Adding embryonic C++ shared lib support (all tests positive so far).Jordan K. Hubbard1993-12-241-12/+16
* -r option incorrectly removed:Andrey A. Chernov1993-11-181-2/+2
* Removed all the ld -x -r stuff -- paranoia.Paul Richards1993-11-161-8/+9
* shlib update:Paul Richards1993-11-092-9/+8