Age | Commit message (Expand) | Author |
2010-05-01 | Sprinkle a few __used markers to prevent gcc4 from throwing away essential | Mark Kettenis |
2009-07-14 | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have | Jonathan Gray |
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 |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |
2004-10-26 | Change __register_frame_info into a weakly defined symbol. | Mark Kettenis |
2004-10-10 | Add support for DWARF2 exception handling. | Mark Kettenis |
2004-01-26 | add finalized guard to destructor calls, to prevent multiple calls. | Marc Espie |
2004-01-26 | small clean-up: typedef to desambiguate const, prototypes... | Marc Espie |
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn |
2003-12-28 | correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error | Dale Rahn |
2003-11-22 | remove multi-line literals in __asm syntax to keep gcc3 happy | Anil Madhavapeddy |
2003-06-26 | boring protos | Theo de Raadt |
2003-03-31 | add a newline at end of file. gcc3 rightfully complains if the file | Bruno Rohee |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
2001-02-03 | oops. | Artur Grabowski |
2001-02-03 | Schedule running of __fini in __init, not __start. | Artur Grabowski |
2001-02-03 | An OpenBSD tag doesn't hurt. | Artur Grabowski |
2001-02-03 | Add an OS note identifying OpenBSD binaries. | Artur Grabowski |
2001-02-03 | Decruftification. | Artur Grabowski |
2001-02-03 | Create a common_elf directory with crtbegin and crtend that can | Artur Grabowski |
2014-11-14 | prefer sizeof(*ptr) to sizeof(struct) for malloc and free | Ted Unangst |
2014-11-14 | _NSIG is the number of valid signals including signal 0, so it's not a valid | Jonathan Matthew |
2014-11-14 | simplest free(size) | Ted Unangst |
2014-11-14 | bzero -> memset | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | from natano: | Ted Unangst |
2014-11-14 | Shorten the AgentX header debug messages (only compiled with -DDEBUG) | Reyk Floeter |
2014-11-14 | sort names for -C. ok reyk | Ted Unangst |
2014-11-14 | enable trunk. | Henning Brauer |
2014-11-14 | move the trunk related functions out of ifdef SMALL, to allow trunk on | Henning Brauer |
2014-11-14 | regen | Martin Pieuchot |
2014-11-14 | Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@. | Martin Pieuchot |
2014-11-14 | implement the atomic_foo things on arm. | David Gwynne |
2014-11-14 | let this compile with clang; no binary change with gcc. | Daniel Dickman |
2014-11-14 | Now that all known users of cpp in base and X use tradcpp, move gcc | Daniel Dickman |
2014-11-14 | mention recently added sdtemp devices | Jonathan Gray |
2014-11-14 | add some more sdtemp devices | Jonathan Gray |
2014-11-14 | Describe how to load the installer over the network via TFTP. | Jonathan Gray |
2014-11-14 | sync | Theo de Raadt |
2014-11-14 | Remove needless and harmful byte swapping on big endian architectures. | Ingo Schwarze |
2014-11-14 | Add gcc printf format attributes to iked's parse.y and remove unused | Doug Hogan |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-11-14 | Label windows which are smaller than expected with a reason. | Nicholas Marriott |
2014-11-14 | move the slowdown back up. it needs to take place after the allocated page | Ted Unangst |
2014-11-14 | Add sched_yield(2) manpage | Philip Guenther |
2014-11-14 | sync | Theo de Raadt |