Timeline
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 …
2024-04-07:
- 13:05 Changeset in mainline [2a0c827c] by
- nic_device_added_impl decl delete
- 12:53 Changeset in mainline [e55d2c1] by
- add_to_cat func in lib
- 09:52 Changeset in mainline [c37c24c] by
- Merge branch 'topic/packet-capture' into topic/packet-capture-choose-nic
- 09:52 Changeset in mainline [6c1e7c0] by
- fix app help
- 09:45 Changeset in mainline [34aad53d] by
- merge master to topic/packet-capture
- 09:32 Changeset in mainline [384f081] by
- app: read options ok
2024-03-29:
- 15:25 ReleaseNotes/0.14.1 edited by
- Application screenshots (diff)
2024-03-28:
- 21:40 ReleaseNotes/0.14.1 edited by
- Remove empty sections (diff)
- 21:39 ReleaseNotes/0.14.1 edited by
- Add screenshots for UI improvements (diff)
- 20:12 Changeset in mainline [522eecf] by
- Third time's the charm
- 20:11 Changeset in mainline [f171677] by
- Update screenshot (2nd attempt)
- 20:10 Changeset in mainline [f1c6975] by
- Update screenshot
- 20:08 Screenshots edited by
- (diff)
- 20:07 Screenshots edited by
- (diff)
- 20:04 Screenshots edited by
- Add 11.4 GUI (diff)
- 19:23 About edited by
- (diff)
- 19:19 About edited by
- (diff)
- 12:07 UsersGuide/QuickStart edited by
- 0.9.1 → 0.14.1 (diff)
- 12:05 UsersGuide/GUI edited by
- System menu screenshot (diff)
- 11:41 UsersGuide/GUI edited by
- (diff)
- 11:35 UsersGuide/GUI edited by
- Add screenshot (diff)
- 11:16 Changeset in mainline [b3af081] by
- Bump version to 0.14.1 (Aladar)
- 11:13 Changeset in mainline [bdf06ad] by
- Fix ccheck.
- 10:54 Changeset in mainline [fd398b2c] by
- Work around IA-64 compiler bug.
2024-03-27:
- 13:14 ReleaseNotes/0.14.1 edited by
- (diff)
- 12:45 ReleaseNotes/0.14.1 edited by
- (diff)
- 12:44 ReleaseNotes edited by
- (diff)
- 12:43 ReleaseNotes/Mainline edited by
- Revert after moving contents to 0.14.1 (diff)
- 12:42 ReleaseNotes/0.14.1 created by
- Prepare for 0.14.1 release
- 12:35 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
-
Milestone changed
When I try to instrument the code to get more information, it fails in … - 10:38 Changeset in mainline [3dd99dde] by
- Fix export libraries list and helenos-pkg-config default export path
2024-03-20:
- 17:06 Changeset in mainline [8d9217d] by
- nic, drvs, pcapctl
2024-03-19:
- 15:15 Changeset in mainline [78edb5e] by
- choose nic: without —deviced
- 14:35 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- I think it's crashing here: […]
- 14:27 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- 0x400000000001d240 is inside fibril_mutex_unlock: […]
- 14:22 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- In the listing above vfs is still present. However, if I try to …
- 08:32 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- […]
- 08:29 Ticket #866 (console input freezes on ia64/ski after GCC upgrade) updated by
- I can confirm this. I booted up and ran 'ls' and it hang halfway …
- 07:44 Ticket #859 (Build with Detailed kernel logging enabled fails) updated by
-
Milestone changed
- 07:43 Ticket #857 (/app/cpptest killed due to an exception at program counter ...) updated by
-
Milestone changed
- 07:42 Ticket #855 (System sometimes does not boot fully up to GUI) updated by
-
Milestone changed
- 07:42 Ticket #856 (XHCI driver does not start reliably on amd64) updated by
-
Milestone changed
- 07:41 Ticket #867 (486 build fails) updated by
-
Milestone changed
- 07:40 Ticket #868 (Block cache and page out) updated by
-
Milestone changed
- 07:40 Ticket #843 (s3c24xx_ts driver should not be used on other platforms than GTA02) updated by
-
Milestone changed
- 07:39 Ticket #820 (Changing ninja config from CONFIG_SMP to !CONFIG_SMP and vice versa ...) updated by
-
Milestone changed
- 07:38 Ticket #858 (i8042 driver loads the processor when HW not present) updated by
-
Milestone changed
- 07:37 Ticket #853 (test_app-nav failures) closed by
- fixed: Fixed in changeset …
- 07:33 Changeset in mainline [a29af37] by
- Fix navigator tests
- 07:17 Tickets #820,834,843,853,854,855,856,857,859,860,861,862,864,866,867,868,858 batch updated by
-
Milestone changed
Milestone renamed
2024-03-18:
- 14:44 ReleaseNotes/Mainline edited by
- Barber (diff)
- 14:43 Changeset in mainline [2f11647f] by
- Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
- 10:24 Changeset in mainline [7b7a7d2] by
- Fix ze schrecklig tool von Dreckmore (a.k.a. mkarray_for_meson)
2024-03-13:
- 09:28 ReleaseNotes/Mainline edited by
- Add a little bit of praise to the start menu (diff)
- 09:26 Changeset in mainline [394ffff] by
- Add Image Viewer to start menu
- 09:21 ReleaseNotes/Mainline edited by
- Viewer improvements (diff)
- 09:19 Changeset in mainline [41e1258] by
- Viewer should quit on Ctrl-Q and Escape, apart from just Q.
- 09:07 Changeset in mainline [45208e22] by
- Viewer to let user browse for image file if not specified as argument
2024-03-11:
- 10:28 Changeset in mainline [c3d4b39b] by
- Move window creation/destruction code to viewer_window_create/destroy()
- 10:19 ReleaseNotes/Mainline edited by
- Viewer supports text mode (diff)
- 10:17 Changeset in mainline [3f81cdc] by
- Move viewer global variables into viewer_t
Note:
See TracTimeline
for information about the timeline view.