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
Note: See TracTimeline for information about the timeline view.