| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 2 | -3/+3 |
* | use errno.h not sys/errno.h as pointed out by sjhill | Mike Frysinger | 2005-12-30 | 1 | -1/+0 |
* | make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e... | Mike Frysinger | 2005-12-28 | 1 | -5/+8 |
* | kill off simple unused warnings | Mike Frysinger | 2005-12-27 | 8 | -15/+15 |
* | kill off simple unused warnings | Mike Frysinger | 2005-12-27 | 1 | -8/+5 |
* | kill off simple unused warnings | Mike Frysinger | 2005-12-27 | 1 | -5/+5 |
* | 2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes: | Mike Frysinger | 2005-12-27 | 1 | -2/+9 |
* | kill off minor warning | Mike Frysinger | 2005-12-27 | 1 | -1/+1 |
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Convert some users and get rid of __rpc_thread_createerr jump reloc, this was... | Peter S. Mazinger | 2005-12-16 | 29 | -38/+102 |
* | silly bug | Eric Andersen | 2005-12-15 | 1 | -1/+0 |
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 3 | -2/+4 |
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 2 | -4/+4 |
* | fix signed warning | Mike Frysinger | 2005-12-10 | 1 | -1/+1 |
* | Switch fread/fwrite/fclose/pipe/sigsetmask users | Peter S. Mazinger | 2005-12-10 | 2 | -0/+4 |
* | Implement hidden listen, use the hidden listen/accept | Peter S. Mazinger | 2005-12-09 | 5 | -2/+12 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 16 | -28/+40 |
* | internal sigpause, do we really default to BSD signals? | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 19 | -18/+39 |
* | Use __sendto in __libc_send, small correction | Peter S. Mazinger | 2005-12-08 | 1 | -2/+5 |
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it | Peter S. Mazinger | 2005-12-08 | 1 | -26/+27 |
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 31 | -90/+156 |
* | Missed alias to xdr_string, thanks sjhill | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 20 | -35/+105 |
* | No more *xdr* jump relocations | Peter S. Mazinger | 2005-12-07 | 22 | -170/+231 |
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 24 | -286/+317 |
* | Make use internal str*casecmp/wcscoll | Peter S. Mazinger | 2005-12-06 | 2 | -11/+4 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 6 | -42/+23 |
* | a small TODO | Mike Frysinger | 2005-12-06 | 1 | -0/+1 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 15 | -33/+49 |
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger | 2005-12-03 | 8 | -37/+37 |
* | _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma... | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 25 | -55/+96 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 39 | -286/+289 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 11 | -6/+33 |
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 6 | -0/+16 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 19 | -50/+92 |
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 1 | -30/+30 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 2 | -6/+2 |
* | Hide __libc_sa_len | Peter S. Mazinger | 2005-11-15 | 2 | -2/+2 |
* | Another s/index/strchr/ | Peter S. Mazinger | 2005-11-10 | 1 | -10/+10 |
* | Correct IMA | Peter S. Mazinger | 2005-11-03 | 1 | -1/+4 |
* | 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 libc-a... | Peter S. Mazinger | 2005-11-01 | 2 | -2/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 2 | -151/+16 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 2 | -0/+122 |
* | Better solution to duplicate locking defines | Peter S. Mazinger | 2005-10-20 | 1 | -21/+15 |
* | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger | 2005-10-20 | 1 | -11/+11 |
* | only include libc-tsd.h if we have threads support | Mike Frysinger | 2005-10-20 | 1 | -1/+2 |