summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2003-09-08Oops! I broke pread on mips with my last update. ThisEric Andersen
2003-09-08Fix a trivial compile problemEric Andersen
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-09-08Use __libc_fork for the uClinux fork stubEric Andersen
2003-09-08mjn3 pointed out that my brain was not in gear....Eric Andersen
2003-09-07A few minor syscall cleanupsEric Andersen
2003-09-07Some updates from glibc. mjn3 reports this fixes profilingEric Andersen
2003-09-07i386/mcount.S expects to call __mcount_internal with the 2 args passedManuel Novoa III
2003-09-07Remove profil.c, since it is constained within gmon.c.Manuel Novoa III
2003-09-07Fix some more problems found by the ltpEric Andersen
2003-09-06Add an implementation of profil(), based on the version fromEric Andersen
2003-09-06Fix numerous problems with both getcwd implementations.Eric Andersen
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-27Added cris to "define list".Tobias Anderberg
2003-08-27Cosmetic changes.Tobias Anderberg
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-22Don't use linux/sysctl.h and instead locally define struct __sysctl_args.Eric Andersen
2003-08-22Patch from Atsushi Nemoto, who writes:Eric Andersen
2003-08-21Add missing semicolonsEric Andersen
2003-08-20Correct included header for ustat.Manuel Novoa III
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen
2003-08-13Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen
2003-08-10Add support for the ulimit syscallEric Andersen
2003-08-08Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen
2003-08-05Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen
2003-08-05Zou WeiJun noticed a type breaking the stime syscallEric Andersen
2003-08-04For sparc, powerpc, mips, and alpha we should also use theEric Andersen
2003-08-01Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-07-15Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen
2003-07-03As noted by Felix Radensky back on 16 Mar:Eric Andersen
2003-06-27Fix a couple of typosEric Andersen
2003-06-27Revenge of the TypoEric Andersen
2003-06-27Cleanup a couple of ugly bitsEric Andersen
2003-06-27Implement mmap64 for armEric Andersen
2003-06-27add mmap64 for i386Eric Andersen
2003-06-27oops. Fix the name so it is "mmap64", not "__mmap64"Eric Andersen
2003-06-27Actually, some arches do support _syscall6, so implement a generic versionEric Andersen
2003-06-27Mention that the common mmap64 is a stub and must be overriddenEric Andersen
2003-06-27Add missing madvise syscallEric Andersen
2003-06-16As noted by Peter S. MazingerEric Andersen
2003-06-15Implement syscall() for powerpc. Fixup syscall code soEric Andersen
2003-06-11Fix arm syscall implementation so it does not blow chunks with gcc 3.3Eric Andersen
2003-06-03Kill the runtime fallback to fork and make it be compile timeEric Andersen
2003-06-03Fix brokenEric Andersen
2003-05-30Clone still had a few little PIC problems....Eric Andersen
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-05-08(__libc_open): Fix wacky indentation.Miles Bader
2003-05-01setjmp was trashing r12 which is bad and can cause apps to crash if they areDavid McCullough