Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-03 | - add missing #endif | Bernhard Reutner-Fischer | |
2008-05-03 | - implement splice,vmsplice,tee for all arches | Bernhard Reutner-Fischer | |
- synch F_LINUX_SPECIFIC_BASE related fcntls for all arches | |||
2008-04-24 | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | |
2008-01-17 | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | |
a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init. | |||
2008-01-08 | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵ | Mike Frysinger | |
doing double negatives | |||
2007-01-05 | Atle Nissestad writes: The attached patch fixes compilation of the current ↵ | Mike Frysinger | |
svn on the nios2 platform, and updates the crt1/n/i.S files to get CTOR/DTOR-support to work. | |||
2006-12-08 | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | |
applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | |||
2006-12-08 | add some warnings to archs that need a bit of attention | Eric Andersen | |
2006-12-06 | bits/kernel_stat.h is for internal uClibc use only, fix a few other | Eric Andersen | |
minor include file issues | |||
2006-08-24 | fix from psm: enable readahead prototype | Mike Frysinger | |
2006-08-24 | fix from psm: just use common resource.h | Mike Frysinger | |
2006-08-23 | sync with upstream via psm | Mike Frysinger | |
2006-08-23 | fixes from psm: use new clone definition | Mike Frysinger | |
2006-08-23 | fixes from psm: hide internal brk symbols | Mike Frysinger | |
2006-08-23 | fixes from psm: disable unsupported __fpu_control and sync with upstream | Mike Frysinger | |
2006-08-21 | bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprof | Eric Andersen | |
based profiling I nuked ages ago since tools like oprofile are non invasive and work so much better. | |||
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-02-13 | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | |
the archs fail | |||
2006-02-01 | I will risk this one: __curbrk | Peter S. Mazinger | |
2006-01-26 | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | |
2006-01-24 | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | |
2006-01-23 | kill off redefined warnings | Mike Frysinger | |
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-15 | Thomas Chou: fix misplaced comment | Mike Frysinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
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 | Thomas Chou says in bug 618: add missing __vfork: label | Mike Frysinger | |
2006-01-10 | remove unused symbols | Mike Frysinger | |
2006-01-10 | more fixes by Thomas Chou in Bug 618 | Mike Frysinger | |
2006-01-02 | fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it | Peter S. Mazinger | |
2005-12-30 | update to new build system | Mike Frysinger | |
2005-12-30 | Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc style | Mike Frysinger | |
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2005-11-27 | define MREMAP_FIXED | 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-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-01-25 | merge parallel build support | Mike Frysinger | |
2004-12-22 | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | |
as the flags for all calls to 'as' | |||
2004-07-30 | s/___brk_addr/__curbrk/g | Eric Andersen | |
Some utilities, such as valgrind, have a legitimate reason to know the address of the current brk. Since we know such utils will peek under our skirt, we might as well give them what they expect and not use a gratuitously different symbol name. -Erik | |||
2004-07-16 | Pete Popov writes: | Eric Andersen | |
Hi Erik, I'm not sure why the NIOS support is not in uClibc -- perhaps the patch was rejected or never submitted? In any case, I'm playing with some NIOS stuff and created this patch against 0.9.26. The work was done by Microtronix. I'm not sure who else contributed to it. It would be great to have the NIOS support available in uClibc so developers don't have to go searching for these bits. Pete |