summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2003-01-24Fix powerpc struct kernel_stat typesEric Andersen
2003-01-24A few more needed updatesEric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24I thought it would be smaller to inline since these funcs are small.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-24Doh! Fix potential stack corruption caused by dynamic atexitEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Hopefully this is correctEric Andersen
2003-01-23Hopefully this will work as expected. I have no way toEric Andersen
2003-01-23Update crt0 for arm to provide the main referenceEric Andersen
2003-01-23Wasn't thinking... we don't need to seek to end when appending if stdioManuel Novoa III
2003-01-23Update ignore listEric Andersen
2003-01-23Update a tiny bitEric Andersen
2003-01-23Cleanup makefiles and make clean a bitEric Andersen
2003-01-23Making atexit weak does nothing for dynamicly linked apps. And forEric Andersen
2003-01-23simpler method for getting a 'main' reference. Make _init and _finiEric Andersen
2003-01-23Shuffle two lines so the comment applies to the correct line.Eric Andersen
2003-01-23Rewrite powerpc crt0.S for proper ctor/dtor handlingEric Andersen
2003-01-23Kill the needless '#if 1'Eric Andersen
2003-01-23Update malloc behavior on malloc(0) to be consistant withEric Andersen
2003-01-22Fixed a bug related file position in append mode. _stdio_fwrite nowManuel Novoa III
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"
2003-01-22Add in arm specific sigaction implementation to fix sa_restorerEric Andersen
2003-01-22Missed an endifEric Andersen
2003-01-22Looks like sigaction on arm needs adjustment, so split this intoEric Andersen
2003-01-18Only include lockf64 when large file support is enabled, fixingEric Andersen
2003-01-10Patch from Jay Kulpinski:Eric Andersen
2003-01-10Fix warningsEric Andersen
2003-01-10Implement lockf64Eric Andersen
2003-01-10Patch from Nick Fedchik to support ether_atonEric Andersen
2003-01-05Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.Manuel Novoa III
2003-01-02Rework sparc architecture support so it will compileEric Andersen
2002-12-21Be sure we have a crt1.o file. Use the asm version by default.Eric Andersen
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-18Initial checkinMiles Bader
2002-12-18whitespaceMiles Bader
2002-12-18(SSRC): Rename longjmp.S to __longjmp.SMiles Bader
2002-12-18Rename longjmp.S to __longjmp.SMiles Bader
2002-12-12Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen
2002-12-11Remove trailing comma from enum list as a nicety for older compilers.Manuel Novoa III
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-04Implement the rest of the missing include/net/if.h interfacesEric Andersen
2002-12-04Fix the other instance of getcwdEric Andersen
2002-12-04For now, always claim we have exactly one cpu. It shouldEric Andersen
2002-12-04Properly allocate memory when size is 0, but so is bufEric Andersen
2002-12-02Cut and paste error.Manuel Novoa III
2002-12-02Forgot one...Manuel Novoa III
2002-12-02Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III
2002-12-01If the wait failed in pclose it would return a random status codeDavid McCullough