summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-15update packaging a bitEric Andersen
2004-07-15Cleanup a few of the more egregiously broken sysconf values toEric Andersen
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen
2004-07-15Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen
2004-07-15Atsushi Nemoto writes:Eric Andersen
2004-07-15h8300 updates from Yoshinori SatoEric Andersen
2004-07-15Patch from Yoshinori Sato to add H8/300 relocation types.Eric Andersen
2004-07-15Peter Kjellerstedt at axis.com writes:Eric Andersen
2004-07-14Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen
2004-07-14Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen
2004-07-05Update FAQ a bitEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-24Disable support for R_ARM_PC24, just like R_PPC_REL24 these shouldEric Andersen
2004-06-20Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen
2004-06-20Whine about R_PPC_REL24 relocations, and tell people to compileEric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Bradley D. LaRonde writes:Eric Andersen
2004-06-19note new mailing list posting policyEric Andersen
2004-06-12Stephen Hemminger from osdl dot org writes:Eric Andersen
2004-06-12Jakub Bogusz from pld-linux dot org writes:Eric Andersen
2004-06-12Philip Craig at snapgear dot com writes:Eric Andersen
2004-06-12Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asmEric Andersen
2004-06-12Oops. Missed a spot.Eric Andersen
2004-06-06scrap the goofy time + getpid() based "randomness" and useEric Andersen
2004-05-24Removed unused file.Tobias Anderberg
2004-05-15Cope when the __NR_get_kernel_syms is undefined (i.e. 2.6.x arm-linux)Eric Andersen
2004-05-14Fix changed link into the mailing list archive.Manuel Novoa III
2004-05-14Joakim Tjernlund writes:Eric Andersen
2004-05-14Alexandre Oliva writes:Eric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2004-05-14Kill off the now obsolete __libc_vfork symbolEric Andersen
2004-05-14Alexandre Oliva writes:Eric Andersen
2004-05-14Patch from Alexandre Oliva:Eric Andersen
2004-05-14Alexandre Oliva writes:Eric Andersen
2004-05-13update libdl so it also groks the new _dl_errnoEric Andersen
2004-05-13Add define for SHM_HUGETLBEric Andersen
2004-05-13Bradley D. LaRonde writes:Eric Andersen
2004-05-12Patch from Bradley D. LaRonde:Eric Andersen
2004-05-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-05-11As noticed by the sharp eyed Joakim Tjernlund, I stupidlyEric Andersen
2004-05-11Setup a _dl_pagesize value for use by staticly linked appsEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-05-11Purge trailing white spaceEric Andersen
2004-05-11Bradley D. LaRonde, brad at laronde dot org writes:Eric Andersen
2004-05-10Save r0 before modifying it.Tobias Anderberg
2004-05-08Obligatory forgotten file...Manuel Novoa III
2004-05-08Change clock() to allow wrapping.Manuel Novoa III