Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | |
it back | |||
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-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2005-12-10 | Merge from NPTL branch. Bring in the remaining changes for sigaction. | "Steven J. Hill" | |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | |
2005-12-08 | typo, thx vapier | Peter S. Mazinger | |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger | |
2005-12-08 | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | |
2005-12-07 | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-12-02 | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | 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-10 | add support for cirrus maverick fpu using patch for glibc ↵ | Mike Frysinger | |
http://yann.poupet.free.fr/ep93xx/ | |||
2005-11-10 | sync with glibc | Mike Frysinger | |
2005-11-10 | update license | Mike Frysinger | |
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-10-05 | merge additional license cruft from glibc | Mike Frysinger | |
2005-09-29 | Add .type _init/_fini unconditionally to arm/crt1.S | Peter S. Mazinger | |
2005-09-28 | Build crt[in].o with disabled ssp. | Peter S. Mazinger | |
2005-09-28 | arm/crt1.S needs features.h and the weak _init/_fini independently of ↵ | Peter S. Mazinger | |
__PIC__. Add these weaks to mips/crt1.S as well. | |||
2005-09-27 | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | |
2005-09-18 | declare _init/_fini weak if UCLIBC_CTOR_DTOR is not defined | Mike Frysinger | |
2005-08-15 | rip out iopl from ioperm.c so it will override the common iopl.c | Mike Frysinger | |
2005-08-15 | import thumb support from jbowler in Bug 385 | Mike Frysinger | |
2005-08-14 | eat whitespace | Mike Frysinger | |
2005-08-14 | import thumb support from jbowler in Bug 385 | Mike Frysinger | |
2005-08-04 | whitespace it | Mike Frysinger | |
2005-08-04 | yvasilev writes in Bug 235: | Mike Frysinger | |
uClibc uses wrong word order in vfp floating point arithmetic. I found this using my modification to N. Pitre's soft-float gcc patch, but this modifications were made just to allow gcc to compile code for armv4l, while nothing about fp arithmetic was changed. | |||
2005-07-29 | remove outdated comment and announce support for nanoseconds | Mike Frysinger | |
2005-07-29 | we are handed errno as a negative value so we need to reverse it | Mike Frysinger | |
2005-07-17 | rip out previous armeb old-stat abi compat code since arm linux opinion is ↵ | Mike Frysinger | |
that the old stat.h abi was for little endian only ... people should use this patch to fix their armeb kernels: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=863/1 | |||
2005-07-16 | make sure the stat64 struct is packed to prevent further ABI headaches as ↵ | Mike Frysinger | |
done in mainline 2.6 | |||
2005-07-16 | with the help of John Bowler, track down the ugly ABI change between 2.4 / ↵ | Mike Frysinger | |
2.6 on big endian arm kernels and work around it best we can at runtime | |||
2005-07-06 | update comments/syntax and make sure we include features.h for the hidden define | Mike Frysinger | |
2005-07-04 | import armeb fixes as outlined by John Bowler | Mike Frysinger | |
2005-06-26 | Oops. | Joakim Tjernlund | |
2005-06-25 | Change L_Scrt1 to __PIC__ | Joakim Tjernlund | |
2005-06-25 | Hopefully fix PIE apps. | Joakim Tjernlund | |
2005-06-25 | whitespace tweak, dont mind me | Mike Frysinger | |
2005-06-11 | change the old pads to the new nano sec fields | Mike Frysinger | |