Age | Commit message (Expand) | Author |
2005-12-10 | Do hidden fread/fwrite/fclose | Peter S. Mazinger |
2005-12-09 | Implement hidden listen, use the hidden listen/accept | Peter S. Mazinger |
2005-12-09 | Guard wchar dependent stuff properly, thx vapier | Peter S. Mazinger |
2005-12-09 | Implement hidden *scanf | Peter S. Mazinger |
2005-12-09 | Implement all needed hidden *printf and correct vasprintf, thx blindvt | Peter S. Mazinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-08 | Use internal \*_strerror_r | Peter S. Mazinger |
2005-12-08 | Hide some of the f* *printf, use them as well | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-07 | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-03 | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger |
2005-12-03 | _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma... | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-29 | Hiding again | Peter S. Mazinger |
2005-11-27 | Hide some wcs* | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-26 | Adapt to renamed internal __f{ge.pu}tc_unlocked | Peter S. Mazinger |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger |
2005-11-25 | Use internal version of *_unlocked | Peter S. Mazinger |
2005-11-25 | Change internal name __f[ge,pu]tc_unlocked to __libc_x | Peter S. Mazinger |
2005-11-21 | tabs -> spaces | Mike Frysinger |
2005-11-21 | tabs -> spaces | Mike Frysinger |
2005-11-21 | Hide some more | Peter S. Mazinger |
2005-11-21 | Hide some | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-21 | Don't build empty objects, remove unused vars, update copyright | Peter S. Mazinger |
2005-11-20 | fix tab issue properly by not using tabs | Mike Frysinger |
2005-11-20 | You included the wrong file. Check your work better next time. You get a big ... | "Steven J. Hill" |
2005-11-20 | Tab clean-up. | "Steven J. Hill" |
2005-11-19 | dont want to delete the 64.c files anymore | Mike Frysinger |
2005-11-19 | simplify Makefile rules for handling of LFS files by tweaking the way we comp... | Mike Frysinger |
2005-11-19 | touchup whitespace | Mike Frysinger |
2005-11-19 | make sure we pull in features.h | Mike Frysinger |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger |
2005-11-15 | Update copyright notice | Peter S. Mazinger |
2005-11-15 | Hide some internally used functions | Peter S. Mazinger |
2005-11-08 | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger |
2005-11-08 | make cp silent | Mike Frysinger |
2005-11-05 | Change comment size_t _fpmaxtostr to ssize_t | Peter S. Mazinger |
2005-11-03 | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger |
2005-11-02 | tweak rules so we dont have to copy the .c files to get 64bit versions | Mike Frysinger |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" |