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