summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
AgeCommit message (Expand)Author
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-09-07Remove profil.c, since it is constained within gmon.c.Manuel Novoa III
2003-09-06Add an implementation of profil(), based on the version fromEric Andersen
2003-08-08Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen
2003-07-15Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen
2003-03-05Default to using fork() for vfork() when no arch specificEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
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