summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* BIG BIG commit: forgotten filesCarmelo Amoroso2008-07-093-74/+0
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-0947-887/+1399
| | | | 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>
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-273-45/+215
|
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-03-051-0/+2
| | | | | | | Added related test cases. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Hacked-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix __uClibc_main.c to not create aliases to hidden variablesCarmelo Amoroso2007-11-221-1/+1
| | | | | | | | | | | (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>
* Add SH minimal support for floating point exceptioins.Carmelo Amoroso2007-11-211-0/+69
| | | | | | Required for example by qt-embedded libraries. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* A bunch of fixes into include directoryCarmelo Amoroso2007-11-206-19/+72
| | | | | | | | | | | | - [elf.h] Add missing macro for GNU hash support - [fcntl.h] Add extern declaration for fcntl64 - [libc-symbols] Re-enale 'hidden_proto' macro and others. Synch it with trunk - [tls.h] export USE___THREAD macro to librt too - [unistd.h] Fix sysconf prototype - [errno.h] Avoid warnings for duplicated macro definitions Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2007-04-141-1/+1
|
* More merging from trunk."Steven J. Hill"2007-01-2111-21/+113
|
* Merge from trunk."Steven J. Hill"2006-08-217-75/+156
|
* Merge from trunk."Steven J. Hill"2006-08-212-55/+371
|
* Add #define for POSIX timers."Steven J. Hill"2006-08-211-2/+1
|
* Merge from trunk."Steven J. Hill"2006-08-211-10/+90
|
* Merge from trunk."Steven J. Hill"2006-08-215-46/+276
|
* Merge from trunk."Steven J. Hill"2006-08-211-1/+5
|
* More NPTL stuff."Steven J. Hill"2006-08-211-10/+2
|
* Copy from trunk."Steven J. Hill"2006-08-211-0/+1
|
* Merge from trunk."Steven J. Hill"2006-06-184-13/+64
|
* Merge from trunk."Steven J. Hill"2006-02-271-5/+15
|
* Copy from trunk."Steven J. Hill"2006-02-271-0/+29
|
* Merge from trunk."Steven J. Hill"2006-02-261-1/+3
|
* Merge from trunk."Steven J. Hill"2006-02-2523-263/+357
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-391/+1
|
* Copy from trunk."Steven J. Hill"2006-02-131-0/+682
|
* Bringe in usage of 'uClibc_arch_features.h' for MIPS."Steven J. Hill"2006-02-131-0/+1
|
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-151-1/+1
| | | | | even no threads. Fix 'pthread_atfork' function and clean up duplicate of '__set_errno' that is not needed.
* Disable include of 'tls.h' if not using NPTL."Steven J. Hill"2006-01-061-1/+1
|
* Move 'extend_alloca' so that it is usable by pthreads also."Steven J. Hill"2006-01-061-30/+31
|
* Merge from trunk with NPTL change."Steven J. Hill"2006-01-061-33/+0
|
* Merge from trunk."Steven J. Hill"2006-01-0611-114/+286
|
* Merge from trunk with my TLS change."Steven J. Hill"2006-01-061-34/+269
|
* And finally, make 'errno' and TLS variable. The TLS conversion of errno, ↵"Steven J. Hill"2006-01-051-3/+19
| | | | h_errno and __resp was a real challenge. I am glad that is over with.
* Make resolver state pointer '__resp' to be TLS variable. Again, these ↵"Steven J. Hill"2006-01-051-156/+165
| | | | changes work for the threaded and non-threaded cases.
* Changes to make 'h_errno' be a TLS variable. These changes should be ↵"Steven J. Hill"2006-01-051-2/+24
| | | | 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 headers for the install target. Also define ↵"Steven J. Hill"2006-01-052-2/+4
| | | | 'attribute_tls_model_ie' in 'libc-internal.h' where it belongs. Update includes in a few other miscellaneous files.
* Remove extraneous file."Steven J. Hill"2006-01-051-1/+0
|
* Clean-up definition and usage of h_errno to be a TLS variable."Steven J. Hill"2005-12-131-18/+2
|
* Merge from trunk."Steven J. Hill"2005-12-105-64/+53
|
* Merge from trunk."Steven J. Hill"2005-12-083-54/+18
|
* Missed a couple of files from the merge. Well, a nice wasted evening where ↵"Steven J. Hill"2005-12-062-50/+49
| | | | no development got done because I keep having to sync up. Tomorrow, I am going to start checking NPTL into mainline. I have had enough.
* Merge from trunk."Steven J. Hill"2005-12-061-83/+0
|
* The headers 'tls.h' does not get used outside of uClibc."Steven J. Hill"2005-12-021-0/+2
|
* Changes for NPTL and new build system."Steven J. Hill"2005-12-022-63/+65
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-023-8/+76
|
* Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well."Steven J. Hill"2005-12-013-13/+68
|
* Merge from trunk."Steven J. Hill"2005-11-292-78/+84
|
* Sync up with trunk."Steven J. Hill"2005-11-192-4/+3
|
* Merge from trunk."Steven J. Hill"2005-11-1750-701/+1260
|
* Merge from trunk."Steven J. Hill"2005-10-305-50/+50
|
* Sync with trunk."Steven J. Hill"2005-10-062-0/+6
|