rkarahan80

Results 8 issues of rkarahan80

UI Change (webui/index.html, webui/index.css): - Restructured the text button row in the chat input area. - Kept "Pause/Resume Agent" and "Files" buttons visible. - Moved "Import Knowledge", "History", "Context", and...

This commit introduces a basic graphical user interface (GUI) for the `ls` command, built using GTK4. The GUI allows users to: - Specify a directory path in a text entry...

bsdinstall: Improve installer UI for mirrorselect and zfsboot Refactored `mirrorselect` to organize mirrors by region using submenus, making it easier for users to locate appropriate mirrors based on geography. Refactored...

Introduces an intermediate latency state (itr_latency_medium) to the Adaptive Interrupt Moderation (AIM) logic in the if_em (Intel PRO/1000) network driver. This change aims to provide a smoother transition between low-latency...

This commit introduces new sysctl OIDs and enhances procstat to display per-process minor and major page fault counts. Kernel changes: - Added new sysctl OIDs: - kern.proc.pid..minflt (minor page faults)...

This commit introduces a new command-line option `-j` (and `--json`) to the `diff` utility. When specified, file and directory information is printed in JSON format. The output is a JSON...

This commit introduces the core framework for the TCP BBR congestion control algorithm within the `sys/netinet/cc/` directory. Key changes: 1. Created `sys/netinet/cc/cc_bbr.c`. 2. Defined `struct bbr_state` to hold BBR's per-connection...

This commit introduces a new `-d` command-line option to the `basename` utility. When this option is used, `basename` will output the directory portion of the given path, similar to the...