summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-21touchup new kconfig handling so we dont constantly rebuildMike Frysinger
2007-02-21redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger
2007-02-21make sure we have rtld_hidden_def(_dl_debug_state)Mike Frysinger
2007-02-21stub out msync() for no-mmu as wellMike Frysinger
2007-02-21drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger
2007-02-20make sure cleanup handler is only called onceMike Frysinger
2007-02-20call kernel helper to do spinlocksMike Frysinger
2007-02-18simple script for counting relocsMike Frysinger
2007-02-18default to pulling kernel headers from the system installMike Frysinger
2007-02-18rewrite all superh targets to just shMike Frysinger
2007-02-18rewrite all sparc targets to just sparcMike Frysinger
2007-02-18rewrite parisc to hppaMike Frysinger
2007-02-17Make _dl_malloc alignment arch configurable.Joakim Tjernlund
2007-02-16make sure static variables are re-initialized everytimeMike Frysinger
2007-02-16cleanup a littleMike Frysinger
2007-02-16Fix dlopen for static apps.Joakim Tjernlund
2007-02-15Atsushi Nemoto writes:Mike Frysinger
2007-02-15- kbuild update broke uClibc's configuration. It complains aboutBernhard Reutner-Fischer
2007-02-14Revert previous commit as it is unclear if it is needed.Joakim Tjernlund
2007-02-14Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ]Joakim Tjernlund
2007-02-14make arch default to hostarchMike Frysinger
2007-02-14pull latest kconfig from kernelMike Frysinger
2007-02-14make sure we declare TARGET_ARCH as a stringMike Frysinger
2007-02-13add silentoldconfig targetMike Frysinger
2007-02-13cleanup styleMike Frysinger
2007-02-13Add missing bits/fenv.h that got lost in the e500 port.Joakim Tjernlund
2007-02-13Do not produce spurious "/bin/sh: [: too many arguments" ifPeter Kjellerstedt
2007-02-13use /*...*/ comments rather than #... so we can preprocessMike Frysinger
2007-02-12Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund
2007-02-12Updates from glibc.Joakim Tjernlund
2007-02-12Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund
2007-02-12Atsushi Nemoto writes:Mike Frysinger
2007-02-12Removed a .align 2 by mistake in previous commit.Joakim Tjernlund
2007-02-12Remove #APP/#NO_APP since -std=gnu99 will makeJoakim Tjernlund
2007-02-11Atsushi Nemoto writes:Mike Frysinger
2007-02-10we dont actually need asm/page.hMike Frysinger
2007-02-09Kay McCormick reports: when evp is NULL, it is reset too late and so can caus...Mike Frysinger
2007-02-09run through LindentMike Frysinger
2007-02-09Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add s...Mike Frysinger
2007-02-08enable -std=gnu99 by default nowMike Frysinger
2007-02-08use __FDPIC__ from the compiler rather than setting our ownMike Frysinger
2007-02-08revert 17821, wait for better test casesEric Andersen
2007-02-08do not use ghbn_buf after it goes out of scopeEric Andersen
2007-02-08import a slightly modified realpath() test case from glibcMike Frysinger
2007-02-08Miguel Angel Alvarez writes:Eric Andersen
2007-02-08handle file_name==NULL and file_name=="" as required by POSIXMike Frysinger
2007-02-08revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger
2007-02-08we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger
2007-02-08Paul Brook writes:Mike Frysinger
2007-02-08pull in features.h so we have access to config definesMike Frysinger