Timeline
2022-02-11:
- 00:01 Changeset in mainline [917324b]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- tools/ew.py: Fix running sun4u in console
2022-02-10:
- 23:37 Changeset in mainline [cd0a38e]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make km_unmap() right also on the other CPUs The TLB shootdown …
- 23:08 Ticket #839 (Kernel test mapping 1 hangs on sparc64/niagara) closed by
- fixed: Fixed in commit …
- 23:00 Changeset in mainline [6ddd7f8]ticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Don't unmap the entire kernel ASID during km_unmap
- 21:56 Changeset in mainline [0436aec]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- tools/ew.py: Allow to run sun4u with serial console only
2022-02-09:
- 12:51 Documentation edited by
- Add Jaroslav Jindrak's thesis (diff)
2022-02-08:
- 17:47 Ticket #840 (Network link not coming up in VirtualBox (Intel Pro/1000)) updated by
- As noted above I can ping 10.0.2.3 (which should be the DNS nameserver …
- 16:50 Ticket #840 (Network link not coming up in VirtualBox (Intel Pro/1000)) updated by
- If I manually configure an IPv4 address in HelenOS (with Intel …
- 16:47 Ticket #840 (Network link not coming up in VirtualBox (Intel Pro/1000)) updated by
- I tried Haiku in VirtualBox 6.1, with NAT networking. everything …
- 16:22 Ticket #840 (Network link not coming up in VirtualBox (Intel Pro/1000)) updated by
- I tested this again with latest HelenOS and VirtualBox 6.1. Not sure …
- 12:26 Ticket #838 (tinput hits assertion failure if prompt runs off the screen) closed by
- fixed: The problem was that we did not account for scrolling while …
- 12:22 Changeset in mainline [f7a8052]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Account for scrolling while initially printing prompt and text
2022-02-01:
- 23:32 Ticket #817 (CPU target not set correctly for ia32 userspace) closed by
- duplicate: Indeed it is. Closing as duplicate of #830.
- 23:28 Ticket #817 (CPU target not set correctly for ia32 userspace) updated by
- Is this a duplicate of #830?
- 22:40 Ticket #622 (Window contents wraps around when the window is resized and its ...) closed by
- fixed: Since 0.11.1 and the new window system / UI library, Launcher will not …
- 22:31 Ticket #815 (Build does not work with newer Meson versions) closed by
- worksforme: Apparently the above mentioned meson issue was fixed long ago and I …
- 21:49 Ticket #531 (Console user interface toolkit) closed by
- fixed: As of 0.11.2 libui's text mode is considered production quality. …
- 14:54 Ticket #830 (ia32 build is not setting -march for user space) closed by
- fixed: With #832 and #833 fixed, we can now enable march for ia32 user-space. …
- 14:51 Ticket #832 (Editor displays corrupt text with user-space -march 486) closed by
- fixed: The problem was caused by the editor using memcpy() on overlapping …
- 14:42 Changeset in mainline [7eec25fc]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Enable -march for ia32 user space All pre-requisite bugs have been fixed.
- 14:38 Changeset in mainline [50c8e72]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Editor cannot use memcpy() on overlapping blocks while loading file …
2022-01-31:
- 18:38 Ticket #832 (Editor displays corrupt text with user-space -march 486) updated by
-
See also changed
Note that even though the fix for #829 also fixed #833, this bug is … - 18:35 Ticket #830 (ia32 build is not setting -march for user space) updated by
-
Depends on, See also changed
- 18:33 Ticket #833 (Tester malloc1 fails with -march=pentium4) closed by
- duplicate: Closing as duplicate of #829. Note, however, that #832 is still …
- 18:32 Ticket #833 (Tester malloc1 fails with -march=pentium4) updated by
- You are right! And sure enough, the problem could be also avoided by …
- 16:55 Ticket #833 (Tester malloc1 fails with -march=pentium4) updated by
- This actually appears to be fixed by the fix for #829.
- 16:38 Changeset in mainline [c6d8c535] by
- Enable -march for uspace again
- 16:24 ReleaseNotes/Mainline edited by
- (diff)
- 16:12 Ticket #839 (Kernel test mapping 1 hangs on sparc64/niagara) updated by
- I am wondering if this could be related to #790 (sun4v freezes …
- 16:05 Ticket #811 (PCUT should not prefix test case identifiers with "test_") updated by
- This was fixed in PCUT upstream, but PCUT in HelenOS needs updating.
- 15:58 Ticket #850 (Uniprocessor ia32/amd64 build is broken) closed by
- duplicate: Closing as duplicate of #820.
- 15:53 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) closed by
- fixed: Fixed in changeset …
- 15:50 Changeset in mainline [5e629ad4]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix setting of CR0.TS bit on ia32 being logically reversed This was …
- 15:41 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- This problem was introduced by this changeset: …
- 15:14 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- Ok so MS-DOS Compatibility mode means CR0.NE == 0. We do not set …
- 13:31 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- I think the immediate cause here is that CR0.TS is set and, for some …
- 11:35 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- If I run the ia32 build as usual, except replace qemu-system-i386 with …
2022-01-30:
- 16:20 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- Also forgot to mention that THREAD→lock locking was added to …
- 16:18 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- I might be wrong, but it seems to me that maybe we do not expect to …
- 16:12 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- While executing fninit instruction in function fpu_init() we get a #NM …
- 11:06 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
-
Status, Owner changed
Stack trace: […] […]
2022-01-29:
- 22:24 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
- am64 + lazy FPU context switching = Off works fine (i.e. problem NOT …
- 22:17 Ticket #824 (Graphical console output corrupt in resolutions grater than 1024x768) closed by
- fixed: Turns out this is a bug in output server's computation of screen …
- 22:12 Changeset in mainline [7fc81da]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- 128 columns is not enough for everybody Fixes corrupted graphical …
- 21:32 Ticket #831 (With -M isapc graphical kernel console is not visible) closed by
- fixed: OK, so regardless of physical (im)possibility, the (different) video …
- 21:24 Changeset in mainline [36aec61e]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Verify fallback VESA mode before attempting to set it The mode must …
2022-01-19:
- 10:44 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- Thanks for that comment about 16 MB of RAM, yeah I also used to have a …
- 10:34 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- Yes, I have taken the two ways of inquiring (without VBE2 and with …
2022-01-18:
- 22:16 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- By the way … > 16-bit ISA has 24 address lines, so it can address …
- 21:40 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- Have you considered the following comment? …
- 13:15 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- I added a check that verifies that 0x111 is in the mode list before …
2022-01-17:
- 17:12 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- I think I've found the root cause of the problem. Without -M isapc the …
- 14:30 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- There don't seem to be many possibilities here. Either we somehow get …
- 14:11 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- If any of the VESA functions fail (i.e. we cannot set up a graphics …
- 14:08 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
- I found out by experiment that for ia32 version 1 multiboot is used. …
- 12:52 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
-
Status, Owner changed
2022-01-16:
- 12:53 Changeset in mainline [485f899]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Need to check the entire AX register for VBE status AL only tells us …
2022-01-13:
- 15:19 Ticket #850 (Uniprocessor ia32/amd64 build is broken) updated by
- This sounds like a duplicate of #820.
- 13:12 Ticket #850 (Uniprocessor ia32/amd64 build is broken) updated by
- The problem *only* happens if you first enable CONFIG_SMP, build and …
- 12:07 Ticket #850 (Uniprocessor ia32/amd64 build is broken) created by
- As of HelenOS master, Jan 11 2022, if CONFIG_SMP=n for ia32 or amd64, …
- 10:40 Ticket #818 (e1k driver appears to claim the wrong interrupt) closed by
- fixed: This was fixed on May 17, 2020 in changeset …
- 10:32 Ticket #812 (XCW is broken) closed by
- fixed: This was fixed in changeset …
- 09:57 Ticket #819 (Async hangs up twice) closed by
- fixed: This was actually fixed in changeset …
- 09:33 Ticket #822 (/srv/hid/display killed due to an exception at program counter ...) closed by
- worksforme: Closing this bug since I cannot reproduce, the file has not responded …
2022-01-12:
- 19:08 Ticket #849 (Cursor wrapping around the top of the screen in EGA console / Qemu) closed by
- worksforme: I can no longer reproduce the problem with Qemu 6.2.0, so I assume it …
- 19:03 Ticket #848 (Sticking PS/2 mouse in Qemu, unless full-screen) closed by
- worksforme: I cannot reproduce the problem on Qemu 6.2.0, it was probably fixed. …
- 12:27 Ticket #848 (Sticking PS/2 mouse in Qemu, unless full-screen) updated by
- With HelenOS 0.11.2, Qemu 2.12.1 and I get a similar problem, but …
- 12:23 Ticket #848 (Sticking PS/2 mouse in Qemu, unless full-screen) updated by
- I was NOT able to reproduce the problem with HelenOS 0.11.2 / VirtualBox
- 12:14 Ticket #849 (Cursor wrapping around the top of the screen in EGA console / Qemu) created by
- In Qemu 5.2.0, when I compile HelenOS for amd64 with Framebuffer …
2022-01-11:
- 13:22 Changeset in mainline [b9a30fa]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Edit should display keyboard hint for opening the menu
- 13:16 Changeset in mainline [bfc0fc6]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- ui_menu_bar_left/right() must not switch to the same menu If there is …
- 13:12 Changeset in mainline [5de852c]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Coordinate keyboard event delivery between application and UI …
2022-01-10:
- 19:29 Changeset in mainline [59768c7]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Menu control using F10, cursor keys, Enter, Escape
- 13:02 Ticket #848 (Sticking PS/2 mouse in Qemu, unless full-screen) updated by
- Also reproduced with Visopsys 0.7 / Qemu 5.0.0 All in all, I think …
2021-12-29:
- 23:05 Ticket #845 (sparc64/ultra should support keyboard in Qemu) updated by
- I agree it's probably not very nice to try to communicate with i8042 …
- 23:01 Ticket #845 (sparc64/ultra should support keyboard in Qemu) updated by
- The sticking mouse problem is not new, it is exactly the same on …
- 22:58 Ticket #848 (Sticking PS/2 mouse in Qemu, unless full-screen) created by
- PS/2 mouse in Qemu (i.e. through i8042) tends to stick after moving …
2021-12-23:
- 12:23 Ticket #845 (sparc64/ultra should support keyboard in Qemu) updated by
- This is quite nice, however I do have some issues with the mouse. The …
2021-12-22:
- 21:38 ReleaseNotes/Mainline edited by
- Driver filtering (diff)
- 21:14 Ticket #845 (sparc64/ultra should support keyboard in Qemu) updated by
- I am keeping this open since we still need to implement kernel support …
- 21:08 Ticket #845 (sparc64/ultra should support keyboard in Qemu) updated by
- The Qemu sun4u machine is a strange hybrid, instead of having a Sun …
- 20:47 Changeset in mainline [9754ed2]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Make user-space mouse/keyboard work on Qemu sun4u machine Now we can …
- 20:27 Changeset in mainline [dbc1398]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Fix enabling interrupt instead of clearing it in remote_hw_res
2021-12-21:
2021-12-20:
- 23:57 Ticket #844 (sparc64/ultra kernel cannot output to serial console in Qemu) closed by
- worksforme: I don't know what gives, but this seems to be working just fine as of …
- 21:04 Ticket #836 (File Manager) updated by
- Navigator is available in 0.11.2, but it can currently only browse …
- 20:54 Ticket #847 (Drivers are not filtered by platform anymore) closed by
- fixed: Fixed in changeset …
- 20:44 Changeset in mainline [581a54a]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Allow filtering list of drivers even in non-barebone mode This …
- 10:16 Ticket #847 (Drivers are not filtered by platform anymore) updated by
-
Owner, Status changed
- 10:12 Ticket #847 (Drivers are not filtered by platform anymore) updated by
- Actually it turns out the problem is a little different than I …
2021-12-18:
- 10:38 ReleaseNotes edited by
- (diff)
- 10:37 ReleaseNotes/0.11.2 edited by
- Fix release date and link to previous release. (diff)
2021-12-17:
- 21:45 Screenshots edited by
- Add screenshot for 0.11.2 (diff)
- 21:25 Screenshots edited by
- (diff)
- 21:23 About edited by
- Update link to latest ia32 image to 0.11.2 (diff)
- 21:19 Download edited by
- Add release 0.3.0 (diff)
- 21:18 Download edited by
- Add release 0.2.0.5 (diff)
- 21:16 Download edited by
- Add release 0.2.0.4 (diff)
- 21:15 Download edited by
- Add release 0.2.0.1 (diff)
- 21:11 Download edited by
- Add links to 0.2.0.3 sources and images (diff)
- 20:41 Ticket #847 (Drivers are not filtered by platform anymore) updated by
-
Milestone changed
- 20:25 ReleaseProcess edited by
- Files in overlay (diff)
- 20:15 Ticket #847 (Drivers are not filtered by platform anymore) updated by
- I'm not marking this as a stopper for 0.11.2 since it's not a new …
- 20:12 Ticket #847 (Drivers are not filtered by platform anymore) created by
- Drivers used to be filtered by platform, in other words, platform …
- 19:42 ReleaseProcess edited by
- (diff)
- 19:39 ReleaseProcess edited by
- (diff)
- 19:37 Changeset in mainline [c0436cb]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export0.11.2 by
- Bump version to 0.11.2 (Kiev)
- 19:35 ReleaseProcess edited by
- (diff)
- 19:32 ReleaseProcess edited by
- Spreading the word (diff)
- 19:13 ReleaseProcess edited by
- (diff)
- 12:15 Milestone 0.11.2 completed
2021-12-16:
- 17:38 ReleaseNotes/0.11.2 edited by
- Link screencast (diff)
- 17:36 ReleaseNotes/0.11.2 edited by
- Fix heading (diff)
2021-12-15:
- 16:46 Download edited by
- Prepare for 0.11.2 (diff)
- 09:47 Changeset in mainline [9faa2e3]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bump QEMU version to 6.2.0
2021-11-30:
- 09:44 ReleaseNotes edited by
- Add release dates (diff)
2021-11-29:
- 21:10 ReleaseNotes edited by
- Link to 0.11.2 release notes (diff)
2021-11-21:
- 19:20 Changeset in mainline [e7ac0feb]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bump Sycek
- 19:18 Changeset in mainline [5d1e4e5]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Remove superfluous parentheses (ccheck)
2021-11-19:
- 21:38 Changeset in mainline [9ad591a9]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Revert previous two commits (needs more work)
- 21:34 Changeset in mainline [27a5040]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bump sycek
- 21:33 Changeset in mainline [e510b28]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Missing '*' in function pointer declaration (ccheck)
2021-11-16:
- 18:52 ReleaseProcess edited by
- (diff)
- 17:38 Ticket #820 (Changing ninja config from CONFIG_SMP to !CONFIG_SMP and vice versa ...) updated by
-
Milestone changed
- 17:04 Ticket #834 (Build with GCC 13) updated by
-
Milestone changed
- 17:01 Ticket #824 (Graphical console output corrupt in resolutions grater than 1024x768) updated by
-
Milestone changed
- 17:00 Ticket #829 (System deadlocks early in boot on ia32 with FPU lazy context switching off) updated by
-
Milestone changed
- 16:59 Ticket #830 (ia32 build is not setting -march for user space) updated by
-
Milestone changed
- 16:57 Ticket #831 (With -M isapc graphical kernel console is not visible) updated by
-
Milestone changed
- 16:55 Changeset in mainline [3b1660a]serialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by
- Bdsh help is a little bit rusty
- 16:52 Ticket #832 (Editor displays corrupt text with user-space -march 486) updated by
-
Milestone changed
- 16:46 Ticket #838 (tinput hits assertion failure if prompt runs off the screen) updated by
-
Milestone changed
- 16:41 Ticket #833 (Tester malloc1 fails with -march=pentium4) updated by
-
Milestone changed
- 16:32 Ticket #839 (Kernel test mapping 1 hangs on sparc64/niagara) updated by
-
Milestone changed
- 16:31 Ticket #840 (Network link not coming up in VirtualBox (Intel Pro/1000)) updated by
-
Milestone changed
- 16:29 Ticket #841 (Intel HD Audio stuttering in VirtualBox) updated by
-
Milestone changed
- 16:26 Ticket #843 (s3c24xx_ts driver should not be used on other platforms than GTA02) updated by
-
Milestone changed
- 16:23 Ticket #844 (sparc64/ultra kernel cannot output to serial console in Qemu) updated by
-
Milestone changed
- 16:22 Ticket #846 (sparc64/ultra hangs in frame allocator test) updated by
-
Milestone changed
- 16:19 Ticket #833 (Tester malloc1 fails with -march=pentium4) updated by
-
Milestone changed
- 16:16 ReleaseProcess edited by
- Release notes, ticket triage, screenshots (diff)
Note:
See TracTimeline
for information about the timeline view.