Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ↵ | Khem Raj | 2008-07-09 | 1 | -57/+45 |
| | | | | ARM as well. | ||||
* | BIG BIG commit: forgotten files | Carmelo Amoroso | 2008-07-09 | 5 | -0/+203 |
| | |||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 53 | -565/+623 |
| | | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | SYnch with trunk: new files | Carmelo Amoroso | 2008-07-09 | 2 | -0/+25 |
| | |||||
* | Synch the whole build system. Also including recent fix on testsuite build ↵ | Carmelo Amoroso | 2008-07-09 | 7 | -11/+20 |
| | | | | system | ||||
* | Sync build machinery stuff from trunk. Some more fixed for mips nptl port | Khem Raj | 2008-06-27 | 4 | -5/+2 |
| | |||||
* | 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 __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 | 1 | -1/+2 |
| | |||||
* | Added some missing files: | Carmelo Amoroso | 2007-11-21 | 1 | -0/+11 |
| | | | | | | | | 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> | ||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 28 | -69/+52 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Fix up header files. | "Steven J. Hill" | 2007-04-14 | 1 | -4/+1 |
| | |||||
* | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 3 | -9/+9 |
| | |||||
* | 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 |
| | |||||
* | Merge from trunk and bring in NPTL code in the various 'misc' subsystems. | "Steven J. Hill" | 2006-08-24 | 51 | -173/+528 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-22 | 4 | -299/+821 |
| | |||||
* | Remove directory. | "Steven J. Hill" | 2006-08-21 | 3 | -147/+0 |
| | |||||
* | Remove dead file. | "Steven J. Hill" | 2006-08-21 | 1 | -33/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 5 | -74/+71 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 89 | -1957/+2000 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 121 | -1568/+2432 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 29 | -170/+365 |
| | |||||
* | Get rid of more glibc NPTL symbol and alias madness. Also disable usage of | "Steven J. Hill" | 2006-01-14 | 1 | -0/+5 |
| | | | | | | 'libc/sysdeps/linux/common/fork.c' when NPTL is being used. Finally, there are additional weak functions that need to be defined when using NPTL which have also been added. | ||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 56 | -1023/+2811 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+32 |
| | |||||
* | And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵ | "Steven J. Hill" | 2006-01-05 | 2 | -2/+29 |
| | | | | h_errno and __resp was a real challenge. I am glad that is over with. | ||||
* | Changes to make 'h_errno' be a TLS variable. These changes should be ↵ | "Steven J. Hill" | 2006-01-05 | 2 | -5/+3 |
| | | | | portable into the trunk as, I think, they handle both thread and non-threaded cases and maybe only minor tweaks to handle the linuxthreads model, if any. | ||||
* | Clean-up definition and usage of h_errno to be a TLS variable. | "Steven J. Hill" | 2005-12-13 | 1 | -0/+6 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-13 | 1 | -4/+0 |
| | |||||
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 1 | -66/+62 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -4/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 29 | -93/+141 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 5 | -24/+45 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 8 | -56/+79 |
| | |||||
* | Test actually does not pass. Merge from trunk. | "Steven J. Hill" | 2005-12-06 | 1 | -40/+46 |
| | |||||
* | More merging from trunk. | "Steven J. Hill" | 2005-12-06 | 1 | -6/+15 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 29 | -141/+134 |
| | |||||
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 64 | -1298/+450 |
| | |||||
* | Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well. | "Steven J. Hill" | 2005-12-01 | 1 | -2/+5 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-11-29 | 14 | -8504/+19103 |
| | |||||
* | Sync up with trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -1/+1 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 9 | -16/+13 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 25 | -83/+115 |
| | |||||
* | Add 'static.c' back into the build. | "Steven J. Hill" | 2005-11-16 | 2 | -2/+6 |
| | |||||
* | Changes to sync with trunk. | "Steven J. Hill" | 2005-11-06 | 1 | -1/+1 |
| |