Timeline
2024-05-29:
- 18:30 ReleaseNotes/Mainline edited by
- (diff)
- 18:19 Ticket #871 (Tasks crash during boot of 486 build) closed by
- fixed: Fixed in changeset …
- 18:19 Ticket #871 (Tasks crash during boot of 486 build) updated by
- Alright, as was pointed out to me the COPY relocation is in the main …
2024-05-28:
- 13:12 Ticket #871 (Tasks crash during boot of 486 build) updated by
- I am not entirely sure whether I want to pursue this or just work …
- 13:11 Ticket #871 (Tasks crash during boot of 486 build) updated by
-
__syscall_fast_funcis initialized, but not with a constant. … - 13:07 Ticket #871 (Tasks crash during boot of 486 build) updated by
- OK so this is even more complicated. There is nothing wrong with this …
2024-05-26:
- 18:04 Ticket #871 (Tasks crash during boot of 486 build) updated by
- Here's the culprit in libconsole's console.c: […] Removing this …
- 17:58 Ticket #871 (Tasks crash during boot of 486 build) updated by
- It seems that what these have in common is that they depend on the …
- 17:57 Ticket #871 (Tasks crash during boot of 486 build) updated by
- To make things even more confusing, not all binaries contain a …
- 17:46 Ticket #871 (Tasks crash during boot of 486 build) updated by
- syscall_fast_func is a global variable / function pointer that is …
2024-05-25:
- 13:45 Ticket #871 (Tasks crash during boot of 486 build) updated by
- I think it's because of how we define syscalls for 486 in …
- 13:35 Ticket #871 (Tasks crash during boot of 486 build) updated by
- Note that we ran call *(%edx). edx contains 0x804fc60 which is […] …
- 10:38 Ticket #871 (Tasks crash during boot of 486 build) updated by
- Stack trace might not be complete. Let's look at the top of the stack …
- 09:27 Ticket #871 (Tasks crash during boot of 486 build) updated by
- The problem is equally reproducible with Qemu and KVM disbled, and in …
- 09:23 Ticket #871 (Tasks crash during boot of 486 build) updated by
- […]
- 09:14 Ticket #871 (Tasks crash during boot of 486 build) updated by
- […] So we can see that we should have loaded the correct address of …
2024-05-24:
- 20:38 Ticket #871 (Tasks crash during boot of 486 build) updated by
- If we objdump srv/loader, we can see its segments: […] then it …
- 17:48 Ticket #871 (Tasks crash during boot of 486 build) updated by
- I extracted core file from /srv/input and started analyzing it: …
2024-05-23:
- 08:45 Ticket #871 (Tasks crash during boot of 486 build) updated by
- The first task to crash is /srv/hid/input: […]
- 08:43 Ticket #871 (Tasks crash during boot of 486 build) updated by
- Bisecting the changeset history revealed that this problem starts with …
2024-05-22:
- 19:59 Ticket #871 (Tasks crash during boot of 486 build) created by
- When I configure ia32 preset and change processor to 486, build the …
2024-05-21:
- 15:46 ReleaseNotes/Mainline edited by
- (diff)
- 13:45 Ticket #867 (486 build fails) closed by
- fixed: Fixed in changeset …
2024-05-19:
- 21:54 Milestone 0.14.1 completed
- 20:58 ReleaseNotes edited by
- Update latest release to 0.14.1 (diff)
- 20:43 About edited by
- Update download link to 0.14.1 (diff)
- 20:42 Download edited by
- Add 0.14.1 release (diff)
2024-05-18:
2024-05-16:
- 18:22 ReleaseNotes/Mainline edited by
- (diff)
- 16:28 ReleaseNotes/Mainline edited by
- Fix formatting (diff)
- 16:25 ReleaseNotes/Mainline edited by
- Factoring code out to libata (diff)
2024-05-09:
- 19:02 DeveloperDocs/Peripherals edited by
- (diff)
- 18:14 DeveloperDocs/Peripherals edited by
- Docs for IBM PC floppy controler (diff)
2024-05-07:
2024-05-06:
- 18:38 ReleaseNotes/Mainline edited by
- ATA IRQ (diff)
2024-05-01:
2024-04-30:
- 13:27 Ticket #870 (Remove second argument of block_init) closed by
- fixed: Fixed in changeset …
- 13:11 ReleaseNotes/Mainline edited by
- rand_read and seq_read disk benchmarks (diff)
- 11:57 Ticket #870 (Remove second argument of block_init) created by
- Second argument of block_init() (comm_size) is no longer used in the …
2024-03-29:
- 15:25 ReleaseNotes/0.14.1 edited by
- Application screenshots (diff)
2024-03-28:
- 21:40 ReleaseNotes/0.14.1 edited by
- Remove empty sections (diff)
- 21:39 ReleaseNotes/0.14.1 edited by
- Add screenshots for UI improvements (diff)
- 20:08 Screenshots edited by
- (diff)
- 20:07 Screenshots edited by
- (diff)
- 20:04 Screenshots edited by
- Add 11.4 GUI (diff)
- 19:23 About edited by
- (diff)
- 19:19 About edited by
- (diff)
- 12:07 UsersGuide/QuickStart edited by
- 0.9.1 → 0.14.1 (diff)
- 12:05 UsersGuide/GUI edited by
- System menu screenshot (diff)
- 11:41 UsersGuide/GUI edited by
- (diff)
- 11:35 UsersGuide/GUI edited by
- Add screenshot (diff)
2024-03-27:
- 13:14 ReleaseNotes/0.14.1 edited by
- (diff)
- 12:45 ReleaseNotes/0.14.1 edited by
- (diff)
- 12:44 ReleaseNotes edited by
- (diff)
- 12:43 ReleaseNotes/Mainline edited by
- Revert after moving contents to 0.14.1 (diff)
- 12:42 ReleaseNotes/0.14.1 created by
- Prepare for 0.14.1 release
- 12:35 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
-
Milestone changed
When I try to instrument the code to get more information, it fails in …
2024-03-19:
- 14:35 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- I think it's crashing here: […]
- 14:27 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- 0x400000000001d240 is inside fibril_mutex_unlock: […]
- 14:22 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- In the listing above vfs is still present. However, if I try to …
- 08:32 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- […]
- 08:29 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- I can confirm this. I booted up and ran 'ls' and it hang halfway …
- 07:44 Ticket #859 (Build with Detailed kernel logging enabled fails) updated by
-
Milestone changed
- 07:43 Ticket #857 (/app/cpptest killed due to an exception at program counter ...) updated by
-
Milestone changed
- 07:42 Ticket #855 (System sometimes does not boot fully up to GUI) updated by
-
Milestone changed
- 07:42 Ticket #856 (XHCI driver does not start reliably on amd64) updated by
-
Milestone changed
- 07:41 Ticket #867 (486 build fails) updated by
-
Milestone changed
- 07:40 Ticket #868 (Block cache and page out) updated by
-
Milestone changed
- 07:40 Ticket #843 (s3c24xx_ts driver should not be used on other platforms than GTA02) updated by
-
Milestone changed
- 07:39 Ticket #820 (Changing ninja config from CONFIG_SMP to !CONFIG_SMP and vice versa ...) updated by
-
Milestone changed
- 07:38 Ticket #858 (i8042 driver loads the processor when HW not present) updated by
-
Milestone changed
- 07:37 Ticket #853 (test_app-nav failures) closed by
- fixed: Fixed in changeset …
- 07:17 Tickets #820,834,843,853,854,855,856,857,859,860,861,862,864,866,867,868,858 batch updated by
-
Milestone changed
Milestone renamed
2024-03-18:
2024-03-13:
- 09:28 ReleaseNotes/Mainline edited by
- Add a little bit of praise to the start menu (diff)
- 09:21 ReleaseNotes/Mainline edited by
- Viewer improvements (diff)
2024-03-11:
- 10:19 ReleaseNotes/Mainline edited by
- Viewer supports text mode (diff)
2024-03-09:
- 11:33 Ticket #648 (Extend dynamic linking support to (an)other architecture(s)) updated by
- Currently dynamic linking is supported on amd64, arm32, ia32, ia64, …
- 11:24 Ticket #834 (Build with GCC 13) closed by
- fixed: Fixed in changeset …
2024-03-08:
- 11:23 ReleaseNotes/Mainline edited by
- RGB EGA colors, Barber text mode (diff)
2024-03-07:
- 08:19 ReleaseNotes/Mainline edited by
- USB HID fix (diff)
- 08:16 Ticket #860 (Lenovo mouse up motion not working correctly) closed by
- fixed
- 08:16 Ticket #860 (Lenovo mouse up motion not working correctly) updated by
- Root cause usb_hid_translate_data() is used to extract motion …
2024-03-06:
- 18:57 ReleaseNotes/Mainline edited by
- Launcher → About HelenOS (diff)
- 11:41 Ticket #447 (Boot from persistent file system) updated by
-
Depends on changed
- 11:40 Ticket #869 (Global chroot) created by
- Add VFS method to simultaneously switch the global root of the OS into …
- 11:07 Ticket #447 (Boot from persistent file system) updated by
- Couple of additional notes: * while the flip-mount or chroot is not …
Note:
See TracTimeline
for information about the timeline view.
