index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
ld
/
rtld
Age
Commit message (
Expand
)
Author
1995-06-05
#include <dlfcn.h>
pk
1995-06-05
Put dlopen() et.al. declarations in separate header file for compatibility.
pk
1995-06-04
Cache two more environment variable values.
pk
1995-06-04
Revive library search paths.
pk
1995-06-04
Implement compiled-in library search paths: any `-L' argument encountered
pk
1995-04-01
Fix bogosities in cascade stuff.
pk
1995-03-06
Burn LD_RUN_PATH; I didn't read the SVR5 man-pages carefully enough.
pk
1995-03-06
Code from Matthew Green to do DL cascading "in the first degree".
pk
1994-12-23
Put a reserved field into use (weak symbol support).
pk
1994-12-19
Bummer! Undo mmap() changes in rev. 1.26; they royally screw up the
pk
1994-12-18
Handle "/dev/zero" stuff more globally.
pk
1994-12-18
Re-arrange mmap() calls, per Charles' suggestion.
pk
1994-12-07
Ensure contiguous chunks for all of an object's address space (text+data+bss).
pk
1994-10-26
Don't close the hints file while it's mapped, but unmap and close it after
mycroft
1994-10-26
new RCS ID format.
cgd
1994-09-19
NBPG --> getpagesize()
deraadt
1994-09-19
Shrink ld.so by 12k.
mycroft
1994-08-12
Re-add `LD_WARN_NON_PURE_CODE' that went missing.
pk
1994-08-07
Relax minor version number checking somewhat; issue warning if minor
pk
1994-06-24
strdup() doesn't grok NULL pointers
pk
1994-06-10
Conversion to err()/warn() for error reports.
pk
1994-05-25
Another move to .data to please gdb.
pk
1994-05-24
Enable dl*() prototypes.
pk
1994-05-24
Force some string constants into the data segment (for core-dump reading).
pk
1994-04-07
dlopen() should make a copy of argument (Thomas Eberhardt).
pk
1994-03-28
no more MAP_FILE
cgd
1994-02-15
Libraries which are in the hints file but not in one's LD_LIBRARY_PATH (if
pk
1994-01-29
Fix spelling error in Copyright notice
jtc
1994-01-28
Clean up deleted files.
mycroft
1994-01-28
Use somewhat customized version of malloc, in stead of relying on a
pk
1994-01-28
Redone from scratch, but maintain SunOS compatibility.
pk
1994-01-21
switch a define to move things down a page. seems to work fine.
cgd
1994-01-12
Fill in gdb hook.
pk
1993-12-20
Hooks for for shared C++ objects with static contructors/destructors.
pk
1993-12-10
Minor cleanup.
mycroft
1993-12-08
Use MACHINE_ARCH.
mycroft
1993-12-08
Isolate the tricky bits..
pk
1993-12-08
Parcelled out the heap allocator into separate file.
pk
1993-12-05
MACHINE_ARCH support
cgd
1993-11-10
Do the debugger hooks.
pk
1993-11-08
Use strsep() in stead of strtok() and restore colons in eg. env. vars.
pk
1993-11-03
Print symbol name in "undefined" error msg.
pk
1993-11-03
This warning is fucking annoying, and ld already told us about it when we
mycroft
1993-10-27
-Bshareable added to CFLAGS.
pk
1993-10-26
Search for top-of-stack blew up if program had no environment strings.
pk
1993-10-22
Support for `ld.so.hints'.
pk
1993-10-22
Some definitions for the `ld.so.hints' file.
pk
1993-10-21
Renamed confusingly named macro.
pk
1993-10-17
Define our copy of `errno', as it is no longer defined in libc.
pk
1993-10-17
Moved <link.h> here from usr.bin/ld as it is needed by other modules
pk
[next]