| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 98 | -0/+7422 |
| | | | | | | | | Step 8: add xtensa, cris and avr32 architecture dependent files, as is. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 1 | -5/+11 |
| | | | | | | | | Step 6: fix Makefiles to use $(VERSION) and the compiler-driver for the link stage Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Synch with trunk adding latest changes: | Carmelo Amoroso | 2008-03-05 | 1 | -11/+6 |
| | | | | | | | | | | | | | | | | - Added AI_NUMERICSERV flag and check if the string is not just a number when AI_NUMERICSERV flag set. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> - Ricard Wanderlof writes: The following definitions in getaddrinfo.c seem redundant as they _are_ defined in the public netdb.h header, contrary to the comment. AI_DEFAULT is not, however it is not used in the file either so can be safely removed. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Added support for ether_line, ether_ntohost and ether_hostton. | Carmelo Amoroso | 2008-03-05 | 1 | -0/+122 |
| | | | | | | | | Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Remove pointless initialisation to 0 of some DIR's fields | Carmelo Amoroso | 2007-12-09 | 1 | -1/+0 |
| | | | | | | | | | having called memset on whole DIR structure (and synch with trunk). Pointed out by Peter Mazinger Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Fix opendir problem when statically linked due to a missing | Carmelo Amoroso | 2007-12-05 | 1 | -0/+1 |
| | | | | | | | | | | initialization of the mutex field within DIR struct. When linked dynamically instead, __pthread_mutex_init will initialize the mutex itself. Without this fix, any call to readdir will stuck forever trying to acquire the mutex. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Fix typo in ifdef directive | Carmelo Amoroso | 2007-12-05 | 1 | -1/+1 |
| | | |||||
| * | Fix __uClibc_main.c to not create aliases to hidden variables | Carmelo Amoroso | 2007-11-22 | 1 | -8/+8 |
| | | | | | | | | | | | | (like __progname). This patch has been already into the trunk and it solves a segfault with openssh for example. Further needed to fix the prototype of 'program_invocation_name; into include/errno.h to avoid mismatch with definition within libc/misc/internals/__uCLibc_main.c Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Last to missing files. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | Carmelo Amoroso | 2007-11-22 | 2 | -2/+3 |
| | | |||||
| * | Push back changes to add cancellation handling. | Carmelo Amoroso | 2007-11-22 | 10 | -71/+236 |
| | | | | | | | | | It still needs to reach an agreement on the final solution, anyway this code have been put int to be shared for the mips-sh4 merge Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Added some missing files: | Carmelo Amoroso | 2007-11-21 | 3 | -0/+83 |
| | | | | | | | | | creat.c: to provide creat function longjmp.c: to provide longjmp implementation for sh4 tsd.c: to provide implementation of __libc_dl_error_tsd Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Synch with SH4 port (and trunk) | Carmelo Amoroso | 2007-11-21 | 1 | -1/+1 |
| | | |||||
| * | Added optmized memcpy implementation for SH4 | Carmelo Amoroso | 2007-11-21 | 5 | -217/+1048 |
| | | | | | | | | | | | | | | (backward memcpy algorithm) Modified libc/string/generic/Makefile.in to handle subtarget implementations. Fixed generic memmove code to handle backward memcpy by using a selectable config option __ARCH_HAS_BWD_MEMCPY__ This option is on for SH4 arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
| * | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 65 | -174/+191 |
| | | | | | <carmelo.amoroso@st.com> | ||||
| * | Push latest libc SH4 specific implementations | Carmelo Amoroso | 2007-11-20 | 12 | -401/+400 |
| | | |||||
| * | Fix TLS modifier. | "Steven J. Hill" | 2007-07-28 | 1 | -1/+1 |
| | | |||||
| * | This should not be visible and currently the TLS access fails unless it is ↵ | "Steven J. Hill" | 2007-07-28 | 1 | -1/+1 |
| | | | | | marked as 'static'. Will investigate this later. | ||||
| * | Not quite yet. | "Steven J. Hill" | 2007-07-28 | 2 | -130/+0 |
| | | |||||
| * | Remove baud limit. | "Steven J. Hill" | 2007-07-15 | 1 | -4/+0 |
| | | |||||
| * | Fix broken syscall() function since the original patch did not work. | "Steven J. Hill" | 2007-07-12 | 1 | -2/+14 |
| | | |||||
| * | Fix up header files. | "Steven J. Hill" | 2007-04-14 | 1 | -4/+1 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2007-04-14 | 1 | -0/+52 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2007-04-14 | 1 | -0/+78 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2007-04-14 | 1 | -6/+11 |
| | | |||||
| * | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 17 | -129/+317 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2007-01-20 | 13 | -170/+439 |
| | | |||||
| * | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 91 | -347/+506 |
| | | |||||
| * | When you delete a '1' does it become '0' or tri-stated? | "Steven J. Hill" | 2006-12-16 | 15 | -2922/+0 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+103 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+109 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+61 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+64 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+58 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+88 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+12 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+30 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+27 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+35 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+53 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+46 |
| | | |||||
| * | This is a temporary hack until we fully sync up with trunk. | "Steven J. Hill" | 2006-11-27 | 1 | -1/+0 |
| | | |||||
| * | Big fricking merge from trunk, but an easy one. | "Steven J. Hill" | 2006-08-24 | 117 | -766/+1684 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+48 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+46 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+30 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+32 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+32 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+29 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+53 |
| | | |||||
| * | Copy from trunk. | "Steven J. Hill" | 2006-08-24 | 1 | -0/+69 |
| | | |||||
