aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
Commit message (Expand)AuthorAgeFilesLines
* Owning... (old commit)HEADmasterAlex Auvolat2014-12-262-1/+6
* Add simple reference counted buffer structure.Alex Auvolat2014-12-162-1/+40
* Remove stupid thread "resume_with_result" stuff.Alex Auvolat2014-12-161-7/+5
* Add simple hash table implementation.Alex Auvolat2014-12-161-0/+31
* Remove hard-coded region types.Alex Auvolat2014-12-131-12/+2
* Terminology change : task -> thread.Alex Auvolat2014-12-131-7/+7
* Rename functions :Alex Auvolat2014-12-082-3/+3
* Tweaks in code presentation.Alex Auvolat2014-12-071-1/+2
* Information about current PD now stored in current_task->current_pd_dAlex Auvolat2014-12-071-0/+4
* Implement multitasking.Alex Auvolat2014-12-073-5/+44
* Refactor kmalloc & tests in kmain.Alex Auvolat2014-12-072-0/+16
* Make L0 thread-safe (mostly).Alex Auvolat2014-12-072-0/+8
* Begin review of taking model : making things thread safe.Alex Auvolat2014-12-064-67/+28
* Refactor PF handlers and region freeing functions.Alex Auvolat2014-12-061-2/+15
* Add kernel stack protector. Find bug. Correct it.Alex Auvolat2014-12-061-0/+3
* Trying to track an annoying bug.Alex Auvolat2014-12-062-1/+10
* Corrections :Alex Auvolat2014-12-054-14/+15
* First implementation of slab allocator. Needs more testing and polishingAlex Auvolat2014-12-041-0/+34
* Make paging work ! \o/Alex Auvolat2014-12-043-11/+15
* Improve region allocator with an idea to break dependency cycleAlex Auvolat2014-12-032-2/+8
* Implement kernel memory region allocator.Alex Auvolat2014-12-021-0/+33
* Begin implementation of pagingAlex Auvolat2014-12-021-0/+25
* Add physical page (frame) allocator.Alex Auvolat2014-12-022-0/+28
* Small adjustments:Alex Auvolat2014-12-012-5/+71
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-017-1/+114
* No, this time really add it.Alex Auvolat2014-11-301-2/+2
* Conformity of memset/memcpy ; implement memmove/memcmp.Alex Auvolat2014-11-301-2/+4
* More library functions & renaming.Alex Auvolat2014-11-303-8/+15
* Add debug output and a few elementary stdlib functions.Alex Auvolat2014-11-305-4/+38
* Bare bones.Alex Auvolat2014-11-301-0/+64