Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-01-02 | disable the brk function | Rich Felker | -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. | ||||
2011-05-22 | fix brk/sbrk behavior to match the real legacy functions | Rich Felker | -1/+1 | |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+6 | |