hidnplayr
  • Joined on 2026-04-06
hidnplayr commented on issue KolibriOS/kolibrios#432 2026-06-09 18:58:11 +00:00
Realtek RTL8168/8111C - Link is disconnected

Very interesting, the driver managed to make the card refuse to talk to the PCI(e) bus any further! I hope the card wants to talk to us again after a (cold) reboot, so we can try again!

I…

hidnplayr commented on issue KolibriOS/kolibrios#432 2026-06-07 20:55:12 +00:00
Realtek RTL8168/8111C - Link is disconnected

@Golffies : Please try the driver from attachment if you have the time. It will perform a dump of registers at certain strategic points, but also has fixed PHY revision logic.

hidnplayr commented on pull request KolibriOS/kolibrios#458 2026-06-07 07:45:13 +00:00
WIP: upgrade mbedtls library and update port

@hidnplayr If you still think it's a mess, should I close this PR and break it down into multiple clean commits where the upstream code and my Kolibrios-specific changes are isolated into…

hidnplayr commented on pull request KolibriOS/kolibrios#458 2026-06-07 07:37:21 +00:00
WIP: upgrade mbedtls library and update port

One thing that worries me is that if someone tries to run this on an older processor that doesn't support RDRAND and RDSEED, it'll likely cause a problem.

Because of this, I was…

hidnplayr commented on issue KolibriOS/kolibrios#475 2026-06-06 10:33:40 +00:00
tinyxml - Update source

The AsmXML library exports it's functions as C-calls, so you might only need some .h files to get going.

It seems kpm uses only a handfull of calls, so estimated work 0.5~1 days.

The…

hidnplayr commented on pull request KolibriOS/kolibrios#458 2026-06-06 08:32:24 +00:00
WIP: upgrade mbedtls library and update port

As impressive as the work might be, the PR looks like a complete massacre to me. I cannot see which code was reused from old port, which code is coming from upstream, and which was modified by…

hidnplayr commented on pull request KolibriOS/kolibrios#354 2026-06-06 08:24:18 +00:00
libc.obj: implement console output via SHELL

It's a much needed mechanism, but unfortunately the provided solution will be exclusive for C users :(

hidnplayr pushed to main at hidnplayr/kolibrios 2026-06-05 21:35:24 +00:00
5bc9406650 GHASH implementation, to be used for AES-GCM
hidnplayr approved KolibriOS/kolibrios#473 2026-06-05 21:28:08 +00:00
App/socketdbg: updated *SOCKET structs and fixed stack in loop

I didn't test it, but it looks okay.

hidnplayr commented on pull request KolibriOS/kolibrios#379 2026-06-05 21:17:31 +00:00
[GSoC] WIP: FeedFlow - RSS Feeds Reader

Hi. Looks like AsmXML is BSD licensed. Does that work with this program's license?

It depends on the specific revision of the BSD license,…

hidnplayr commented on pull request KolibriOS/kolibrios#379 2026-06-05 16:26:54 +00:00
[GSoC] WIP: FeedFlow - RSS Feeds Reader

Hi. Looks like AsmXML is BSD licensed. Does that work with this program's license?

It depends on the specific revision of the BSD license, which the…

hidnplayr commented on issue KolibriOS/kolibrios#475 2026-06-05 15:21:46 +00:00
tinyxml - Update source

RSS client will introduce AsmXML as a separate library, would be nice if we can use the same here. KolibriOS/kolibrios#379

hidnplayr commented on issue KolibriOS/kolibrios#432 2026-06-04 19:30:07 +00:00
Realtek RTL8168/8111C - Link is disconnected

@Golffies: @Leency had an interesting development where his RTL8169SC card started to work only after a hot reboot from windows. We'll investigate by dumping registers after hot windows vs cold…

hidnplayr pushed to main at hidnplayr/kolibrios 2026-06-01 19:32:38 +00:00
becaf4c4d5 Add ECDH curve25519-sha256 key exchange algorithm support.
hidnplayr pushed to main at hidnplayr/kolibrios 2026-05-31 18:13:20 +00:00
5f967ce97d Add x25519 and x448 base implementations
hidnplayr commented on pull request KolibriOS/kolibrios#450 2026-05-28 18:05:52 +00:00
dl: fix text overlap

It seems binary was added by accident

hidnplayr commented on pull request KolibriOS/kolibrios#352 2026-05-28 18:01:47 +00:00
VBoxGuest драйвер и VBoxCtrl управление

Sounds amazing, I'll test it soon.

Any particular reason virtio network was skipped? Is it part of a separate logical module?

hidnplayr commented on pull request KolibriOS/kolibrios#437 2026-05-28 17:59:10 +00:00
WIP: Kernel UI: add maximize button support for skinned windows (bounty #283)

May I suggest to add backwards compatibility; to have skins with or without maximize button. It should not be so hard to do, and will ease the transition.

hidnplayr commented on pull request KolibriOS/kolibrios#379 2026-05-28 17:55:16 +00:00
[GSoC] WIP: FeedFlow - RSS Feeds Reader

In general, code looks clean and readable. I did not test the application yet this time, only reviewed source.

Some small remarks:

  1. Source/data layout: Usually, application has all the…
hidnplayr commented on pull request KolibriOS/kolibrios#392 2026-05-20 13:13:39 +00:00
apps/ircc: fix text formatting issues (#376)

The color code counting logic seems overly complicated at first sight. Did I really wrote a routine that counts characters backwards? From what I remember, we just might need to scan backwards…