Commit graph

138 commits

Author SHA1 Message Date
sschocke_cp
7af62315ec RTL8139 Driver Changes
Update Global to call driver initialization routines for different drivers. Devices are enumerated during startup regardless of what hardware you are using.
Update FrodeTest workspace to run via new NetworkDevice interface
Update Builder.cs so that QEMU gets called with only either "-net tap" or "-net user", as these two options conflict
Internalized most of the TCP/IP stack leaving only the User needed classes available to use.
Commented most of TCP/IP stack public methods, and cleaned out code a little bit.
2009-03-31 20:33:22 +00:00
Scalpel_cp
05b65046ae Added lspci application in playground 2009-01-03 22:00:47 +00:00
jeroenp_cp
2acb2219b3 Allow unsafe code for Release builds. 2009-01-02 17:56:55 +00:00
Scalpel_cp
d4e0a30978 Added tests for Generics 2008-12-30 10:10:08 +00:00
Scalpel_cp
53524a1ce8 Added testing of System.Math 2008-11-15 22:22:54 +00:00
Scalpel_cp
e3db6c576e Added tests for System.BitConverter 2008-11-15 22:08:44 +00:00
Scalpel_cp
6608dd88a5 Minor changes 2008-11-15 19:38:08 +00:00
kudzu_cp
8eed14ddcf 2008-10-07 21:51:25 +00:00
kudzu_cp
a363aff9a3 2008-09-22 02:38:19 +00:00
Scalpel_cp
ab33a7e946 Added beginnings of plug for System.IO.DriveInfo 2008-09-08 21:06:09 +00:00
Scalpel_cp
6f177b05c1 Fixed Path.GetDirectoryName
Minor changes
2008-09-08 20:25:43 +00:00
Scalpel_cp
2f331093a1 Added String.ToUpper() + 1 overload
Added String.ToUpperInvariant()
2008-09-07 17:32:10 +00:00
Scalpel_cp
282cc61306 Added String.ToLower() + 1 overload
Added String.ToLowerInvariant()
2008-09-07 17:02:47 +00:00
Scalpel_cp
a6a38d9719 Added String.StartsWith(string) + 2 overloads 2008-09-07 16:42:57 +00:00
Scalpel_cp
5a29c12559 Fixed bug in String.EndsWith(string, StringComparison)
Added String.EndsWith(string) and String.EndsWith(string, bool, CultureInfo)
2008-09-07 16:35:04 +00:00
Scalpel_cp
697bbbdf06 Added String.IndexOf(string)
Added String.Insert(int, string)
Added String.Replace(string, string)
2008-09-07 15:00:51 +00:00
Scalpel_cp
768d83e799 Testing entire System.String in StringTest.cs
Added String.Remove(int, int)
Added String.IndexOfAny(char[], int, int)
Fixed String.Split()
2008-09-07 14:21:00 +00:00
Scalpel_cp
ad01f4868f Fixed String.LastIndexOf bug
Almost all of System.IO.Plug works now.
2008-09-07 11:10:02 +00:00
Scalpel_cp
84137dbd9b Plugged System.IO.Directory.InternalGetFileDirectoryNames(string, string, string, bool, bool, SearchOption)
This gives us
Directory.GetDirectories() + 2 overloads
Directory.GetFiles() + 2 overloads
and more
2008-09-06 13:47:21 +00:00
Scalpel_cp
998e3dd16c Plugged Boolean.Parse(string) and Boolean.TryParse(string, out bool)
Added methodname displaying in build GUI again
2008-09-06 09:27:34 +00:00
Scalpel_cp
4185f52a01 Added PC Speaker option and plugged Console.Beep 2008-08-25 21:20:19 +00:00
Scalpel_cp
bceba8bef1 Plugged lots of Console.Write and Console.WriteLine overloads. 2008-08-19 20:34:45 +00:00
Scalpel_cp
5b1e0cf28c Improved Directory.GetParent plug 2008-08-17 20:05:09 +00:00
Scalpel_cp
91804498aa Added example showing qemu crash
Small VFS changes
Beginnings of DirectoryInfo.FullName implementation using base class FileSystemInfo
2008-08-17 19:50:29 +00:00
Scalpel_cp
8bcead6601 Fixed VFS bug with listing in root directory
Added DirectoryInfo.GetFiles plug
2008-08-17 12:20:38 +00:00
mterwoord_cp
08ad3b483d Repetitve udp sends work now. added a udp command 2008-08-17 07:44:18 +00:00
Scalpel_cp
3c5a20ae4c Fixed bug in Directory.Exists 2008-08-17 02:29:07 +00:00
Scalpel_cp
1180a1a30d Added exception test in DirectoryTest.cs 2008-08-17 01:56:33 +00:00
Scalpel_cp
d3c05ddc70 Added more VFS test 2008-08-17 01:52:17 +00:00
Scalpel_cp
2ce8daa496 Some VFS changes 2008-08-17 01:37:11 +00:00
Scalpel_cp
bf15e65b09 Small VFS testing changes 2008-08-16 23:49:33 +00:00
mterwoord_cp
b4837bc07d Several fixes 2008-08-16 14:06:00 +00:00
Scalpel_cp
3539a44e0b Added some testchecks in FrodeTest 2008-08-14 20:25:19 +00:00
Scalpel_cp
559402f500 Added a debugging class to FrodeTest 2008-08-14 20:15:19 +00:00
Scalpel_cp
2e66be1521 Removed old testproject 2008-08-14 19:12:25 +00:00
Scalpel_cp
2b7c85667b Added PCIBus again so that network code works. 2008-08-13 15:44:28 +00:00
Scalpel_cp
e059a92e77 Minor VFS changes. NB, throws ArgumentOutOfRange exception. 2008-08-11 21:54:24 +00:00
Scalpel_cp
1cf25e3ac4 Plugged Path.GetPathRoot
Refactored out GetVolumes
2008-08-07 23:59:19 +00:00
kudzu_cp
03d16d78ac Removed old code 2008-08-05 22:10:18 +00:00
kudzu_cp
47a360d709 Filesystem namespace cleanup 2008-08-05 22:08:14 +00:00
kudzu_cp
b160e54cd8 -Changed SetTextMode for VGA
-Changed boot mechanics
2008-08-05 21:43:06 +00:00
Scalpel_cp
226661bbc2 VFS
Directory.GetCurrentDirectory and .SetCurrentDirectory
Path.IsPathRooted
2008-08-05 18:12:11 +00:00
Scalpel_cp
80c46a58f9 Plugged String.Replace(char char) 2008-08-04 11:26:42 +00:00
Scalpel_cp
1b603194f9 VFS changes 2008-08-04 02:15:25 +00:00
Scalpel_cp
a6903d62c3 Show bootmessages to debug SysFault boot problem 2008-08-03 21:22:38 +00:00
Scalpel_cp
5ca4745ec8 Further VFS. Added some overloads. 2008-08-03 11:48:52 +00:00
Scalpel_cp
d4f51b5203 VFS 2008-08-03 01:36:40 +00:00
Scalpel_cp
bcbe3930e9 Beginnings of FileInfo plug 2008-08-02 15:10:20 +00:00
Scalpel_cp
d3e231a5ca Changes to DirectoryInfo plug 2008-08-02 12:37:06 +00:00
Scalpel_cp
ea6f304132 Simplified testscenario 2008-08-02 09:52:30 +00:00