summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III2004-02-201-1/+1
* When doing symbol lookups on functionsEric Andersen2004-02-201-4/+4
* Update the x86 processor listing a bit, to preempt further questionsEric Andersen2004-02-192-8/+21
* Fixup naming of '_mmap' to 'mmap' so it will properly overrideEric Andersen2004-02-182-1/+1
* Minor change to better match recent changes to other archesEric Andersen2004-02-182-61/+63
* Alexandre Oliva writes:Eric Andersen2004-02-1839-1/+3996
* Alexandre Oliva writes:Eric Andersen2004-02-188-12/+12
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Seperate out the startup stuff from the non-startup stuff.Eric Andersen2004-02-1718-694/+696
* Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen2004-02-171-0/+7
* Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III2004-02-171-8/+6
* Kill off an arm specific hack, that fostered three other arch specificEric Andersen2004-02-172-13/+5
* When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen2004-02-172-4/+4
* Do not duplicate stuff from ldso.hEric Andersen2004-02-171-12/+0
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III2004-02-152-66/+1
* Oops.Eric Andersen2004-02-151-1/+2
* Mips can use the generic vforkEric Andersen2004-02-152-31/+1
* Cris can use the generic vforkEric Andersen2004-02-152-12/+1
* 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