| Commit message (Expand) | Author | Age | Files | Lines |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 2 | -61/+25 |
* | Weaken all that I remember being used in libpthread | Peter S. Mazinger | 2006-02-13 | 1 | -8/+8 |
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger | 2006-02-13 | 56 | -0/+448 |
* | eat whitespace | Mike Frysinger | 2006-02-10 | 1 | -1/+1 |
* | weaks for __pthread_internal_tsd* are added if not built w/ -DSHARED, header ... | Peter S. Mazinger | 2006-02-01 | 1 | -1/+7 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 2 | -3/+3 |
* | don't include wchar.h if WCHAR is disabled | Peter S. Mazinger | 2006-01-31 | 1 | -0/+2 |
* | Change the only bcopy user to memmove and remove internal version of bcopy | Peter S. Mazinger | 2006-01-30 | 1 | -4/+4 |
* | sync with glibc and rename local socket var to _socket | Mike Frysinger | 2006-01-29 | 1 | -35/+36 |
* | sync func def with glibc and dont include sys/socket.h since we dont use sock... | Mike Frysinger | 2006-01-29 | 1 | -2/+7 |
* | sync comment with glibc and dont include sys/socket.h since we dont use socket() | Mike Frysinger | 2006-01-29 | 1 | -1/+2 |
* | rename to match glibc | Mike Frysinger | 2006-01-29 | 2 | -1/+1 |
* | rename to match glibc | Mike Frysinger | 2006-01-29 | 2 | -1/+3 |
* | sync with glibc and rename socket vars to _socket | Mike Frysinger | 2006-01-29 | 1 | -9/+9 |
* | sync iruserfopen() prototype with glibc and remove double setting of cp to NU... | Mike Frysinger | 2006-01-29 | 1 | -2/+1 |
* | Bernhard Fischer writes: remove unused variable __rcmd_errstr | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
* | small sync with glibc | Mike Frysinger | 2006-01-29 | 1 | -16/+45 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 12 | -15/+51 |
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -8/+8 |
* | Use wildcard *.c for full rpc, update copyright | Peter S. Mazinger | 2006-01-24 | 1 | -30/+15 |
* | s/svc_auth_unix.c/svc_authux.c/ | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
* | s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
* | sync with glibc | Mike Frysinger | 2006-01-23 | 7 | -30/+37 |
* | Add some attribute_noreturn, replace __attribute__ ((noreturn)) as well | Peter S. Mazinger | 2006-01-23 | 2 | -2/+2 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 20 | -21/+0 |
* | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 1 | -0/+1 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 18 | -1/+44 |
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 14 | -0/+25 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 2 | -9/+8 |
* | I should also test w/ ipv6, missed that, thx SpanKY | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 37 | -107/+114 |
* | Correct 2 issues if ipv6 is enabled found by SpanKY, thx | Peter S. Mazinger | 2006-01-14 | 1 | -3/+5 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 63 | -1321/+1607 |
* | make sure linux/types.h doesnt screw us up | Mike Frysinger | 2006-01-14 | 1 | -1/+9 |
* | dont include linux/types.h | Mike Frysinger | 2006-01-09 | 1 | -1/+0 |
* | declare static | Mike Frysinger | 2006-01-08 | 1 | -2/+2 |
* | hide the internal __in6addr_any/__in6addr_loopback symbols | Mike Frysinger | 2006-01-08 | 2 | -5/+5 |
* | hide internal ahostbuf symbol | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
* | hide internal symbols | Mike Frysinger | 2006-01-08 | 1 | -4/+4 |
* | hide internal _net_stayopen symbol | Mike Frysinger | 2006-01-08 | 3 | -3/+3 |
* | hide internal funcs to kill off more relocs | Mike Frysinger | 2006-01-08 | 1 | -0/+2 |
* | kill off two more relocs | Mike Frysinger | 2006-01-08 | 1 | -2/+4 |
* | fix warnings when __NR_socketcall is not defined and building recv() | Mike Frysinger | 2006-01-08 | 1 | -0/+4 |
* | Allow compiling newly added if_index.c (at least on 2.4), missing __u32/__u16... | Peter S. Mazinger | 2006-01-06 | 1 | -0/+1 |
* | as weber notes in Bug 99: | Mike Frysinger | 2006-01-06 | 4 | -3/+1074 |
* | create __if_nametoindex hidden alias and use it | Mike Frysinger | 2006-01-06 | 2 | -0/+2 |
* | rework the alloca() loop slightly to save some space | Mike Frysinger | 2006-01-06 | 1 | -8/+6 |
* | sync with glibc | Mike Frysinger | 2006-01-06 | 4 | -191/+260 |
* | update libc lock functions to new pthread forwarding | Mike Frysinger | 2006-01-06 | 1 | -19/+0 |
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 2 | -3/+3 |