OSDN Git Service

Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at...
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / Makefile
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerAllow building uClibc w/ make-3.79.1 if SSP is disabled
2005-10-01 Peter S. MazingerAdd gcc-4.1 non-TLS __stack_chk_guard support. Run...
2005-05-27 Ned Ludd- keep gcc-4.x happy
2005-04-28 Peter KjellerstedtThe list of source files was just too much. Especially...
2005-01-25 Mike Frysingermerge parallel build support
2005-01-17 Mike Frysingeradd posix_fadvise / posix_fadvise64 support
2005-01-06 Mike FrysingerJustin Cormack <justin@street-vision.com> writes:
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenPatch from psm, vapier, and solar, adding xattr syscalls
2004-12-20 Ned Ludd- Added support for 13 new syscalls to allow more thing...
2004-08-22 Eric AndersenMake the stub profiling stuff work
2004-08-21 Eric AndersenAttempt to support 'gcc -finstrument-functions', which...
2004-08-21 Eric AndersenKill off all support for 'gcc -pg' / 'gprof' style...
2004-01-21 Eric AndersenSort all the files
2004-01-21 Eric AndersenSplit up syscalls.c, since it had grown to be quite...
2004-01-21 Eric AndersenAdd poll
2004-01-02 Eric AndersenPeter S. Mazinger writes:
2003-11-12 Eric AndersenAdd support for missing ntp_gettime and ntp_adjtime
2003-11-05 Eric AndersenKill initfini.awk
2003-10-25 Manuel Novoa III Add -msoft-float to SAFECFLAGS when necessary.
2003-10-20 Eric AndersenFix a stupid bug that caused uClibc to never provide...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-08 Eric AndersenPatch from Atsushi Nemoto (with some additions):
2003-09-21 Manuel Novoa III Fix "subst -g,," problem for SAFECFLAGS.
2003-09-07 Manuel Novoa III Remove profil.c, since it is constained within gmon.c.
2003-09-06 Eric AndersenAdd an implementation of profil(), based on the version...
2003-08-08 Eric AndersenAdd support for personality(), prctl(), ustat(), and...
2003-07-15 Eric AndersenPatch from Peter Kjellerstedt to make it simpler for...
2003-03-05 Eric AndersenDefault to using fork() for vfork() when no arch specific
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2003-02-18 Eric AndersenFixup ioctl so we can special case powerpc silliness
2003-02-17 David McCulloughUsing -g when doing the initfini compilation breaks...
2003-02-15 Eric AndersenFix a _ton_ of system call user type/kernel type transl...
2003-01-30 Miles BaderUse correct names for dummy crti.o/crtn.o files.
2003-01-29 Eric AndersenCreate stub crti.o and crtn.o files when UCLIBC_CTOR_DT...
2003-01-28 Eric AndersenFix scandir64 to not free the wrong pieces of memory...
2003-01-24 Eric AndersenI thought it would be smaller to inline since these...
2003-01-23 Eric AndersenUpdate architecture specific support to consistantly
2003-01-23 Eric AndersenCleanup makefiles and make clean a bit
2002-12-12 Eric AndersenBased on discussions with Stefan Allius, change it...
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-14 Eric AndersenImplement sendfile64
2002-11-05 Eric AndersenPatch from Stefan Allius. Include CPU_CFLAGS when...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-25 Eric AndersenOverwriting the crt1.o link is fine
2002-10-25 Eric AndersenBe nicer to gcc -- add a link for crt1.o
2002-10-18 Eric AndersenThis patch, based on a patch from Stefan Allius, lets...
2002-10-14 Eric AndersenPatch from Christian MICHON <christian_michon@yahoo...
2002-09-04 "Steven J. Hill"Added function 'get_current_dir_name' for Linux Test...
2002-08-28 David McCulloughIf the initfini.pl script changes, regenerate the...
2002-08-23 Miles Bader(initfini.s): Search the uClibc include dir, so we...
2002-08-19 Eric AndersenEliminate wrapping of struct stat and use the kernel...
2002-08-19 Eric AndersenWork from Stefan Allius which allows superH to use...
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2002-07-15 Eric AndersenRework pread and pwrite support so it should actually...
2002-06-18 Eric AndersenCleanup the getcwd implementation (again) since I broke it
2002-06-18 Eric AndersenKill kernel_version.c, which is completely meaningless...
2002-04-24 Eric AndersenAdd support for mmap64
2002-04-09 Eric AndersenAdd creat64
2002-04-09 Eric AndersenAdd truncate64.c
2002-04-09 Eric AndersenCreate a much more careful ftruncate64 implementation...
2002-04-09 Eric Andersenundefine __USE_FILE_OFFSET64, since we absolutely do...
2002-04-03 Eric AndersenBe certain that
2002-03-31 Eric AndersenAdd support for getrlimit64 and setrlimit64. Fix some...
2002-03-16 Eric AndersenBuild crti.o and crtn.o with optimization enabled
2002-03-14 Eric AndersenOops! When I fixed the debug flags, I forgot to make...
2002-03-14 Eric AndersenDo not enable debugging for initfini.s and friends...
2002-03-13 Eric AndersenBuild our own crti.o and crtn.o with a cross arch metho...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-01-31 Eric AndersenFixup setjmp and longjmp so they behave themselves...
2002-01-29 Eric AndersenDoh! I'd included sbrk.o twice...
2002-01-29 Eric AndersenMake it so powerpc can work despite lacking brk().
2002-01-21 Eric AndersenMake sbrk common, add arm/brk.c, cleanup leftover damage
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-07 Eric AndersenAdd statfs64
2001-10-17 Eric AndersenThis commit makes large file support actually work...
2001-08-09 David McCulloughAdd cmsg_nxthdr function for the cases where the headers
2001-06-28 Manuel Novoa III Added a script to create bits/syscall.h for each arch.
2001-06-27 Manuel Novoa III Remove obsolete files tell.c and getdents.c
2001-06-25 Manuel Novoa III Remove simulated d_type support for getdents and the...
2001-05-16 Eric AndersenMove the default ptrace.c to common, but let arches...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-04-05 Eric AndersenGet the full set of module creating syscalls in place.
2001-03-19 Eric AndersenMove the dirent stuff. I suppose it is system dependan...
2001-03-05 Eric Andersenstat and mknod cleanup, take two. Put all the needed...
2001-02-19 Manuel Novoa III Remove redundant old isatty.c since newer termios suppl...
2001-02-09 Eric AndersenImplement getdtablesize(), which is used by the rpc...
2001-01-17 Manuel Novoa III Work around str_syscalls.sh not having execute perms...
2001-01-16 Eric AndersenA little update to wait* and a minor syscall cleanup.
2001-01-16 Eric AndersenAdded common handling of errno.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-11-17 Eric AndersenOops -- this should not have debugging hardcoded...
2000-11-17 Eric AndersenSome cleanups from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-16 Eric AndersenFix it so files are not stripped when debugging (doh...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-04 Eric AndersenFix doc blunder.
next