summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-55/+8
* Big, huge fricking merge. Peter, if you touch the build system again I'm goin..."Steven J. Hill"2005-10-041-3/+13
* It occurred to me that for the uClibc way of doing things, we should be using..."Steven J. Hill"2005-08-111-4/+0
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes m..."Steven J. Hill"2005-08-091-0/+4
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-0/+1
* The list of source files was just too much. Especially trying to keepPeter Kjellerstedt2005-04-281-42/+8
* merge parallel build supportMike Frysinger2005-01-251-5/+5
* add posix_fadvise / posix_fadvise64 supportMike Frysinger2005-01-171-8/+8
* Justin Cormack <justin@street-vision.com> writes:Mike Frysinger2005-01-061-1/+1
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
* Patch from psm, vapier, and solar, adding xattr syscallsEric Andersen2004-12-221-5/+1
* - Added support for 13 new syscalls to allow more things to compile when usin...Ned Ludd2004-12-201-2/+7
* Make the stub profiling stuff workEric Andersen2004-08-221-7/+4
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-211-0/+3
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-3/+0
* Sort all the filesEric Andersen2004-01-211-45/+34
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-9/+40
* Add pollEric Andersen2004-01-211-1/+1
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+3
* Add support for missing ntp_gettime and ntp_adjtimeEric Andersen2003-11-121-1/+1
* Kill initfini.awkEric Andersen2003-11-051-47/+1
* Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III2003-10-251-0/+3
* Fix a stupid bug that caused uClibc to never provide the correctEric Andersen2003-10-201-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+4
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-081-1/+4
* Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III2003-09-211-1/+1
* Remove profil.c, since it is constained within gmon.c.Manuel Novoa III2003-09-071-1/+1
* Add an implementation of profil(), based on the version fromEric Andersen2003-09-061-1/+1
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-081-1/+2
* Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen2003-07-151-1/+1
* Default to using fork() for vfork() when no arch specificEric Andersen2003-03-051-1/+1
* Initial effort at adding profiling support.Eric Andersen2003-03-031-0/+6
* Fixup ioctl so we can special case powerpc sillinessEric Andersen2003-02-181-4/+4
* Using -g when doing the initfini compilation breaks the SH4 case prettyDavid McCullough2003-02-171-0/+5
* Fix a _ton_ of system call user type/kernel type translationEric Andersen2003-02-151-1/+1
* Use correct names for dummy crti.o/crtn.o files.Miles Bader2003-01-301-2/+2
* Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabledEric Andersen2003-01-291-2/+9
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-1/+1
* I thought it would be smaller to inline since these funcs are small.Eric Andersen2003-01-241-1/+1
* Update architecture specific support to consistantlyEric Andersen2003-01-231-6/+1
* Cleanup makefiles and make clean a bitEric Andersen2003-01-231-6/+6
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-121-1/+0
* Make support for global constructors and global destructors beEric Andersen2002-11-271-6/+9
* Implement sendfile64Eric Andersen2002-11-141-1/+2
* Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen2002-11-051-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-2/+2
* Overwriting the crt1.o link is fineEric Andersen2002-10-251-1/+1
* Be nicer to gcc -- add a link for crt1.oEric Andersen2002-10-251-0/+1