Timeline
03/01/09:
- 11:57 Changeset [1963] by
- Remove clean target.
- 11:43 Changeset [1962] by
- Tidy up and comment tab completion code.
02/28/09:
- 17:34 Changeset [1961] by
- Add checks for when a user specifies a FAT size that cannot be satisfied.
- 17:33 Changeset [1960] by
- Update version number.
- 16:06 Changeset [1959] by
- Replace preempt disable with ListForEachEntrySafe.
- 16:05 Changeset [1958] by
- Change sector type back to unsigned long for now.
- 16:05 Changeset [1957] by
- Include per-device information for buffer flusher.
- 16:03 Changeset [1956] by
- Rework buffer flusher, keep per-device dirty count, add waitqueue so …
- 16:02 Changeset [1955] by
- Fix fileSysType field, used in the FAT superblock.
- 16:00 Changeset [1954] by
- Add extra checks in installer.
- 15:54 Changeset [1953] by
- Add some extra checks in the request layer.
- 15:53 Changeset [1952] by
- Fix warnings.
- 15:53 Changeset [1951] by
- Rework AtaPartitionRequest function, add shadow buffer.
- 15:50 Ticket #112 (i got a page fault when i'm using textinstall) closed by
- fixed: Okay, fixed this issue now. I've also tested the textinstall program …
- 13:42 Changeset [1950] by
- Handle root directory start when searching for ..
02/26/09:
- 16:31 Changeset [1949] by
- Remove debug KePrint, replace with TODO.
- 16:31 Changeset [1948] by
- Alphabetically sort tab results.
- 14:16 Ticket #112 (i got a page fault when i'm using textinstall) created by
- i got a page fault when i'm using textinstall. Here is the page fault …
02/25/09:
- 21:46 Changeset [1947] by
- Fix function prototype.
- 21:42 Ticket #71 (cannot find -lrtl) closed by
- fixed: I've gone through all the ports and made sure they compile. Apologies for …
- 20:25 Changeset [1946] by
- Branch to 0.2b tag in preparation for rc.
- 20:20 Changeset [1945] by
- Avoid compiler generated memcpy (on 64-bit hosts).
- 20:15 Changeset [1944] by
- Fix Makefile on 64-bit hosts.
- 19:50 Changeset [1943] by
- Update prototype of IcFsAddArrayEntry.
- 19:49 Changeset [1942] by
- Add .deps folder.
- 19:49 Changeset [1941] by
- Update names, return IRQ_HANDLED.
- 19:48 Changeset [1940] by
- Fix register names.
- 19:48 Changeset [1939] by
- Fix issue with irq acceptance.
- 19:44 Changeset [1938] by
- Fix warning.
- 19:44 Changeset [1937] by
- Formatting, remove KePrint.
- 19:43 Changeset [1936] by
- Fix warning.
- 19:42 Changeset [1935] by
- Add sprintf stub.
- 19:42 Changeset [1934] by
- Readd strcpy for the Linux driver layer, its use is not recommended.
- 19:41 Changeset [1933] by
- Add some CMOS RTC defines.
- 19:41 Changeset [1932] by
- Fix type of array fields in structure.
- 19:40 Changeset [1931] by
- Add SuperSetDirty macro.
- 19:39 Changeset [1930] by
- Swap list fields around (for binary compatability with the Linux driver …
- 19:39 Changeset [1929] by
- Add RESULT_CHECK macro. Will be used a lot in upcoming releases.
- 19:38 Changeset [1928] by
- Change sector in request to a 64-bit unsigned long.
- 19:38 Changeset [1927] by
- Change log level for now to debug.
- 19:38 Changeset [1926] by
- Add InputDeviceAdd prototype.
- 19:37 Changeset [1925] by
- Add ->driver field, add documentation and remove magic numbers.
- 19:36 Changeset [1924] by
- Fix warning.
- 19:35 Changeset [1923] by
- Add to Makefile.
- 19:35 Changeset [1922] by
- Add framework for Nvidia kernel driver.
- 13:13 Changeset [1921] by
- Fix case where we printed out completions in /applications twice (when we …
- 12:57 Ticket #111 (tab completion doesn't find mkext3fs) closed by
- fixed: Fixed. Problem with the command completer. Fix is in r1920.
- 12:56 Changeset [1920] by
- Fix case where we ignore a found entry in Applications.
- 01:37 Changeset [1919] by
- Remove debug KePrint.
- 01:34 Ticket #111 (tab completion doesn't find mkext3fs) created by
- Type in 'mk' and press tab. mkext3fs should appear in the list, along with …
- 01:22 Changeset [1918] by
- Fix warnings.
- 01:21 Changeset [1917] by
- Add prefix.
- 01:21 Changeset [1916] by
- Move ind/inw reading code to AtaDataRead function, let ATA disk code use …
- 01:19 Changeset [1915] by
- Tidy up formatting, search for init_module symbol (for future Linux driver …
- 01:17 Changeset [1914] by
- Export KeVaPrint as a symbol.
02/24/09:
- 22:06 Ticket #109 (history only displays first command) closed by
- fixed: Fixed in r1913.
- 22:06 Changeset [1913] by
- Save off the buffer before we process the line, so history is saved.
- 20:57 Changeset [1912] by
- Add support for keep track of free clusters in a FAT32 filesystem, add …
- 20:55 Changeset [1911] by
- Fix bug involving incorrect root directory pointer on FAT32 (i.e. parent …
- 19:36 Ticket #110 (Fat32: fsinfo sector is all zeroes) closed by
- fixed: Fixed. Should appear in SVN and 0.2b.
- 13:46 Ticket #110 (Fat32: fsinfo sector is all zeroes) created by
- (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
- When scrolling up through history, only the command name is displayed and …
02/23/09:
- 18:36 Changeset [1910] by
- Add message before formatting filesystem.
- 18:19 Ticket #108 (mkfatfs doesn't zero out root directory sector in FAT32) closed by
- fixed: Fixed in r1909. Will appear in 0.2b.
- 18:19 Changeset [1909] by
- Misc formatting, add FAT32 fixes.
- 18:19 Changeset [1908] by
- Add proper FAT32 support, FsInfo structures etc.
- 15:20 Ticket #108 (mkfatfs doesn't zero out root directory sector in FAT32) created by
- Should zero out cluster 2, otherwise reformatting a drive gets you the …
- 15:12 Changeset [1907] by
- Fix name of builtins help command.
- 13:29 Ticket #68 (mkfatfs freezes on 8GB disk) closed by
- 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
- fixed: Fixed. Thanks for the report.
02/22/09:
- 21:09 Changeset [1906] by
- Misc formatting.
- 21:09 Changeset [1905] by
- Shorten function, move InfoRootCreate into InfoInit.
- 21:06 Changeset [1904] by
- Add locks around VfsRegisterFileSystem.
- 21:06 Changeset [1903] by
- Add more specific check for DoReadFile; we can fail with a negative error …
02/21/09:
- 02:08 Changeset [1902] by
- Force gcc -m32 like everywhere
- 02:02 Changeset [1901] by
- Fixed path to -lc
- 02:00 Changeset [1900] by
- Use explicit path to libgcc
- 01:58 Changeset [1899] by
- Use pthread from the libc
- 01:57 Changeset [1898] by
- No longer link with libpthread (not necessary)
- 01:55 Changeset [1897] by
- Use pthread from the libc
- 01:53 Changeset [1896] by
- Adding pthread support (just a stub for now)
- 01:52 Changeset [1895] by
- Merge from upstream
- 01:31 Changeset [1894] by
- Adding pthread support
- 01:30 Changeset [1893] by
- Adding pthread support
- 01:29 Changeset [1892] by
- Using pthread from the libc
- 01:25 Changeset [1891] by
- Merge from upstream
02/16/09:
- 17:40 Changeset [1890] by
- Add preemption disable and enable to KePrint.
- 17:28 Changeset [1889] by
- Add .deps directory.
- 17:26 Changeset [1888] by
- Add basic Linux driver layer; PCI functions have been started.
02/15/09:
- 12:52 Changeset [1887] by
- Tidy up header file, add PciIdTableEnd() macro, add several prototypes.
- 12:36 Changeset [1886] by
- 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
- 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
- '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
- Keeps on rebooting even in 0.2a
02/01/09:
- 18:46 Ticket #64 (*ReadWrite function doesn't need type parameter) closed by
- fixed
- 18:44 Changeset [1885] by
- Fix function parameters to address #64.
- 15:11 Changeset [1884] by
- Fix startup for now, remove load of Video/Nvidia.
- 14:15 Changeset [1883] by
- Only deal with 32-bit addresses. 4gig RAM machines have a huge gap before …
- 13:01 Changeset [1882] by
- Patch from Kostadin: 1) free the memory in BtInHistory, 2) allocate memory …
- 12:57 Changeset [1881] by
- Patch from Kostadin: fix various bugs to do with history.
01/31/09:
- 21:07 Changeset [1880] by
- Add to mkfatfs, convert unsigned long to unsigned long long.
- 21:06 Changeset [1879] by
- Add hash-style=gnu, now works.
- 21:05 Changeset [1878] by
- Fix BtInStat.
- 21:05 Changeset [1877] by
- Convert size to unsigned long long.
- 21:03 Changeset [1876] by
- Add insd function to ioports.h
- 21:02 Changeset [1875] by
- Add fields to SIB.
- 21:02 Changeset [1874] by
- Change totalSectors to unsigned long long.
- 21:02 Changeset [1873] by
- Change size to an unsigned long long.
- 21:00 Changeset [1872] by
- Add totalSectors field for ATA drives, calculate capacity based on …
01/30/09:
- 15:50 Ticket #56 (Xynth --hash-style=gnu freezes) closed by
- fixed: Doesn't appear in the latest trunk. gnu hash style may have uncovered an …
- 14:56 Changeset [1871] by
- Add DWORD I/O support (only for ATAPI atm).
- 14:06 Ticket #70 (Keyboard doesn't work in console mode) closed by
- fixed: Fixed. Asserted EOI after interrupt handlers have been called.
Note: See TracTimeline
for information about the timeline view.
