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
Age
Commit message (
Expand
)
Author
1993-11-08
Use strsep() in stead of strtok() and restore colons in eg. env. vars.
pk
1993-11-06
md_init_header: our exec header differs from SunOS's.
pk
1993-11-05
Do a better job of recognising data in text segments, eg. `const char []'.
pk
1993-11-05
Less spurious "undefined symbol" msgs for shared library defined symbols.
pk
1993-11-05
Pull in archives containing definitions needed by shared objects.
pk
1993-11-03
Print symbol name in "undefined" error msg.
pk
1993-11-03
add subdirs
cgd
1993-11-03
add -static to 'LDFLAGS', as it goes in /sbin
cgd
1993-11-03
This warning is fucking annoying, and ld already told us about it when we
mycroft
1993-11-02
Documented the -Bshareable option (now required to build shared objects).
pk
1993-11-01
The N_SET* symbols are back in. C++ object files can now be linked again.
pk
1993-10-31
Close those file descriptors.
pk
1993-10-31
Check for EX_DYNAMIC flag in exec header.
pk
1993-10-27
use SHAREABLE in init_header() in stead of `entry_symbol'.
pk
1993-10-27
-Bshareable added to CFLAGS.
pk
1993-10-27
use SHAREABLE in init_header() in stead of `entry_symbol'.
pk
1993-10-27
Improved handling of PIC code in "main stream" .o files.
pk
1993-10-26
Search for top-of-stack blew up if program had no environment strings.
pk
1993-10-26
use gnu malloc
cgd
1993-10-24
Make that #ifdef NetBSD, not __NetBSD__
pk
1993-10-24
Use MID_MACHINE.
pk
1993-10-24
Use MID_MACHINE in stead of MID_I386
pk
1993-10-23
Changed prototype and internals of std_search_dir().
pk
1993-10-23
Utility to maintain shared library lookup "hints".
pk
1993-10-22
Support for `ld.so.hints'.
pk
1993-10-22
Oops, we do have a man page.
pk
1993-10-22
ldd: list shared library dependencies.
pk
1993-10-22
Some definitions for the `ld.so.hints' file.
pk
1993-10-22
relocation for non-RRS shared library symbols wasn't always set correctly.
pk
1993-10-21
No rounding of bss size to page boundary in ZMAGIC a.out's, the kernel
pk
1993-10-21
Renamed confusingly named macro.
pk
1993-10-19
Make better distinction between SunOS and BSD.
pk
1993-10-18
Clean up deleted files.
mycroft
1993-10-18
NOMAN no longer true.
pk
1993-10-17
Rudimentary manual page for ld(1).
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
1993-10-16
A linker supporting shared libraries (sparc dependent code).
pk
1993-10-16
A linker supporting shared libraries (run-time part).
pk
1993-10-16
A linker supporting shared libraries (x86 dependent code).
pk
1993-10-16
A linker supporting shared libraries.
pk
1993-10-07
converted to use gnu malloc, and depend on it correctly
cgd
1993-09-05
Don't barf if two file names are the same.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-06-18
convert magic numbers to network byte order, and attendent changes
cgd
1993-04-16
Pick up QMAGIC stuff from BSDI and remove -screwballmode.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd