summaryrefslogtreecommitdiff
path: root/Source/Kernel/Library
Commit message (Collapse)AuthorAgeFilesLines
* SimpleList now implements removeOnce(const T& value);Alexis2112009-10-111-0/+11
| | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed.
* Tasking now works with linked listsAlexis2112009-10-111-0/+5
|
* Added a single linked list simple class (SimpleList)Alexis2112009-10-111-0/+54
|
* Added a simple random generatorAlexis2112009-10-112-0/+30
|
* Keymaps are now loaded from ramfs.Alexis2112009-09-201-1/+5
|
* We now have scrollable virtual terminals !Alexis2112009-09-202-1/+5
|
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-194-15/+27
|
* Implemented ByteArray and wf command.Alexis2112009-09-193-0/+96
|
* END.Alexis2112009-09-193-26/+8
|
* More workAlexis2112009-09-193-34/+10
|
* Started conversion from String to BasicString<WChar>Alexis2112009-09-194-83/+234
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-184-16/+18
| | | | | | mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers
* Color scheme is now configured in Config.hAlexis2112009-09-171-2/+2
|
* Added stuff to WChar and String classes.Alexis2112009-09-164-46/+138
| | | | | | | WChar can now decode utf16 and utf32, and encode utf8 and utf32. String now has functions append(), concat(), compare() and affect() with different prototypes for char[] arrays, so that we can use it as well with utf8, utf16 and utf32.
* cat command now uses the File class.Alexis2112009-09-153-13/+21
|
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-134-25/+42
|
* Kernel can now load an Initrd.Alexis2112009-09-131-1/+8
|
* RamFS creatable but not loadable yetAlexis2112009-09-134-10/+21
|
* Ram file system seems to work \o/Alexis2112009-09-134-20/+20
|
* Nothing, reallyAlexis2112009-09-114-45/+45
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-0/+6
|
* We now have (partial) support for UTF-8.Alexis2112009-08-295-48/+178
|
* .Alexis2112009-08-292-0/+16
|
* cleanupAlexis2112009-08-292-0/+0
|
* Some changesAlexis2112009-08-292-0/+0
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-228-0/+622