Timeline
2009-10-15:
- 22:14 Ticket #135 (Editor forgets the last line except the first column) created by
- When appending another line which is not ended with a new line to a …
- 20:55 Changeset in mainline [7591b27d]lfnserial by
- Working directory must be set only after initializing stdio, otherwise …
- 18:11 Changeset in mainline [7c7a3209]lfnserial by
- Merge support for passing the current working directory to the spawned …
- 18:06 Changeset in mainline [d8ef374]lfnserial by
- bdsh should inherit the current working directory rather than setting …
- 17:45 Changeset in mainline [622cdbe]lfnserial by
- Inherit the current working directory from the spawner to the spawnee task.
- 17:38 Changeset in mainline [81342f7]lfnserial by
- 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
- Well, OK, it is not fixed completely. I works reasonably well on ia32, …
- 18:26 Ticket #134 (Support for Neo FreeRunner) created by
- Make HelenOS boot on [http://en.wikipedia.org/wiki/Neo_Freerunner Neo …
- 15:07 Ticket #121 (Parallel build does not work) closed by
- fixed: Fixed in [head,113].
- 15:00 Changeset in mainline [e035612]lfnserial by
- make parallel build (with -j n) possible
- 14:59 Changeset in mainline [c088fd4]lfnserial by
- draw bindings as line segments, not splines
2009-10-13:
- 13:46 Ticket #133 (Support for Fujitsu SPARC64 processors) created by
- Improve the sparc64 port by adding support for the Fujitsu SPARC64 …
2009-10-12:
- 09:25 Ticket #132 (Unclaimed task return values pollute NS) created by
- In a problem similar to UNIX zombies, when a task spawns another task …
2009-10-11:
- 22:06 BazaarWorkflow edited by
- Explain that bzr identifier is not necessarily e-mail address. (diff)
- 20:19 IPC edited by
- (diff)
- 17:51 BazaarWorkflow edited by
- (diff)
- 16:26 Changeset in mainline [f307f12]lfnserial by
- Merge experimental support for timeoutable fibril condition variables. …
- 16:20 Changeset in mainline [ba8f8cb]lfnserial by
- The original ipc_data_*() and ipc_share_*() should use plain HelenOS …
- 16:11 Changeset in mainline [0da4e41]lfnserial by
- ipc_data_*() and ipc_share_*(), respectively, should be renamed to …
- 11:43 Changeset in mainline [bbb01b98]lfnserial by
- Just pro forma, mark the fibril as active when unlocking a mutex.
- 10:48 Changeset in mainline [b69bec5]lfnserial by
- Make fibril RW-locks use the awaiter_t type for sleeping. Timeouts are …
- 10:32 Changeset in mainline [854ad23]lfnserial by
- Make fibril mutexes use the awaiter_t type for sleeping. Timeouts are …
- 10:14 Changeset in mainline [cadfa8e]lfnserial by
- Experimental support for timeoutable fibril condition variables.
- 08:09 Changeset in mainline [b6ee5b1]lfnserial by
- Rename insert_timeout() to async_insert_timeout() and make it a …
2009-10-10:
- 21:50 Changeset in mainline [f53cc81]lfnserial by
- Separate timeout-specific wait data from generic wait data in awaiter_t.
- 21:32 Changeset in mainline [4f5edcf6]lfnserial by
- Prepare awaiter_t for use outside of async.c.
- 21:01 Changeset in mainline [0772aff]lfnserial by
- Improve confusing comment. handle_call() is a name of an async …
2009-10-09:
- 14:18 Changeset in mainline [c123609]lfnserial by
- represent provided and required interfaces merge common binding, …
2009-10-08:
- 16:48 Changeset in mainline [8e21512e]lfnserial by
- add support for drawing architecture diagram using GraphViz?
- 11:06 Changeset in mainline [afe34be]lfnserial by
- finally all interfaces are correctly bound
- 11:05 Changeset in mainline [2088dfc]lfnserial by
- fix typos
2009-10-07:
- 14:03 Changeset in mainline [6ab8697]lfnserial by
- use builtin_va_* for va_* functions and va_list type (this is …
- 14:02 Changeset in mainline [7a53208]lfnserial by
- bind unbound interfaces
- 12:14 Changeset in mainline [b988db0]lfnserial by
- fix some ommisions
- 10:58 Changeset in mainline [0a1a313]lfnserial by
- fix protocols w.r.t. nested calls
- 10:44 Changeset in mainline [100aaf5]lfnserial by
- add support for generating Extended Bahavior Protocols output
2009-10-06:
- 15:06 Changeset in mainline [f563126]lfnserial by
- make uspace pass compilation with clang
- 15:01 Ticket #66 (Kernel stdout as a multiplexer) closed by
- fixed: I think this was fixed in [head,29].
2009-10-02:
- 14:20 Changeset in mainline [d57e08f]lfnserial by
- Merge file system shell interaction improvements.
- 14:09 Changeset in mainline [bbddafb]lfnserial by
- Make the file systems set the task return value so that the user gets …
- 14:03 Changeset in mainline [5643a04]lfnserial by
- Cleanup of the file system servers' start up text messages.
2009-10-01:
- 11:54 Ticket #131 (Task memory dumps) created by
- We need a mechanism to dump the memory of a task which has crashed …
- 11:53 Changeset in mainline [f5af635]lfnserial by
- Merge FAT server error handling improvements and some fixes.
- 11:50 Changeset in mainline [8810c63]lfnserial by
- Do not assume that a block is not dirty if we did not make it dirty. …
- 11:32 Changeset in mainline [9a15176]lfnserial by
- Make fat_idx_get_new() return the exact error code.
- 11:09 Changeset in mainline [0fc1e5d]lfnserial by
- Make fat_node_get_core() return an error code.
- 10:24 Changeset in mainline [17bf658]lfnserial by
- Make fat_node_get_new() return an error code.
- 09:41 Changeset in mainline [e6bc3a5]lfnserial by
- fat_node_get_core() needs to take the ffn_mutex before it manipulates …
2009-09-28:
- 09:37 Ticket #130 (Self replication) created by
- HelenOS should be able to replicate itself. For example, when we boot …
- 09:31 Ticket #129 (Bootloader install) created by
- We need a way to install the bootloader from within a running HelenOS …
- 09:30 Ticket #128 (FAT file system creator) created by
- Need a tool to create an empty FAT file system from within HelenOS.
- 09:29 Ticket #127 (Partition editor) created by
- HelenOS can make use of MBR-partitioned disks, but it cannot create or …
- 09:25 Ticket #125 (Automated building of distribution files) closed by
- duplicate: Forgot I already created a ticket for this. Duplicate of #108.
- 09:21 Ticket #126 (Breakage and regression monitoring tool) created by
- Implement a web-based framework that would monitor build breakages and …
- 09:12 Ticket #125 (Automated building of distribution files) created by
- Currently upon each release the distribution files are conjured up by …
- 09:05 Ticket #124 (Hands-off configure/build) created by
- 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
- 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
- fixed: Fixed in: [head,98] Root cause: Discrepancy between total sectors and …
- 12:15 Changeset in mainline [bbf88db]lfnserial by
- Merge FAT server improvement.
- 12:12 Changeset in mainline [3a8faba]lfnserial by
- Be more robust towards a discrepancy between the FAT size and total …
2009-09-25:
- 15:01 Changeset in mainline [6d4c549]lfnserial by
- 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
- With mainline,96, built for amd64 and fat, doing: cp …
- 11:50 Changeset in mainline [2e37308]lfnserial by
- Merge libfs error handling improvements.
- 11:32 Changeset in mainline [12bdc942]lfnserial by
- Remove dead code.
- 11:31 Changeset in mainline [073f550]lfnserial by
- Update fat implementation of libfs operations wrt. the preceding API …
2009-09-24:
- 16:49 Changeset in mainline [54e4479]lfnserial by
- Update tmpfs implementation of libfs operations wrt. the preceding API …
- 15:56 Changeset in mainline [0daba21]lfnserial by
- Most libfs operations should be able to return an error code.
- 13:51 Ticket #117 (softint should provide __muldi3) closed by
- fixed: Fixed in [head, 95].
2009-09-23:
- 21:42 Changeset in mainline [d27ed12]lfnserial by
- Added software emulation of 64bit multiplication (muldi3).
2009-09-22:
- 15:01 Ticket #121 (Parallel build does not work) created by
- 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
- According to GCC man page, -fstrict-aliasing is always active for …
2009-09-21:
- 16:11 Changeset in mainline [edb14ca]lfnserial by
- Merge FAT server error handling improvements.
- 16:09 Changeset in mainline [46c0498]lfnserial by
- Make fat_unlink() return an error code instead of hitting an assertion …
- 16:00 Changeset in mainline [4b4668e]lfnserial by
- Make fat_link() return an error code instead of hitting an assertion …
- 15:28 Changeset in mainline [4098e38]lfnserial by
- Make fat_node_sync() return an error code.
- 11:53 Changeset in mainline [f6b5593]lfnserial by
- Merge mainline changes.
2009-09-18:
- 16:41 Changeset in mainline [c1618ed]lfnserial by
- fix flawed protocol
2009-09-17:
- 22:42 Changeset in mainline [69dc065]lfnserial by
- initial Clang support this is more like a proof-of-concept (tested …
- 21:22 Changeset in mainline [82cf692]lfnserial by
- protocol closure (now all bindings are satisfied and the whole …
- 20:36 Changeset in mainline [3037384]lfnserial by
- support interface inheritance on protocol level
- 17:03 Changeset in mainline [810860a]lfnserial by
- various protocol fixes add console architecture
- 00:42 Changeset in mainline [41eca31]lfnserial by
- output directed bindings
- 00:04 Changeset in mainline [0e8ad0b]lfnserial by
- fix typos
- 00:01 Changeset in mainline [f1fb1d1]lfnserial by
- flattening of bindings has to be done interatively until there is …
2009-09-16:
- 23:22 Changeset in mainline [51d4040]lfnserial by
- add support for 'alternative' statement in BP implement interface …
- 22:46 Changeset in mainline [cf7b3e0]lfnserial by
- various fixes and cleanup
- 22:45 Changeset in mainline [57688fe2]lfnserial by
- flatten final BP hierarchy (by resolving subsumes and delegations), …
- 21:31 Changeset in mainline [e5d4294]lfnserial by
- Merge editor improvements from ~jsvoboda/helenos/edit.
- 21:25 Changeset in mainline [743e17b]lfnserial by
- Try maintaining column during vertical caret movements.
- 21:09 Changeset in mainline [884b461]lfnserial by
- Optimize redraw upon character deletion.
- 20:35 Changeset in mainline [c29f20b]lfnserial by
- Use variable-size buffer for sheet data.
- 20:19 Changeset in mainline [99e5526]lfnserial by
- Handle long lines properly.
- 20:18 ReleaseNotes/Trunk edited by
- Add ATA and MBR driver. (diff)
- 17:16 Changeset in mainline [8c73012]lfnserial by
- add bindings
- 17:15 Changeset in mainline [704311b]lfnserial by
- fix syntax
- 16:40 Changeset in mainline [fed03a3]lfnserial by
- generate standalone BPs (.bp and .archbp)
- 13:42 Changeset in mainline [ee5b35a]lfnserial by
- complete ADL parsing with basic syntax checks generating of interface …
2009-09-15:
- 19:59 Changeset in mainline [2a70672]lfnserial by
- more sophisticated ADL parser
- 16:07 Changeset in mainline [ea5f46d]lfnserial by
- hierarchical composition of components (tmpfs, fat, devfs are logical …
- 13:45 Changeset in mainline [1993f9a]lfnserial by
- update architecture and behavior description update preprocessor
- 08:58 Changeset in mainline [ec8bab59]lfnserial by
- remove superfluous variable
Note: See TracTimeline
for information about the timeline view.