Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-29 | More read/write result checking fixes to avoid unsigned comparisons vs | Kenneth R Westerback | |
-1. ok henning@ beck@ ray@ | |||
2007-10-30 | avoid intermediate files with same name (ie. a.out) for parallel make | Theo de Raadt | |
ok miod | |||
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared ↵ | Todd C. Miller | |
object destructors called at dlclose() time. Inspired by similar changes in FreeBSD and NetBSD. | |||
2007-03-13 | Set the DN bit in the fpscr upon startup, to prevent faulting when loading | Miod Vallat | |
denormals. This is recommended by the manual, and is necessary for the gdb testsuite to pass; found by, discussed with, and ok kettenis@ (be sure to make includes before recompiling csu) | |||
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat | |
always saved upon context switches, as FPU registers are heavily used for long long computations (don't ask). Gcc default to -m4. Credits to drahn@ otto@ and deraadt@ for feedback and help testing. Upgrade procedure if you don't want to use the damn snapshots: - build and install new kernel, reboot off it - build new gcc, do not install it yet - make includes - install new gcc - build and install lib/csu and lib/libc - make build | |||
2006-11-09 | build obj in sh | Dale Rahn | |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat | |
NetBSD. | |||
2005-09-25 | Revert temporary hack. | Mark Kettenis | |
ok deraadt@ | |||
2005-08-04 | zap rcsid. Okay deraadt@, krw@ | Marc Espie | |
2005-04-01 | hppa64 bits cloned form hppa | Michael Shalayeff | |
2004-10-26 | Change __register_frame_info into a weakly defined symbol. | Mark Kettenis | |
ok drahn@, pval@, deraadt@ | |||
2004-10-21 | Temporary hack to make alpha build again. | Mark Kettenis | |
ok drahn@, deraadt@ | |||
2004-10-10 | Add support for DWARF2 exception handling. | Mark Kettenis | |
ok drahn@, millert@ | |||
2004-09-10 | add mips64 to the list. ok derradt. | Per Fogelstrom | |
2004-09-09 | Shared libs now works. Changes here for ABI64. | Per Fogelstrom | |
2004-08-23 | kill useless __main() symbol which clashes w/ certain evil software in | Peter Valchev | |
the ports tree; ok pefo | |||
2004-08-06 | csu stuff for sgi et al | Per Fogelstrom | |
2004-07-24 | New, working, profiling code for m88k. | Miod Vallat | |
2004-07-07 | The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however | Dale Rahn | |
using PICFLAGS is not the proper way to do that. Put it directly in the build script. Fixes a problem with upcoming PICFLAG. ok deraadt@ | |||
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-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-09 | Proper PIC support in arm startup files. | Dale Rahn | |
2004-02-01 | No multi-line strings, to please gcc3. No functional change. | Miod Vallat | |
2004-02-01 | link into build. make obj is safe in arm dir. | Dale Rahn | |
2004-02-01 | tag.. | Dale Rahn | |
2004-02-01 | startup files for arm. Partially borrowed from NetBSD. | Dale Rahn | |
2004-01-28 | for make obj, enter x86_64; mickey ok | Theo de Raadt | |
2004-01-28 | things for amd64; from art@ | Michael Shalayeff | |
2004-01-26 | add finalized guard to destructor calls, to prevent multiple calls. | Marc Espie | |
stop most kde apps from burping all over the place on exit, which means that, somehow, our destructors get registered twice... :-( Okay drahn@ | |||
2004-01-26 | small clean-up: typedef to desambiguate const, prototypes... | Marc Espie | |
ok drahn@, some time ago. | |||
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn | |
be a section which code stubs (branches) can be added to initialize/destructor This adds MD stubs to allow this to operate as expected. should fix wine and behave according to ELF specs. ok miod@ | |||
2004-01-05 | Do not have non-dynamic crt0 depend upon libc's strrchr() function on a.out. | Miod Vallat | |
2004-01-04 | kill multi-line string; ok miod | Peter Valchev | |
2004-01-04 | c++rt0 is a relic. It shall go away. | Dale Rahn | |
2004-01-04 | c++rt0.o is a relic of long ago. tested on ELF drahn a.out miod, ok miod@ | Dale Rahn | |
2004-01-04 | zap multi-line literals; ok deraadt | Peter Valchev | |
2003-12-28 | correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error | Dale Rahn | |
ok espie, millert | |||
2003-12-26 | Put this again, but this time make sure the compiler really does not frob the | Miod Vallat | |
stack frame before we get a chance to tinker with it. | |||
2003-12-26 | Revert - this was a bit premature. | Miod Vallat | |
2003-12-25 | A much simpler and more readable start() routine... | Miod Vallat | |
2003-12-04 | also export _start as an alias to __start (noticed by pval@) and redo the ↵ | Michael Shalayeff | |
early startup as i always wanted to | |||
2003-11-22 | remove multi-line literals in __asm syntax to keep gcc3 happy | Anil Madhavapeddy | |
henric@ henning@ ok | |||
2003-08-25 | Define both _start and __start in crt0, all of the other architectures do. | Dale Rahn | |
2003-06-27 | ansi | Theo de Raadt | |
2003-06-26 | boring protos | Theo de Raadt | |
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 | |
to build startup code the same on all (ELF) archs. hppa ok mickey@ |