summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
AgeCommit message (Expand)Author
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-14Microblaze port from the uClinux-dist,David McCullough
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-10-08Patch from George Thanos adding support for the "e1" architecture.Eric Andersen
2003-09-24Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-09-19Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg
2003-09-17Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen
2003-09-16This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III
2003-09-09Make sure that __syscall_fcntl is extern when LFSEric Andersen
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