Age | Commit message (Expand) | Author |
2013-02-02 | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | Miod Vallat |
2013-01-15 | build crt{begin,end}S.o with -fpic. | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-12-31 | Spell `calculation' correctly. | Miod Vallat |
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-12-24 | Register cleanup handler passed by ld.so with atexit(3). Fix stack alignment. | Mark Kettenis |
2012-12-23 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-12-23 | Explicitly align the stack on a 16-byte boundary such that constructors can | Mark Kettenis |
2012-12-22 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-12-19 | crtbeginS.o needs to be built with -fPIC, otherwise bloated shared libraries | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-01 | Register cleanup handler passed by ld.so with atexit(3). | Mark Kettenis |
2012-09-08 | Reverse the order that ctors and dtors are run in accordance with | Matthew Dempsky |
2012-08-28 | Add __guard_local as a hidden symbol to ld.so, kernel, and every | Matthew Dempsky |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-04-12 | the fpu control symbol on sh (__fpscr_values) suddenly becomes local | Jonathan Gray |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe |
2011-09-19 | Use long calls like we do on hppa, otherwise the function we want to call | Mark Kettenis |
2011-08-19 | Make sure the stack is properly aligned for using SSE instructions. While | Mark Kettenis |
2011-07-09 | On hppa64 we need to use __gp instead of $global$. | Mark Kettenis |
2011-07-04 | enter ia64 for obj | Theo de Raadt |
2011-07-04 | Add csu ia64 support. | Paul Irofti |
2011-04-20 | Implement correct prologue and epilogue for hppa64. | Joel Sing |
2011-03-31 | Make sure everything run from .init and .fini sections gets a properly aligned | Mark Kettenis |
2011-03-30 | Make sure everything run from .init and .fini sections gets a properly aligned | Mark Kettenis |
2010-12-24 | crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for the | Mark Kettenis |
2010-09-12 | Since the stack layout changes from gcc3 to gcc4, change the inline asm to | Mark Kettenis |
2010-05-01 | Sprinkle a few __used markers to prevent gcc4 from throwing away essential | Mark Kettenis |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-12-10 | Make sure to use 64 bit instructions in the assembly statements (addi -> daddi) | Miod Vallat |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-07-14 | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have | Jonathan Gray |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-16 | Do not break gcc -Z on powerpc. mprotect the got only if it is padded. | Dale Rahn |
2009-04-13 | Add gcj java class registration hooks for gcc3 elf archs. From NetBSD | Kurt Miller |
2009-03-06 | Work-around a gcc3 -g bug causing debug ld.so to crash. | Kurt Miller |
2009-02-04 | Tag ELF shared libraries as OpenBSD. | Mark Kettenis |
2009-01-14 | Re-enable pie support on macppc (still off by default but usable | Kurt Miller |
2008-11-21 | revert -fpie for now, it produces crashing executables | Otto Moerbeek |
2008-11-13 | fix rcs tag. | Jonathan Gray |
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 |
2008-09-26 | Remove PICFLAG= setting, it is overridden in bsd.prog.mk. tested on landisk. | Dale Rahn |
2008-07-28 | Remove separate pic versions of crt0, crtbegin, crtend. Next | Kurt Miller |
2008-06-25 | Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc, | Kurt Miller |
2008-06-25 | Make pic compatiable. From and okay drahn@ no objection miod@ | Kurt Miller |
2008-01-29 | More read/write result checking fixes to avoid unsigned comparisons vs | Kenneth R Westerback |
2007-10-30 | avoid intermediate files with same name (ie. a.out) for parallel make | Theo de Raadt |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |