summaryrefslogtreecommitdiff
path: root/Source/Kernel/TaskManager
Commit message (Expand)AuthorAgeFilesLines
* Made status bar into a namespace, and added functionnalitiesAlexis2112009-12-212-0/+5
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-201-2/+4
* CorrectionsAlexis2112009-12-091-10/+12
* Some changesAlexis2112009-12-091-0/+1
* Change on memory handling, and .iface.h files documented.Alexis2112009-12-092-10/+12
* LMAlexis2112009-11-151-0/+2
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-115-94/+136
* VESA works !Alexis2112009-11-113-3/+9
* Started working on some 2D graAlexis2112009-11-103-22/+22
* Switching to text mode now really switches to text mode.Alexis2112009-11-082-15/+0
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-084-34/+80
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-085-15/+294
* Introduced PaperWork : our init/login manager.Alexis2112009-11-083-113/+145
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-242-4/+74
* More work on userland syscalls : Files are implemented.Alexis2112009-10-242-20/+26
* More work on syscalls and shellAlexis2112009-10-232-0/+6
* More work on syscalls and shellAlexis2112009-10-234-7/+28
* Merge branch 'master' into usermgmtAlexis2112009-10-232-4/+3
|\
| * Fixed a bug with paging/tasking.Alexis2112009-10-232-4/+3
* | Nothing reallAlexis2112009-10-231-1/+2
* | Started working on user managmentAlexis2112009-10-212-2/+17
|/
* More workAlexis2112009-10-213-19/+32
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-204-0/+14
* We now have call tables for ressources.Alexis2112009-10-204-19/+28
* More work on syscallsAlexis2112009-10-182-1/+16
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-181-2/+2
* Heap included as well in userland libraryAlexis2112009-10-185-57/+11
* More work on syscallsAlexis2112009-10-184-9/+54
* Re-organized everythingAlexis2112009-10-184-6/+5
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-183-2/+29
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-175-16/+4
* User mode code can now run !Alexis2112009-10-174-7/+73
* Each thread now has a kernel stack and an user stackAlexis2112009-10-173-19/+30
* Each Process now has a user heap.Alexis2112009-10-174-19/+24
* We now use a temporary stack in task management for :Alexis2112009-10-164-21/+38
* Process now uses a linked list for associated file descriptors.Alexis2112009-10-132-13/+8
* Heap class now uses a MutexAlexis2112009-10-131-2/+4
* SimpleList now implements removeOnce(const T& value);Alexis2112009-10-111-21/+3
* Nothing, really ;DAlexis2112009-10-111-6/+6
* Tasking now works with linked listsAlexis2112009-10-115-60/+76
* Added a single linked list simple class (SimpleList)Alexis2112009-10-111-13/+10
* Added a simple random generatorAlexis2112009-10-111-0/+1
* Exiting from a thread now works without hanging everything.Alexis2112009-10-094-6/+39
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-024-13/+18
* We now have scrollable virtual terminals !Alexis2112009-09-202-2/+2
* Changes in mutexes, vectors and VTs :Alexis2112009-09-183-9/+21
* Added stuff to WChar and String classes.Alexis2112009-09-161-1/+1
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-132-1/+26
* Ok, exception handling happens in Thread::.Alexis2112009-09-063-0/+42
* Bug correctionAlexis2112009-09-063-7/+1