summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-13Yet more fixups..Eric Andersen
2004-02-13Done free path if it equals not_foundEric Andersen
2004-02-13Another little touch up to avoid problems...Eric Andersen
2004-02-13A better fix...Eric Andersen
2004-02-13Fix the annoying "not a dynamic executable" problem when running lddEric Andersen
2004-02-13Cleanup whitespace and formattingEric Andersen
2004-02-13Avoid potential double free when locate_library_file() is usedEric Andersen
2004-02-13Oops.. The custom stream funcs should only be compiled if wanted.Manuel Novoa III
2004-02-12Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen
2004-02-12More todo list updatesEric Andersen
2004-02-12Paul Mundt lethal at linux-sh dot org writes:Eric Andersen
2004-02-12Add missing mips specific include/sys/user.hEric Andersen
2004-02-12Add our own copies of the include/scsi header files, per what glibcEric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-02-11Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III
2004-02-11yet another todo itemEric Andersen
2004-02-11mention valgrind/atexit annoyanceEric Andersen
2004-02-11Update TODO list with some items for 1.0Eric Andersen
2004-02-10Do not include the create_module syscall if it is not presentEric Andersen
2004-02-10Eliminate the PIE support option, and simply support that all the timeEric Andersen
2004-02-10Fix function prototype to match the official ELF standard hash functionEric Andersen
2004-02-10Fixup header file namingEric Andersen
2004-02-10clean trailing whitespaceEric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-10oops, manditory forgotten patchEric Andersen
2004-02-10Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen
2004-02-09Nicolas Pitre writes:Eric Andersen
2004-02-08Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-08Add some permissions when creating the logfileEric Andersen
2004-02-07Thanks to Joakim's recent paches, we can now remove the FIXMEEric Andersen
2004-02-07Restore the library entry point so it works. It does haveEric Andersen
2004-02-07Joakim Tjernlund writes:Eric Andersen
2004-02-07Remove unneeded forward declarationEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-02-07Yet more consistancy fixupsEric Andersen
2004-02-07Use unsigned char * pointersEric Andersen
2004-02-06Trim trailing whitespaceEric Andersen
2004-02-06Remove trailing whitespaceEric Andersen
2004-02-06Fix completely hosed up formattingEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2004-02-05Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III
2004-02-05Allow building on 64 bit archs. Hopefully the last cvs activity thisManuel Novoa III
2004-02-05Use 'mmap.c' instead of '_mmap.c'Eric Andersen
2004-02-05Fixup a badly merged updateEric Andersen
2004-02-04Use a static const char array for static stringsEric Andersen
2004-02-03Today's Toni's birthday. Seems an appropriate day to add this.Manuel Novoa III
2004-02-02Use the correct configuration test define.Manuel Novoa III