Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __morecore need not be a function pointer | Eric Andersen | 2002-07-16 | 1 | -9/+8 |
| | |||||
* | Odd. Got a copy of junk in here. | Eric Andersen | 2002-07-16 | 1 | -9/+0 |
| | |||||
* | This patch, from Ronald Wahl <rwa@peppercon.com>, fixes the | Eric Andersen | 2002-07-01 | 1 | -5/+5 |
| | | | | | spots where I screwed up and forgot to fix realloc to use free_unlocked() instead of free(). Thanks Ronald! | ||||
* | Rework, reduce the size, add proper locking | Eric Andersen | 2002-06-18 | 9 | -529/+342 |
| | | | | -Erik | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | ||||
* | Be more strict with the glibc style malloc implementation. Return NULL | Eric Andersen | 2001-04-25 | 1 | -2/+2 |
| | | | | when folks do a malloc(0) using malloc-930716. | ||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 10 | -0/+915 |