Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-05-26 | Fix PPC wrt new __uClibc_start_main. | Joakim Tjernlund | |
2005-05-26 | Fix "off by one" bug. | Joakim Tjernlund | |
2005-05-25 | Adapt startup code in x86 and PPC to almost match glibc. _init vs. ↵ | Joakim Tjernlund | |
__libc_csu_init and _fini vs. __libc_csu_fini remains to do. | |||
2005-05-21 | Update PowerPC to new ABI. | Joakim Tjernlund | |
2005-05-11 | This file is no longer used. kill it. | Eric Andersen | |
2005-05-07 | Hopefully fix the problem reported by Peter Mazinger, | Joakim Tjernlund | |
see http://uclibc.org/lists/uclibc/2005-May/011667.html for details. Not tested by me but I am sure Peter will :) The toolchain needs to be rebuilt. | |||
2005-04-24 | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund | |
syscalls. This won't work on 2.2 kernels(I think). | |||
2005-03-21 | Pass _dl_fini function ptr to __uClibc_start_main(). | Joakim Tjernlund | |
To actually use it, one must define _DL_DO_FINI_IN_LIBC globally. That will also break ABI for apps linked with previous version of crtX.S. They must be relinked with this version to work again. | |||
2005-02-12 | no more cvs | Mike Frysinger | |
2005-01-25 | merge parallel build support | Mike Frysinger | |
2004-12-22 | Patch from Peter S. Mazinger to simplify PIE handling | Eric Andersen | |
2004-12-22 | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | |
as the flags for all calls to 'as' | |||
2004-12-06 | Add missing definition for O_DIRECT | Eric Andersen | |
2004-11-17 | Make __builtin_return_address() return NULL at top of | Joakim Tjernlund | |
stack frame. This will make backtracing possible. |