Timeline
2024-07-12:
- 10:12 Ticket #872 (System is very slow in VirtualBox with more than 1 CPU) created by
- MaaSTaaR found out that when you run HelenOS in VirtualBox and you …
2024-07-11:
- 11:29 Changeset in mainline [705b65ea] by
- Do not automatically mount floppy. Reduce driver verbosity.
2024-07-08:
- 19:24 ReleaseNotes/Mainline edited by
- (diff)
- 19:16 Changeset in mainline [f77ede10] by
- Write data (floppy)
- 19:05 Changeset in mainline [878736e] by
- Fix ccheck.
- 19:00 Changeset in mainline [dc5647e] by
- PC floppy disk driver Bare minimum implemented.
2024-07-06:
2024-07-01:
2024-06-29:
- 18:44 Changeset in mainline [9a664b6d] by
- Use windows flag to determine if the taskbar should minimize or …
- 11:03 ReleaseNotes/Mainline edited by
- (diff)
- 10:37 Changeset in mainline [e3997a8] by
- Do not send press event to focused window obscured by popup window
- 00:49 Changeset in mainline [8eeffc1] by
- Minimize an activated window when its name is clicked from taskbar
2024-06-27:
- 08:06 Changeset in mainline [af3235d] by
- Make HelenOS compilable when detailed kernel message is enabled
- 08:01 Changeset in mainline [6a044dd] by
- Remove the necessity of initrd to be in the last of grub's modules list
2024-06-26:
- 15:08 Changeset in mainline [4b20d5f] by
- Make HelenOS compilable when detailed kernel message is enabled
2024-06-25:
- 17:15 Changeset in mainline [a894219] by
- Remove the necessity of initrd to be in the last of grub's modules list
2024-06-24:
2024-06-22:
- 11:16 Ticket #217 (Need a way to detach devices) closed by
- invalid: I think this ticket is terribly out of date. While we still might want …
- 11:06 ReleaseNotes/Mainline edited by
- Switch VCs using Alt-Fn or Shift-Fn (diff)
- 11:03 Ticket #43 (Switch between virtual terminals using Alt+Fn) closed by
- fixed: Fixed in changeset …
- 10:54 Changeset in mainline [49aaa0e] by
- Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
- 09:14 ReleaseNotes/Mainline edited by
- (diff)
- 09:13 Changeset in mainline [ec50d65e] by
- Editor needs to hide cursor when menu bar is activated
2024-06-20:
- 07:24 Changeset in mainline [743f2cdd] by
- Fix error path when adding ATA devices This would errorneously cause …
2024-06-19:
- 08:08 ReleaseNotes/Mainline edited by
- (diff)
- 08:05 Changeset in mainline [7cec216] by
- Fdisk needs to unmount partition before trying to delete it
2024-06-18:
- 21:28 Changeset in mainline [df1b4a8] by
- Fix volume label entry / rootdir creation in mkfat for FAT32 With …
2024-06-16:
- 09:32 ReleaseNotes/Mainline edited by
- GUID encoding in GPT (diff)
2024-06-13:
- 16:03 Changeset in mainline [c15296b] by
- Encode and decode GPT UUIDs in little-endian format
- 16:03 Changeset in mainline [3887aab2] by
- Change internal UUID representation to named fields
- 16:03 Changeset in mainline [0b1f01c] by
- Add option for 16-bit random number generation
- 08:38 Changeset in mainline [8c5d686] by
- Encode and decode GPT UUIDs in little-endian format
- 08:37 Changeset in mainline [d85d4f2] by
- Change internal UUID representation to named fields
- 08:24 Changeset in mainline [221daa5] by
- Fix off-by-one errors (thx Miroslav Cimerman)
2024-06-12:
- 20:50 Changeset in mainline [407e251] by
- Add option for 16-bit random number generation
2024-06-11:
- 14:56 Changeset in mainline [01d5049] by
- PCI-IDE should correctly handle interrupt sharing
- 09:38 ReleaseNotes/Mainline edited by
- PCI-IDE DMA (diff)
- 09:35 Changeset in mainline [c4ed9fa] by
- Add missing docblock
- 09:32 Changeset in mainline [9739b5a] by
- Add DMA support to PACKET command
- 09:00 Changeset in mainline [a38d504] by
- Limit I/O operations not to exceed DMA buffer size
2024-06-10:
- 17:29 Changeset in mainline [645d3832] by
- Add DMA support to PCI-IDE / libata (register commands)
2024-05-29:
- 18:30 ReleaseNotes/Mainline edited by
- (diff)
- 18:27 Changeset in mainline [69c376b5] by
- Avoid invoking SYSCALL macro outside of libc.
- 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 …
- 18:16 Changeset in mainline [c576800] by
- The main program's relocation must be processed after the shared libs
- 18:11 Changeset in mainline [b192915a] by
- 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
- 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_func
is 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:
- 17:13 Changeset in mainline [9b95b964] by
- Array of strings sys_dirs must be NULL-terminated
- 15:46 ReleaseNotes/Mainline edited by
- (diff)
- 15:45 Changeset in mainline [b6f8f69] by
- Attempt to deal with changing disk device names in sysinst
- 13:45 Ticket #867 (486 build fails) closed by
- fixed: Fixed in changeset …
- 13:42 Changeset in mainline [3526f4f3] by
- On 486 we cannot call read_msr()/write_msr()
- 11:33 Changeset in mainline [443695e] by
- Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …
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:
- 15:06 ReleaseNotes/Mainline edited by
- (diff)
- 15:03 Changeset in mainline [1801005] by
- Fix IPv6 address parsing
2024-05-17:
- 17:51 Changeset in mainline [60744cb] by
- Let driver specify any argument to IRQ handler This allows the driver …
- 12:25 Changeset in mainline [646849b3] by
- Handle both IDE channels in the same driver instance We need to work …
2024-05-16:
- 18:22 ReleaseNotes/Mainline edited by
- (diff)
- 18:20 Changeset in mainline [59c0f478] by
- Rename ata_bd → isa-ide
- 16:28 ReleaseNotes/Mainline edited by
- Fix formatting (diff)
- 16:25 ReleaseNotes/Mainline edited by
- Factoring code out to libata (diff)
- 16:17 Changeset in mainline [2791fbb7] by
- Move generic ATA code out to libata
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)
- 18:33 Changeset in mainline [64cf7a3] by
- ATA Block Driver support for IRQ You can fall back to PIO mode by not …
2024-05-01:
- 07:48 ReleaseNotes/Mainline edited by
- (diff)
- 07:46 Changeset in mainline [21989e5] by
- Allow ata_bd to transfer more than 1 block in a single IO
2024-04-30:
- 20:46 Changeset in mainline [926d9d9b] by
- Remove forgotten debug output
- 13:27 Ticket #870 (Remove second argument of block_init) closed by
- fixed: Fixed in changeset …
- 13:25 Changeset in mainline [7ae01d5] by
- Remove unused comm_size parameter of block_init()
- 13:11 ReleaseNotes/Mainline edited by
- rand_read and seq_read disk benchmarks (diff)
- 13:08 Changeset in mainline [bdd9e92] by
- Add random and sequential disk read benchmark
- 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 …
Note:
See TracTimeline
for information about the timeline view.