Timeline



2010-08-17:

16:29 Repositories edited by Martin Decky
Add lp:~martin-decky/helenos/mm branch (diff)

2010-08-12:

20:50 Changeset in mainline [2d0c3a6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge from lp:~jsvoboda/helenos/gta02 (GTA02 touchscreen driver).
20:49 Changeset in mainline [527298a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
GTA02 touchscreen driver (no dragging detection).

2010-08-11:

15:42 Changeset in mainline [ff586e06]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
indentation and spacing fixes (no change in functionality)
15:24 Changeset in mainline [a1e98de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
merge small cleanups (no change in functionality)
14:31 Changeset in mainline [17ccb9d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
whitespace changes
14:26 Changeset in mainline [be3f94c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
do not clutter global namespace with internal defines
14:18 Changeset in mainline [1d3d2cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
rename gdtselector to GDT_SELECTOR to make explicit it is a macro …

2010-08-08:

08:44 Ticket #252 (Change default CROSS_PREFIX to /usr/local/cross) updated by Jiri Svoboda
The Architecture names like ia32, ia64, arm32, ppc32 is a …

2010-08-03:

11:03 Changeset in mainline [482dde7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
10:57 Changeset in mainline [4637c72]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Instead of checking whether the first sector in a cluster is not …

2010-08-02:

21:06 Changeset in mainline [a6e54c5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lenka Trochtova <trochtova.lenka@…>
fix a little bug

2010-08-01:

09:49 Ticket #252 (Change default CROSS_PREFIX to /usr/local/cross) updated by Martin Decky
> Actually I would suggest a path that would somehow indicate it's a …
07:15 Ticket #253 (NS wait_for_task references NULL pointer.) created by Tomas Brambora
If we don't find the task to wait for by its TID, we set […] and …

2010-07-30:

21:56 Ticket #252 (Change default CROSS_PREFIX to /usr/local/cross) updated by Jiri Svoboda
Sounds like a good idea, I've been thinking the same myself for some …
14:26 Ticket #252 (Change default CROSS_PREFIX to /usr/local/cross) created by Martin Decky
Building HelenOS using the cross-compiler toolchain built by our …

2010-07-29:

20:10 ReleaseNotes/0.5.0 edited by Jakub Jermář
Mention FAT optimizations. (diff)

2010-07-28:

21:17 Changeset in mainline [07c66cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Avoid magic numbers.
15:33 Ticket #250 (write operation slows down gradually when writing large amount of data.) closed by Jakub Jermář
fixed: With changeset:mainline,624 comes a significant speedup of appending …
15:27 Changeset in mainline [9a1d8ab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs. This merge adds two important …
15:24 Changeset in mainline [14f2100]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
create FAT with a guaranteed amount of free space
15:23 Changeset in mainline [7dfd339]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
slight optimization
15:23 Ticket #251 (FAT driver somehow limits multiple access to a file) closed by Martin Decky
fixed: Well, stupid me. This was no issue in the code, the FAT filesystem RAM …
15:23 Changeset in mainline [69a60c4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
implement sync
15:22 Changeset in mainline [dba4a23]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Speed up sequential I/O by caching the "current" cluster in …
14:51 Ticket #251 (FAT driver somehow limits multiple access to a file) updated by Jakub Jermář
Cc changed
14:43 Ticket #251 (FAT driver somehow limits multiple access to a file) updated by Jakub Jermář
I am wondering how much free space is there left in the root file …
10:12 Changeset in mainline [6da81e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Modify _fat_block_get() to return the "current" cluster number to the …
09:55 Ticket #251 (FAT driver somehow limits multiple access to a file) created by Martin Decky
As the klog task stores the kernel log output to a file /log/klog, a …
08:52 HowToFileABug edited by Jakub Jermář
(diff)
08:48 HowToFileABug edited by Jakub Jermář
(diff)
08:38 HowToFileABug edited by Jakub Jermář
Improvements. (diff)

2010-07-27:

21:42 Changeset in mainline [571addd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge from lp:~jsvoboda/helenos/gta02.
21:29 Changeset in mainline [1720cf9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix accidentally disabling FIFO in userspace. Also, log receive errors.
20:57 HowToFileABug edited by Jakub Jermář
(diff)
20:55 HowToFileABug edited by Jakub Jermář
(diff)
20:13 Changeset in mainline [3d9d948]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Operate S3C24xx UART in FIFO mode.
19:00 Changeset in mainline [a9b5b5f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Userspace S3C24xx UART driver. Use for kbd input from gta02 serial console.
16:47 test_speed.c attached to Ticket #250 by Tomas Brambora
Test case for bug #250.
16:45 Changeset in mainline [5a9f4d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
store kernel log output to /log/klog
16:45 Changeset in mainline [3629481]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
implement fileno()
16:45 Ticket #250 (write operation slows down gradually when writing large amount of data.) updated by Jakub Jermář
In lp:~/jakub/helenos/fs there is a fix which improves the running …
16:37 Changeset in mainline [142084b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
safer way how to register memory zones, do not ignore zones with …
16:37 Changeset in mainline [af96dd57]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix two possible NULL dereferences
16:10 Changeset in mainline [9ded977]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add initial support for line debugging information and generating …
15:43 Lab edited by Martin Decky
issues with Intel S5000XVNSATAR have been finally fixed (diff)

2010-07-26:

20:10 Changeset in mainline [7a23d60]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use convenience macros for accessing FAT boot sector in fat_ops.c as well.
15:00 Changeset in mainline [ed6cf34b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use convenience macros for accessing FAT boot sector members to save …

2010-07-25:

22:00 Changeset in mainline [746f623]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Turn fat_block_get() into a real function and make it aware of the …
21:08 Changeset in mainline [377cce8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Start to cache the FAT node's last cluster in fat_node_t and change …
17:47 ReleaseNotes/Trunk edited by Jiri Svoboda
Remove obsolete content (diff)
17:46 ReleaseNotes edited by Jiri Svoboda
Fix stale link (diff)
17:35 Changeset in mainline [ecf083dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Make machine_get_irq_count() a true machine op.
16:54 Changeset in mainline [99b2564]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Revert accidental commit of debugging code.
16:53 Changeset in mainline [b8b4efa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove empty directory.
16:52 Changeset in mainline [277cf60]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Use I/O structure to access S3C24xx UART registers.
14:35 Changeset in mainline [ec08286]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Kernel input device for gta02 serial console. Move s3c24xx interrupt …
10:11 Changeset in mainline [c621f4aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge with mainline.
08:13 Ticket #250 (write operation slows down gradually when writing large amount of data.) updated by Jakub Jermář
We made an observation that creating a 5M file on a FAT file system …
Note: See TracTimeline for information about the timeline view.