Timeline


and .

03/01/09:

11:57 Changeset [1963] by mwhitworth
Remove clean target.
11:43 Changeset [1962] by mwhitworth
Tidy up and comment tab completion code.

02/28/09:

17:34 Changeset [1961] by mwhitworth
Add checks for when a user specifies a FAT size that cannot be satisfied.
17:33 Changeset [1960] by mwhitworth
Update version number.
16:06 Changeset [1959] by mwhitworth
Replace preempt disable with ListForEachEntrySafe.
16:05 Changeset [1958] by mwhitworth
Change sector type back to unsigned long for now.
16:05 Changeset [1957] by mwhitworth
Include per-device information for buffer flusher.
16:03 Changeset [1956] by mwhitworth
Rework buffer flusher, keep per-device dirty count, add waitqueue so …
16:02 Changeset [1955] by mwhitworth
Fix fileSysType field, used in the FAT superblock.
16:00 Changeset [1954] by mwhitworth
Add extra checks in installer.
15:54 Changeset [1953] by mwhitworth
Add some extra checks in the request layer.
15:53 Changeset [1952] by mwhitworth
Fix warnings.
15:53 Changeset [1951] by mwhitworth
Rework AtaPartitionRequest function, add shadow buffer.
15:50 Ticket #112 (i got a page fault when i'm using textinstall) closed by mwhitworth
fixed: Okay, fixed this issue now. I've also tested the textinstall program …
13:42 Changeset [1950] by mwhitworth
Handle root directory start when searching for ..

02/26/09:

16:31 Changeset [1949] by mwhitworth
Remove debug KePrint, replace with TODO.
16:31 Changeset [1948] by mwhitworth
Alphabetically sort tab results.
14:16 Ticket #112 (i got a page fault when i'm using textinstall) created by d.ubuntu@…
i got a page fault when i'm using textinstall. Here is the page fault …

02/25/09:

21:46 Changeset [1947] by mwhitworth
Fix function prototype.
21:42 Ticket #71 (cannot find -lrtl) closed by mwhitworth
fixed: I've gone through all the ports and made sure they compile. Apologies for …
20:25 Changeset [1946] by mwhitworth
Branch to 0.2b tag in preparation for rc.
20:20 Changeset [1945] by mwhitworth
Avoid compiler generated memcpy (on 64-bit hosts).
20:15 Changeset [1944] by mwhitworth
Fix Makefile on 64-bit hosts.
19:50 Changeset [1943] by mwhitworth
Update prototype of IcFsAddArrayEntry.
19:49 Changeset [1942] by mwhitworth
Add .deps folder.
19:49 Changeset [1941] by mwhitworth
Update names, return IRQ_HANDLED.
19:48 Changeset [1940] by mwhitworth
Fix register names.
19:48 Changeset [1939] by mwhitworth
Fix issue with irq acceptance.
19:44 Changeset [1938] by mwhitworth
Fix warning.
19:44 Changeset [1937] by mwhitworth
Formatting, remove KePrint.
19:43 Changeset [1936] by mwhitworth
Fix warning.
19:42 Changeset [1935] by mwhitworth
Add sprintf stub.
19:42 Changeset [1934] by mwhitworth
Readd strcpy for the Linux driver layer, its use is not recommended.
19:41 Changeset [1933] by mwhitworth
Add some CMOS RTC defines.
19:41 Changeset [1932] by mwhitworth
Fix type of array fields in structure.
19:40 Changeset [1931] by mwhitworth
Add SuperSetDirty macro.
19:39 Changeset [1930] by mwhitworth
Swap list fields around (for binary compatability with the Linux driver …
19:39 Changeset [1929] by mwhitworth
Add RESULT_CHECK macro. Will be used a lot in upcoming releases.
19:38 Changeset [1928] by mwhitworth
Change sector in request to a 64-bit unsigned long.
19:38 Changeset [1927] by mwhitworth
Change log level for now to debug.
19:38 Changeset [1926] by mwhitworth
Add InputDeviceAdd prototype.
19:37 Changeset [1925] by mwhitworth
Add ->driver field, add documentation and remove magic numbers.
19:36 Changeset [1924] by mwhitworth
Fix warning.
19:35 Changeset [1923] by mwhitworth
Add to Makefile.
19:35 Changeset [1922] by mwhitworth
Add framework for Nvidia kernel driver.
13:13 Changeset [1921] by mwhitworth
Fix case where we printed out completions in /applications twice (when we …
12:57 Ticket #111 (tab completion doesn't find mkext3fs) closed by mwhitworth
fixed: Fixed. Problem with the command completer. Fix is in r1920.
12:56 Changeset [1920] by mwhitworth
Fix case where we ignore a found entry in Applications.
01:37 Changeset [1919] by mwhitworth
Remove debug KePrint.
01:34 Ticket #111 (tab completion doesn't find mkext3fs) created by mwhitworth
Type in 'mk' and press tab. mkext3fs should appear in the list, along with …
01:22 Changeset [1918] by mwhitworth
Fix warnings.
01:21 Changeset [1917] by mwhitworth
Add prefix.
01:21 Changeset [1916] by mwhitworth
Move ind/inw reading code to AtaDataRead function, let ATA disk code use …
01:19 Changeset [1915] by mwhitworth
Tidy up formatting, search for init_module symbol (for future Linux driver …
01:17 Changeset [1914] by mwhitworth
Export KeVaPrint as a symbol.

02/24/09:

22:06 Ticket #109 (history only displays first command) closed by mwhitworth
fixed: Fixed in r1913.
22:06 Changeset [1913] by mwhitworth
Save off the buffer before we process the line, so history is saved.
20:57 Changeset [1912] by mwhitworth
Add support for keep track of free clusters in a FAT32 filesystem, add …
20:55 Changeset [1911] by mwhitworth
Fix bug involving incorrect root directory pointer on FAT32 (i.e. parent …
19:36 Ticket #110 (Fat32: fsinfo sector is all zeroes) closed by mwhitworth
fixed: Fixed. Should appear in SVN and 0.2b.
13:46 Ticket #110 (Fat32: fsinfo sector is all zeroes) created by anonymous
(Disabled the fsinfo code for now). In a 16GB disk, the second sector of …
13:44 Ticket #109 (history only displays first command) created by anonymous
When scrolling up through history, only the command name is displayed and …

02/23/09:

18:36 Changeset [1910] by mwhitworth
Add message before formatting filesystem.
18:19 Ticket #108 (mkfatfs doesn't zero out root directory sector in FAT32) closed by mwhitworth
fixed: Fixed in r1909. Will appear in 0.2b.
18:19 Changeset [1909] by mwhitworth
Misc formatting, add FAT32 fixes.
18:19 Changeset [1908] by mwhitworth
Add proper FAT32 support, FsInfo structures etc.
15:20 Ticket #108 (mkfatfs doesn't zero out root directory sector in FAT32) created by mwhitworth
Should zero out cluster 2, otherwise reformatting a drive gets you the …
15:12 Changeset [1907] by mwhitworth
Fix name of builtins help command.
13:29 Ticket #68 (mkfatfs freezes on 8GB disk) closed by mwhitworth
fixed: Fixed the freeze. Need to test the FAT32 filesystem code in the kernel …
01:07 Ticket #106 ('Bugs' link shows on some pages of site and not others) closed by mwhitworth
fixed: Fixed. Thanks for the report.

02/22/09:

21:09 Changeset [1906] by mwhitworth
Misc formatting.
21:09 Changeset [1905] by mwhitworth
Shorten function, move InfoRootCreate into InfoInit.
21:06 Changeset [1904] by mwhitworth
Add locks around VfsRegisterFileSystem.
21:06 Changeset [1903] by mwhitworth
Add more specific check for DoReadFile; we can fail with a negative error …

02/21/09:

02:08 Changeset [1902] by khorben
Force gcc -m32 like everywhere
02:02 Changeset [1901] by khorben
Fixed path to -lc
02:00 Changeset [1900] by khorben
Use explicit path to libgcc
01:58 Changeset [1899] by khorben
Use pthread from the libc
01:57 Changeset [1898] by khorben
No longer link with libpthread (not necessary)
01:55 Changeset [1897] by khorben
Use pthread from the libc
01:53 Changeset [1896] by khorben
Adding pthread support (just a stub for now)
01:52 Changeset [1895] by khorben
Merge from upstream
01:31 Changeset [1894] by khorben
Adding pthread support
01:30 Changeset [1893] by khorben
Adding pthread support
01:29 Changeset [1892] by khorben
Using pthread from the libc
01:25 Changeset [1891] by khorben
Merge from upstream

02/16/09:

17:40 Changeset [1890] by mwhitworth
Add preemption disable and enable to KePrint.
17:28 Changeset [1889] by mwhitworth
Add .deps directory.
17:26 Changeset [1888] by mwhitworth
Add basic Linux driver layer; PCI functions have been started.

02/15/09:

12:52 Changeset [1887] by mwhitworth
Tidy up header file, add PciIdTableEnd() macro, add several prototypes.
12:36 Changeset [1886] by mwhitworth
Add read and write functions for config dwords, add PciSetMaster function.

02/13/09:

19:54 Ticket #107 (0.2a boot. Freeze or loop) created by Bobthearch
Hello again. I've downloaded and tested the latest version of Whitix, …

02/11/09:

18:47 Ticket #106 ('Bugs' link shows on some pages of site and not others) created by samdude9@…
'bugs' is on the menu strip on the homepage and the 'bugs' page …

02/03/09:

19:20 Ticket #80 (Keeps on rebooting) created by marjp@…
Keeps on rebooting even in 0.2a

02/01/09:

18:46 Ticket #64 (*ReadWrite function doesn't need type parameter) closed by mwhitworth
fixed
18:44 Changeset [1885] by mwhitworth
Fix function parameters to address #64.
15:11 Changeset [1884] by mwhitworth
Fix startup for now, remove load of Video/Nvidia.
14:15 Changeset [1883] by mwhitworth
Only deal with 32-bit addresses. 4gig RAM machines have a huge gap before …
13:01 Changeset [1882] by mwhitworth
Patch from Kostadin: 1) free the memory in BtInHistory, 2) allocate memory …
12:57 Changeset [1881] by mwhitworth
Patch from Kostadin: fix various bugs to do with history.

01/31/09:

21:07 Changeset [1880] by mwhitworth
Add to mkfatfs, convert unsigned long to unsigned long long.
21:06 Changeset [1879] by mwhitworth
Add hash-style=gnu, now works.
21:05 Changeset [1878] by mwhitworth
Fix BtInStat.
21:05 Changeset [1877] by mwhitworth
Convert size to unsigned long long.
21:03 Changeset [1876] by mwhitworth
Add insd function to ioports.h
21:02 Changeset [1875] by mwhitworth
Add fields to SIB.
21:02 Changeset [1874] by mwhitworth
Change totalSectors to unsigned long long.
21:02 Changeset [1873] by mwhitworth
Change size to an unsigned long long.
21:00 Changeset [1872] by mwhitworth
Add totalSectors field for ATA drives, calculate capacity based on …

01/30/09:

15:50 Ticket #56 (Xynth --hash-style=gnu freezes) closed by mwhitworth
fixed: Doesn't appear in the latest trunk. gnu hash style may have uncovered an …
14:56 Changeset [1871] by mwhitworth
Add DWORD I/O support (only for ATAPI atm).
14:06 Ticket #70 (Keyboard doesn't work in console mode) closed by mwhitworth
fixed: Fixed. Asserted EOI after interrupt handlers have been called.
Note: See TracTimeline for information about the timeline view.