index
:
uC-sdk
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
src
/
sbrk.c
Age
Commit message (
Expand
)
Author
2011-02-05
Slightly better errno support.
Pixel
2011-02-05
Getting rid of newlib, starting to implement a libc. Highly experimental, hig...
Nicolas "Pixel" Noble
2011-01-28
Cleaning up a bit.
Pixel
2011-01-28
Proper mutex usage, and protecting malloc and sbrk using them. Also showing t...
Nicolas "Pixel" Noble
2011-01-28
Pretty much rewrote sbrk for simpler & safer usage. Mutex still don't work pr...
Pixel
2011-01-28
Adding a few more 'syscalls' to our libc.
Pixel
2011-01-28
Work on the MPU port. The exception VTOR redirection doesn't work as expected.
Nicolas "Pixel" Noble
2011-01-26
This shouldn't be shared; making heap_end static.
Nicolas "Pixel" Noble
2011-01-26
Adding debugging system for the os layer.
Nicolas "Pixel" Noble
2011-01-24
Sanitizing sbrk with stack stuff.
Nicolas "Pixel" Noble
2011-01-24
The heap needs to be anonymous; adding generic __heap_start and __heap_end sy...
Nicolas "Pixel" Noble
2011-01-24
Adding sbrk, and fixing a couple of other makefile problems.
Nicolas "Pixel" Noble