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
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch of spelling errors.
steve
1998-06-04
2
-4
/
+13
*
Don't use beforedepend or give dependencies on generated headers explicitly.
bde
1998-06-04
3
-18
/
+7
*
Removed superfluous beforedepends. Their files were already in SRCS.
bde
1998-06-04
2
-6
/
+2
*
Don't use beforedepend; just put generated headers in SRCS. ldgram.h
bde
1998-06-04
1
-4
/
+3
*
Removed special rules for lex- and yacc- generated files. The general
bde
1998-06-04
1
-12
/
+1
*
Missing DPADD's.
peter
1998-06-03
1
-1
/
+4
*
Add missing DPADD's.
peter
1998-06-03
11
-11
/
+42
*
These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,
peter
1998-06-01
20
-5936
/
+0
*
Look for files in their new locations.
peter
1998-06-01
1
-11
/
+7
*
Also check for Satoshi's TMPDIR location of perl when looking around for it.
jkh
1998-05-29
1
-2
/
+6
*
ELF preparation step 2:
sos
1998-05-26
3
-6
/
+11
*
ELF preparation step 1:
sos
1998-05-25
3
-10
/
+7
*
Don't blow away parts of the sourcetree on a 'make clean'. This was
eivind
1998-05-24
1
-4
/
+4
*
Change the order of the include paths so that the architecture specific
jb
1998-05-15
2
-6
/
+6
*
perl now works on alpha.
jb
1998-05-12
1
-2
/
+2
*
This code casts double -> int -> char *. Ugh. Take a punt and change the
jb
1998-05-12
1
-7
/
+12
*
Change a cast of long * to time_t * in a call to time();
jb
1998-05-12
1
-2
/
+8
*
Allow the makefile to choose the perl executable to run h2ph rather
jb
1998-05-12
1
-2
/
+11
*
If perl exists in OBJDIR it has just been built; if it exists in
jb
1998-05-12
1
-1
/
+1
*
Change .if to .elif to prevent the current directory path search for a
jb
1998-05-12
1
-2
/
+1
*
awk and groff (et al) now work on alpha as the result of library
jb
1998-05-12
1
-4
/
+4
*
Don't attempt to read process context from the kernel when (the
bde
1998-05-12
3
-6
/
+6
*
The yacc makefile changes don't seem to know when to generate the
jb
1998-05-11
1
-2
/
+2
*
Add CROSS_TARGETS to the list of GASES to build. We end up with a separate
jb
1998-05-11
1
-2
/
+4
*
Make a path absolute.
jb
1998-05-11
1
-2
/
+2
*
Simplified by using new yacc rules and by not generating y.tab.h.
bde
1998-05-08
1
-3
/
+2
*
Fix the path.
jb
1998-05-05
1
-2
/
+2
*
Specify an absolute include path.
jb
1998-05-05
4
-20
/
+8
*
One of those silently included files that just about guarantee that
jb
1998-05-05
1
-0
/
+4
*
The BINDIR definition is an extra directory level away, so include it
jb
1998-05-05
4
-4
/
+16
*
Oops, missed the common part of gas.
jb
1998-05-05
1
-0
/
+23
*
Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,
bde
1998-05-05
1
-1
/
+2
*
Support cross architectures by using specific directories instead of
jb
1998-05-04
8
-272
/
+0
*
i386 gas config files.
jb
1998-05-04
10
-0
/
+300
*
Alpha gas config files.
jb
1998-05-04
10
-0
/
+300
*
Support cross-architectures using sub-directories.
jb
1998-05-04
2
-13
/
+0
*
Add support for cross-architecture gases. Since the GNU code doesn't
jb
1998-05-04
1
-19
/
+6
*
BINDIR is now specified in a single place. There are no cross-architecture
jb
1998-05-04
7
-35
/
+0
*
Work out the list of emulations based on the cross-architectures
jb
1998-05-04
1
-3
/
+14
*
Add cross-architecture support.
jb
1998-05-04
2
-15
/
+20
*
BINDIR is now specified in a single place. There are no cross-architecture
jb
1998-05-04
2
-10
/
+0
*
BIDIR is now specified in a single place. There are no cross-architecture
jb
1998-05-04
1
-5
/
+0
*
Evaluate the TARGET from the architecture. We'll assume that FREEBSD
jb
1998-05-04
1
-2
/
+2
*
Remote i386 cross-architecture support. It's now configurable, and off
jb
1998-05-04
1
-3
/
+3
*
Add cross-architecture support.
jb
1998-05-04
3
-24
/
+34
*
Since the makefiles below binutils with the architecture extension
jb
1998-05-04
1
-1
/
+5
*
Add makefile support for cross-architectures. Allow CROSS_TOOLS to
jb
1998-05-04
1
-3
/
+7
*
Fixed races in `make -jN' using new yacc rules.
bde
1998-05-04
1
-2
/
+2
*
Don't add y.tab.h to CLEANFILES, since this would now be done centrally
bde
1998-05-04
1
-1
/
+1
*
Simplified using new yacc rules. This is cosmetic - the old rules
bde
1998-05-04
2
-10
/
+8
[next]