Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 6 | -0/+48 | |
| | | | | affected files | |||||
* | Don't compile daemon.c at all for non-MMU | Peter S. Mazinger | 2006-02-13 | 2 | -4/+4 | |
| | ||||||
* | add back in code cut by previous commit to fix the pathconf test | Mike Frysinger | 2006-02-11 | 1 | -0/+5 | |
| | ||||||
* | sync with glibc and kill dead code to fix issues found by the nftw ltp tests | Mike Frysinger | 2006-02-10 | 1 | -150/+94 | |
| | ||||||
* | attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu | Peter S. Mazinger | 2006-02-03 | 2 | -5/+14 | |
| | ||||||
* | disable hidden_proto/def for __BCC__ generally | Peter S. Mazinger | 2006-02-03 | 1 | -2/+0 | |
| | ||||||
* | Use internal versions of strchr and stderr for non-BCC | Peter S. Mazinger | 2006-02-03 | 1 | -1/+5 | |
| | ||||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -4/+4 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 5 | -5/+0 | |
| | | | | is a useless attempt | |||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 4 | -8/+25 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 2 | -2/+4 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 15 | -149/+184 | |
| | | | | 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 | 3 | -3/+9 | |
| | | | | it back | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -0/+1 | |
| | ||||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 3 | -7/+7 | |
| | ||||||
* | Fix alias. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+1 | |
| | ||||||
* | Remove unused weak_alias. Thanks Peter. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+0 | |
| | ||||||
* | Merge from NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+4 | |
| | ||||||
* | fixed unused warning | Mike Frysinger | 2005-12-10 | 1 | -1/+1 | |
| | ||||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 | |
| | ||||||
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 2 | -2/+5 | |
| | ||||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 4 | -1/+4 | |
| | ||||||
* | Do __sleep, should we make it weak, so that libpthread can overwrite it? | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 | |
| | ||||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 2 | -0/+3 | |
| | ||||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 | |
| | ||||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 2 | -2/+11 | |
| | ||||||
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 | |
| | | | | x_internal, do not use cascading aliases | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 6 | -7/+13 | |
| | ||||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 9 | -32/+32 | |
| | ||||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -3/+2 | |
| | ||||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+2 | |
| | ||||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 3 | -5/+6 | |
| | ||||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 | |
| | ||||||
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -1/+4 | |
| | ||||||
* | 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 | -50/+8 | |
| | ||||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+51 | |
| | | | | 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 | -33/+16 | |
| | | | | 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. | |||||
* | oops, missed a spot | Eric Andersen | 2005-10-05 | 1 | -1/+1 | |
| | ||||||
* | Do not stub out functions for mmu-less systems. Hide all | Eric Andersen | 2005-10-04 | 2 | -6/+3 | |
| | | | | prototypes for functions disabled on mmu-less systems. | |||||
* | include headers only if the related option is enabled | Peter S. Mazinger | 2005-09-21 | 2 | -0/+5 | |
| | ||||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+4 | |
| | ||||||
* | Make certain that the prototype for fgets_unlocked is defined | Eric Andersen | 2004-12-22 | 1 | -0/+1 | |
| | ||||||
* | Add ualarm.c | Eric Andersen | 2004-10-07 | 1 | -1/+1 | |
| | ||||||
* | implement SuSv3 required ualarm() | Eric Andersen | 2004-10-07 | 1 | -0/+19 | |
| | ||||||
* | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen | 2004-07-15 | 1 | -31/+15 | |
| | | | | | | | | actually match reality. In particular, _SC_GETPW_R_SIZE_MAX and _SC_GETGR_R_SIZE_MAX were causing us problems with programs such as libglib, since they were always returning -1, which is a bit smaller than the actual passwd and group max buffer sizes. -Erik | |||||
* | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III | 2004-02-17 | 1 | -8/+6 | |
| | ||||||
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 3 | -4/+4 | |
| | ||||||
* | Oops... Seems I forgot an else... | Manuel Novoa III | 2004-01-12 | 1 | -0/+1 | |
| |