summaryrefslogtreecommitdiff
path: root/os/src/sbrk.c
AgeCommit message (Collapse)Author
2011-02-05Slightly better errno support.Pixel
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, ↵Nicolas "Pixel" Noble
highly untested.
2011-01-28Cleaning up a bit.Pixel
2011-01-28Proper mutex usage, and protecting malloc and sbrk using them. Also showing ↵Nicolas "Pixel" Noble
this into the demo.
2011-01-28Pretty much rewrote sbrk for simpler & safer usage. Mutex still don't work ↵Pixel
properly though. Have to understand that part from FreeRTOS.
2011-01-28Adding a few more 'syscalls' to our libc.Pixel
2011-01-28Work on the MPU port. The exception VTOR redirection doesn't work as expected.Nicolas "Pixel" Noble
2011-01-26This shouldn't be shared; making heap_end static.Nicolas "Pixel" Noble
2011-01-26Adding debugging system for the os layer.Nicolas "Pixel" Noble
2011-01-24Sanitizing sbrk with stack stuff.Nicolas "Pixel" Noble
2011-01-24The heap needs to be anonymous; adding generic __heap_start and __heap_end ↵Nicolas "Pixel" Noble
symbols. Also marking the beginning and the end of the rom-to-ram sections.
2011-01-24Adding sbrk, and fixing a couple of other makefile problems.Nicolas "Pixel" Noble