summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵Peter S. Mazinger2006-01-201-17/+21
| | | | use within uClibc, depends on fnmatch as well
* Correction if UNIX98PTY_ONLY is not enabledPeter S. Mazinger2006-01-202-5/+8
|
* move the sh64 code out of the sh headerMike Frysinger2006-01-202-5/+2
|
* Remove HAVE_ELFPeter S. Mazinger2006-01-199-21/+6
|
* Get rid of *_SYMBOL_PREFIXPeter S. Mazinger2006-01-194-4/+4
|
* Change to sane defaultsPeter S. Mazinger2006-01-1922-110/+222
|
* Remove MMAP_HAS_6_ARGSPeter S. Mazinger2006-01-191-2/+0
|
* update syscall macros so both ldso and libc can use themMike Frysinger2006-01-191-137/+99
|
* move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger2006-01-1926-41/+760
| | | | specific header file to make porting/updates a lot easier
* Correct unimportant typoPeter S. Mazinger2006-01-191-1/+1
|
* Joseph S. Myers writes:Eric Andersen2006-01-191-4/+6
| | | | | | | | | libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles.
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* sync fenv.h with glibcMike Frysinger2006-01-183-1/+206
|
* Make gcc4 happy as wellPeter S. Mazinger2006-01-181-1/+1
|
* check for signal existence rather than using arch definesMike Frysinger2006-01-184-14/+13
|
* get rid of alpha definesMike Frysinger2006-01-181-2/+2
|
* get rid of arch specific checksMike Frysinger2006-01-184-31/+14
|
* correct prototypes and 1 reloc lessPeter S. Mazinger2006-01-171-5/+5
|
* Build if GETC_MACRO use is disabledPeter S. Mazinger2006-01-171-0/+4
|
* use the 6-arg version of mmap where availableMike Frysinger2006-01-171-1/+11
|
* update strcoll stuffMike Frysinger2006-01-171-2/+2
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-1611-40/+38
| | | | see what libpthread will do ...
* Correct a typoPeter S. Mazinger2006-01-161-0/+2
|
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-1659-18/+285
| | | | gone from libc. The remaining are left as exercise for others ;-)
* touchup styleMike Frysinger2006-01-164-12/+18
|
* some global data relocs gonePeter S. Mazinger2006-01-1618-16/+36
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-1557-125/+132
|
* syscall6Mike Frysinger2006-01-151-0/+30
|
* only build if we have forkMike Frysinger2006-01-151-0/+4
|
* Thomas Chou: fix misplaced commentMike Frysinger2006-01-151-1/+1
|
* make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger2006-01-151-0/+4
|
* Correct old_vfprintf internal version and make it reloc freePeter S. Mazinger2006-01-151-1/+2
|
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-152-14/+6
|
* get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger2006-01-151-0/+2
|
* hide __glob_*dir_hookPeter S. Mazinger2006-01-152-6/+6
|
* revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ↵Peter S. Mazinger2006-01-152-4/+6
| | | | header, keep it visible
* only declare vfork when needed, else no-mmu build failsMike Frysinger2006-01-152-2/+2
|
* add syscall() by d1mag in Bug 164Mike Frysinger2006-01-152-1/+50
|
* get rid of duplicates, even bsd_signal is questionablePeter S. Mazinger2006-01-142-7/+4
|
* get rid of *stat*64 jump relocsPeter S. Mazinger2006-01-142-11/+16
|
* get rid of fcntl64 jump relocPeter S. Mazinger2006-01-141-1/+1
|
* I should also test w/ ipv6, missed that, thx SpanKYPeter S. Mazinger2006-01-141-1/+1
|
* fix broken commentingMike Frysinger2006-01-148-7/+9
|
* same for __fputc_unlockedPeter S. Mazinger2006-01-141-0/+1
|
* same for iswspace*Peter S. Mazinger2006-01-141-1/+2
|
* get rid of strcmp jump relocPeter S. Mazinger2006-01-141-2/+1
|
* get rid of wcrtomb jump relocPeter S. Mazinger2006-01-141-0/+1
|
* DODEBUG=y and XLOCALE as wellPeter S. Mazinger2006-01-141-2/+2
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-14405-1544/+1334
|