summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Collapse)AuthorAgeFilesLines
* Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. ↵Carmelo Amoroso2008-07-113-30/+13
| | | | Thanks Khem for pointing this out
* Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on ↵Khem Raj2008-07-093-16/+29
| | | | ARM as well.
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-0936-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 filesCarmelo Amoroso2008-07-092-0/+18
|
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-1/+2
| | | | system
* Fix typo in ifdef directiveCarmelo Amoroso2007-12-051-1/+1
|
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵Carmelo Amoroso2007-11-202-2/+1
| | | | <carmelo.amoroso@st.com>
* Bring in remaining futex support for stdio."Steven J. Hill"2006-08-236-30/+36
|
* Merge from trunk."Steven J. Hill"2006-08-239-23/+8
|
* Merge from trunk."Steven J. Hill"2006-02-261-0/+2280
|
* Merge from trunk."Steven J. Hill"2006-02-26132-4715/+3024
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-0738-76/+118
|
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-0/+4
|
* Merge from trunk."Steven J. Hill"2005-12-1036-77/+159
|
* Merge from trunk."Steven J. Hill"2005-12-085-2/+9
|
* More merging from trunk."Steven J. Hill"2005-12-0620-45/+45
|
* Merge from trunk."Steven J. Hill"2005-12-0246-310/+192
|
* Merge from trunk."Steven J. Hill"2005-11-206-7/+7
|
* Sync up with trunk."Steven J. Hill"2005-11-198-120/+54
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+16
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+16
|
* Copy from trunk."Steven J. Hill"2005-11-191-0/+15
|
* Massive merge from trunk."Steven J. Hill"2005-11-1817-67/+65
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-12/+29
|
* Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵"Steven J. Hill"2005-11-162-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-301-0/+143
|
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵"Steven J. Hill"2005-10-041-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-241-1/+1
| | | | a stupid name to start with. What idiot thought of that?
* Big sync with trunk."Steven J. Hill"2005-09-2424-132/+126
|
* In reality, the futex support that was originally added was only for STDIO ↵"Steven J. Hill"2005-08-098-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-311-0/+3
|
* Add function '__libc_fatal' for NPTL."Steven J. Hill"2005-07-311-0/+196
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-304-220/+282
| | | | merged, but they will be done manually.
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-227-0/+73
| | | | NPTL is not currently supported.
* Forgot to change name of builtin buffer during last rewrite.Manuel Novoa III2005-03-211-3/+2
|
* Revert last commit. If I had wanted to include that patch, I would have doneManuel Novoa III2005-03-171-3/+3
| | | | it myself at least a year and a half ago.
* http://bugs.uclibc.org/view.php?id=165Mike Frysinger2005-03-161-3/+3
| | | | | | d1mag writes: Compilation of _fpmaxtostr.c generate an internal error by m68k-elf-gcc, and this patch has been used in uClinux-dist to fix it.
* When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III2005-02-142-34/+2
| | | | | | | | | define was no longer visible to vasprintf. I didn't catch this since I no longer use such old tools. Unfortunately, some well-meaning but misguided individual decided to just cut-and-paste the macro. :-( Try to clean up the situation by putting it into a header that can be overriden by any archs that need to. If this breaks for anyone (as I said, I no longer use such old tools and so haven't tested), let me know and I'll fix it.
* Define va_copy for pre-C99 compilers (code taken from vfprintf.c).Peter Kjellerstedt2005-02-091-0/+13
|
* merge parallel build supportMike Frysinger2005-01-251-7/+5
|
* Avoid compiler warnings.Peter Kjellerstedt2005-01-192-0/+8
|
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-0/+2
|
* Oops.. The custom stream funcs should only be compiled if wanted.Manuel Novoa III2004-02-131-2/+4
|
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-11100-7225/+8657
| | | | | | | | Codepaths streamlined. Improved performance for nonthreaded apps when linked with a thread-enabled libc. Minor iconv bug and some locale/thread related startup issues fixed. These showed up in getting a gcj-compiled java helloworld app running. Removed some old extension functions... _stdio_fdout and _stdio_fsfopen.
* Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III2004-01-021-10/+13
| | | | | | Fix (hopefully) a potential problem with failed freopen() calls. The fix isn't tested since I've been working on the replacement stdio core code which will go in after the next release.
* Oops... temporarily support the old stdio code.Manuel Novoa III2004-01-021-0/+5
|
* Rewrite popen for SUSv3 compliance.Manuel Novoa III2004-01-021-47/+171
| | | | | | | Added a list of popen()'d to store pids and use waitpid() in pclose(). Loop on waitpid() failure due to EINTR as required. Close parent's popen()'d FILEs in the {v}fork()'d child. Fix failure exit code for failed execve().