Timeline



2024-05-29:

18:30 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
18:27 Changeset in mainline [69c376b5]master by Jiri Svoboda <jiri@…>
Avoid invoking SYSCALL macro outside of libc.
18:19 Ticket #871 (Tasks crash during boot of 486 build) closed by Jiri Svoboda
fixed: Fixed in changeset …
18:19 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
Alright, as was pointed out to me the COPY relocation is in the main …
18:16 Changeset in mainline [c576800] by Jiri Svoboda <jiri@…>
The main program's relocation must be processed after the shared libs
18:11 Changeset in mainline [b192915a] by Jiri Svoboda <jiri@…>
Add test case for public variable initialized with a relocated value
11:21 Changeset in mainline [5075543] by GitHub <noreply@…>
Merge e9c163920855901461396bd1009584b897c18dd0 into …
07:22 Changeset in mainline [aa9f1a7d] by GitHub <noreply@…>
Merge e1fc596c2780d92d26b2da4c649020dc1b195174 into …
07:21 Changeset in mainline [3fb274a] by GitHub <noreply@…>
Merge 2a0c827c42eafb070de3bbe3c98a1d8a2b77d719 into …

2024-05-28:

13:12 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
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 Jiri Svoboda
__syscall_fast_func is initialized, but not with a constant. …
13:07 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
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 Jiri Svoboda
Here's the culprit in libconsole's console.c: […] Removing this …
17:58 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
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 Jiri Svoboda
To make things even more confusing, not all binaries contain a …
17:46 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
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 Jakub Jermář
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 Jiri Svoboda
Note that we ran call *(%edx). edx contains 0x804fc60 which is […] …
10:38 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
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 Jiri Svoboda
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 Jiri Svoboda
[…]
09:14 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
[…] 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 Jiri Svoboda
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 Jiri Svoboda
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 Jiri Svoboda
The first task to crash is /srv/hid/input: […]
08:43 Ticket #871 (Tasks crash during boot of 486 build) updated by Jiri Svoboda
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 Jiri Svoboda
When I configure ia32 preset and change processor to 486, build the …

2024-05-21:

17:13 Changeset in mainline [9b95b964] by Jiri Svoboda <jiri@…>
Array of strings sys_dirs must be NULL-terminated
15:46 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
15:45 Changeset in mainline [b6f8f69] by Jiri Svoboda <jiri@…>
Attempt to deal with changing disk device names in sysinst
13:45 Ticket #867 (486 build fails) closed by Jiri Svoboda
fixed: Fixed in changeset …
13:42 Changeset in mainline [3526f4f3] by Jiri Svoboda <jiri@…>
On 486 we cannot call read_msr()/write_msr()
11:33 Changeset in mainline [443695e] by Jiri Svoboda <jiri@…>
Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …

2024-05-19:

20:58 ReleaseNotes edited by Jiri Svoboda
Update latest release to 0.14.1 (diff)
20:43 About edited by Jiri Svoboda
Update download link to 0.14.1 (diff)
20:42 Download edited by Jiri Svoboda
Add 0.14.1 release (diff)

2024-05-18:

15:06 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
15:03 Changeset in mainline [1801005] by Jiri Svoboda <jiri@…>
Fix IPv6 address parsing

2024-05-17:

17:51 Changeset in mainline [60744cb] by Jiri Svoboda <jiri@…>
Let driver specify any argument to IRQ handler This allows the driver …
12:25 Changeset in mainline [646849b3] by Jiri Svoboda <jiri@…>
Handle both IDE channels in the same driver instance We need to work …

2024-05-16:

18:22 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
18:20 Changeset in mainline [59c0f478] by Jiri Svoboda <jiri@…>
Rename ata_bd → isa-ide
16:28 ReleaseNotes/Mainline edited by Jiri Svoboda
Fix formatting (diff)
16:25 ReleaseNotes/Mainline edited by Jiri Svoboda
Factoring code out to libata (diff)
16:17 Changeset in mainline [2791fbb7] by Jiri Svoboda <jiri@…>
Move generic ATA code out to libata

2024-05-09:

19:02 DeveloperDocs/Peripherals edited by Jiri Svoboda
(diff)
18:14 DeveloperDocs/Peripherals edited by Jiri Svoboda
Docs for IBM PC floppy controler (diff)

2024-05-08:

17:56 Changeset in mainline [2bf9f90] by GitHub <noreply@…>
Merge 12f5a1be9347ae8a4c87b277c612c58c71f5f5fc into …
16:12 Changeset in mainline [6855743] by GitHub <noreply@…>
Merge 8a9a41e01a710f4ef36a33613b89d0973f674280 into …

2024-05-07:

18:43 DeveloperDocs/Peripherals edited by Jiri Svoboda
(diff)
18:26 DeveloperDocs/Peripherals edited by Jiri Svoboda
(diff)

2024-05-06:

18:38 ReleaseNotes/Mainline edited by Jiri Svoboda
ATA IRQ (diff)
18:33 Changeset in mainline [64cf7a3] by Jiri Svoboda <jiri@…>
ATA Block Driver support for IRQ You can fall back to PIO mode by not …

2024-05-01:

07:48 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
07:46 Changeset in mainline [21989e5] by Jiri Svoboda <jiri@…>
Allow ata_bd to transfer more than 1 block in a single IO

2024-04-30:

20:46 Changeset in mainline [926d9d9b] by Jiri Svoboda <jiri@…>
Remove forgotten debug output
13:27 Ticket #870 (Remove second argument of block_init) closed by Jiri Svoboda
fixed: Fixed in changeset …
13:25 Changeset in mainline [7ae01d5] by Jiri Svoboda <jiri@…>
Remove unused comm_size parameter of block_init()
13:11 ReleaseNotes/Mainline edited by Jiri Svoboda
rand_read and seq_read disk benchmarks (diff)
13:08 Changeset in mainline [bdd9e92] by Jiri Svoboda <jiri@…>
Add random and sequential disk read benchmark
11:57 Ticket #870 (Remove second argument of block_init) created by Jiri Svoboda
Second argument of block_init() (comm_size) is no longer used in the …

2024-04-07:

13:05 Changeset in mainline [2a0c827c] by Nataliia Korop <n.corop08@…>
nic_device_added_impl decl delete
12:53 Changeset in mainline [e55d2c1] by Nataliia Korop <n.corop08@…>
add_to_cat func in lib
09:52 Changeset in mainline [c37c24c] by Nataliia Korop <n.corop08@…>
Merge branch 'topic/packet-capture' into topic/packet-capture-choose-nic
09:52 Changeset in mainline [6c1e7c0] by Nataliia Korop <n.corop08@…>
fix app help
09:45 Changeset in mainline [34aad53d] by Nataliia Korop <n.corop08@…>
merge master to topic/packet-capture
09:32 Changeset in mainline [384f081] by Nataliia Korop <n.corop08@…>
app: read options ok

2024-03-29:

15:26 taskbar-cfg.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Taskbar Configuration
15:26 display-cfg.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Display Configuration
15:25 ReleaseNotes/0.14.1 edited by Jiri Svoboda
Application screenshots (diff)
15:20 barber-txt.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Barber in text mode
15:19 aboutos.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
About HelenOS

2024-03-28:

21:40 ReleaseNotes/0.14.1 edited by Jiri Svoboda
Remove empty sections (diff)
21:39 ReleaseNotes/0.14.1 edited by Jiri Svoboda
Add screenshots for UI improvements (diff)
21:38 multiseat.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Multi-seat
21:28 sysmenu.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
System menu
21:28 minimize.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Minimize button
21:27 menuabove.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Menu above the menu bar
21:27 actwndhgl.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Active window button highlighted
21:27 start-menu-txt.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Stat menu in text mode
21:25 start-menu.png attached to ReleaseNotes/0.14.1 by Jiri Svoboda
Start menu
20:12 Changeset in mainline [522eecf] by Jiri Svoboda <jiri@…>
Third time's the charm
20:11 Changeset in mainline [f171677] by Jiri Svoboda <jiri@…>
Update screenshot (2nd attempt)
20:10 Changeset in mainline [f1c6975] by Jiri Svoboda <jiri@…>
Update screenshot
20:08 Screenshots edited by Jiri Svoboda
(diff)
20:07 Screenshots edited by Jiri Svoboda
(diff)
20:04 Screenshots edited by Jiri Svoboda
Add 11.4 GUI (diff)
20:01 start-menu-txt.png attached to Screenshots by Jiri Svoboda
Start menu in text mode
20:01 gui-14.1.png attached to Screenshots by Jiri Svoboda
GUI 0.14.1
19:23 About edited by Jiri Svoboda
(diff)
19:21 gui-14.1-aio.png attached to Screenshots by Jiri Svoboda
GUI 0.14.1 All-in-one
19:19 About edited by Jiri Svoboda
(diff)
12:07 UsersGuide/QuickStart edited by Jiri Svoboda
0.9.1 → 0.14.1 (diff)
12:05 UsersGuide/GUI edited by Jiri Svoboda
System menu screenshot (diff)
12:03 sysmenu.png attached to UsersGuide/GUI by Jiri Svoboda
System menu
11:42 start-menu.png attached to UsersGuide/GUI by Jiri Svoboda
Start menu
11:41 UsersGuide/GUI edited by Jiri Svoboda
(diff)
11:35 UsersGuide/GUI edited by Jiri Svoboda
Add screenshot (diff)
11:31 gui.png attached to UsersGuide/GUI by Jiri Svoboda
GUI upon startup (0.14.1)
11:16 Changeset in mainline [b3af081] by Jiri Svoboda <jiri@…>
Bump version to 0.14.1 (Aladar)
11:13 Changeset in mainline [bdf06ad] by Jiri Svoboda <jiri@…>
Fix ccheck.
10:54 Changeset in mainline [fd398b2c] by Jiri Svoboda <jiri@…>
Work around IA-64 compiler bug.

2024-03-27:

13:14 ReleaseNotes/0.14.1 edited by Jiri Svoboda
(diff)
12:45 ReleaseNotes/0.14.1 edited by Jiri Svoboda
(diff)
12:44 ReleaseNotes edited by Jiri Svoboda
(diff)
12:43 ReleaseNotes/Mainline edited by Jiri Svoboda
Revert after moving contents to 0.14.1 (diff)
12:42 ReleaseNotes/0.14.1 created by Jiri Svoboda
Prepare for 0.14.1 release
12:35 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by Jiri Svoboda
Milestone changed
When I try to instrument the code to get more information, it fails in …
10:38 Changeset in mainline [3dd99dde] by Jiri Svoboda <jiri@…>
Fix export libraries list and helenos-pkg-config default export path

2024-03-20:

17:06 Changeset in mainline [8d9217d] by Nataliia Korop <n.corop08@…>
nic, drvs, pcapctl
Note: See TracTimeline for information about the timeline view.