summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix completely hosed up formattingEric Andersen2004-02-061-10/+10
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-0614-0/+17
* Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-052-11/+10
* Allow building on 64 bit archs. Hopefully the last cvs activity thisManuel Novoa III2004-02-051-2/+2
* Use 'mmap.c' instead of '_mmap.c'Eric Andersen2004-02-054-9/+9
* Fixup a badly merged updateEric Andersen2004-02-051-4/+7
* Use a static const char array for static stringsEric Andersen2004-02-042-4/+4
* Today's Toni's birthday. Seems an appropriate day to add this.Manuel Novoa III2004-02-031-0/+22
* Use the correct configuration test define.Manuel Novoa III2004-02-021-2/+2
* The code for checking the rpath was not finding the rpathEric Andersen2004-02-011-6/+20
* Jakub Bogusz writes:Eric Andersen2004-02-013-2/+4
* Revert to scope as used by original code for now, just in case.Eric Andersen2004-01-311-2/+4
* Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen2004-01-311-0/+4
* Andrew May writes:Eric Andersen2004-01-303-2/+5
* Add missing abort instruction for powerpcEric Andersen2004-01-301-1/+5
* Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen2004-01-302-1/+61
* Joakim Tjernlund writes:Eric Andersen2004-01-301-117/+87
* Modify interfaces for _dl_parse_relocation_information()Eric Andersen2004-01-2913-250/+245
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-296-93/+87
* Joakim Tjernlund writes:Eric Andersen2004-01-291-50/+46
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-297-136/+49
* Fixup silly typoEric Andersen2004-01-291-1/+1
* Patch from Joakim Tjernlund:Eric Andersen2004-01-292-38/+20