summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* Add support for missing ntp_gettime and ntp_adjtimeEric Andersen2003-11-123-1/+34
* Fix for the last "fix".Manuel Novoa III2003-11-111-0/+2
* Protect some header inclusions.Manuel Novoa III2003-11-111-0/+2
* Stefan Allius writes:Eric Andersen2003-11-112-4/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-0815-25/+67
* kill mention of the wrapperEric Andersen2003-11-081-1/+0
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-33/+118
* Add a utility macro.Manuel Novoa III2003-11-061-0/+4
* George Thanos writes:Eric Andersen2003-11-062-3/+3
* Remove erroneous trailing semicolon.Manuel Novoa III2003-11-051-1/+1
* last but certinaly not least, kill off initfini.cEric Andersen2003-11-051-172/+0
* 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