summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Congratulations! You get the stupid award for not including <signal.h> to"Steven J. Hill"2006-01-071-0/+1
| | | | pull in the signal #define's. How did this compile for you again?
* Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵Peter S. Mazinger2006-01-061-2/+3
| | | | though
* Allow compiling newly added if_index.c (at least on 2.4), missing ↵Peter S. Mazinger2006-01-061-0/+1
| | | | __u32/__u16/__s32
* psm says: fix your linuxthreads / linuxthreads.old typo stupid!Mike Frysinger2006-01-061-1/+1
|
* simple test for the if_nameindex() related functionsMike Frysinger2006-01-061-0/+61
|
* as weber notes in Bug 99:Mike Frysinger2006-01-065-3/+1088
| | | | | | | | | | if_nameindex doesnt list all of my interfaces! this is because we are still using the old style ioctl(SIOCGIFINDEX) for gathering interface names/indexes. while this code is pretty small, the kernel does not return all interfaces via this method. so we import the new style netlink code from glibc and make it optional so those people who need the full functionality can get it.
* create __if_nametoindex hidden alias and use itMike Frysinger2006-01-062-0/+2
|
* use hidden strcmpMike Frysinger2006-01-061-0/+2
|
* used hidden closeMike Frysinger2006-01-061-0/+2
|
* use hidden read/write symbolsMike Frysinger2006-01-063-4/+8
|
* rework the alloca() loop slightly to save some spaceMike Frysinger2006-01-061-8/+6
|
* sync with glibcMike Frysinger2006-01-064-191/+260
|
* Merge from NPTL branch."Steven J. Hill"2006-01-063-31/+34
|
* Merge from NPTL branch."Steven J. Hill"2006-01-062-0/+33
|
* Merge from NPTL branch."Steven J. Hill"2006-01-061-0/+4
|
* Jan-Benedict Glaw: run shell scripts through $(SHELL) so peopleMike Frysinger2006-01-061-2/+2
| | | | can force it to something other than /bin/sh
* Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger2006-01-062-3/+4
| | | | binary via TAR make variable for non-GNU systems
* Jan-Benedict Glaw writes:Mike Frysinger2006-01-061-1/+1
| | | | | The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html).
* add note about HPPAMike Frysinger2006-01-061-0/+4
|
* update libc lock functions to new pthread forwardingMike Frysinger2006-01-063-47/+90
|
* import the extend_alloca() macro from glibcMike Frysinger2006-01-051-0/+30
|
* grab syscall macros from linux headersMike Frysinger2006-01-051-5/+129
|
* fPIC doesnt work on bfinMike Frysinger2006-01-051-0/+6
|
* grammar fixMike Frysinger2006-01-051-1/+1
|
* use tabs for whitespaceMike Frysinger2006-01-051-11/+10
|
* sync Joseph S. Myers fixes from glibc for proper clobbersMike Frysinger2006-01-051-3/+4
|
* sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger2006-01-051-5/+10
|
* sync __SYSCALL_CLOBBERS macro from glibcMike Frysinger2006-01-051-16/+11
|
* Merge from branch and add removal of 'tls.h' when using NPTL threads."Steven J. Hill"2006-01-051-0/+4
|
* Merge from branch."Steven J. Hill"2006-01-051-0/+2
|
* implement syscall6Mike Frysinger2006-01-051-0/+12
|
* remove duplicate ;Mike Frysinger2006-01-051-3/+3
|
* forgot again about iconvPeter S. Mazinger2006-01-051-1/+1
|
* one reloc less, uninline, should save some spacePeter S. Mazinger2006-01-042-6/+7
|
* __uselocale is hiddenPeter S. Mazinger2006-01-041-1/+1
|
* Build also if XLOCALE is enabledPeter S. Mazinger2006-01-041-0/+5
|
* use internal versions of exit/memcpyPeter S. Mazinger2006-01-043-3/+3
|
* Sync w/ glibc, mostly REDIRECT_NTH,__wurPeter S. Mazinger2006-01-041-65/+109
|
* need our own version to prevent warningsMike Frysinger2006-01-041-0/+29
|
* update build filesMike Frysinger2006-01-042-50/+20
|
* update buildsystem to new styleMike Frysinger2006-01-042-51/+22
|
* Bug 618, Thomas Chou: update build flags for nios targetMike Frysinger2006-01-042-1/+8
|
* Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc styleMike Frysinger2006-01-041-8/+10
|
* unusedMike Frysinger2006-01-041-73/+0
|
* now we can safely declare these hiddenMike Frysinger2006-01-041-4/+4
|
* update pthread weak handling to the style glibc usesMike Frysinger2006-01-0410-141/+432
|
* tweak __progname handling some more since some [bad] apps actually try and ↵Mike Frysinger2006-01-047-32/+36
| | | | use it
* use weak handling instead of .setMike Frysinger2006-01-041-1/+1
|
* kill off some unused warningsMike Frysinger2006-01-044-5/+5
|
* if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger2006-01-041-1/+1
|