| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 4 | -0/+8 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 13 | -23/+34 |
* | 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 | 13 | -13/+29 |
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 19 | -24/+67 |
* | Missed alias to xdr_string, thanks sjhill | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 15 | -3/+25 |
* | 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 | 1 | -10/+3 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 2 | -11/+5 |
* | a small TODO | Mike Frysinger | 2005-12-06 | 1 | -0/+1 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 14 | -33/+46 |
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger | 2005-12-03 | 7 | -25/+25 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 19 | -9/+32 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 30 | -173/+174 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 10 | -4/+24 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 17 | -36/+75 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | 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 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -61/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+50 |
* | only include libc-tsd.h if we have threads support | Mike Frysinger | 2005-10-20 | 1 | -1/+2 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -16/+14 |
* | One more addition. | "Steven J. Hill" | 2005-10-04 | 1 | -0/+6 |
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" | 2005-10-04 | 1 | -2/+1 |
* | add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti... | Mike Frysinger | 2005-08-18 | 1 | -0/+98 |
* | add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti... | Mike Frysinger | 2005-08-18 | 1 | -15/+10 |
* | rework some of the code to shrink size | Mike Frysinger | 2005-08-18 | 1 | -16/+19 |
* | style tweaks | Mike Frysinger | 2005-08-18 | 1 | -39/+25 |
* | we have getprotobyname_r() now so use it | Mike Frysinger | 2005-08-18 | 1 | -9/+20 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III | 2004-10-31 | 2 | -3/+3 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-10-19 | 2 | -3/+3 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-05-14 | 1 | -1/+1 |
* | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | 2004-04-20 | 1 | -1/+1 |
* | Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which | Eric Andersen | 2004-03-18 | 8 | -10/+10 |
* | Alexandre Oliva writes: | Eric Andersen | 2004-02-18 | 7 | -10/+10 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -11/+11 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
* | Avoid a potentially undefined operation with a veriable++ in a macro | Eric Andersen | 2003-12-02 | 1 | -2/+2 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Atsushi Nemoto writes: | Eric Andersen | 2003-10-08 | 2 | -3/+3 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -9/+4 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -14/+1 |
* | Make INCLUDE_FULL_RPC default to !HAVE_SHARED. | Miles Bader | 2002-08-16 | 1 | -1/+14 |