summaryrefslogtreecommitdiff
path: root/os/src/malloc.c
AgeCommit message (Expand)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, hig...Nicolas "Pixel" Noble
2011-02-02Making a sample code for the 'romfs' thingy.Pixel
2011-01-28Forgot a few things for malloc.Nicolas "Pixel" Noble
2011-01-28Proper mutex usage, and protecting malloc and sbrk using them. Also showing t...Nicolas "Pixel" Noble
2011-01-26Adding debugging system for the os layer.Nicolas "Pixel" Noble
2011-01-24Fixing malloc's template, and fixing a bit more the verbose/quiet mode.Nicolas "Pixel" Noble
2011-01-24Dummy software compiles; fixed a few linking issues. Also, most of the kernel...Nicolas "Pixel" Noble