Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Handle cancellation in non multiplexed socket calls | Carmelo Amoroso | 2010-09-17 | 1 | -17/+122 |
| | | | | | | | | | | For those archs that provide non multiplexed socket calls it possible to implement the lib C wrappers without calling the multi-purpose __socketcall. For a subset of these functions that are cancellation point, it needs to correctly handle cancellation. Signed-off-by: Francesco Rundo <francesco.rundo@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | whitespace fixes | Austin Foxley | 2009-10-17 | 1 | -35/+35 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -87/+150 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -5/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko | 2009-02-25 | 1 | -29/+66 |
| | | | | | Now they are only enabled if linuxthreads.old are selected. | ||||
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -57/+26 |
| | | | | | | | | | | | | __libc_accept __libc_close __libc_connect __libc_creat __libc_creat64 __libc_fsync __libc_lseek __libc_lseek64 __libc_msync __libc_nanosleep __libc_open __libc_open64 __libc_pause __libc_read __libc_readv __libc_recv __libc_recvfrom __libc_recvmsg __libc_send __libc_sendmsg __libc_sendto __libc_tcdrain __libc_wait __libc_waitpid __libc_write __libc_writev They were removed from glibc 1 May 2004: http://sources.redhat.com/ml/libc-hacker/2004-05/msg00001.html | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -14/+14 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 1 | -17/+17 |
| | |||||
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like o UCLIBC_HAS_GNU_ERROR o UCLIBC_HAS_BSD_ERR o UCLIBC_HAS_PTY o UCLIBC_HAS_GETPT (1) o UCLIBC_SYSCALL_STUBS o UCLIBC_SYSCALL_STUB_WARNING o UCLIBC_LINUX_SPECIFIC (2) o UCLIBC_BSD_SPECIFIC (3) o UCLIBC_NTP_LEGACY (4) o UCLIBC_SV4_DEPRECATED (5) o UCLIBC_HAVE_REALTIME (6) o UCLIBC_HAVE_ADVANCED_REALTIME (7) o UCLIBC_HAVE_EPOLL (8) o UCLIBC_HAVE_XATTR (9) o UCLIBC_HAVE_PROFILING (10) (1) make non-standard getpt optional and implement standard posix_openpt (2) fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality() ppoll(), setresuid() (3) mincore(), getdomainname(), setdomainname() (4) ntp_adjtime(), ntp_gettime() aliases (5) ustat() [use statfs(2) in your code instead] (6) All marked as "(REALTIME)" in SUSv3 (7) All marked as "(ADVANCED REALTIME)" in SUSv3 (8) epoll_create(), epoll_ctl(), epoll_wait() (9) all Extended Attributes (10) helpers for gcc's -finstrument-functions - Fixes _dl_exit() - Implements sleep(3) for !UCLIBC_HAVE_REALTIME - Implements usleep(3) for !UCLIBC_HAVE_REALTIME - adds #warning about incorrect posix_fadvise{,64}() - removes unused and unwanted uselib() Net outcome is that an allnoconfig with HAVE_SHARED is now about 88k instead of formerly 130k. | ||||
* | Weaken all that I remember being used in libpthread | Peter S. Mazinger | 2006-02-13 | 1 | -8/+8 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+8 |
| | |||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -8/+8 |
| | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -8/+8 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -5/+5 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -45/+53 |
| | | | | missing headers, other jump relocs removed | ||||
* | fix warnings when __NR_socketcall is not defined and building recv() | Mike Frysinger | 2006-01-08 | 1 | -0/+4 |
| | |||||
* | silly bug | Eric Andersen | 2005-12-15 | 1 | -1/+0 |
| | |||||
* | Implement hidden listen, use the hidden listen/accept | Peter S. Mazinger | 2005-12-09 | 1 | -2/+4 |
| | |||||
* | Use __sendto in __libc_send, small correction | Peter S. Mazinger | 2005-12-08 | 1 | -2/+5 |
| | |||||
* | Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it | Peter S. Mazinger | 2005-12-08 | 1 | -26/+27 |
| | |||||
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 1 | -8/+17 |
| | |||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -2/+5 |
| | |||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ↵ | Mike Frysinger | 2005-06-29 | 1 | -0/+12 |
| | | | | (same goes for recv/recvfrom) | ||||
* | x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send ↵ | Mike Frysinger | 2005-02-13 | 1 | -19/+21 |
| | | | | ... so dont try using socketcall() unless the system call exists | ||||
* | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen | 2002-07-07 | 1 | -18/+18 |
| | | | | | indicate it is (alledgedly) private. -Erik | ||||
* | Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int* | Eric Andersen | 2002-06-12 | 1 | -1/+1 |
| | | | | not an int. | ||||
* | Fix some silly bugs and type problems | Eric Andersen | 2002-05-12 | 1 | -15/+14 |
| | |||||
* | Fix the defines which I had backwards | Eric Andersen | 2002-05-11 | 1 | -26/+9 |
| | |||||
* | Majorly rework to also cope with architectures which do not use | Eric Andersen | 2002-05-11 | 1 | -2/+99 |
| | | | | | | the socketcall system call, but instead implement each fundamental networking function directly as a system call. -Erik | ||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -8/+16 |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | ||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+21 |
| | |||||
* | Silence a few warnings. | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
| | |||||
* | Update networking includes. | Eric Andersen | 2001-02-05 | 1 | -0/+2 |
| | |||||
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 1 | -0/+232 |