aboutsummaryrefslogtreecommitdiff
path: root/kernel/lib
Commit message (Expand)AuthorAgeFilesLines
* Owning... (old commit)HEADmasterAlex Auvolat2014-12-261-5/+3
* Add simple reference counted buffer structure.Alex Auvolat2014-12-161-0/+169
* Add simple hash table implementation.Alex Auvolat2014-12-161-0/+166
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-062-0/+30
* Add kernel stack protector. Find bug. Correct it.Alex Auvolat2014-12-061-4/+20
* Clean slab_alloc. Bug still here.Alex Auvolat2014-12-061-90/+106
* Trying to track an annoying bug.Alex Auvolat2014-12-061-15/+47
* Corrections :Alex Auvolat2014-12-051-15/+14
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-041-0/+217
* Small adjustments:Alex Auvolat2014-12-012-0/+3
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-011-2/+15
* Conformity of memset/memcpy ; implement memmove/memcmp.Alex Auvolat2014-11-301-6/+27
* More library functions & renaming.Alex Auvolat2014-11-302-8/+68
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-302-0/+113