summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove additional test programs."Steven J. Hill"2005-05-113-1452/+0
* SHMLBA is now defined by arch dependent bits/shm.h file so removeJoakim Tjernlund2005-05-101-5/+0
* The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen2005-05-101-5/+5
* Change strptime so that it only modifies struct tm fields specified.Manuel Novoa III2005-05-101-1/+3
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-076-32/+568
* Fix trapa value for _syscall6() to conform with new sh syscall ABI.Paul Mundt2005-05-072-2/+2
* It turns out that the problem that required us to use --enable-sjlj-exceptionsEric Andersen2005-05-071-4/+1
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-07264-0/+27370
* Haha. I caught it before you did."Steven J. Hill"2005-05-071-2/+2
* Add in configuration item and Makefile changes for NPTL. We will be"Steven J. Hill"2005-05-072-0/+29
* Fix platform URLs, though I'm sure rmk has enjoyed the extra traffic..Paul Mundt2005-05-031-4/+2
* Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ...Manuel Novoa III2005-05-021-2/+12
* Fix __sigprocmask weak symbol resolution with gcc4.Paul Mundt2005-05-022-1/+2
* SH-4 has nommu variants, whereas SH-3 does not.Paul Mundt2005-05-021-1/+0
* Move sh64 to its own config so we don't crap up the sh one..Paul Mundt2005-05-023-9/+61
* Add sh2a support.Paul Mundt2005-05-022-1/+13
* On mips, gdb explicitly looks for the symbol "__dl_runtime_resolve" so changeEric Andersen2005-05-013-11/+11
* Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen2005-04-281-66/+117
* Cleanup error case a bitEric Andersen2005-04-281-8/+8
* This might actually now be thread safe, assuming I havn't broken it.Eric Andersen2005-04-281-20/+27
* trim trailing whitespaceEric Andersen2005-04-281-26/+26
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-286-46/+161
* Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).Peter Kjellerstedt2005-04-281-4/+6
* The list of source files was just too much. Especially trying to keepPeter Kjellerstedt2005-04-281-42/+8
* Get rid of extern references to ldso variables."Steven J. Hill"2005-04-272-4/+2
* Simplify PERFORM_BOOTSTRAP_RELOC() default path.Paul Mundt2005-04-272-16/+0
* mq_* interfaces are available in librt, remove from unimplemented list.Paul Mundt2005-04-271-1/+0
* GCC-4.1.0 doesn't like it when you reference 'extern' one place and then try"Steven J. Hill"2005-04-271-2/+2
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-2413-34/+427
* Fix dlopen to handle circular dependency libs. Wouldn't surprise me if someth...Joakim Tjernlund2005-04-231-5/+18
* Cleanup library loading.Joakim Tjernlund2005-04-233-47/+19
* Correct typo, matching correction made to elf.hEric Andersen2005-04-191-1/+1
* Updated to match Linux 2.6.11.Peter Kjellerstedt2005-04-1828-2958/+572
* Copy vendor/linux/2.6.11/scripts/lxdialog toPeter Kjellerstedt2005-04-1812-0/+2796
* In Bug 116, dicksnippe writes:Mike Frysinger2005-04-161-3/+32
* cbachman writes Bug 195:Mike Frysinger2005-04-161-0/+4
* import more updates from glibcMike Frysinger2005-04-161-2/+19
* import fixes/updates from glibc-2.3Mike Frysinger2005-04-151-16/+114
* Add missing definition for DL_OPENEDEric Andersen2005-04-131-4/+5
* Adjust indentationEric Andersen2005-04-131-52/+52
* This update gets mips working again.Eric Andersen2005-04-131-4/+9
* Further rework the mips syscallsEric Andersen2005-04-131-183/+221
* On some wierd arches (i.e. mips), none of the early debug stuffEric Andersen2005-04-131-0/+10
* Fix bug 214, reported by aurel. This is a major update thatJoakim Tjernlund2005-04-131-58/+107
* Don't write out the terminating NULL charEric Andersen2005-04-131-2/+2
* Rework the dl-startup.c ldso early debugging macros to beEric Andersen2005-04-131-38/+54
* early debug stuff goes to stderr, not _dl_debug_fileEric Andersen2005-04-121-15/+9
* fix a thinko -- we cant use Eric Andersen2005-04-121-4/+10
* Only dl-startup.c should be using the SEND_STDERR macros,Eric Andersen2005-04-121-4/+4
* Remove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from ldso itself.Joakim Tjernlund2005-04-121-28/+0