summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger2007-02-213-26/+10
* make sure we have rtld_hidden_def(_dl_debug_state)Mike Frysinger2007-02-211-0/+1
* stub out msync() for no-mmu as wellMike Frysinger2007-02-211-2/+10
* drop -Wl,-warn-common since it doesnt serve much purposeMike Frysinger2007-02-211-4/+4
* make sure cleanup handler is only called onceMike Frysinger2007-02-201-0/+97
* call kernel helper to do spinlocksMike Frysinger2007-02-201-21/+14
* simple script for counting relocsMike Frysinger2007-02-181-0/+78
* default to pulling kernel headers from the system installMike Frysinger2007-02-181-1/+1
* rewrite all superh targets to just shMike Frysinger2007-02-181-1/+1
* rewrite all sparc targets to just sparcMike Frysinger2007-02-181-1/+1
* rewrite parisc to hppaMike Frysinger2007-02-181-1/+1
* Make _dl_malloc alignment arch configurable.Joakim Tjernlund2007-02-173-3/+13
* make sure static variables are re-initialized everytimeMike Frysinger2007-02-163-8/+68
* cleanup a littleMike Frysinger2007-02-161-6/+2
* Fix dlopen for static apps.Joakim Tjernlund2007-02-161-2/+12
* Atsushi Nemoto writes:Mike Frysinger2007-02-151-348/+65
* - kbuild update broke uClibc's configuration. It complains aboutBernhard Reutner-Fischer2007-02-151-10/+13
* Revert previous commit as it is unclear if it is needed.Joakim Tjernlund2007-02-141-5/+3
* Hopefully fix the earlier broken if [ -n $(HEADERS_BITS_SUBARCH) ]Joakim Tjernlund2007-02-141-3/+5
* make arch default to hostarchMike Frysinger2007-02-1425-1/+27
* pull latest kconfig from kernelMike Frysinger2007-02-1442-5237/+10252
* make sure we declare TARGET_ARCH as a stringMike Frysinger2007-02-1423-0/+23
* add silentoldconfig targetMike Frysinger2007-02-131-1/+4
* cleanup styleMike Frysinger2007-02-131-9/+6
* Add missing bits/fenv.h that got lost in the e500 port.Joakim Tjernlund2007-02-135-19/+171
* Do not produce spurious "/bin/sh: [: too many arguments" ifPeter Kjellerstedt2007-02-131-5/+3
* use /*...*/ comments rather than #... so we can preprocessMike Frysinger2007-02-131-16/+16
* Impl. linux syscalls sched_getaffinity/sched_setaffinity butJoakim Tjernlund2007-02-123-1/+131
* Updates from glibc.Joakim Tjernlund2007-02-121-28/+183
* Rehash the PowerPC e500 port to avoid creating symlinks Joakim Tjernlund2007-02-1223-759/+560
* Atsushi Nemoto writes:Mike Frysinger2007-02-122-121/+164
* Removed a .align 2 by mistake in previous commit.Joakim Tjernlund2007-02-121-0/+2
* Remove #APP/#NO_APP since -std=gnu99 will makeJoakim Tjernlund2007-02-122-18/+2
* Atsushi Nemoto writes:Mike Frysinger2007-02-111-266/+583
* we dont actually need asm/page.hMike Frysinger2007-02-101-3/+0
* Kay McCormick reports: when evp is NULL, it is reset too late and so can caus...Mike Frysinger2007-02-091-15/+14
* run through LindentMike Frysinger2007-02-0912-119/+123
* Atsushi Nemoto writes: Add st_[amc]timensec to N32/N64 version of stat, add s...Mike Frysinger2007-02-092-21/+23
* enable -std=gnu99 by default nowMike Frysinger2007-02-081-2/+1
* use __FDPIC__ from the compiler rather than setting our ownMike Frysinger2007-02-081-11/+3
* revert 17821, wait for better test casesEric Andersen2007-02-081-1/+1
* do not use ghbn_buf after it goes out of scopeEric Andersen2007-02-081-10/+9
* import a slightly modified realpath() test case from glibcMike Frysinger2007-02-081-0/+254
* Miguel Angel Alvarez writes:Eric Andersen2007-02-081-1/+1
* handle file_name==NULL and file_name=="" as required by POSIXMike Frysinger2007-02-081-0/+8
* revert previous change; reading POSIX spec some more says we need to set errn...Mike Frysinger2007-02-081-1/+1
* we crash if the first argument to realpath() is non-null as well so lets mark...Mike Frysinger2007-02-081-1/+1
* Paul Brook writes:Mike Frysinger2007-02-081-29/+24
* pull in features.h so we have access to config definesMike Frysinger2007-02-082-0/+4
* sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patchPaul Mundt2007-02-071-0/+2