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
Commit message (
Expand
)
Author
Age
Files
Lines
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
Enable gcrt1.o.
simokawa
1999-07-16
2
-2
/
+25
*
Call do_ctors() and do_dtors() using indirect calls through function
jdp
1999-06-06
1
-3
/
+12
*
Remove some left-over stuff from NetBSD that we don't need. This
jdp
1999-04-24
2
-29
/
+7
*
Ugh. I didn't know this Makefile was reaching over into the dynamic
jdp
1999-04-09
1
-2
/
+4
*
Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
jdp
1999-03-15
2
-6
/
+4
*
Reverse the order of processing object files within an executable or
jdp
1999-03-13
2
-6
/
+6
*
Move the code for the ".init" and ".fini" sections outside of a
jdp
1999-03-12
6
-30
/
+30
*
Initialize __progname by argv[0] before striping leading path,
simokawa
1999-01-19
1
-1
/
+2
*
Switch to using ".So" as the extension for PIC object files rather
jdp
1999-01-09
3
-9
/
+9
*
Strip the leading path from __progname.
steve
1999-01-07
1
-3
/
+7
*
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
*
Strip the leading path from __progname as is done in the a.out case. Also
steve
1998-12-24
2
-6
/
+18
*
Make profiling work for ELF. gprof now autodetects the format of
jdp
1998-09-07
4
-4
/
+50
*
Remove the bootstrap hack that prevented the use of the rtld.
jb
1998-08-20
2
-24
/
+3
*
Fixed double slashes in pathnames.
bde
1998-05-31
1
-2
/
+2
*
ELF preparation step 2:
sos
1998-05-26
1
-2
/
+2
*
Force BOOTSTRAP mode all the time while the headers are broken on alpha
jb
1998-05-04
1
-1
/
+5
*
Temporary fix for problems that occur if CFLAGS=-g is added to
jb
1998-04-01
1
-1
/
+2
*
Bring these back from the dead.
jb
1998-03-11
2
-0
/
+99
*
Don't share sources with i386-elf. That was too difficult. 8-(
jb
1998-03-11
1
-4
/
+7
*
This commit was generated by cvs2svn to compensate for changes in r34484,
jb
1998-03-11
1
-20
/
+68
|
\
|
*
Sharing the crt sources with i386-elf wasn't too successful. The crti
jb
1998-03-11
3
-108
/
+120
*
|
Trash startup sources from NetBSD in favour of jdp's FreeBSD source
jb
1998-03-10
4
-419
/
+23
*
|
This commit was generated by cvs2svn to compensate for changes in r34452,
jb
1998-03-10
1
-0
/
+63
|
\
\
|
|
/
|
*
Import a sanitized version of jdp's crt1.c from i386-elf. I have removed
jb
1998-03-10
1
-0
/
+63
|
*
This commit was manufactured by cvs2svn to create branch 'jb'.
cvs2svn
1998-01-11
7
-1182
/
+0
*
|
This commit was generated by cvs2svn to compensate for changes in r34198,
jdp
1998-03-07
6
-0
/
+263
|
\
\
|
*
|
Import C startup files for ELF support.
jdp
1998-03-07
6
-0
/
+263
|
/
*
|
Import C startup files for ELF support.
jdp
1998-03-07
6
-0
/
+263
*
|
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
|
/
*
CSU source for Alpha obtained from NetBSD. The makefile will require
jb
1998-01-11
4
-0
/
+419
*
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
[next]