| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reference to the ld.so man page - ain't no such animal. | jkh | 1994-06-17 | 1 | -1/+0 |
* | Changes from Paul Kranenburg which bring us into sync with his sources: | rich | 1994-06-15 | 19 | -891/+933 |
* | Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za> | csgr | 1994-06-14 | 1 | -1/+10 |
* | Add the -r and -s flags to the Usage string. | ats | 1994-06-05 | 1 | -2/+2 |
* | Change the private declarations from dlopen,dlclose,dlsym,dlctl | ats | 1994-04-13 | 1 | -10/+10 |
* | Better link ldconfig static instead dynamic. | ats | 1994-04-13 | 1 | -2/+2 |
* | Add that /usr/X386/lib is also in the default path for ldconfig. Bug found | ats | 1994-04-05 | 1 | -1/+3 |
* | Due to the deletion of the gcc support from libc we need again the | ats | 1994-03-10 | 1 | -2/+2 |
* | Document existance of -Z | dg | 1994-03-09 | 2 | -2/+6 |
* | Handling of the netzmagic flag was completely missing after the last | dg | 1994-02-17 | 1 | -2/+7 |
* | I yelled, I warned and now I am SCREAMING. Add -D__FreeBSD__ to CFLAGS+= | rgrimes | 1994-02-14 | 1 | -2/+2 |
* | A fast private malloc for ld.so | jkh | 1994-02-13 | 1 | -0/+481 |
* | This is Paul K's latest set of ld changes. A commit was necessary at this | jkh | 1994-02-13 | 24 | -1763/+2043 |
* | Changed NetBSD -> FreeBSD | nate | 1994-02-11 | 4 | -8/+8 |
* | Remove /usr/X386/lib and /usr/local/lib from the default locations, | rgrimes | 1994-02-09 | 1 | -2/+2 |
* | Removed dependance on EX_DYNAMIC in making decisions on the magic number. | dg | 1994-01-19 | 3 | -6/+7 |
* | More proper fix for for shared lib debugging support. | jkh | 1994-01-14 | 1 | -2/+2 |
* | 1. Fix bug where duplicate symbol warnings were suppressed. This often | jkh | 1994-01-12 | 2 | -7/+3 |
* | Updated man page to document new behaviour of -Z, -z and -Q flags. | jkh | 1994-01-03 | 2 | -4/+14 |
* | Implemented 'QMAGIC' a.out format correctly, and changed the default | dg | 1994-01-03 | 5 | -28/+34 |
* | C++ support changes (+misc fixes) from Paul K. | jkh | 1993-12-22 | 4 | -18/+69 |
* | Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIR | nate | 1993-12-16 | 2 | -4/+4 |
* | Added sbrk() as new file. | jkh | 1993-12-11 | 1 | -0/+101 |
* | Broke sbrk() out of rtld as part of general cleanup. | jkh | 1993-12-11 | 2 | -45/+6 |
* | Omitted 4th argument to findshlib() [thanks Rich!]. Our ld is a bit | jkh | 1993-12-11 | 1 | -3/+3 |
* | Sync up with Paul K's latest ld from cesium. | jkh | 1993-12-11 | 10 | -173/+558 |
* | makedepend fails for ld. I think it because the .S files are | jkh | 1993-12-10 | 1 | -3/+3 |
* | Added the TODO file. Also wanted to announce the previous change to rtld.c | jkh | 1993-12-09 | 1 | -0/+4 |
* | David Greenman's latest changes to eliminate much stack-walking jazz | jkh | 1993-12-09 | 1 | -94/+8 |
* | More changes to bring FreeBSD in sync with Paul K's latest. | jkh | 1993-12-04 | 1 | -3/+3 |
* | More changes to bring FreBSD in sync with Paul K's latest. | jkh | 1993-12-04 | 7 | -255/+40 |
* | Sorry, Jordan, but I restore previous version again. | ache | 1993-12-02 | 1 | -2/+6 |
* | #ifdef DEBUG unwanted message, third time after Jordan... | ache | 1993-12-02 | 1 | -2/+2 |
* | Moved DEBUG conditional where it belonged to remove DEBUG code out of | nate | 1993-12-02 | 1 | -2/+2 |
* | Second attempt to integrate Paul K's changes. | jkh | 1993-12-02 | 1 | -1/+56 |
* | Second attempt to integrate Paul K's changes. | jkh | 1993-12-02 | 4 | -20/+36 |
* | All -static and -Xlinker -Bstatic flags missed in | ache | 1993-12-01 | 1 | -4/+8 |
* | #ifdef DEBUG missed by several lines! | ache | 1993-12-01 | 1 | -2/+2 |
* | Add DEBUG #ifdef, (second time!) | ache | 1993-12-01 | 1 | -1/+3 |
* | Remove hanging #else part (with second sbrk()) without #if & #endif | ache | 1993-12-01 | 1 | -55/+3 |
* | Remove -g option (second time!) | ache | 1993-12-01 | 1 | -2/+2 |
* | Many recent fixes from Paul K, add support for chaining of shared lib deps. | jkh | 1993-11-30 | 13 | -222/+605 |
* | Added -lgcc_pic back again. | jkh | 1993-11-25 | 1 | -2/+2 |
* | Some of the latest changes from Paul K (taken from NetBSD-current). | jkh | 1993-11-22 | 11 | -78/+240 |
* | Recent Paul K. changes for compiling X shared (tested on my box). | jkh | 1993-11-18 | 2 | -3/+12 |
* | Diagnostic "RRS text relocation at %#x (symbol %s)" | ache | 1993-11-17 | 1 | -3/+3 |
* | Default magic is back to netbsd ZMAGIC, | paul | 1993-11-16 | 2 | -3/+3 |
* | Swapped meaning of -Z and -z options. | paul | 1993-11-16 | 1 | -4/+6 |
* | Incorporated fixes from Paul to make -Z option work. Emits old-style | paul | 1993-11-15 | 2 | -4/+8 |
* | Added | paul | 1993-11-09 | 1 | -2/+5 |