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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remnant code (broken, unhooked) from a.out which I missed.
trhodes
2005-01-11
1
-59
/
+0
*
Drop support for COPY, -c has been the default mode of install(1)
ru
2002-07-29
1
-1
/
+1
*
Do not use __progname directly (except in [gs]etprogname(3)).
markm
2002-03-29
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
1
-6
/
+2
*
Move the trampolines for dlopen and related functions from crt0.o
jdp
1998-02-09
1
-5
/
+1
*
Implement dladdr.
jdp
1998-02-06
1
-2
/
+2
*
${TARGET} -> ${.TARGET}
eivind
1998-01-12
1
-2
/
+2
*
Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv
asami
1997-10-11
1
-11
/
+6
*
Use our copy of dlfcn.h, not the version in /usr/include, which may not
msmith
1997-04-30
1
-2
/
+2
*
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
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use ${COPY} instead of -C for installing non-source files. crt*.o
bde
1997-01-01
1
-2
/
+2
*
cmp -s || install -c --> install -C
peter
1996-08-30
1
-7
/
+5
*
``mv'' -> ``mv -f''
wosch
1996-05-07
1
-6
/
+6
*
Remove my locale hack. Sigh.
ache
1995-11-02
1
-2
/
+2
*
Clean up and make code (more) readable.
phk
1995-10-29
1
-2
/
+2
*
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
*
Create a scrt0.o file that specifically excludes the shared-lib support.
dg
1995-10-18
1
-6
/
+11
*
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
*
Install the dlopen.3 manpage.
phk
1995-03-30
1
-2
/
+2
*
Install the header files.
jkh
1995-02-09
1
-1
/
+3
*
Support for more Sun compatible dlopen() and friends. Also added proper error
jkh
1995-02-07
1
-1
/
+2
*
Change level of setlocale hack enabling from compile option STARTUP_LOCALE
ache
1994-09-19
1
-3
/
+0
*
Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c
ache
1994-09-18
1
-1
/
+4
*
Remove dead code. gmon stuff is now done better in libc/gmon an
bde
1994-08-22
1
-11
/
+3
*
From Jordan via. Paul K.
nate
1994-03-09
1
-5
/
+5
*
Adding embryonic C++ shared lib support (all tests positive so far).
jkh
1993-12-24
1
-12
/
+16
*
-r option incorrectly removed:
ache
1993-11-18
1
-2
/
+2
*
Removed all the ld -x -r stuff -- paranoia.
paul
1993-11-16
1
-8
/
+9
*
shlib update:
paul
1993-11-09
1
-4
/
+4
*
Removed install -d line since our install doesn't support the -d
paul
1993-11-07
1
-2
/
+1
*
Added shared libs support from NetBSD.
paul
1993-11-04
1
-6
/
+8
*
Added ${COPY} knob to the install commands
root
1993-07-03
1
-1
/
+1
*
Initial import, 0.1 + pk 0.2.4-B1
rgrimes
1993-06-12
1
-0
/
+33