summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* This should not be inlined. This should probably use aEric Andersen2004-02-151-2/+2
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-152-5/+7
* Use the generic fork implementation on sh64Eric Andersen2004-02-152-36/+1
* Add some padding on the bottomEric Andersen2004-02-141-0/+64
* Update FAQ a bitEric Andersen2004-02-141-93/+181
* No point in including debug info for ldso. It isn't helpful to do soEric Andersen2004-02-141-5/+4
* Atsushi Nemoto writes:Eric Andersen2004-02-141-2/+3
* Fix this as should have been done a long time ago...Manuel Novoa III2004-02-141-0/+3
* Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen2004-02-149-30/+31
* Joakim Tjernlund writes:Eric Andersen2004-02-1425-123/+177
* Yet more fixups..Eric Andersen2004-02-131-2/+8
* Done free path if it equals not_foundEric Andersen2004-02-131-1/+5
* Another little touch up to avoid problems...Eric Andersen2004-02-131-0/+2
* A better fix...Eric Andersen2004-02-131-6/+4
* Fix the annoying "not a dynamic executable" problem when running lddEric Andersen2004-02-131-4/+4
* Cleanup whitespace and formattingEric Andersen2004-02-131-36/+31
* Avoid potential double free when locate_library_file() is usedEric Andersen2004-02-131-4/+7
* Oops.. The custom stream funcs should only be compiled if wanted.Manuel Novoa III2004-02-131-2/+4
* Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen2004-02-122-4/+4
* More todo list updatesEric Andersen2004-02-121-28/+46
* Paul Mundt lethal at linux-sh dot org writes:Eric Andersen2004-02-121-0/+2
* Add missing mips specific include/sys/user.hEric Andersen2004-02-121-0/+52
* Add our own copies of the include/scsi header files, per what glibcEric Andersen2004-02-125-4/+537
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-11119-7767/+9224
* Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III2004-02-111-3/+3
* yet another todo itemEric Andersen2004-02-111-0/+9
* mention valgrind/atexit annoyanceEric Andersen2004-02-111-0/+4
* Update TODO list with some items for 1.0Eric Andersen2004-02-111-56/+46
* Do not include the create_module syscall if it is not presentEric Andersen2004-02-101-0/+3
* Eliminate the PIE support option, and simply support that all the timeEric Andersen2004-02-102-33/+6
* Fix function prototype to match the official ELF standard hash functionEric Andersen2004-02-102-3/+3
* Fixup header file namingEric Andersen2004-02-102-2/+2
* clean trailing whitespaceEric Andersen2004-02-102-2/+2
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-1049-4966/+35
* oops, manditory forgotten patchEric Andersen2004-02-102-0/+262
* Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen2004-02-105-246/+104
* Nicolas Pitre writes:Eric Andersen2004-02-091-5/+6
* Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen2004-02-083-258/+129
* Cleanup whitespace and formattingEric Andersen2004-02-087-390/+377
* Add some permissions when creating the logfileEric Andersen2004-02-081-3/+3
* Thanks to Joakim's recent paches, we can now remove the FIXMEEric Andersen2004-02-072-14/+0
* Restore the library entry point so it works. It does haveEric Andersen2004-02-0720-12/+22
* Joakim Tjernlund writes:Eric Andersen2004-02-072-220/+90
* Remove unneeded forward declarationEric Andersen2004-02-071-1/+0
* Split off the stuff that cannot use function into its own file,Eric Andersen2004-02-0726-694/+1236
* Step one, begin shuffling things around a bitEric Andersen2004-02-079-87/+135
* Yet more consistancy fixupsEric Andersen2004-02-071-2/+2
* Use unsigned char * pointersEric Andersen2004-02-073-3/+3
* Trim trailing whitespaceEric Andersen2004-02-062-14/+14
* Remove trailing whitespaceEric Andersen2004-02-062-128/+126