summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Use correct names for dummy crti.o/crtn.o files.Miles Bader2003-01-301-2/+2
* Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabledEric Andersen2003-01-291-2/+9
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-2810-92/+297
* Patch from Stefan Allius to fix the build whenEric Andersen2003-01-282-0/+4
* Add multiple-include protection.Miles Bader2003-01-271-0/+4
* This seems to be needed or else apps will blow up.Eric Andersen2003-01-251-9/+2
* Fix powerpc struct kernel_stat typesEric Andersen2003-01-241-19/+18
* A few more needed updatesEric Andersen2003-01-249-152/+736
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-2412-98/+52
* I thought it would be smaller to inline since these funcs are small.Eric Andersen2003-01-244-10/+51
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-2415-504/+310
* Doh! Fix potential stack corruption caused by dynamic atexitEric Andersen2003-01-241-2/+6
* Update architecture specific support to consistantlyEric Andersen2003-01-2319-137/+56
* Hopefully this is correctEric Andersen2003-01-232-11/+18
* Hopefully this will work as expected. I have no way toEric Andersen2003-01-232-6/+16
* Update crt0 for arm to provide the main referenceEric Andersen2003-01-231-7/+13
* Wasn't thinking... we don't need to seek to end when appending if stdioManuel Novoa III2003-01-231-12/+0
* Update ignore listEric Andersen2003-01-231-1/+1
* Update a tiny bitEric Andersen2003-01-231-5/+1
* Cleanup makefiles and make clean a bitEric Andersen2003-01-232-7/+10
* Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen2003-01-231-3/+5
* simpler method for getting a 'main' reference. Make _init and _finiEric Andersen2003-01-231-6/+12
* Shuffle two lines so the comment applies to the correct line.Eric Andersen2003-01-231-2/+2
* Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen2003-01-232-40/+61
* Kill the needless '#if 1'Eric Andersen2003-01-231-2/+0
* Update malloc behavior on malloc(0) to be consistant withEric Andersen2003-01-231-2/+5
* Fixed a bug related file position in append mode. _stdio_fwrite nowManuel Novoa III2003-01-221-11/+52
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-226-15/+196
* Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"2003-01-221-1/+1
* Add in arm specific sigaction implementation to fix sa_restorerEric Andersen2003-01-223-2/+159
* Missed an endifEric Andersen2003-01-221-0/+1
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-222-111/+106
* Only include lockf64 when large file support is enabled, fixingEric Andersen2003-01-182-1/+23
* Patch from Jay Kulpinski:Eric Andersen2003-01-101-0/+10
* Fix warningsEric Andersen2003-01-101-1/+2
* Implement lockf64Eric Andersen2003-01-102-1/+86
* Patch from Nick Fedchik to support ether_atonEric Andersen2003-01-102-1/+84
* Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.Manuel Novoa III2003-01-051-1/+3
* Rework sparc architecture support so it will compileEric Andersen2003-01-0212-212/+293
* Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen2002-12-211-22/+5
* The big thing is locale dependent collation support.Manuel Novoa III2002-12-206-127/+1037
* Initial checkinMiles Bader2002-12-182-0/+184
* whitespaceMiles Bader2002-12-181-0/+1
* (SSRC): Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-2/+2
* Rename longjmp.S to __longjmp.SMiles Bader2002-12-181-8/+2
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-1210-90/+26
* Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III2002-12-111-1/+1
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-7/+7
* Implement the rest of the missing include/net/if.h interfacesEric Andersen2002-12-041-22/+149
* Fix the other instance of getcwdEric Andersen2002-12-041-18/+21