index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
csu
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Fixed type mismatches in args to __syscall(). One for mmap() broke on
bde
1998-12-27
1
-5
/
+5
*
Avoid using ld -O (as in bsd.lib.mk).
bde
1998-12-27
1
-7
/
+16
*
Fixed double slashes in pathnames.
bde
1998-05-31
1
-2
/
+2
*
ELF preparation step 2:
sos
1998-05-26
1
-2
/
+2
*
Remove the include of <dlfcn.h> from crt0.c; it is not needed now
jdp
1998-02-11
3
-79
/
+3
*
Move the trampolines for dlopen and related functions from crt0.o
jdp
1998-02-09
4
-481
/
+18
*
Implement dladdr.
jdp
1998-02-06
4
-13
/
+169
*
${TARGET} -> ${.TARGET}
eivind
1998-01-12
1
-2
/
+2
*
const correctness for dl*()
brian
1997-11-22
3
-15
/
+15
*
Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv
asami
1997-10-11
1
-11
/
+6
*
Sort cross refereces in section SEE ALSO.
wosch
1997-09-29
1
-2
/
+3
*
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
[next]