summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
AgeCommit message (Expand)Author
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
2001-05-16Move the default ptrace.c to common, but let arches override it (suchEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-04-05Get the full set of module creating syscalls in place.Eric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen
2001-03-05stat and mknod cleanup, take two. Put all the needed junk into syscalls.cEric Andersen
2001-02-19Remove redundant old isatty.c since newer termios supplies one.Manuel Novoa III
2001-02-09Implement getdtablesize(), which is used by the rpc crap.Eric Andersen
2001-01-17Work around str_syscalls.sh not having execute perms. Should fix in cvs. How?Manuel Novoa III
2001-01-16A little update to wait* and a minor syscall cleanup.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-11-17Oops -- this should not have debugging hardcoded...Eric Andersen
2000-11-17Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen