index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
conf
/
Makefile.sparc64
Age
Commit message (
Expand
)
Author
2004-11-19
More aggressive strip flags for non debug kernels; this is a noop on some
Miod Vallat
2003-11-20
Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.
Marc Espie
2003-07-22
Fix .depend generation for assym.h. Resolves PR 1154.
Otto Moerbeek
2003-05-23
move swapgeneric to truly generic code. tested on many archs by miod and mic...
Ted Unangst
2003-05-13
Add option NO_PROPOLICE, which explicitely disables the use of the propolice
Miod Vallat
2003-05-13
remove -fno-stack-protector (enable propolice)
Ted Unangst
2003-01-17
Build sparc64 kernels with the same options as other architectures.
Dale Rahn
2003-01-08
Move the rounds into separate functions on sparc64 so gcc's optimizer
Todd C. Miller
2002-12-25
No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already
Miod Vallat
2002-12-02
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
Miod Vallat
2002-08-09
Add an explicit dependancy of assym.h to Makefile.
Miod Vallat
2002-06-22
Add ${PIPE} to CFLAGS
Todd C. Miller
2002-02-19
proper dependencies on assym.h
Theo de Raadt
2002-01-03
Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.
Miod Vallat
2001-12-25
bad miod
Theo de Raadt
2001-12-24
Harmonize and complete wrt cross-compilation.
Miod Vallat
2001-10-08
Remove some debugging and development leftovers.
Artur Grabowski
2001-09-19
ugly ugly hack for compiling sha1.c with -O0
Jason Wright
2001-08-19
fix depend
Artur Grabowski
2001-08-19
More sensible linker flags.
Artur Grabowski
2001-08-18
A very minimal skeleton. Based on code in NetBSD and sparc.
Artur Grabowski