| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement dlsym(RTLD_NEXT, symbol). | jdp | 1997-08-02 | 3 | -8/+42 |
* | Use our copy of dlfcn.h, not the version in /usr/include, which may not | msmith | 1997-04-30 | 1 | -2/+2 |
* | Declare the constructor/destructor linker sets as extern rather than | jdp | 1997-04-09 | 1 | -3/+24 |
* | Fix an error in the previous revision that caused make world breakage. | jdp | 1997-04-02 | 1 | -1/+3 |
* | Simplified install rule. | bde | 1997-04-01 | 1 | -6/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
* | Convert to mdoc format. | jdp | 1997-01-12 | 1 | -136/+152 |
* | Add definitions of RTLD_LAZY and RTLD_NOW. | jdp | 1997-01-12 | 1 | -0/+6 |
* | Set the "crt_ldso" member of the crt-to-ld.so interface structure. This | jdp | 1997-01-11 | 1 | -1/+2 |
* | Use ${COPY} instead of -C for installing non-source files. crt*.o | bde | 1997-01-01 | 1 | -2/+2 |
* | When linking with no rtld support, provide stub dl*() functions that | peter | 1996-12-28 | 1 | -1/+43 |
* | Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines | scrappy | 1996-10-08 | 1 | -2/+2 |
* | Remove garbage initcode reference so that 'gcc -Dlint ...' | steve | 1996-10-06 | 1 | -2/+1 |
* | Support crt0 <-> ld.so interface version 4. This should be both backwards | peter | 1996-10-01 | 1 | -5/+11 |
* | cmp -s || install -c --> install -C | peter | 1996-08-30 | 1 | -7/+5 |
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -6/+6 |
* | Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0 | jdp | 1996-02-20 | 1 | -14/+6 |
* | Back out the thread_init code in order to allow -current to bootstrap | nate | 1996-01-30 | 1 | -8/+0 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -1/+9 |
* | Check the count in the first word of __CTOR_LIST__ before executing | jdp | 1996-01-15 | 1 | -4/+12 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -3/+0 |
* | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -436/+0 |
* | Remove my locale hack. Sigh. | ache | 1995-11-02 | 2 | -14/+3 |
* | Clean up and make code (more) readable. | phk | 1995-10-29 | 2 | -111/+96 |
* | Fixed dependencies for scrt0.o. | bde | 1995-10-22 | 1 | -7/+14 |
* | -fomit-frame-pointer is becomming an increasingly popular optimization, | phk | 1995-10-20 | 1 | -2/+2 |
* | put the _getenv and _strncmp under #ifdef DEBUG, which is the only time | phk | 1995-10-18 | 1 | -1/+6 |
* | Create a scrt0.o file that specifically excludes the shared-lib support. | dg | 1995-10-18 | 1 | -6/+11 |
* | Fixup the "ld.so failed" message for the case when ld.so finds undefined | nate | 1995-09-27 | 1 | -5/+16 |
* | Install source files with the -c flag, not with the optional flag ${COPY}. | bde | 1995-08-06 | 1 | -2/+2 |
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -3/+4 |
* | Numerous Makefile fixes: | wollman | 1995-06-30 | 1 | -11/+30 |
* | Change ld.so to correctly load dependant libraries for dlopen and unload them | dfr | 1995-06-27 | 2 | -4/+16 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Install the dlopen.3 manpage. | phk | 1995-03-30 | 1 | -2/+2 |
* | Remove an unused variable. | phk | 1995-02-24 | 1 | -2/+1 |
* | Install the header files. | jkh | 1995-02-09 | 1 | -1/+3 |
* | Add two parts of Mark's/Gary's dlopen() changes that I missed before. | jkh | 1995-02-08 | 2 | -0/+244 |
* | Support for more Sun compatible dlopen() and friends. Also added proper error | jkh | 1995-02-07 | 2 | -9/+11 |
* | Call reduced (8-bit only) startup_setlocale() | ache | 1994-09-24 | 1 | -2/+3 |
* | Change level of setlocale hack enabling from compile option STARTUP_LOCALE | ache | 1994-09-19 | 2 | -9/+5 |
* | Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c | ache | 1994-09-18 | 2 | -3/+12 |
* | Remove dead code. gmon stuff is now done better in libc/gmon an | bde | 1994-08-22 | 1 | -11/+3 |
* | Make it work with new mmap syscall. | wollman | 1994-08-05 | 1 | -9/+9 |
* | MAP_FILE is the default on mmap now, and is no longer defined just | rgrimes | 1994-05-28 | 1 | -1/+8 |
* | From Jordan via. Paul K. | nate | 1994-03-09 | 2 | -5/+85 |
* | Allow NetBSD (old style) shared binaries to work. Probably not the | nate | 1994-02-16 | 1 | -2/+2 |
* | New dlopen, dlclose, etc al. For the new ld changes. | jkh | 1994-02-13 | 1 | -145/+63 |
* | Implemented 'QMAGIC' a.out format correctly, and changed the default | dg | 1994-01-03 | 1 | -5/+5 |