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
/
lib
/
csu
/
hppa
Age
Commit message (
Expand
)
Author
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-11-11
Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requires
Kurt Miller
2008-10-17
adjust asm to be pic compatible. okay kettenis@
Kurt Miller
2008-10-06
The recent change to bsd.own.mk to allow PICFLAG to be overridden made
Kurt Miller
2005-08-04
zap rcsid. Okay deraadt@, krw@
Marc Espie
2004-07-07
The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however
Dale Rahn
2004-06-01
do not need sh_func_adrs w/ gcc3 no more
Michael Shalayeff
2004-05-26
better code for calling ctors
Michael Shalayeff
2004-01-08
__init/__fini handling on ELF has not been correct. It is supposed to
Dale Rahn
2003-12-04
also export _start as an alias to __start (noticed by pval@) and redo the ear...
Michael Shalayeff
2003-06-04
more 3/4 cleanups for lazy developers
Theo de Raadt
2003-05-30
i sent you the damn working diff, didn't i?
Michael Shalayeff
2003-05-30
Fix dependancy building for ELF startup code. Changed Makefiles
Dale Rahn
2003-02-28
copy basename of argv[0] to bss for __progname, so that large stack smash
Theo de Raadt
2003-01-16
extern the eprol and etext; better eprol definition
Michael Shalayeff
2002-11-10
build crtbegin/crtend as it is ment for elf
Michael Shalayeff
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-02-02
fix some protos
Michael Shalayeff
2001-08-19
either way this is what i'm using now
Michael Shalayeff