Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement all needed hidden *printf and correct vasprintf, thx blindvt | Peter S. Mazinger | 2005-12-09 | 15 | -26/+48 | |
| | ||||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -1/+2 | |
| | ||||||
* | Use internal \*_strerror_r | Peter S. Mazinger | 2005-12-08 | 3 | -3/+3 | |
| | ||||||
* | Hide some of the f* *printf, use them as well | Peter S. Mazinger | 2005-12-08 | 16 | -9/+37 | |
| | ||||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 3 | -1/+5 | |
| | ||||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 4 | -1/+5 | |
| | ||||||
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -7/+4 | |
| | ||||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 8 | -5/+11 | |
| | ||||||
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | 2005-12-03 | 6 | -22/+18 | |
| | | | | x_internal, do not use cascading aliases | |||||
* | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | 2005-12-03 | 3 | -4/+1 | |
| | | | | uClibc_uintmaxtostr.h is only internal header, remove from target | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 5 | -7/+11 | |
| | ||||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 18 | -45/+45 | |
| | ||||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 3 | -0/+6 | |
| | ||||||
* | Hide some wcs* | Peter S. Mazinger | 2005-11-27 | 3 | -0/+5 | |
| | ||||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 5 | -1/+8 | |
| | ||||||
* | Adapt to renamed internal __f{ge.pu}tc_unlocked | Peter S. Mazinger | 2005-11-26 | 1 | -2/+2 | |
| | ||||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 6 | -4/+13 | |
| | ||||||
* | Use internal version of *_unlocked | Peter S. Mazinger | 2005-11-25 | 2 | -0/+4 | |
| | ||||||
* | Change internal name __f[ge,pu]tc_unlocked to __libc_x | Peter S. Mazinger | 2005-11-25 | 2 | -11/+13 | |
| | ||||||
* | tabs -> spaces | Mike Frysinger | 2005-11-21 | 1 | -2/+2 | |
| | ||||||
* | tabs -> spaces | Mike Frysinger | 2005-11-21 | 1 | -2/+2 | |
| | ||||||
* | Hide some more | Peter S. Mazinger | 2005-11-21 | 1 | -2/+2 | |
| | ||||||
* | Hide some | Peter S. Mazinger | 2005-11-21 | 20 | -45/+53 | |
| | ||||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 | |
| | ||||||
* | Don't build empty objects, remove unused vars, update copyright | Peter S. Mazinger | 2005-11-21 | 7 | -47/+36 | |
| | ||||||
* | fix tab issue properly by not using tabs | Mike Frysinger | 2005-11-20 | 6 | -12/+12 | |
| | ||||||
* | You included the wrong file. Check your work better next time. You get a big ↵ | "Steven J. Hill" | 2005-11-20 | 1 | -2/+2 | |
| | | | | fat "F" for this one. | |||||
* | Tab clean-up. | "Steven J. Hill" | 2005-11-20 | 5 | -5/+5 | |
| | ||||||
* | dont want to delete the 64.c files anymore | Mike Frysinger | 2005-11-19 | 1 | -1/+1 | |
| | ||||||
* | simplify Makefile rules for handling of LFS files by tweaking the way we ↵ | Mike Frysinger | 2005-11-19 | 13 | -80/+99 | |
| | | | | compile the source files as suggested by psm | |||||
* | touchup whitespace | Mike Frysinger | 2005-11-19 | 1 | -43/+49 | |
| | ||||||
* | make sure we pull in features.h | Mike Frysinger | 2005-11-19 | 1 | -0/+1 | |
| | ||||||
* | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 17 | -52/+52 | |
| | ||||||
* | Update copyright notice | Peter S. Mazinger | 2005-11-15 | 2 | -4/+4 | |
| | ||||||
* | Hide some internally used functions | Peter S. Mazinger | 2005-11-15 | 2 | -10/+10 | |
| | ||||||
* | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger | 2005-11-08 | 2 | -2/+0 | |
| | ||||||
* | make cp silent | Mike Frysinger | 2005-11-08 | 1 | -2/+2 | |
| | ||||||
* | Change comment size_t _fpmaxtostr to ssize_t | Peter S. Mazinger | 2005-11-05 | 1 | -1/+1 | |
| | ||||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 1 | -8/+18 | |
| | | | | 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. | |||||
* | tweak rules so we dont have to copy the .c files to get 64bit versions | Mike Frysinger | 2005-11-02 | 1 | -3/+2 | |
| | ||||||
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -3/+12 | |
| | ||||||
* | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 | |
| | | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | |||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -143/+8 | |
| | ||||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+143 | |
| | | | | 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 | -19/+12 | |
| | | | | 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. | |||||
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -0/+4 | |
| | | | | but they do no harm for the linuxthreads case. Yes, I tested this. | |||||
* | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger | 2005-09-22 | 23 | -130/+126 | |
| | ||||||
* | enable flockfile and friends if threads are not enabled | Peter S. Mazinger | 2005-09-21 | 1 | -2/+0 | |
| | ||||||
* | Sigh... I wasn't checking for output errors. NIST/PCTS caught it. | Manuel Novoa III | 2005-07-30 | 2 | -217/+279 | |
| | | | | | | Hack in some temporary fixes until I have time to clean it up a bit more. Also rework _fpmaxtostr to reduce the size a bit and (hopefully) allow it to build for m68k (vapier tested an earlier version a while back). | |||||
* | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III | 2005-07-28 | 3 | -3/+3 | |
| | | | | | compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency. |