Fork us on GitHub Follow us on Facebook Follow us on Twitter

Timeline



2009-10-22:

17:48 Ticket #136 (Autodetect support for SYSENTER on ia32) closed by Jakub Jermář
fixed: Fixed in [head,119].
17:45 Changeset in mainline [d7365604]lfnserial by Jakub Jermar <jakub@…>
Merge support for SYSENTER autodetection.
17:39 Changeset in mainline [5328d63]lfnserial by Jakub Jermar <jakub@…>
Do not insist on SYSENTER support.
17:35 Changeset in mainline [3cc110f]lfnserial by Jakub Jermar <jakub@…>
Autodetect SYSENTER support in uspace.
16:22 Changeset in mainline [8e000b8d]lfnserial by Jakub Jermar <jakub@…>
Rename syscall_{int,sysenter} to syscall_{slow,fast}. Syscalls …
15:12 Changeset in mainline [4a537dd]lfnserial by Jakub Jermar <jakub@…>
Initialize the SYSENTER MSR's only if the kernel detects the CPU …
14:07 Changeset in mainline [c696ad1a]lfnserial by Jakub Jermar <jakub@…>
Add the SEP bit into cpuid_feature_info.
14:03 Changeset in mainline [33eb919]lfnserial by Jakub Jermar <jakub@…>
Use defined macros instead of magic constants.
09:18 Ticket #8 (Port the arm32 port to real hardware) closed by Jakub Jermář
duplicate: Closing as a duplicate of #134.

2009-10-21:

12:15 Ticket #136 (Autodetect support for SYSENTER on ia32) created by Jakub Jermář
As of now, HelenOS will not boot if SYSENTER is not supported by the …
11:27 Ticket #121 (Parallel build does not work) closed by Martin Decky
fixed: Really solved in [head,118].
11:25 Changeset in mainline [50989793]lfnserial by Martin Decky <martin@…>
necessry modifications to sparc64 to support parallel building (this …

2009-10-20:

16:08 Changeset in mainline [cc1f8d4]lfnserial by Martin Decky <martin@…>
proper support for parallel building (this time really tested) all …

2009-10-18:

17:27 Changeset in mainline [f238e86]lfnserial by Pavel Rimsky <pavel@…>
Both sun4u and sun4v are compilable, sun4u feature-complete, sun4v …

2009-10-16:

14:50 Changeset in mainline [68834d85]lfnserial 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]lfnserial 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]lfnserial by Jiri Svoboda <jiri@…>
Working directory must be set only after initializing stdio, otherwise …
18:11 Changeset in mainline [7c7a3209]lfnserial by Jakub Jermar <jakub@…>
Merge support for passing the current working directory to the spawned …
18:06 Changeset in mainline [d8ef374]lfnserial by Jakub Jermar <jakub@…>
bdsh should inherit the current working directory rather than setting …
17:45 Changeset in mainline [622cdbe]lfnserial by Jakub Jermar <jakub@…>
Inherit the current working directory from the spawner to the spawnee task.
17:38 Changeset in mainline [81342f7]lfnserial 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: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]lfnserial by Martin Decky <martin@…>
make parallel build (with -j n) possible
14:59 Changeset in mainline [c088fd4]lfnserial by Martin Decky <martin@…>
draw bindings as line segments, not splines

2009-10-13:

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: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]lfnserial by Jakub Jermar <jakub@…>
Merge experimental support for timeoutable fibril condition variables. …
16:20 Changeset in mainline [ba8f8cb]lfnserial by Jakub Jermar <jakub@…>
The original ipc_data_*() and ipc_share_*() should use plain HelenOS …
16:11 Changeset in mainline [0da4e41]lfnserial by Jakub Jermar <jakub@…>
ipc_data_*() and ipc_share_*(), respectively, should be renamed to …
11:43 Changeset in mainline [bbb01b98]lfnserial by Jakub Jermar <jakub@…>
Just pro forma, mark the fibril as active when unlocking a mutex.
10:48 Changeset in mainline [b69bec5]lfnserial by Jakub Jermar <jakub@…>
Make fibril RW-locks use the awaiter_t type for sleeping. Timeouts are …
10:32 Changeset in mainline [854ad23]lfnserial by Jakub Jermar <jakub@…>
Make fibril mutexes use the awaiter_t type for sleeping. Timeouts are …
10:14 Changeset in mainline [cadfa8e]lfnserial by Jakub Jermar <jakub@…>
Experimental support for timeoutable fibril condition variables.
08:09 Changeset in mainline [b6ee5b1]lfnserial by Jakub Jermar <jakub@…>
Rename insert_timeout() to async_insert_timeout() and make it a …

2009-10-10:

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

2009-10-09:

14:18 Changeset in mainline [c123609]lfnserial by Martin Decky <martin@…>
represent provided and required interfaces merge common binding, …

2009-10-08:

16:48 Changeset in mainline [8e21512e]lfnserial by Martin Decky <martin@…>
add support for drawing architecture diagram using GraphViz?
11:06 Changeset in mainline [afe34be]lfnserial by Martin Decky <martin@…>
finally all interfaces are correctly bound
11:05 Changeset in mainline [2088dfc]lfnserial by Martin Decky <martin@…>
fix typos

2009-10-07:

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

2009-10-06:

15:06 Changeset in mainline [f563126]lfnserial 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]lfnserial by Jakub Jermar <jakub@…>
Merge file system shell interaction improvements.
14:09 Changeset in mainline [bbddafb]lfnserial by Jakub Jermar <jakub@…>
Make the file systems set the task return value so that the user gets …
14:03 Changeset in mainline [5643a04]lfnserial by Jakub Jermar <jakub@…>
Cleanup of the file system servers' start up text messages.

2009-10-01:

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]lfnserial by Jakub Jermar <jakub@…>
Merge FAT server error handling improvements and some fixes.
11:50 Changeset in mainline [8810c63]lfnserial 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]lfnserial by Jakub Jermar <jakub@…>
Make fat_idx_get_new() return the exact error code.
11:09 Changeset in mainline [0fc1e5d]lfnserial by Jakub Jermar <jakub@…>
Make fat_node_get_core() return an error code.
10:24 Changeset in mainline [17bf658]lfnserial by Jakub Jermar <jakub@…>
Make fat_node_get_new() return an error code.
09:41 Changeset in mainline [e6bc3a5]lfnserial 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: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: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]lfnserial by Jakub Jermar <jakub@…>
Merge FAT server improvement.
12:12 Changeset in mainline [3a8faba]lfnserial 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]lfnserial 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]lfnserial by Jakub Jermar <jakub@…>
Merge libfs error handling improvements.
11:32 Changeset in mainline [12bdc942]lfnserial by Jakub Jermar <jakub@…>
Remove dead code.
11:31 Changeset in mainline [073f550]lfnserial by Jakub Jermar <jakub@…>
Update fat implementation of libfs operations wrt. the preceding API …

2009-09-24:

16:49 Changeset in mainline [54e4479]lfnserial by Jakub Jermar <jakub@…>
Update tmpfs implementation of libfs operations wrt. the preceding API …
15:56 Changeset in mainline [0daba21]lfnserial 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]lfnserial by anachron <anachron@…>
Added software emulation of 64bit multiplication (muldi3).

2009-09-22:

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 …
Note: See TracTimeline for information about the timeline view.