Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rename _sys_result var to get rid of shadow warnings | Mike Frysinger | 2006-01-29 | 1 | -5/+5 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 2 | -1/+4 | |
| | ||||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 | |
| | ||||||
* | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -5/+7 | |
| | ||||||
* | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵ | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 | |
| | | | | libpthread as well | |||||
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 | |
| | ||||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 1 | -0/+33 | |
| | | | | specific header file to make porting/updates a lot easier | |||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -4/+6 | |
| | | | | | | | | | libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles. | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 | |
| | ||||||
* | fix broken commenting | Mike Frysinger | 2006-01-14 | 1 | -1/+2 | |
| | ||||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 3 | -19/+9 | |
| | ||||||
* | fix loading of argc/argv for arm/nommu | Mike Frysinger | 2006-01-14 | 1 | -0/+10 | |
| | ||||||
* | need features.h for new HIDDEN_JUMPTARGET() | Mike Frysinger | 2006-01-14 | 1 | -0/+1 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 8 | -34/+39 | |
| | | | | missing headers, other jump relocs removed | |||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 | |
| | | | | it back | |||||
* | Make clone use internal _exit | Peter S. Mazinger | 2005-12-16 | 1 | -5/+1 | |
| | ||||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 1 | -5/+10 | |
| | ||||||
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 1 | -1/+2 | |
| | ||||||
* | Merge from NPTL branch. Bring in the remaining changes for sigaction. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+3 | |
| | ||||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -0/+2 | |
| | ||||||
* | typo, thx vapier | Peter S. Mazinger | 2005-12-08 | 1 | -1/+0 | |
| | ||||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 2 | -4/+2 | |
| | ||||||
* | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 1 | -4/+4 | |
| | ||||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 | |
| | ||||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+4 | |
| | ||||||
* | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | 2005-12-02 | 1 | -5/+0 | |
| | ||||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -5/+5 | |
| | ||||||
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 1 | -0/+1 | |
| | ||||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 | |
| | ||||||
* | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger | 2005-11-19 | 1 | -1/+1 | |
| | ||||||
* | update copyright and license, add _BITS_SETJMP_H protection around the file, ↵ | Mike Frysinger | 2005-11-16 | 1 | -1/+5 | |
| | | | | make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | |||||
* | add support for cirrus maverick fpu using patch for glibc ↵ | Mike Frysinger | 2005-11-10 | 6 | -1/+160 | |
| | | | | http://yann.poupet.free.fr/ep93xx/ | |||||
* | sync with glibc | Mike Frysinger | 2005-11-10 | 2 | -6/+10 | |
| | ||||||
* | update license | Mike Frysinger | 2005-11-10 | 3 | -34/+10 | |
| | ||||||
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 1 | -23/+5 | |
| | ||||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 | |
| | | | | 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. | |||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -69/+8 | |
| | ||||||
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -6/+0 | |
| | | | | 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 | |||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+38 | |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -35/+23 | |
| | | | | 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. | |||||
* | merge additional license cruft from glibc | Mike Frysinger | 2005-10-05 | 1 | -0/+17 | |
| | ||||||
* | Add .type _init/_fini unconditionally to arm/crt1.S | Peter S. Mazinger | 2005-09-29 | 1 | -4/+3 | |
| | ||||||
* | Build crt[in].o with disabled ssp. | Peter S. Mazinger | 2005-09-28 | 1 | -3/+3 | |
| | ||||||
* | arm/crt1.S needs features.h and the weak _init/_fini independently of ↵ | Peter S. Mazinger | 2005-09-28 | 1 | -8/+10 | |
| | | | | __PIC__. Add these weaks to mips/crt1.S as well. | |||||
* | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | 2005-09-27 | 1 | -1/+0 | |
| | ||||||
* | declare _init/_fini weak if UCLIBC_CTOR_DTOR is not defined | Mike Frysinger | 2005-09-18 | 1 | -0/+8 | |
| | ||||||
* | rip out iopl from ioperm.c so it will override the common iopl.c | Mike Frysinger | 2005-08-15 | 3 | -14/+36 | |
| | ||||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -0/+33 | |
| | ||||||
* | eat whitespace | Mike Frysinger | 2005-08-14 | 2 | -9/+7 | |
| | ||||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-14 | 3 | -8/+33 | |
| |