Timeline



2024-06-22:

11:16 Ticket #217 (Need a way to detach devices) closed by Jiri Svoboda
invalid: I think this ticket is terribly out of date. While we still might want …
11:06 ReleaseNotes/Mainline edited by Jiri Svoboda
Switch VCs using Alt-Fn or Shift-Fn (diff)
11:03 Ticket #43 (Switch between virtual terminals using Alt+Fn) closed by Jiri Svoboda
fixed: Fixed in changeset …
10:54 Changeset in mainline [49aaa0e] by Jiri Svoboda <jiri@…>
Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
09:14 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
09:13 Changeset in mainline [ec50d65e] by Jiri Svoboda <jiri@…>
Editor needs to hide cursor when menu bar is activated

2024-06-20:

07:24 Changeset in mainline [743f2cdd] by Jiri Svoboda <jiri@…>
Fix error path when adding ATA devices This would errorneously cause …

2024-06-19:

08:08 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
08:05 Changeset in mainline [7cec216] by Jiri Svoboda <jiri@…>
Fdisk needs to unmount partition before trying to delete it

2024-06-18:

21:28 Changeset in mainline [df1b4a8] by Jiri Svoboda <jiri@…>
Fix volume label entry / rootdir creation in mkfat for FAT32 With …

2024-06-16:

09:32 ReleaseNotes/Mainline edited by Jiri Svoboda
GUID encoding in GPT (diff)

2024-06-13:

16:03 Changeset in mainline [c15296b] by jxsvoboda <5887334+jxsvoboda@…>
Encode and decode GPT UUIDs in little-endian format
16:03 Changeset in mainline [3887aab2] by jxsvoboda <5887334+jxsvoboda@…>
Change internal UUID representation to named fields
16:03 Changeset in mainline [0b1f01c] by jxsvoboda <5887334+jxsvoboda@…>
Add option for 16-bit random number generation
08:38 Changeset in mainline [8c5d686] by Miroslav Cimerman <mc@…>
Encode and decode GPT UUIDs in little-endian format
08:37 Changeset in mainline [d85d4f2] by Miroslav Cimerman <mc@…>
Change internal UUID representation to named fields
08:24 Changeset in mainline [221daa5] by Jiri Svoboda <jiri@…>
Fix off-by-one errors (thx Miroslav Cimerman)

2024-06-12:

20:50 Changeset in mainline [407e251] by Miroslav Cimerman <mc@…>
Add option for 16-bit random number generation

2024-06-11:

14:56 Changeset in mainline [01d5049] by Jiri Svoboda <jiri@…>
PCI-IDE should correctly handle interrupt sharing
09:38 ReleaseNotes/Mainline edited by Jiri Svoboda
PCI-IDE DMA (diff)
09:35 Changeset in mainline [c4ed9fa] by Jiri Svoboda <jiri@…>
Add missing docblock
09:32 Changeset in mainline [9739b5a] by Jiri Svoboda <jiri@…>
Add DMA support to PACKET command
09:00 Changeset in mainline [a38d504] by Jiri Svoboda <jiri@…>
Limit I/O operations not to exceed DMA buffer size

2024-06-10:

17:29 Changeset in mainline [645d3832] by Jiri Svoboda <jiri@…>
Add DMA support to PCI-IDE / libata (register commands)

2024-05-29:

18:30 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
18:27 Changeset in mainline [69c376b5] 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

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