summaryrefslogtreecommitdiffstats
path: root/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* Use our copy of dlfcn.h, not the version in /usr/include, which may notmsmith1997-04-301-2/+2
* Declare the constructor/destructor linker sets as extern rather thanjdp1997-04-091-3/+24
* Fix an error in the previous revision that caused make world breakage.jdp1997-04-021-1/+3
* Simplified install rule.bde1997-04-011-6/+2
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Convert to mdoc format.jdp1997-01-121-136/+152
* Add definitions of RTLD_LAZY and RTLD_NOW.jdp1997-01-121-0/+6
* Set the "crt_ldso" member of the crt-to-ld.so interface structure. Thisjdp1997-01-111-1/+2
* Use ${COPY} instead of -C for installing non-source files. crt*.obde1997-01-011-2/+2
* When linking with no rtld support, provide stub dl*() functions thatpeter1996-12-281-1/+43
* Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c definesscrappy1996-10-081-2/+2
* 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
* cmp -s || install -c --> install -Cpeter1996-08-301-7/+5
* ``mv'' -> ``mv -f''wosch1996-05-071-6/+6
* Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0jdp1996-02-201-14/+6
* 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
* Check the count in the first word of __CTOR_LIST__ before executingjdp1996-01-151-4/+12
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-3/+0
* recording cvs-1.6 file deathpeter1995-12-302-436/+0
* Remove my locale hack. Sigh.ache1995-11-022-14/+3
* Clean up and make code (more) readable.phk1995-10-292-111/+96
* Fixed dependencies for scrt0.o.bde1995-10-221-7/+14
* -fomit-frame-pointer is becomming an increasingly popular optimization,phk1995-10-201-2/+2
* put the _getenv and _strncmp under #ifdef DEBUG, which is the only timephk1995-10-181-1/+6
* Create a scrt0.o file that specifically excludes the shared-lib support.dg1995-10-181-6/+11
* Fixup the "ld.so failed" message for the case when ld.so finds undefinednate1995-09-271-5/+16
* Install source files with the -c flag, not with the optional flag ${COPY}.bde1995-08-061-2/+2
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-3/+4
* Numerous Makefile fixes:wollman1995-06-301-11/+30
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-272-4/+16
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Install the dlopen.3 manpage.phk1995-03-301-2/+2
* Remove an unused variable.phk1995-02-241-2/+1
* Install the header files.jkh1995-02-091-1/+3
* Add two parts of Mark's/Gary's dlopen() changes that I missed before.jkh1995-02-082-0/+244
* Support for more Sun compatible dlopen() and friends. Also added proper errorjkh1995-02-072-9/+11
* Call reduced (8-bit only) startup_setlocale()ache1994-09-241-2/+3
* Change level of setlocale hack enabling from compile option STARTUP_LOCALEache1994-09-192-9/+5
* Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.cache1994-09-182-3/+12
* Remove dead code. gmon stuff is now done better in libc/gmon anbde1994-08-221-11/+3
* 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
* From Jordan via. Paul K.nate1994-03-092-5/+85
* 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
* Adding embryonic C++ shared lib support (all tests positive so far).jkh1993-12-241-12/+16
OpenPOWER on IntegriCloud