summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/crt0.c
Commit message (Expand)AuthorAgeFilesLines
* Implement dladdr.jdp1998-02-061-9/+33
* const correctness for dl*()brian1997-11-221-9/+9
* Implement dlsym(RTLD_NEXT, symbol).jdp1997-08-021-8/+13
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Set the "crt_ldso" member of the crt-to-ld.so interface structure. Thisjdp1997-01-111-1/+2
* When linking with no rtld support, provide stub dl*() functions thatpeter1996-12-281-1/+43
* Remove garbage initcode reference so that 'gcc -Dlint ...'steve1996-10-061-2/+1
* Support crt0 <-> ld.so interface version 4. This should be both backwardspeter1996-10-011-5/+11
* Back out the thread_init code in order to allow -current to bootstrapnate1996-01-301-8/+0
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+9
* Remove my locale hack. Sigh.ache1995-11-021-12/+1
* Clean up and make code (more) readable.phk1995-10-291-109/+94
* put the _getenv and _strncmp under #ifdef DEBUG, which is the only timephk1995-10-181-1/+6
* Fixup the "ld.so failed" message for the case when ld.so finds undefinednate1995-09-271-5/+16
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-271-2/+8
* Remove an unused variable.phk1995-02-241-2/+1
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-071-8/+9
* Call reduced (8-bit only) startup_setlocale()ache1994-09-241-2/+3
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEache1994-09-191-6/+5
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cache1994-09-181-2/+8
* Make it work with new mmap syscall.wollman1994-08-051-9/+9
* MAP_FILE is the default on mmap now, and is no longer defined justrgrimes1994-05-281-1/+8
* Allow NetBSD (old style) shared binaries to work. Probably not thenate1994-02-161-2/+2
* New dlopen, dlclose, etc al. For the new ld changes.jkh1994-02-131-145/+63
* Implemented 'QMAGIC' a.out format correctly, and changed the defaultdg1994-01-031-5/+5
* shlib update:paul1993-11-091-5/+4
* Added shared libs support from NetBSD.paul1993-11-041-49/+391
* Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of thedg1993-10-261-8/+0
* Added some support the new err(3) routines neednate1993-06-291-0/+12
* Upgrade to GCC 2.Xpaul1993-06-181-0/+5
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+108
OpenPOWER on IntegriCloud