This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2025-02-06 18:29:47 +00:00
Code
Issues
Releases
Activity
freebsd
/
libexec
/
rtld-elf
History
Alexander Kabaev
8b7f25d41d
Add support for binaries with arbitrary number of PT_LOAD sections.
...
Reviewed by: peter
2002-10-23 01:43:29 +00:00
..
alpha
Use the new freebsd output format from Binutils 2.13.1.
2002-10-12 02:30:53 +00:00
amd64
Remove the nanosleep calls from the spin loops in the locking code.
2002-07-06 20:25:56 +00:00
i386
Remove the nanosleep calls from the spin loops in the locking code.
2002-07-06 20:25:56 +00:00
ia64
Fix a nasty memory corruption bug caused by having a bogus pointer
2002-08-22 03:56:57 +00:00
sparc64
<machine/atomic.h> requires <sys/types.h>.
2002-10-09 20:20:43 +00:00
debug.c
…
debug.h
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
2001-07-26 11:02:39 +00:00
Makefile
Dillon's recent commits to the dynamic linker without running them
2002-06-10 21:51:16 +00:00
malloc.c
Include stddef.h for NULL definition, rather than rolling our own here.
2002-08-21 19:03:26 +00:00
map_object.c
Add support for binaries with arbitrary number of PT_LOAD sections.
2002-10-23 01:43:29 +00:00
rtld.1
The .Nm utility
2002-07-06 19:19:48 +00:00
rtld.c
Add support for binaries with arbitrary number of PT_LOAD sections.
2002-10-23 01:43:29 +00:00
rtld.h
Update rtld for the "new" ia64 ABI. In the old toolchain, the
2001-10-29 10:10:10 +00:00
xmalloc.c
…