summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger
2005-10-01Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger
2005-05-27- keep gcc-4.x happyNed Ludd
2005-04-28The list of source files was just too much. Especially trying to keepPeter Kjellerstedt
2005-01-25merge parallel build supportMike Frysinger
2005-01-17add posix_fadvise / posix_fadvise64 supportMike Frysinger
2005-01-06Justin Cormack <justin@street-vision.com> writes:Mike Frysinger
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
2004-12-22Patch from psm, vapier, and solar, adding xattr syscallsEric Andersen
2004-12-20- Added support for 13 new syscalls to allow more things to compile when usin...Ned Ludd
2004-08-22Make the stub profiling stuff workEric Andersen
2004-08-21Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-01-21Sort all the filesEric Andersen
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-21Add pollEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-11-12Add support for missing ntp_gettime and ntp_adjtimeEric Andersen
2003-11-05Kill initfini.awkEric Andersen
2003-10-25Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III
2003-10-20Fix a stupid bug that caused uClibc to never provide the correctEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
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