Timeline
2012-09-19:
- 15:23 Ticket #48 (Simple GUI) closed by
- worksforme: We now have a full graphical server which IMHO renders this ticket …
- 09:31 HardwareSupport edited by
- New SATA driver (diff)
- 07:02 HardwareSupport edited by
- Update the ® and (D) flags. (diff)
2012-09-18:
- 15:10 Ticket #328 (LLVM 2.9 build of ia32 fails in CONTEXT_SAVE_ARCH_CORE) updated by
- We should re-test this with LLVM 3.1.
- 15:09 Ticket #413 (Port GNU Compiler Collection (gcc) to HelenOS) updated by
- As of 2012-08-14 the cxx-conversion branch was merged to GCC trunk. …
2012-09-16:
- 07:32 Ticket #495 (A keypress still required for shell to return control after a task is ...) created by
- Even after mainline,1665, a keypress is needed for a shell …
- 06:59 Ticket #489 (answer_preprocess() may access deallocated phone structure) closed by
- fixed: The memory corruption problem was fixed in mainline,1665. …
- 06:57 Ticket #488 (ipc_cleanup() may leave new callback connections behind) closed by
- fixed: Fixed in mainline,1665.
- 06:57 Ticket #487 (ipc_cleanup() may get new slammed phones that will prevent its completion) closed by
- fixed: Fixed in mainline,1665.
- 06:56 Ticket #279 (Sleeping task does not get killed immediately) closed by
- fixed: The task-does-not-disappear-until-after-a-keypress problem was fixed …
- 06:53 Ticket #444 (Low-level ipc_forget()) closed by
- fixed: A modified version of this feature has been merged in …
2012-09-13:
- 09:11 DeveloperDocs edited by
- Add some interesting lecture notes (diff)
- 09:04 DeveloperDocs edited by
- Add IEEE-754 (diff)
- 08:30 UDF edited by
- (diff)
- 08:28 UDF edited by
- (diff)
2012-09-12:
- 15:45 StudentTips edited by
- Coding tips first, writing tips second. (diff)
- 14:57 StudentTips edited by
- (diff)
- 14:52 StudentTips edited by
- (diff)
- 14:48 StudentTips edited by
- New tips. (diff)
2012-09-11:
- 10:46 Lab edited by
- Add JJ's Raspberry Pi and BeagleBoard-xM. (diff)
- 10:14 Ticket #494 (Need abortable async_get_call() variant) updated by
-
Description changed
- 10:14 Ticket #494 (Need abortable async_get_call() variant) created by
- There is an async_get_call() which will block forever when no call is …
2012-09-10:
- 12:15 Ticket #493 (kcon breaks redrawing) updated by
- It makes some sense. If the compositor (or some other part of the GUI) …
- 08:33 Ticket #493 (kcon breaks redrawing) updated by
- IMHO the compositor should not draw to the kfb when kernel console is …
2012-09-09:
- 13:54 Ticket #493 (kcon breaks redrawing) updated by
- The ticket describes multiple issues, some of them concern also …
- 13:08 Ticket #493 (kcon breaks redrawing) updated by
- I don't think this should be considered a bug. As has been stated on …
- 12:44 Ticket #493 (kcon breaks redrawing) created by
- (Tested in Virtualbox and QEMU) 1) Type "kcon" in bdsh. 2) Move the …
2012-09-08:
- 21:34 UsersGuide/CommandReference edited by
- lsusb replaced by usbinfo -l (diff)
- 20:53 UsersGuide/CompilingFromSource edited by
- fix relative path (diff)
2012-09-07:
- 15:20 Ticket #249 (arm32 load/store decoder is too limited) closed by
- fixed: new decoder merged in mainline,1660
- 14:05 Ticket #490 (arm32 task kill message prints incorrect address.) closed by
- fixed: fixed in mainline,1655
- 11:56 Ticket #389 (Devman crashes after repeated add/remove.) updated by
- #384 has been fixed and I can still reproduce on current mainline (amd64).
- 10:39 Ticket #492 (btrace kcon command panics on arm32.) updated by
- Looks like btrace of live threads is a problem on other arches too.
- 08:34 Printf edited by
- Add include needed for PRINTF_ATTRIBUTE (diff)
- 08:30 Meetings edited by
- Update the venue of tomorrow's meeting (diff)
2012-09-05:
- 22:28 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- oh, I thought ld would at least print a warning if the result breaks …
- 19:51 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- ld is just blindly following instructions in the linker script. It is …
- 19:43 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- I hoped to get this fixed before merging bbxm branch as it uses arch …
- 19:34 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- > Well, srv/loader is not involved in this in any way as the loaded …
- 19:25 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- Replying to jermar: >Anyway, there is a mention of this …
- 19:16 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- Replying to decky: > Indeed, it looks like a loader …
- 16:27 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
-
Priority, Owner, Component, Summary changed
Indeed, it looks like a loader problem to me which is only manifested … - 16:17 Ticket #479 (Compositor faulty on arm32, mips32, ppc32) updated by
-
Description, Summary changed
- 15:41 Ticket #490 (arm32 task kill message prints incorrect address.) updated by
- This is getting tricky. I added another printf so the function looks …
- 15:06 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- First thing that I noticed is that nsv5-broken has .p_align = 4… I …
- 12:52 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- Yes, the previous comment basically summarizes the history. The …
- 12:36 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- If I recall correctly, this started with a problem of GNU ld vs. the …
2012-09-04:
- 21:41 Ticket #249 (arm32 load/store decoder is too limited) updated by
- Proposed fix: lp:~jan.vesely/helenos/fix-249 qemu integrator/cp …
- 17:22 Ticket #492 (btrace kcon command panics on arm32.) created by
- I tried to see btrace of compositor thread kconsole> btrace 29 …
- 13:39 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- Replying to jermar: > Quoting from ARM ELF specification: …
- 06:22 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- Quoting from ARM ELF specification: […]
- 06:18 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- The fix in mainline,1582 was probably a follow-up on …
- 00:38 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- This line has been added very recently in …
2012-09-03:
- 21:43 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) updated by
- dropping line: /* Make sure the code is aligned reasonably */ . = …
- 21:35 Ticket #491 (arm32: Loader issue with -march=armv5 and ALIGN(., 8) in the linker script) created by
- Using -march=armv5 to compile integratorcp target (attached …
- 17:44 Ticket #490 (arm32 task kill message prints incorrect address.) created by
- The message printed looks like this: Task init:ns (18433999634432) …
2012-08-30:
- 18:19 Ticket #486 (i8042 crashes for unknown reason) updated by
-
Milestone changed
- 18:19 Ticket #486 (i8042 crashes for unknown reason) closed by
- fixed: Fixed in mainline,1641.
- 10:26 Ticket #486 (i8042 crashes for unknown reason) updated by
- Clearly, we need to check the return value from memalign() here.
- 10:09 Ticket #486 (i8042 crashes for unknown reason) updated by
- Can it be that memalign() simply fails to allocate TLS data for the …
- 09:29 Ticket #489 (answer_preprocess() may access deallocated phone structure) updated by
- I will try to think of a way to fix this in lp:~jakub/helenos/camp2012.
- 09:28 Ticket #489 (answer_preprocess() may access deallocated phone structure) created by
-
In
answer_preprocess(), there is: […] The problem is that if … - 08:41 Ticket #488 (ipc_cleanup() may leave new callback connections behind) updated by
- I am planning to fix this soon in lp:~jakub/helenos/camp2012.
- 08:41 Ticket #488 (ipc_cleanup() may leave new callback connections behind) created by
- In theory, when an IPC_M_CONNECT_TO_ME call is answered after …
- 06:53 Ticket #487 (ipc_cleanup() may get new slammed phones that will prevent its completion) updated by
- I have a fix for this in lp:~jakub/helenos/camp2012.
- 06:52 Ticket #487 (ipc_cleanup() may get new slammed phones that will prevent its completion) created by
-
ipc_cleanup()first hangs up all slammed or connected phones, but … - 00:34 Ticket #120 (Some HelenOS code breaks strict aliasing rules) updated by
- Replying to decky: > OK, the pragmatic question is: What …
2012-08-29:
- 20:08 Ticket #486 (i8042 crashes for unknown reason) updated by
- Applying the disassembly to the stacktrace printed at i8042 crash, the …
- 14:06 Ticket #486 (i8042 crashes for unknown reason) updated by
- Yes, of course. By the way, why is there no email when an attachment …
- 11:24 Ticket #486 (i8042 crashes for unknown reason) updated by
- Ideally build with line debugging information and include the disassembly.
- 06:54 Ticket #486 (i8042 crashes for unknown reason) updated by
- Hi, could you also load the compressed i8042 binary which crashed?
2012-08-28:
- 19:34 Ticket #486 (i8042 crashes for unknown reason) created by
- I've stumbled upon this when trying to figure out why the GUI freezes …
2012-08-26:
2012-08-24:
- 16:10 Ticket #477 (ext4fs hangs when trying to remove a sparse file) updated by
-
Milestone changed
- 15:30 Ticket #476 (ext4fs hangs when trying to remove a sparse file) closed by
- fixed: Fixed in mainline,1638.
- 14:27 Ticket #476 (ext4fs hangs when trying to remove a sparse file) updated by
- From the attached screenshot it rather looks that it is VFS that died …
- 14:09 Ticket #476 (ext4fs hangs when trying to remove a sparse file) updated by
-
Status, Owner changed
- 12:57 Ticket #481 (Support for IEEE802.11 wireless networking (a.k.a. WiFi)) updated by
- Sounds interesting. It would be nice to have a WiFi adapter emulated …
- 11:21 GSoC2012WeeklyReports edited by
- (diff)
- 07:44 GSoC2012WeeklyReports edited by
- Add Sean, summary (diff)
- 06:54 Bithenge/Syntax edited by
- Fix logical operators (diff)
- 06:49 StructuredBinaryData edited by
- replace with link to Bithenge (diff)
- 06:48 GSoC2012WeeklyReports edited by
- Add links to summary e-mails (diff)
- 06:48 Repositories edited by
- really update Bithenge link (diff)
- 06:47 Repositories edited by
- update Bithenge link (diff)
- 06:46 GSOC edited by
- update Bithenge link (diff)
- 06:41 Bithenge/Design created by
2012-08-23:
- 17:40 Ticket #481 (Support for IEEE802.11 wireless networking (a.k.a. WiFi)) updated by
- Accidentally found following thread on …
- 13:54 ContemplatedFeatures edited by
- EHCI, xHCI (diff)
- 12:55 Ticket #485 (Desktop is slow) created by
- The composited desktop is way too slow to be usable with Qemu/non-KVM …
- 12:45 Ticket #484 (Window movement is invisible) created by
- When you drag and move a window, no change is shown until you release …
- 12:42 Ticket #483 (Focus switching is sloppy) created by
- When you click on an inactive window, it gets the focus, but the …
- 12:40 Ticket #482 (Cannot see which window is active) created by
- There is no way to tell which desktop window is active (i.e. which has …
- 09:43 ContemplatedFeatures edited by
- (diff)
2012-08-22:
- 18:30 GSoC2012WeeklyReports edited by
- (diff)
- 14:10 Ticket #481 (Support for IEEE802.11 wireless networking (a.k.a. WiFi)) created by
- Implement a native HelenOS driver for 802.11 wireless networking …
- 09:15 GSOC edited by
- (diff)
- 09:12 GSoC2012WeeklyReports edited by
- (diff)
2012-08-21:
- 12:37 AvailableTheses edited by
- Fix link (diff)
- 11:12 Ticket #480 (VFS deadlocks when FS calles VFS operation (namespace_rwlock)) created by
- Jakub on mailing list: The solution with a global namespace lock …
- 06:53 ContemplatedFeatures edited by
- Prevent link creation (diff)
2012-08-20:
- 18:59 Bithenge/Library created by
- 18:25 Bithenge/Syntax created by
- 16:51 ContemplatedFeatures edited by
- capture more ideas so that they don't get lost in emails (diff)
- 15:14 Genode edited by
- (diff)
- 06:34 Bithenge created by
2012-08-18:
- 12:13 UDF edited by
- (diff)
- 12:12 UDF edited by
- (diff)
- 12:09 UDF edited by
- (diff)
- 12:08 UDF edited by
- (diff)
2012-08-17:
- 17:36 ToMerge edited by
- Fix typo (diff)
- 17:35 ToMerge edited by
- Update NUMA (diff)
- 15:03 Ticket #271 (Fibril rwlocks read/write lock switch) updated by
- There is one thing that needs to be understood about the proposed …
- 13:23 UsersGuide edited by
- Add link to GUI (diff)
- 13:21 UsersGuide/GUI created by
- Initial version
- 12:22 UsersGuide/Editor edited by
- (diff)
- 12:16 ToMerge edited by
- (diff)
- 12:12 UsersGuide/TextEditing edited by
- Home/End moves to beginning/end of line, in general (diff)
- 12:04 Ticket #479 (Compositor faulty on arm32, mips32, ppc32) created by
- On arm32, mips32 and ppc32, the compositor service runs, but no …
2012-08-16:
- 22:19 Ticket #478 (Single-pixel line not redrawn in vterm) created by
- The problem is best described by the attached picture. The bug was …
- 22:04 Ticket #477 (ext4fs hangs when trying to remove a sparse file) closed by
- duplicate
- 21:59 Ticket #477 (ext4fs hangs when trying to remove a sparse file) created by
- The ext4fs hangs when trying to remove a sparse file with size > 4Mb …
- 21:59 Ticket #476 (ext4fs hangs when trying to remove a sparse file) created by
- The ext4fs hangs when trying to remove a sparse file with size > 4Mb …
- 11:12 GSoC2012WeeklyReports edited by
- Add Sean, week 13; mark missing (diff)
- 09:17 GSoC2012WeeklyReports edited by
- (diff)
- 09:13 GSoC2012WeeklyReports edited by
- (diff)
2012-08-15:
- 14:58 Logging edited by
- Default logging level (diff)
- 14:52 Logging edited by
- Better explanation of LVL_NOTE and LVL_DEBUG (diff)
- 12:26 KnowledgeArticles edited by
- Add link to logging page (diff)
- 12:25 Logging created by
- First version
2012-08-13:
2012-08-12:
- 22:55 Ticket #475 (File system probing) updated by
-
'Other systems?' Which ones are those, beside GNU?
- 22:24 Ticket #475 (File system probing) created by
- The VFS and file system drivers should support file system probing in …
- 21:24 GSoC2012WeeklyReports edited by
- (diff)
- 18:45 ToMerge edited by
- the ext4 branch is already merged (diff)
2012-08-10:
- 05:46 CodingTips edited by
- Fix formatting (diff)
2012-08-09:
- 22:12 Ticket #474 (Mac Pro (Early 2009) UHCI keyboard error) updated by
- Does this produce some kind of error? Does UHCI driver use interrupts …
- 21:19 WikiStart edited by
- Coding tips (diff)
- 21:18 CodingTips created by
- 15:39 CStyle edited by
- More on bracing, Yoda comparison (diff)
- 15:19 HowToContribute edited by
- add link (diff)
- 15:17 StudentTips edited by
- update link (diff)
- 15:11 CStyle created by
- copy cstyle standard from the old Drupal page
- 15:08 WikiStart edited by
- (diff)
- 15:04 ContemplatedFeatures created by
- create a catch-all feature list page
- 15:00 WikiStart edited by
- (diff)
- 13:11 UsersGuide/CommandReference/msim edited by
- update image link (diff)
- 13:09 Milestone 0.5.0 completed
- 12:43 SashimiRegressions edited by
- remove fixed tickets (diff)
- 12:41 FajtlRegressions edited by
- remove fixed tickets (diff)
- 12:39 CurrentIssues edited by
- update links (diff)
- 12:32 ReleaseNotes edited by
- comment out the "release soon" paragraph for now (diff)
- 12:29 ReleaseNotes edited by
- add release notes for 0.5.0 (diff)
- 12:28 ReleaseNotes/Mainline created by
- create new empty draft based on the template
- 06:42 ReleaseNotes/0.5.0 edited by
- (diff)
2012-08-08:
- 20:05 GSoC2012WeeklyReports edited by
- (diff)
- 19:51 Lab edited by
- (diff)
- 19:12 Lab edited by
- (diff)
- 17:06 ConcurrentHashTable edited by
- fixed ht lookup and upd test numbers (diff)
- 16:58 ConcurrentHashTable edited by
- typos (diff)
- 13:36 ConcurrentHashTable edited by
- Add links to Launchpad repositories (diff)
- 13:15 ReleaseNotes/0.4.2 edited by
- (diff)
- 13:15 ReleaseNotes/0.4.3 edited by
- (diff)
- 13:14 ReleaseNotes/0.5.0 edited by
- (diff)
- 12:53 ReleaseNotes/0.5.0 edited by
- Qemu vs. QEMU (diff)
- 12:46 ReleaseNotes/0.5.0 edited by
- lsusb was merged into usbinfo (diff)
- 12:40 ConcurrentHashTable edited by
- (diff)
- 12:37 ConcurrentHashTable edited by
- ht lookup scalability description (diff)
- 12:35 ReleaseNotes/0.5.0 edited by
- Move USB and NIC drivers up (diff)
- 12:34 ReleaseNotes/0.5.0 edited by
- SATA and GRUB 2 (diff)
- 12:03 ConcurrentHashTable edited by
- rcu update overhead benchmark results evaluation (diff)
- 11:43 ConcurrentHashTable edited by
- rcu update overhead benchmark description (diff)
- 11:28 Lab edited by
- (diff)
- 11:23 ConcurrentHashTable edited by
- rcu read side scalability benchmark description (diff)
- 11:08 ReleaseNotes/0.5.0 edited by
- (diff)
- 11:04 ConcurrentHashTable edited by
- (diff)
- 10:59 ReleaseNotes/0.5.0 edited by
- (diff)
- 10:57 ReleaseNotes/0.5.0 edited by
- (diff)
- 10:57 ConcurrentHashTable created by
- short description, how to run tests and benchmarks
- 10:54 ReleaseNotes/0.5.0 edited by
- (diff)
- 10:51 ReleaseNotes/0.5.0 edited by
- (diff)
- 10:47 ReleaseNotes/0.5.0 edited by
- (diff)
- 10:44 ReleaseNotes/0.5.0 edited by
- (diff)
- 08:08 GSoC2012WeeklyReports edited by
- Add Sean, week 12 (diff)
- 04:42 StructuredBinaryData edited by
- Better expressions implemented (diff)
2012-08-07:
- 21:22 Lab edited by
- update Mac Pro (diff)
- 21:20 Ticket #474 (Mac Pro (Early 2009) UHCI keyboard error) created by
- The USB 1.1 HID keyboard is not operational on Mac Pro 4.1 (Early …
- 20:54 Lab edited by
- update ASUSTeK M3N WS (diff)
- 20:52 Ticket #473 (ASUSTeK M3N WS strange behaviour) created by
- As of mainline,1585 the behaviour of HelenOS on the …
- 17:42 Lab edited by
- update (diff)
- 17:41 Ticket #472 (PCI bus not detected on iMac G4) created by
- The PCI bus is not detected on iMac G4 (Flat Panel), thus rendering …
- 17:23 Lab edited by
- move unsupported machines to a dedicated table (for better readablility) (diff)
- 17:20 Lab edited by
- track major issues as tickets, not as mere comments (diff)
- 17:19 Ticket #471 (Dell PowerEdge 7150 PS/2 keyboard input not working) created by
- As of mainline,1560, the PS/2 keyboard input on Dell …
- 17:15 Lab edited by
- update Mac Mini (diff)
- 17:14 Ticket #470 (Mac Mini (Mid 2011) boot issues) created by
- When trying to boot HelenOS on the Mac Mini (Mid 2011), the BIOS GRUB …
- 17:02 Lab edited by
- update (diff)
- 16:15 Lab edited by
- update (diff)
- 13:27 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
-
Milestone changed
- 13:26 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
- I am inclined towards moving this to the next release as this is …
- 12:48 Camp2012 edited by
- (diff)
- 06:14 StructuredBinaryData edited by
- More future features. (diff)
- 05:57 StructuredBinaryData edited by
- Outer struct access is complete (diff)
2012-08-06:
- 21:42 StructuredBinaryData edited by
- Document bit blobs and add future features (diff)
2012-08-05:
- 22:22 Screenshots edited by
- (diff)
- 22:21 Screenshots edited by
- (diff)
- 22:16 Screenshots edited by
- (diff)
- 22:10 WikiStart edited by
- (diff)
- 21:44 Ticket #452 (amd64 cores do not contain valid register information) closed by
- fixed: The problem is that the resepctive elf_regs_t structure was missing …
- 15:18 GSoC2012WeeklyReports edited by
- Add Sean, week 11 (diff)
- 13:01 GSoC2012WeeklyReports edited by
- (diff)
- 12:50 Ticket #469 (tcp crashes during or after the first HTTP request) closed by
- fixed: Hopefully fixed in mainline,1584.
2012-08-04:
- 21:07 Ticket #469 (tcp crashes during or after the first HTTP request) updated by
-
Priority changed
Making this a blocker for the 0.5.0 release. We really want to release … - 18:03 StructuredBinaryData edited by
- Document flow control syntax (diff)
2012-08-03:
- 12:13 Genode edited by
- (diff)
- 11:17 Repositories edited by
- Link to Genode wiki page (diff)
- 09:30 Genode created by
- 08:18 GSOC edited by
- (diff)
2012-08-02:
- 22:56 Ticket #469 (tcp crashes during or after the first HTTP request) updated by
-
Summary changed
Just noticed the same crash happens also on ia32. The exception is a … - 22:42 Ticket #469 (tcp crashes during or after the first HTTP request) created by
- As of mainline,1583, the tcp server crashes when run on amd64 shortly …
- 19:51 GSoC2012WeeklyReports edited by
- (diff)
- 06:27 StructuredBinaryData edited by
- Make the source code example more visible (diff)
2012-08-01:
- 22:33 GSoC2012WeeklyReports edited by
- (diff)
- 21:16 StructuredBinaryData edited by
- Explain referencing counting and move parameters. (diff)
- 18:47 Ticket #413 (Port GNU Compiler Collection (gcc) to HelenOS) updated by
- Vivek Prakash did not pass GSoC midterm evaluation. AFAIK nobody is …
- 17:59 Ticket #413 (Port GNU Compiler Collection (gcc) to HelenOS) updated by
- Any progress on this, or is the project dead?
- 12:12 Ticket #453 (HelenOS/mips32/msim crashes during boot) updated by
- I agree, but it is better to stay on the safe side. Nobody is using …
- 09:20 Ticket #453 (HelenOS/mips32/msim crashes during boot) updated by
- Disabling FPU instructions for all mips32 uspace is probably too …
2012-07-31:
- 22:48 Ticket #318 (Unexpected pfrc (159712).) closed by
- worksforme: I am unable to reproduce the issue with the current mainline …
- 15:39 Ticket #347 (as_area_destroy() broken on mips32 in GXemul) closed by
- duplicate: The bug is no longer reproducible, which suggests that the root cause …
- 15:12 Lab edited by
- move the colorful bullets near the status (diff)
- 15:04 Lab edited by
- update current status (diff)
- 15:01 FajtlRegressions edited by
- update matrix (diff)
- 12:52 Ticket #453 (HelenOS/mips32/msim crashes during boot) closed by
- fixed: Using the -msoft-float is the strongest option we can use to make the …
- 12:13 Ticket #468 (Implement IPC_M_DATA_READ_WRITE) created by
- Implement IPC_M_DATA_READ_WRITE as a atomic bidirectional combination …
- 07:53 GSoC2012WeeklyReports edited by
- (diff)
2012-07-29:
- 16:13 GSoC2012WeeklyReports edited by
- Add Sean, week 10 (diff)
2012-07-28:
- 17:02 Ticket #453 (HelenOS/mips32/msim crashes during boot) updated by
- The problem goes away (at least for the kernel) when we change …
- 16:59 Ticket #454 (HelenOS/mips32/gxemul crashes during boot) closed by
- worksforme: Not reproducible as of mainline,1564. Closing as not reproducible.
- 07:06 Ticket #453 (HelenOS/mips32/msim crashes during boot) updated by
- The problem is that gcc generated code which uses CP1 (i.e. FPU) even …
- 05:37 Ticket #430 (Loader crashes when 'Strip binaries' is used) closed by
- fixed: Fixed in mainline,1564.
- 05:17 Ticket #430 (Loader crashes when 'Strip binaries' is used) updated by
- Yeah, if the .interp section is marked as allocable ("a") and @note or …
2012-07-25:
2012-07-24:
- 17:57 Lab edited by
- update ThinkPad T60 (diff)
- 17:43 Lab edited by
- update status (diff)
- 17:35 Lab edited by
- fix table (diff)
- 17:35 Lab edited by
- add Raspberry Pi (diff)
- 17:33 Lab edited by
- update working status (diff)
- 17:28 FajtlRegressions edited by
- update sanity and SMP (diff)
- 16:06 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
- Jiri, could you please verify that interrupts are working properly for …
- 15:13 GSoC2012WeeklyReports edited by
- (diff)
2012-07-23:
- 18:24 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
-
Status changed
- 18:23 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
-
Status, Owner changed
- 18:18 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
-
Component, Summary changed
- 18:15 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
- orome_: >as to what causes usb to not work, I think it's because apic …
- 18:08 Ticket #465 (HelenOS does not boot in Ski) closed by
- notadefect
- 18:07 Ticket #465 (HelenOS does not boot in Ski) reopened by
- 15:13 Ticket #465 (HelenOS does not boot in Ski) closed by
- fixed: A temporary workaround was implemented in [changeset:mainline,1556 …
- 04:57 Ticket #395 (memalign() does not work as expected) closed by
- fixed: Fixed in mainline,1553.
2012-07-22:
- 17:52 GSoC2012WeeklyReports edited by
- (diff)
- 17:40 StructuredBinaryData edited by
- Make longer code-samples more visible (no inlining) (diff)
2012-07-21:
- 21:18 StructuredBinaryData edited by
- explain parameters better (diff)
2012-07-20:
- 11:56 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) updated by
- What I meant is using bit fields in structures with the intent of …
- 10:03 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) updated by
-
Summary changed
- 10:01 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) updated by
- > little-endian and big-endian are terms commonly used with byte order …
- 09:04 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) updated by
- Okay so first, little-endian and big-endian are terms commonly used …
- 00:31 StructuredBinaryData edited by
- add some detail about parameters (diff)
2012-07-19:
- 15:24 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) updated by
-
Summary changed
- 15:23 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) updated by
- I consider the use of bit fields superior to bitwise operations, the …
- 15:11 Ticket #467 (Use of bit fields in AHCI driver is not clearly justified based on the ...) created by
- The new AHCI driver (ahci_hw.h) uses C bit fields to describe hardware …
2012-07-18:
- 22:02 Ticket #395 (memalign() does not work as expected) updated by
-
Milestone changed
No need to have this fixed for 0.5.0, rescheduling for the next release. - 21:45 Ticket #463 (The presence of the ISA bus driver and the USB HC drivers hangs the ...) closed by
- worksforme: After mainline,1545, the issue is no longer reproducible. …
- 15:19 GSoC2012WeeklyReports edited by
- (diff)
- 15:10 GSoC2012WeeklyReports edited by
- (diff)
- 09:30 Ticket #461 (No interrupts for uspace on real hardware when SMP enabled) updated by
-
Keywords, Summary changed
- 09:28 Ticket #389 (Devman crashes after repeated add/remove.) updated by
-
Milestone changed
Rescheduling this ticket to the next release. It is probably a … - 09:24 Ticket #465 (HelenOS does not boot in Ski) updated by
-
Milestone, Keywords changed
I am rescheduling this for the next release as this is probably a …
2012-07-17:
- 10:15 Ticket #50 (Kconsole better tab completion) updated by
-
Milestone changed
- 10:05 Ticket #50 (Kconsole better tab completion) closed by
- fixed: I agree. Closing as completed, for command-specific completion now …
- 10:03 Ticket #466 (Command-specific tab completion in kernel console) created by
- Current mainline (rev. 1539) offers tab …
- 09:15 Ticket #50 (Kconsole better tab completion) updated by
- Can this ticket be closed now? I believe later enhancements can go in …
2012-07-16:
- 16:13 GSoC2012WeeklyReports edited by
- (diff)
- 15:57 GSoC2012WeeklyReports edited by
- (diff)
- 15:25 Ticket #189 (DNS resolver) updated by
- Watch my progress at https://code.launchpad.net/~jsvoboda/helenos/dnsr
2012-07-15:
- 20:10 Ticket #465 (HelenOS does not boot in Ski) updated by
- I have filed a GCC bug …
- 18:15 Ticket #465 (HelenOS does not boot in Ski) updated by
- Interestingly enough, it appears like in the continuation of the above …
- 18:08 Ticket #465 (HelenOS does not boot in Ski) updated by
- I located the sequence of instructions that are responsible for this. …
2012-07-14:
- 20:48 Ticket #465 (HelenOS does not boot in Ski) updated by
- Just verified that the problem does not occur with the same sources …
- 20:18 Ticket #465 (HelenOS does not boot in Ski) created by
- As of mainline,1539, HelenOS does not boot in the Ski simulator. …
2012-07-13:
- 08:26 Meetings edited by
- Update venue of tomorrow's meeting. (diff)
2012-07-12:
- 10:12 UDF edited by
- add unsupported functions (diff)
- 10:10 UDF edited by
- import the rest of the dashboard (diff)
- 10:00 UDF edited by
- import first part of Julia's dashboard (diff)
- 09:51 UDF edited by
- small changes (diff)
2012-07-10:
- 19:38 GSoC2012WeeklyReports edited by
- (diff)
- 13:37 Ticket #50 (Kconsole better tab completion) updated by
- Symbol table completion (as argument for any command) merged in …
- 11:30 Printf edited by
- More examples, improve wording (diff)
2012-07-08:
- 17:54 GSoC2012WeeklyReports edited by
- (diff)
- 16:56 Ticket #389 (Devman crashes after repeated add/remove.) updated by
- I am wondering if this behavior, as documented by the attached core …
- 13:33 Ticket #384 (Synchronize device tree transitions) updated by
-
See also changed
- 13:32 Ticket #389 (Devman crashes after repeated add/remove.) updated by
-
See also changed
2012-07-06:
- 22:39 Ticket #389 (Devman crashes after repeated add/remove.) updated by
- I've just uploaded devman.tar.bz2 which contains two ia32 coredumps …
2012-07-03:
- 20:36 Lab edited by
- (diff)
- 14:04 KnowledgeArticles edited by
- Add link to printf (diff)
- 14:03 Printf created by
- Initial commit
- 13:18 USB edited by
- Several links (diff)
- 09:58 Camp2012 edited by
- (diff)
- 09:27 UDF edited by
- Add command for creating empty disk (diff)
2012-07-02:
- 22:30 GSoC2012WeeklyReports edited by
- (diff)
- 15:17 Camp2012 edited by
- (diff)
- 08:23 GSoC2012WeeklyReports edited by
- (diff)
2012-07-01:
- 22:25 GCCPort edited by
- update project status (diff)
- 22:21 GCCPort edited by
- new status of libgmp, libmpfr, and libmpc (diff)
2012-06-29:
- 21:48 StructuredBinaryData edited by
- elaborate on future language ideas (diff)
2012-06-28:
- 19:52 UDF edited by
- Proper formatting of commands, add links (diff)
- 18:28 UDF edited by
- (diff)
- 08:03 GSoC2012WeeklyReports edited by
- (diff)
2012-06-27:
- 22:21 StructuredBinaryData edited by
- update to reflect new commits (diff)
- 22:11 Camp2012 edited by
- Update Camp2012 with preliminary data (diff)
2012-06-26:
- 22:42 Ticket #463 (The presence of the ISA bus driver and the USB HC drivers hangs the ...) updated by
-
Status, Owner changed
- 22:41 Ticket #451 (kernel panic when running tester malloc1/2 on 4-way SMP) closed by
- duplicate: I think this family of panics is in fact a duplicate of #396. First, …
- 22:23 GSoC2012WeeklyReports edited by
- Add respective dates for each week. (diff)
- 05:46 GSOC edited by
- Add link to repositories (diff)
- 05:44 Repositories edited by
- Link to UDF page (diff)
- 05:44 GSOC edited by
- Links to UDF and GCC port pages (diff)
2012-06-25:
- 22:15 UDF created by
- UDF file system server
- 22:05 GSoC2012WeeklyReports edited by
- (diff)
- 19:45 Ticket #389 (Devman crashes after repeated add/remove.) updated by
- I am attaching a simple script (batch) that reproduces the bug in an …
- 13:59 GSoC2012WeeklyReports edited by
- (diff)
2012-06-22:
- 19:56 FajtlRegressions edited by
- remove probably misguided observation (diff)
- 19:54 Lab edited by
- fix link (diff)
- 18:04 FajtlRegressions edited by
- IA64 regression bisected (diff)
- 06:28 GSoC2012WeeklyReports edited by
- (diff)
- 05:40 StructuredBinaryData edited by
- various tweaks (diff)
2012-06-21:
- 23:53 Repositories edited by
- Zdenek's FUSE repository (diff)
Note:
See TracTimeline
for information about the timeline view.
