summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* Add quick hacks to create fake crti.o and crtn.o files. These architecturesEric Andersen2003-11-054-4/+116
* Kill initfini.awkEric Andersen2003-11-051-47/+1
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+102
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+73
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+77
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+99
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+79
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+89
* Arthur Shipkowski, art ! videon-central ! com, writes:Eric Andersen2003-11-051-0/+3
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+113
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+122
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-056-2/+157
* Begin the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+100
* Remove warning that apparently is not needed for e1Eric Andersen2003-11-031-1/+0
* Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg2003-11-031-29/+67
* Both setegid and seteuid were implemented suboptimally, such thatEric Andersen2003-11-022-3/+42
* Be extra careful to check uid and gid converstions to kernel typesEric Andersen2003-11-021-17/+74
* Make the syscall locally, avoid an externEric Andersen2003-11-021-2/+6
* properly deal with soft-float when profiling as wellEric Andersen2003-10-254-0/+12
* Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III2003-10-251-0/+3
* Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen2003-10-221-1/+3
* Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen2003-10-222-1/+196
* Fix a stupid bug that caused uClibc to never provide the correctEric Andersen2003-10-201-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-189-25/+13
* Peter Kjellerstedt writes:Eric Andersen2003-10-1816-33/+33
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+4
* Microblaze port from the uClinux-dist,David McCullough2003-10-1423-0/+1204
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-0818-2/+722
* Patch from George Thanos adding support for the "e1" architecture.Eric Andersen2003-10-0822-0/+1712
* Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg2003-09-241-1/+1
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-215-5/+5
* Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg2003-09-192-1/+73
* Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen2003-09-171-4/+4
* This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III2003-09-161-4/+7
* Make sure that __syscall_fcntl is extern when LFSEric Andersen2003-09-091-0/+2
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* Fix a trivial compile problemEric Andersen2003-09-081-2/+2
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-107/+333
* Use __libc_fork for the uClinux fork stubEric Andersen2003-09-081-2/+2
* mjn3 pointed out that my brain was not in gear....Eric Andersen2003-09-081-4/+5
* A few minor syscall cleanupsEric Andersen2003-09-071-47/+62
* Some updates from glibc. mjn3 reports this fixes profilingEric Andersen2003-09-075-14/+44
* i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III2003-09-071-1/+1
* Remove profil.c, since it is constained within gmon.c.Manuel Novoa III2003-09-072-114/+1
* Fix some more problems found by the ltpEric Andersen2003-09-072-12/+18
* Add an implementation of profil(), based on the version fromEric Andersen2003-09-062-1/+114
* Fix numerous problems with both getcwd implementations.Eric Andersen2003-09-061-66/+63
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-282-1/+16
* Added cris to "define list".Tobias Anderberg2003-08-271-1/+1
* Cosmetic changes.Tobias Anderberg2003-08-273-5/+8