summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* For now, always claim we have exactly one cpu. It shouldEric Andersen2002-12-041-2/+4
* Properly allocate memory when size is 0, but so is bufEric Andersen2002-12-041-25/+28
* Cut and paste error.Manuel Novoa III2002-12-021-4/+5
* Forgot one...Manuel Novoa III2002-12-021-33/+0
* Add hsearch and hsearch_r. Consolidate all functions prototyped inManuel Novoa III2002-12-029-93/+334
* If the wait failed in pclose it would return a random status codeDavid McCullough2002-12-011-1/+2
* I forgot to include features.hEric Andersen2002-11-291-0/+2
* Silly me, I forgot to include features.hEric Andersen2002-11-291-4/+5
* Make support for global constructors and global destructors beEric Andersen2002-11-276-11/+68
* Fix an ifdef mismatch.Manuel Novoa III2002-11-271-2/+2
* Fix bug in setting daylight and timezone when no (valid) TZ.Manuel Novoa III2002-11-271-3/+5
* Oops.. left in a bit of debugging code.Manuel Novoa III2002-11-231-2/+0
* Ok... here's the summary:Manuel Novoa III2002-11-2212-473/+1667
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
* Doh! As Stefan Allius points out, I forgot to properly reviewEric Andersen2002-11-211-1/+2
* Debugging tweaks.Miles Bader2002-11-212-8/+12
* Oops.Eric Andersen2002-11-211-0/+1
* Cleanup use of in6addr_loopback and in6addr_anyEric Andersen2002-11-214-20/+36
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-215-0/+289
* Improve malloc debugging support.Miles Bader2002-11-217-46/+186
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-191-28/+68
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-156-48/+276