summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
AgeCommit message (Expand)Author
2003-02-18Fixup ioctl so we can special case powerpc sillinessEric Andersen
2003-02-17Using -g when doing the initfini compilation breaks the SH4 case prettyDavid McCullough
2003-02-15Fix a _ton_ of system call user type/kernel type translationEric Andersen
2003-01-30Use correct names for dummy crti.o/crtn.o files.Miles Bader
2003-01-29Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabledEric Andersen
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-14Implement sendfile64Eric Andersen
2002-11-05Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-25Overwriting the crt1.o link is fineEric Andersen
2002-10-25Be nicer to gcc -- add a link for crt1.oEric Andersen
2002-10-18This patch, based on a patch from Stefan Allius, lets us pick anEric Andersen
2002-10-14Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen
2002-09-04Added function 'get_current_dir_name' for Linux Test Project. Tested and"Steven J. Hill"
2002-08-28If the initfini.pl script changes, regenerate the crt[in].S files.David McCullough
2002-08-23(initfini.s): Search the uClibc include dir, so we can find <features.h>.Miles Bader
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-19Work from Stefan Allius which allows superH to use the commonEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-15Rework pread and pwrite support so it should actually work.Eric Andersen
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen
2002-06-18Kill kernel_version.c, which is completely meaningless crapEric Andersen
2002-04-24Add support for mmap64Eric Andersen
2002-04-09Add creat64Eric Andersen
2002-04-09Add truncate64.cEric Andersen
2002-04-09Create a much more careful ftruncate64 implementation, that shouldEric Andersen
2002-04-09undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen
2002-04-03Be certain thatEric Andersen
2002-03-31Add support for getrlimit64 and setrlimit64. Fix some problemsEric Andersen
2002-03-16Build crti.o and crtn.o with optimization enabledEric Andersen
2002-03-14Oops! When I fixed the debug flags, I forgot to make things beEric Andersen
2002-03-14Do not enable debugging for initfini.s and friends. Won't work anyways.Eric Andersen
2002-03-13Build our own crti.o and crtn.o with a cross arch method that IEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
2002-01-29Doh! I'd included sbrk.o twice...Eric Andersen
2002-01-29Make it so powerpc can work despite lacking brk().Eric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-07Add statfs64Eric Andersen
2001-10-17This commit makes large file support actually work (when enabled inEric Andersen
2001-08-09Add cmsg_nxthdr function for the cases where the headersDavid McCullough
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-06-27Remove obsolete files tell.c and getdents.cManuel Novoa III
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III