Timeline



2009-10-16:

14:50 Changeset in mainline [68834d85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Pavel Rimsky <pavel@…>
Setup the project to "know" about sun4v. Temporarily adding the …
08:04 Ticket #135 (Editor forgets the last line except the first column) closed by Jiri Svoboda
fixed: The EOF s-point was not correct if the file did not terminate in a …
08:02 Changeset in mainline [00413c5c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix computation of eof s-point.

2009-10-15:

22:14 Ticket #135 (Editor forgets the last line except the first column) created by Jakub Jermář
When appending another line which is not ended with a new line to a …
20:55 Changeset in mainline [7591b27d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Working directory must be set only after initializing stdio, otherwise …
18:11 Changeset in mainline [7c7a3209]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge support for passing the current working directory to the spawned …
18:06 Changeset in mainline [d8ef374]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
bdsh should inherit the current working directory rather than setting …
17:45 Changeset in mainline [622cdbe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Inherit the current working directory from the spawner to the spawnee task.
17:38 Changeset in mainline [81342f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
getcwd() should return NULL if the current working directory is not set.

2009-10-14:

19:57 Ticket #121 (Parallel build does not work) reopened by Martin Decky
Well, OK, it is not fixed completely. I works reasonably well on ia32, …
18:27 Ticket #134 (Support for Neo FreeRunner) updated by Jiri Svoboda
Component, Summary changed
18:26 Ticket #134 (Support for Neo FreeRunner) created by Jiri Svoboda
Make HelenOS boot on [http://en.wikipedia.org/wiki/Neo_Freerunner Neo …
15:07 Ticket #121 (Parallel build does not work) closed by Martin Decky
fixed: Fixed in [head,113].
15:00 Changeset in mainline [e035612]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make parallel build (with -j n) possible
14:59 Changeset in mainline [c088fd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
draw bindings as line segments, not splines

2009-10-13:

13:47 Ticket #133 (Support for Fujitsu SPARC64 processors) updated by Jakub Jermář
Summary changed
13:46 Ticket #133 (Support for Fujitsu SPARC64 processors) created by Jakub Jermář
Improve the sparc64 port by adding support for the Fujitsu SPARC64 …

2009-10-12:

09:27 Ticket #132 (Unclaimed task return values pollute NS) updated by Jiri Svoboda
For better resource accounting, the interface should be changed such …
09:25 Ticket #132 (Unclaimed task return values pollute NS) created by Jiri Svoboda
In a problem similar to UNIX zombies, when a task spawns another task …

2009-10-11:

22:06 BazaarWorkflow edited by Jiri Svoboda
Explain that bzr identifier is not necessarily e-mail address. (diff)
20:19 IPC edited by Jakub Jermář
(diff)
17:51 BazaarWorkflow edited by Jakub Jermář
(diff)
16:26 Changeset in mainline [f307f12]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge experimental support for timeoutable fibril condition variables. …
16:20 Changeset in mainline [ba8f8cb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
The original ipc_data_*() and ipc_share_*() should use plain HelenOS …
16:11 Changeset in mainline [0da4e41]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
ipc_data_*() and ipc_share_*(), respectively, should be renamed to …
11:43 Changeset in mainline [bbb01b98]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Just pro forma, mark the fibril as active when unlocking a mutex.
10:48 Changeset in mainline [b69bec5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fibril RW-locks use the awaiter_t type for sleeping. Timeouts are …
10:32 Changeset in mainline [854ad23]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fibril mutexes use the awaiter_t type for sleeping. Timeouts are …
10:14 Changeset in mainline [cadfa8e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Experimental support for timeoutable fibril condition variables.
08:09 Changeset in mainline [b6ee5b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Rename insert_timeout() to async_insert_timeout() and make it a …

2009-10-10:

21:50 Changeset in mainline [f53cc81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Separate timeout-specific wait data from generic wait data in awaiter_t.
21:32 Changeset in mainline [4f5edcf6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Prepare awaiter_t for use outside of async.c.
21:01 Changeset in mainline [0772aff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve confusing comment. handle_call() is a name of an async …

2009-10-09:

14:18 Changeset in mainline [c123609]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
represent provided and required interfaces merge common binding, …

2009-10-08:

16:48 Changeset in mainline [8e21512e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for drawing architecture diagram using GraphViz
11:06 Changeset in mainline [afe34be]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
finally all interfaces are correctly bound
11:05 Changeset in mainline [2088dfc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix typos

2009-10-07:

14:03 Changeset in mainline [6ab8697]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use builtin_va_* for va_* functions and va_list type (this is …
14:02 Changeset in mainline [7a53208]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
bind unbound interfaces
12:14 Changeset in mainline [b988db0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix some ommisions
10:58 Changeset in mainline [0a1a313]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix protocols w.r.t. nested calls
10:44 Changeset in mainline [100aaf5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add support for generating Extended Bahavior Protocols output

2009-10-06:

15:07 Ticket #60 (Driver for ext4 filesystem) updated by Jakub Jermář
Component, Summary changed
Changing the Summary in order to be specific.
15:06 Changeset in mainline [f563126]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make uspace pass compilation with clang
15:01 Ticket #66 (Kernel stdout as a multiplexer) closed by Jakub Jermář
fixed: I think this was fixed in [head,29].

2009-10-02:

14:20 Changeset in mainline [d57e08f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge file system shell interaction improvements.
14:09 Changeset in mainline [bbddafb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make the file systems set the task return value so that the user gets …
14:03 Changeset in mainline [5643a04]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Cleanup of the file system servers' start up text messages.

2009-10-01:

18:37 Ticket #120 (Some HelenOS code breaks strict aliasing rules) updated by Martin Decky
OK, the pragmatic question is: What should we do about it? Should we …
17:17 Ticket #120 (Some HelenOS code breaks strict aliasing rules) updated by Jiri Svoboda
I believe the reason why this hasn't bitten us yet is that …
11:54 Ticket #131 (Task memory dumps) created by Jiri Svoboda
We need a mechanism to dump the memory of a task which has crashed …
11:53 Changeset in mainline [f5af635]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge FAT server error handling improvements and some fixes.
11:50 Changeset in mainline [8810c63]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not assume that a block is not dirty if we did not make it dirty. …
11:32 Changeset in mainline [9a15176]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fat_idx_get_new() return the exact error code.
11:09 Changeset in mainline [0fc1e5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fat_node_get_core() return an error code.
10:24 Changeset in mainline [17bf658]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fat_node_get_new() return an error code.
09:41 Changeset in mainline [e6bc3a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
fat_node_get_core() needs to take the ffn_mutex before it manipulates …

2009-09-28:

09:37 Ticket #130 (Self replication) created by Jiri Svoboda
HelenOS should be able to replicate itself. For example, when we boot …
09:32 Ticket #129 (Bootloader install) updated by Jiri Svoboda
Type changed
09:31 Ticket #129 (Bootloader install) created by Jiri Svoboda
We need a way to install the bootloader from within a running HelenOS …
09:30 Ticket #128 (FAT file system creator) created by Jiri Svoboda
Need a tool to create an empty FAT file system from within HelenOS.
09:29 Ticket #127 (Partition editor) created by Jiri Svoboda
HelenOS can make use of MBR-partitioned disks, but it cannot create or …
09:25 Ticket #125 (Automated building of distribution files) closed by Jiri Svoboda
duplicate: Forgot I already created a ticket for this. Duplicate of #108.
09:21 Ticket #126 (Breakage and regression monitoring tool) created by Jiri Svoboda
Implement a web-based framework that would monitor build breakages and …
09:12 Ticket #125 (Automated building of distribution files) created by Jiri Svoboda
Currently upon each release the distribution files are conjured up by …
09:06 Ticket #124 (Hands-off configure/build) updated by Jiri Svoboda
Type changed
09:05 Ticket #124 (Hands-off configure/build) created by Jiri Svoboda
We need a fully automated configure/build. It should be easy since all …

2009-09-26:

15:39 Ticket #123 (mkfat.py suspected to present phantom clusters) created by Jakub Jermář
This is a follow-up ticket on ticket #122, which was closed as a …
12:45 Ticket #122 (Copying the tetris binary twice hangs the FAT file system) closed by Jakub Jermář
fixed: Fixed in: [head,98] Root cause: Discrepancy between total sectors and …
12:15 Changeset in mainline [bbf88db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge FAT server improvement.
12:12 Changeset in mainline [3a8faba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Be more robust towards a discrepancy between the FAT size and total …

2009-09-25:

15:01 Changeset in mainline [6d4c549]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
streamline the behavior protocols add support for initialization and …
12:29 Ticket #122 (Copying the tetris binary twice hangs the FAT file system) created by Jakub Jermář
With mainline,96, built for amd64 and fat, doing: cp …
11:50 Changeset in mainline [2e37308]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge libfs error handling improvements.
11:32 Changeset in mainline [12bdc942]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove dead code.
11:31 Changeset in mainline [073f550]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Update fat implementation of libfs operations wrt. the preceding API …

2009-09-24:

16:49 Changeset in mainline [54e4479]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Update tmpfs implementation of libfs operations wrt. the preceding API …
15:56 Changeset in mainline [0daba21]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Most libfs operations should be able to return an error code.
13:51 Ticket #117 (softint should provide __muldi3) closed by Jakub Jermář
fixed: Fixed in [head, 95].

2009-09-23:

21:42 Changeset in mainline [d27ed12]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by anachron <anachron@…>
Added software emulation of 64bit multiplication (muldi3).
02:49 Ticket #120 (Some HelenOS code breaks strict aliasing rules) updated by Martin Decky
GCC with -Wall prints a warning in many cases where the strict …

2009-09-22:

15:07 Ticket #120 (Some HelenOS code breaks strict aliasing rules) updated by Jiri Svoboda
C99 also allows to access a variable through a compatible type. …
15:01 Ticket #121 (Parallel build does not work) created by Jiri Svoboda
On SMP machines building can be significantly faster if GNU make is …
14:58 Ticket #120 (Some HelenOS code breaks strict aliasing rules) created by Jiri Svoboda
According to GCC man page, -fstrict-aliasing is always active for …

2009-09-21:

16:11 Changeset in mainline [edb14ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge FAT server error handling improvements.
16:09 Changeset in mainline [46c0498]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fat_unlink() return an error code instead of hitting an assertion …
16:00 Changeset in mainline [4b4668e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fat_link() return an error code instead of hitting an assertion …
15:28 Changeset in mainline [4098e38]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make fat_node_sync() return an error code.
11:53 Changeset in mainline [f6b5593]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.

2009-09-18:

16:41 Changeset in mainline [c1618ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix flawed protocol

2009-09-17:

22:42 Changeset in mainline [69dc065]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
initial Clang support this is more like a proof-of-concept (tested …
21:22 Changeset in mainline [82cf692]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
protocol closure (now all bindings are satisfied and the whole …
20:36 Changeset in mainline [3037384]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
support interface inheritance on protocol level
17:03 Changeset in mainline [810860a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
various protocol fixes add console architecture
00:42 Changeset in mainline [41eca31]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
output directed bindings
00:04 Changeset in mainline [0e8ad0b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix typos
00:01 Changeset in mainline [f1fb1d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
flattening of bindings has to be done interatively until there is …
Note: See TracTimeline for information about the timeline view.