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
/
sys
/
conf
/
Makefile.powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Moved nonstandard compiler profiling options out of config. Just print
bde
1996-12-13
1
-1
/
+8
*
Compile genassym without -static (undo rev.1.20). The default can be
bde
1996-11-06
1
-2
/
+2
*
Centralized the definition of CWARNFLAGS into bsd.kern.mk.
bde
1996-10-08
1
-11
/
+3
*
Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"
bde
1996-09-27
1
-3
/
+2
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
1
-2
/
+2
*
Add /usr/sbin to sysctl because /usr/sbin not in standard path
ache
1996-08-21
1
-3
/
+3
*
Add -Wunused to try and catch any future offenders
gpalmer
1996-06-12
1
-2
/
+2
*
Bring back the `config file in the kernel' feature from the 1.x days. This
jkh
1996-06-08
1
-3
/
+4
*
Instead of: cpp blah file.s | as -o file.o, use instead:
peter
1996-05-31
1
-5
/
+3
*
``mv'' -> ``mv -f''
wosch
1996-05-07
1
-2
/
+2
*
Replace the dependency of `install' from `kernel' by a test for the
joerg
1996-05-02
1
-2
/
+6
*
removed:
phk
1996-05-02
1
-2
/
+2
*
Make `install' depend on `kernel'. Some idiot tried to install a
joerg
1996-04-27
1
-2
/
+2
*
When doing a 'make depend', dont blow away the existing .depend until
peter
1996-03-30
1
-5
/
+7
*
Added necessary quotes (${CPP} might have spaces in it). Removed
bde
1996-03-29
1
-3
/
+3
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-2
/
+3
*
Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we change
peter
1996-01-08
1
-1
/
+2
*
Only change the sysctl variable if it presently points to /kernel.
phk
1996-01-07
1
-2
/
+4
*
Delete a couple of unnecessary dependencies on Makefile.
wollman
1996-01-05
1
-3
/
+3
*
Removed almost all traces of libkern.a. The objects that were in
bde
1995-12-26
1
-26
/
+4
*
Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so that
bde
1995-12-16
1
-3
/
+4
*
i386 is defined by the compiler, so don't define it here. LOAD_ADDRESS
dg
1995-11-19
1
-2
/
+2
*
Add a DRIVER_S= definition that config wants to use for assembler
peter
1995-11-01
1
-1
/
+2
*
When moving kernel to kernel.old, also change kern.bootfile.to
guido
1995-10-30
1
-1
/
+2
*
Use the new config(8) %SFILES token to auto-generate the SFILES list.
dg
1995-10-29
1
-3
/
+3
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
1
-3
/
+3
*
Fix clean rule to remove remove everything that isn't created by config
bde
1995-07-22
1
-3
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
Make `make links' work by leaving swapkernel.c off out of the links processing
wollman
1995-05-11
1
-3
/
+3
*
Modify behavior of INCLUDES to never look in /usr/include unless we
nate
1995-04-05
1
-2
/
+8
*
Added -I/usrinclude to the tail end of the INCLUDES line. This hack
nate
1995-04-03
1
-2
/
+2
*
CVS:
bde
1995-03-28
1
-3
/
+3
*
Reviewed by:
bde
1995-03-25
1
-3
/
+3
*
Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functions
bde
1995-03-25
1
-3
/
+4
*
Removed obsolete vtrace() remnants.
dg
1995-03-04
1
-8
/
+1
*
Fix "dependency" spelling error. Implement "clean" entries for device
gibbs
1995-03-01
1
-2
/
+4
*
Use relative include path and -nostdinc avoid getting anything from
bde
1995-02-26
1
-2
/
+3
*
Pass '-m' to symorder. Kernels without INET will fail otherwise.
phk
1995-01-29
1
-2
/
+2
*
Load the kernel symbol table in the boot loader and not at compile time.
bde
1995-01-25
1
-11
/
+19
*
Handle the aic7770 driver's dependancies correctly.
gibbs
1994-12-31
1
-2
/
+4
*
Go back to -O optimization...Bruce's arguments against -O2 are convincing
dg
1994-11-27
1
-2
/
+2
*
Changed optimization level to -O2.
dg
1994-11-24
1
-2
/
+2
*
Don't define KERNEL for compiling genassym. The prototype for the system
bde
1994-11-15
1
-3
/
+3
*
Never strip the kernel.
bde
1994-10-25
1
-40
/
+16
*
LINT: vastly restructured so that it's actually useful for something
wollman
1994-10-21
1
-4
/
+4
*
Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' in
wollman
1994-10-18
1
-15
/
+12
*
Put genassym: back how it was originally, the real bug was in mkdep.
rgrimes
1994-10-03
1
-2
/
+2
*
dependency for genassym was wrong, there is never made a genassym.o file.
phk
1994-10-03
1
-2
/
+2
[next]