Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable the brk function | Rich Felker | 2014-01-02 | 1 | -1/+2 |
| | | | | | | the reasons are the same as for sbrk. unlike sbrk, there is no safe usage because brk does not return any useful information, so it should just fail unconditionally. | ||||
* | fix brk/sbrk behavior to match the real legacy functions | Rich Felker | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+6 |