Timeline
2009-11-09:
- 22:47 Changeset in mainline [93fbbd26]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge VFS fix.
- 22:45 Changeset in mainline [42fa698]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Fix off-by-one error in vfs_fd_alloc().
- 22:44 Changeset in mainline [bccec98]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge with mainline.
2009-11-08:
- 20:05 Changeset in mainline [69b68d1f]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Kernel input driver implemented, now the kconsole is usable.
2009-11-07:
- 14:01 Repositories edited by
- (diff)
- 14:00 Changeset in mainline [74cbac7]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- First thread sucessfully created.
2009-11-06:
- 16:59 Changeset in mainline [b4655da]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- TLB & CPU init implemented, now the code reaches creation of the first …
2009-11-04:
- 11:39 Ticket #3 (Memory management limitations) updated by
- Replying to decky: > Sure, true. But you certainly see …
2009-11-03:
- 23:05 Changeset in mainline [3766467]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge MB-Protect Bazaar plugin.
- 22:59 Changeset in mainline [f60a0e4]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Bazaar plugin for making the main branch append-only.
- 22:59 BazaarWorkflow edited by
- MB-Protect is in testing (diff)
- 22:50 Changeset in mainline [9131690]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge FAT server I/O error handling improvements.
- 22:48 Changeset in mainline [dfddfcd]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Make fat_write() never assert on an I/O error.
- 22:24 Changeset in mainline [453f2e75]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Make fat_read() never assert on an I/O error.
- 22:05 Changeset in mainline [1647323]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Make fat_match() never assert on an I/O error.
- 21:36 Changeset in mainline [4f5dc18]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge with mainline.
- 19:53 Changeset in mainline [66e08d02]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Output in kernel now possible, init phase passes to cpu_init.
- 14:50 Ticket #3 (Memory management limitations) updated by
- > Well, this is certainly true also for on-demand mapping: you won't …
- 10:00 Ticket #3 (Memory management limitations) updated by
- Replying to decky: > I believe you didn't understand my …
2009-11-02:
- 22:25 Changeset in mainline [b1c21c2]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Improve comments in context.h.
- 18:01 Changeset in mainline [fd8bf6a]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- move to GCC 4.4.2 and binutils 2.20 (there is a small patch which is …
- 13:53 Ticket #3 (Memory management limitations) updated by
- > You are now mixing two things: > > 1. identity mapping, which can …
2009-11-01:
- 11:38 Changeset in mainline [cb3d641a]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Fix cmd_kill doc.
- 11:36 Changeset in mainline [b347494]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge Kconsole kill command.
- 11:34 Changeset in mainline [095b1534]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- C style.
- 11:32 Changeset in mainline [2a75302]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Add Kconsole kill command.
2009-10-30:
- 21:18 Changeset in mainline [49647be]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Fix typo.
- 21:15 Changeset in mainline [e6b73ad0]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- calloc() should actually zero out the block.
- 12:13 Changeset in mainline [c7dc8ad]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- proof-of-concept of stdin/stdout/stderr redirection
- 11:12 Changeset in mainline [15b8e495]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- add calloc()
- 11:11 Changeset in mainline [ce9d803]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- cstyle
- 02:27 Changeset in mainline [2e983c7]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- set correct IPC return values in libfs_open_node()
2009-10-29:
- 22:06 Changeset in mainline [2b88074b]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- vfs: file descriptors housekeeping changes - add support for …
- 20:26 Ticket #137 (Only one udebug session is possible, subsequent attempts fail.) closed by
- fixed: Not exactly. TASK→kb.finished was not set to NULL at the end of …
- 20:13 Changeset in mainline [14ecd6c]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Fix bad test of kb.finished. (see ticket #137)
2009-10-28:
- 18:59 Changeset in mainline [c638c07]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Do not attempt to answer forwarded calls in ns.
- 10:01 Ticket #137 (Only one udebug session is possible, subsequent attempts fail.) created by
- Once an udebug session has finished, TASK→kb.finished is set to true, …
2009-10-26:
- 15:26 Changeset in mainline [af6cad4]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- emulate method reentrancy via counting the multiplicity of bindings
2009-10-25:
- 22:47 ReleaseNotes/Trunk edited by
- Mention inheriting cwd. (diff)
2009-10-24:
- 11:28 FSDesign edited by
- (diff)
- 11:27 FSDesign edited by
- (diff)
- 11:10 FSDesign edited by
- (diff)
- 10:57 FSDesign edited by
- (diff)
- 09:51 IPC edited by
- Need to include async.h in some examples (diff)
2009-10-23:
- 18:42 Codenames edited by
- (diff)
- 18:42 Codenames created by
- 18:25 WikiStart edited by
- (diff)
- 18:21 ReleaseNotes/Trunk edited by
- (diff)
- 18:02 ReleaseNotes/Trunk edited by
- (diff)
- 17:58 WikiStart edited by
- Unreference feature wish list as it is marked as obsolete. (diff)
- 17:52 Ticket #3 (Memory management limitations) updated by
- Replying to decky: > Except for the benefits of the 1:1 …
- 14:25 Ticket #3 (Memory management limitations) updated by
- Replying to decky: > You say: "If we limit the 1:1 …
- 12:55 Ticket #3 (Memory management limitations) updated by
- Just a side note: Except for the benefits of the 1:1 identity mapping …
- 12:32 Ticket #3 (Memory management limitations) updated by
- As in many other discussions we can't easily agree on something based …
- 10:00 Ticket #3 (Memory management limitations) updated by
- I believe the common sense tells us that the "as large as possible" …
2009-10-22:
- 17:48 Ticket #136 (Autodetect support for SYSENTER on ia32) closed by
- fixed: Fixed in [head,119].
- 17:45 Changeset in mainline [d7365604]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge support for SYSENTER autodetection.
- 17:39 Changeset in mainline [5328d63]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Do not insist on SYSENTER support.
- 17:35 Changeset in mainline [3cc110f]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Autodetect SYSENTER support in uspace.
- 16:22 Changeset in mainline [8e000b8d]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Rename syscall_{int,sysenter} to syscall_{slow,fast}. Syscalls …
- 16:08 Ticket #3 (Memory management limitations) updated by
- Ad splitting into multiple tickets: OK, why not. There are clearly …
- 15:12 Changeset in mainline [4a537dd]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Initialize the SYSENTER MSR's only if the kernel detects the CPU …
- 14:07 Changeset in mainline [c696ad1a]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Add the SEP bit into cpuid_feature_info.
- 14:03 Changeset in mainline [33eb919]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Use defined macros instead of magic constants.
- 10:10 Ticket #3 (Memory management limitations) updated by
-
Cc, Component changed
I am copying the proposal here for easier reference. […] It may … - 09:18 Ticket #8 (Port the arm32 port to real hardware) closed by
- duplicate: Closing as a duplicate of #134.
2009-10-21:
- 12:15 Ticket #136 (Autodetect support for SYSENTER on ia32) created by
- 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
- fixed: Really solved in [head,118].
- 11:25 Changeset in mainline [50989793]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- necessry modifications to sparc64 to support parallel building (this …
2009-10-20:
- 16:08 Changeset in mainline [cc1f8d4]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- proper support for parallel building (this time really tested) all …
2009-10-18:
- 17:27 Changeset in mainline [f238e86]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Both sun4u and sun4v are compilable, sun4u feature-complete, sun4v …
2009-10-16:
- 14:50 Changeset in mainline [68834d85]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- 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
- 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-upgrade by
- Fix computation of eof s-point.
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]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Working directory must be set only after initializing stdio, otherwise …
- 18:11 Changeset in mainline [7c7a3209]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge support for passing the current working directory to the spawned …
- 18:06 Changeset in mainline [d8ef374]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- bdsh should inherit the current working directory rather than setting …
- 17:45 Changeset in mainline [622cdbe]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Inherit the current working directory from the spawner to the spawnee task.
- 17:38 Changeset in mainline [81342f7]lfnserialticket/834-toolchain-updatetopic/msim-upgrade 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:27 Ticket #134 (Support for Neo FreeRunner) updated by
-
Component, Summary changed
- 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]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- make parallel build (with -j n) possible
- 14:59 Changeset in mainline [c088fd4]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- draw bindings as line segments, not splines
2009-10-13:
- 13:47 Ticket #133 (Support for Fujitsu SPARC64 processors) updated by
-
Summary changed
- 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:27 Ticket #132 (Unclaimed task return values pollute NS) updated by
- For better resource accounting, the interface should be changed such …
- 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]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Merge experimental support for timeoutable fibril condition variables. …
- 16:20 Changeset in mainline [ba8f8cb]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- The original ipc_data_*() and ipc_share_*() should use plain HelenOS …
- 16:11 Changeset in mainline [0da4e41]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- ipc_data_*() and ipc_share_*(), respectively, should be renamed to …
- 11:43 Changeset in mainline [bbb01b98]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Just pro forma, mark the fibril as active when unlocking a mutex.
- 10:48 Changeset in mainline [b69bec5]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Make fibril RW-locks use the awaiter_t type for sleeping. Timeouts are …
- 10:32 Changeset in mainline [854ad23]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Make fibril mutexes use the awaiter_t type for sleeping. Timeouts are …
- 10:14 Changeset in mainline [cadfa8e]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Experimental support for timeoutable fibril condition variables.
- 08:09 Changeset in mainline [b6ee5b1]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- 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-upgrade by
- Separate timeout-specific wait data from generic wait data in awaiter_t.
- 21:32 Changeset in mainline [4f5edcf6]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Prepare awaiter_t for use outside of async.c.
- 21:01 Changeset in mainline [0772aff]lfnserialticket/834-toolchain-updatetopic/msim-upgrade by
- Improve confusing comment. handle_call() is a name of an async …
Note:
See TracTimeline
for information about the timeline view.