Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-27 | Add some prototypes to arch specific pread_write.c, mips has __mips64 ↵ | Peter S. Mazinger | |
questionable ifdefs | |||
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2006-01-26 | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | |
2006-01-25 | Use #define __NR_vfork __NR_fork consistently | Peter S. Mazinger | |
2006-01-24 | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | |
2006-01-24 | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-19 | Change to sane defaults | Peter S. Mazinger | |
2006-01-19 | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | |
specific header file to make porting/updates a lot easier | |||
2006-01-14 | fix broken commenting | Mike Frysinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | need features.h for new HIDDEN_JUMPTARGET() | Mike Frysinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-11 | Aurelien Jacobs writes: | Mike Frysinger | |
The kernel include guard that uClibc rely on for POSIX_TYPES_H on ppc has changed in linux-2.6.15. Here is a trivial patch to fix this issue. | |||
2005-12-16 | Make clone use internal _exit | Peter S. Mazinger | |
2005-12-15 | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | |
2005-12-15 | Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, so | Joakim Tjernlund | |
use r3 instead to pass _dl_fini. | |||
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger | |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger | |
2005-12-08 | Do ppc specific __ioctl too | Peter S. Mazinger | |
2005-12-07 | Hide more | Peter S. Mazinger | |
2005-11-27 | define MREMAP_FIXED | Mike Frysinger | |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-19 | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger | |
2005-11-16 | update copyright and license, add _BITS_SETJMP_H protection around the file, ↵ | Mike Frysinger | |
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | |||
2005-11-04 | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | |
2005-11-03 | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | |
with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | |||
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
2005-10-28 | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | |
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | |||
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||
2005-09-28 | Build crt[in].o with disabled ssp. | Peter S. Mazinger | |
2005-09-27 | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | |
2005-09-20 | Fix bug 370. | Joakim Tjernlund | |
2005-09-17 | Add atomic support for PPC. | Joakim Tjernlund | |
Merge glibc bits/atomic.h powerpc32/bits/atomic.h powerpc64/bits/atomic.h into one file | |||
2005-09-17 | Change to glibc way of defining syscalls. This should make PPC | Joakim Tjernlund | |
compile with gcc 4.0/4.1 | |||
2005-08-27 | asierllano writes in bug 370: | Joakim Tjernlund | |
The gcc compiler has deprecated the type __uint128 for 32-bits platforms. Due to the fact that this type was introduced in gcc-3.1 it is better to drop its use. (glibc has the same problem and uses this same solution). | |||
2005-08-17 | Make uClibc vfork() use kernels vfork() instead of fork(). | Joakim Tjernlund | |
2005-07-28 | Add missing #include <bits/wordsize.h> and change __kernel_time to | Joakim Tjernlund | |
__time. Minior WS touchup also. | |||
2005-07-28 | A while back, the sysvipc code was changed to use IPC_64 in the calls. | Manuel Novoa III | |
Unfortunatly, the semid_ds structs were not changed as needed. So import the necessary (tweaked) files from glibc. Only tested on x86 today, but I'll be testing mips tomorrow. | |||
2005-07-06 | update comments/syntax and make sure we include features.h for the hidden define | Mike Frysinger | |
2005-06-29 | declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off | Joakim Tjernlund | |
2005-06-29 | Minor cleanup. | Joakim Tjernlund | |
2005-06-26 | stack_end in __uClibc_main must point to where argc is. | Joakim Tjernlund | |
2005-06-25 | Delete old stuff. | Joakim Tjernlund | |
2005-06-25 | Change L_Scrt1 to __PIC__ | Joakim Tjernlund | |
2005-06-10 | Remove TEXTREL relocations for ARM. | Joakim Tjernlund | |
Hide __syscall_error from outside libc. From Peter Mazinger. | |||
2005-05-28 | Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to | Joakim Tjernlund | |
be able to run apps built with 0.9.27. This also renames __uClibc_start_main to __uClibc_main. This compat option should be removed some time after 0.9.28 is released. Let me know if you don't like this change. | |||
2005-05-26 | Pass the aligned stack ptr, not the unaligned. | Joakim Tjernlund | |