Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend __gen_tempname with mode argument | Mikhail Gusarov | 2009-11-09 | 4 | -4/+5 |
| | | | | | | | | | | sem_open(3) needs to create a temporary file in a way which can't be efficiently implemented in terms of POSIX API. Extend __gen_tempname with mode_t mode argument in order to ease sem_open implementation. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | not-cancel: use *_not_cancel variants directly | Austin Foxley | 2009-09-21 | 1 | -7/+0 |
| | | | | | | add a no threads version of not-cancel.h to fallback on Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | remove a few more empty #if/#endif pairs | Denys Vlasenko | 2009-09-18 | 4 | -14/+2 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 5 | -24/+0 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 76 | -209/+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: Austin Foxley <austinf@cetoncorp.com> | ||||
* | remove(): slight readabability tweak, no code changes | Denys Vlasenko | 2009-09-18 | 1 | -5/+2 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -0/+2 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | suppress bogus ioctl on fd==INT_MAX when vasprintf() is called | Denis Vlasenko | 2009-02-15 | 4 | -14/+23 |
| | |||||
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 4 | -30/+30 |
| | | | | | | | | | | | | | | | | | | | is always equivalent to __UCLIBC_CURLOCALE->x. remove typedef __uclibc_locale_t, it used only in a few places, it is lees confusing to use struct __uclibc_locale_struct everywhere. xlocale.h: hide __global_locale back under _LIBC, bug 53 is wrong in claiming it should be exported. Also hide under _LIBC: extern __locale_t __curlocale_var; extern __locale_t __curlocale(void); extern __locale_t __curlocale_set(__locale_t newloc); # define __UCLIBC_CURLOCALE # define __XL_NPP(N) # define __LOCALE_PARAM # define __LOCALE_ARG # define __LOCALE_PTR | ||||
* | sync with trunk. Compile tested on i386 | Denis Vlasenko | 2008-12-23 | 5 | -38/+30 |
| | |||||
* | Synch with trunk @ 24242 | Carmelo Amoroso | 2008-12-03 | 3 | -4/+3 |
| | | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes. | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 70 | -169/+169 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 12 | -21/+19 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 2 | -3/+3 |
| | | | | Step 9: libc/stdio - libc/inet - libc/pwd_grp | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -4/+4 |
| | | | | | Step 5 Various Makefile.in | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 10 | -32/+31 |
| | | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. ↵ | Carmelo Amoroso | 2008-07-11 | 3 | -30/+13 |
| | | | | Thanks Khem for pointing this out | ||||
* | Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ↵ | Khem Raj | 2008-07-09 | 3 | -16/+29 |
| | | | | ARM as well. | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 36 | -329/+506 |
| | | | | 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/+18 |
| | |||||
* | Synch the whole build system. Also including recent fix on testsuite build ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -1/+2 |
| | | | | system | ||||
* | Fix typo in ifdef directive | Carmelo Amoroso | 2007-12-05 | 1 | -1/+1 |
| | |||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 2 | -2/+1 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Bring in remaining futex support for stdio. | "Steven J. Hill" | 2006-08-23 | 6 | -30/+36 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-23 | 9 | -23/+8 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 1 | -0/+2280 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 132 | -4715/+3024 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 38 | -76/+118 |
| | |||||
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 36 | -77/+159 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 5 | -2/+9 |
| | |||||
* | More merging from trunk. | "Steven J. Hill" | 2005-12-06 | 20 | -45/+45 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 46 | -310/+192 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-11-20 | 6 | -7/+7 |
| | |||||
* | Sync up with trunk. | "Steven J. Hill" | 2005-11-19 | 8 | -120/+54 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+16 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+16 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -0/+15 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 17 | -67/+65 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -12/+29 |
| | |||||
* | Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵ | "Steven J. Hill" | 2005-11-16 | 2 | -199/+0 |
| | | | | code having to do with internal library memory usage and GDB. uClibc homey don't play that. | ||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+143 |
| | |||||
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -0/+4 |
| | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵ | "Steven J. Hill" | 2005-09-24 | 1 | -1/+1 |
| | | | | a stupid name to start with. What idiot thought of that? | ||||
* | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 24 | -132/+126 |
| | |||||
* | In reality, the futex support that was originally added was only for STDIO ↵ | "Steven J. Hill" | 2005-08-09 | 8 | -17/+21 |
| | | | | operations internal to libc. The futexes should not be visible to anything other than libc. These changes clean up futex and STDIO. | ||||
* | Add function '__libc_fatal' for NPTL. | "Steven J. Hill" | 2005-07-31 | 1 | -0/+3 |
| |