Page MenuHomeFreeBSD

jkim (Jung-uk Kim)
User

Projects

User Details

User Since
May 29 2014, 5:05 PM (560 w, 14 h)

Recent Activity

Today

jkim added a comment to D49073: loader.efi: add "gop blt <on|off>" command.

Unfortunately, I do not see anything on screen if I do gop blt off. *Blindly* typing gop blt on makes it start printing characters again. Maybe pixel color is wrong, e.g., background color == foreground color?

Fri, Feb 21, 3:36 AM

Mon, Feb 10

jkim committed R11:34cdec019cc4: devel/libvirt: Fix a typo in a rc script to correct PROVIDE (authored by jkim).
devel/libvirt: Fix a typo in a rc script to correct PROVIDE
Mon, Feb 10, 10:59 PM

Fri, Feb 7

jkim committed R11:9177e2323609: sysutils/swtpm: Fix incorrect rcorder requirement (authored by jkim).
sysutils/swtpm: Fix incorrect rcorder requirement
Fri, Feb 7, 11:45 PM

Sun, Feb 2

jkim added a comment to D48794: Fix kernel build with GEOM_LABEL and no FFS.

I updated the patch to revert rGe1ebda4458bb and re-apply my patch.

Sun, Feb 2, 5:56 PM
jkim added a reviewer for D48794: Fix kernel build with GEOM_LABEL and no FFS: glebius.
Sun, Feb 2, 5:55 PM
jkim updated the diff for D48794: Fix kernel build with GEOM_LABEL and no FFS.
Sun, Feb 2, 5:54 PM
jkim added a comment to D48794: Fix kernel build with GEOM_LABEL and no FFS.

Gleb added a stopgap in rGe1ebda4458bb but I don't like it because we will have vfs.ffs node in MINIMAL kernel.

Sun, Feb 2, 5:53 PM

Sat, Feb 1

jkim updated the diff for D48794: Fix kernel build with GEOM_LABEL and no FFS.
Sat, Feb 1, 6:46 AM
jkim updated the test plan for D48794: Fix kernel build with GEOM_LABEL and no FFS.
Sat, Feb 1, 5:40 AM
jkim updated the test plan for D48794: Fix kernel build with GEOM_LABEL and no FFS.
Sat, Feb 1, 5:39 AM
jkim updated the summary of D48794: Fix kernel build with GEOM_LABEL and no FFS.
Sat, Feb 1, 5:39 AM
jkim requested review of D48794: Fix kernel build with GEOM_LABEL and no FFS.
Sat, Feb 1, 5:39 AM

Thu, Jan 30

jkim added a comment to D48387: acpi_spmc: Add SPMC (system power management controller) driver.

I found some time and tried it on Intel Core 8th gen laptop.

Thu, Jan 30, 4:36 AM

Jan 7 2025

jkim accepted D48331: x86: tsc: more resilient cpuid parsing.
Jan 7 2025, 7:13 PM

Jan 6 2025

jkim accepted D48331: x86: tsc: more resilient cpuid parsing.

LGTM

Jan 6 2025, 10:01 PM

Jan 3 2025

jkim committed rG62e841ccce30: acpica: Import ACPICA 20241212 (authored by jkim).
acpica: Import ACPICA 20241212
Jan 3 2025, 11:01 PM
jkim committed rG1a259ad4ab5b: acpica: Merge ACPICA 20240927 (authored by jkim).
acpica: Merge ACPICA 20240927
Jan 3 2025, 11:01 PM
jkim committed rG92f570c32e9b: acpica: Import ACPICA 20240827 (authored by jkim).
acpica: Import ACPICA 20240827
Jan 3 2025, 11:01 PM
jkim committed rG804fe2660352: acpica: Import ACPICA 20240321 (authored by jkim).
acpica: Import ACPICA 20240321
Jan 3 2025, 11:01 PM
jkim committed rG98a2c01a8898: Import ACPICA 20241212 (authored by jkim).
Import ACPICA 20241212
Jan 3 2025, 9:55 PM
jkim committed rGae8106ed3aec: Import ACPICA 20240927 (authored by jkim).
Import ACPICA 20240927
Jan 3 2025, 9:55 PM
jkim committed rGb6246dbb668a: Import ACPICA 20240321 (authored by jkim).
Import ACPICA 20240321
Jan 3 2025, 9:55 PM
jkim committed rGe690145f81b9: Import ACPICA 20240827 (authored by jkim).
Import ACPICA 20240827
Jan 3 2025, 9:55 PM

Dec 18 2024

jkim committed R11:baf122e1f60e: sysutils/acpica-tools: Update to 20241212 (authored by jkim).
sysutils/acpica-tools: Update to 20241212
Dec 18 2024, 10:25 PM

Nov 7 2024

jkim accepted D47472: localedata: add some exceptions to utf8proc widths.

LGTM

Nov 7 2024, 6:30 PM
jkim requested changes to D47472: localedata: add some exceptions to utf8proc widths.
Nov 7 2024, 5:07 PM
jkim added a reviewer for D47472: localedata: add some exceptions to utf8proc widths: jkim.
Nov 7 2024, 5:06 PM
jkim added a comment to D47472: localedata: add some exceptions to utf8proc widths.

Although Hangul Jamo charaters occupy space, it seems many implementations use zero-width nowadays, including GNU libc.

https://sourceware.org/bugzilla/show_bug.cgi?id=19852
https://github.com/ridiculousfish/widecharwidth/issues/16

I agree that we should follow other implementations.

However, all fillers must occupy proper spaces, i.e., <HANGUL_CHOSEONG_FILLER> => 2, <HANGUL_JUNGSEONG_FILLER> => 0, and <HALFWIDTH_HANGUL_FILLER> => 1.

Ah, ok, thanks for confirming that- so if I just drop the ignorable check, the fillers return to their previous value with exception to <HANGUL_JUNGSEONG_FILLER> since it falls in the Hangul Kamo range that we're forcing to zero-width. That looks right based on what you've written, since omitted values default to 1.

Nov 7 2024, 4:49 PM
jkim added a comment to D47472: localedata: add some exceptions to utf8proc widths.

Although Hangul Jamo charaters occupy space, it seems many implementations use zero-width nowadays, including GNU libc.

Nov 7 2024, 7:52 AM

Nov 1 2024

jkim committed R11:9deb1db06346: graphics/mesa-devel: Disable "-mtls-dialect=gnu2" when built with clang 19 (authored by jkim).
graphics/mesa-devel: Disable "-mtls-dialect=gnu2" when built with clang 19
Nov 1 2024, 6:18 PM
jkim committed R11:13d55b0eaa13: graphics/mesa-dri: fix build with clang 19 (authored by jkim).
graphics/mesa-dri: fix build with clang 19
Nov 1 2024, 6:12 PM

Oct 31 2024

jkim committed R11:bccbfd11abf7: devel/libclc: Add support for clang 19 (authored by jkim).
devel/libclc: Add support for clang 19
Oct 31 2024, 9:27 PM

Sep 27 2024

jkim committed R11:2794712bf1bb: sysutils/acpica-tools: Update to 20240927 (authored by jkim).
sysutils/acpica-tools: Update to 20240927
Sep 27 2024, 10:44 PM

Sep 3 2024

jkim committed R11:73657d23a1f6: sysutils/acpica-tools: Update to 20240827 (authored by jkim).
sysutils/acpica-tools: Update to 20240827
Sep 3 2024, 4:37 AM

May 16 2024

jkim committed R11:7a9b9684e678: graphics/nvidia-drm-61-kmod: Fix build on current after ae38a1a1bfdf (authored by jkim).
graphics/nvidia-drm-61-kmod: Fix build on current after ae38a1a1bfdf
May 16 2024, 10:14 PM
jkim committed R11:b48d56f686b8: graphics/nvidia-drm-515-kmod: Fix build on current after ae38a1a1bfdf (authored by jkim).
graphics/nvidia-drm-515-kmod: Fix build on current after ae38a1a1bfdf
May 16 2024, 10:14 PM

Apr 30 2024

jkim accepted D44986: Fix new users of MAXPHYS and hide it from the kernel namespace.

LGTM

Apr 30 2024, 2:21 PM

Apr 18 2024

jkim committed R11:441dae7ec824: sysutils/acpica-utils: update to 20240321 (authored by jkim).
sysutils/acpica-utils: update to 20240321
Apr 18 2024, 10:33 PM

Jan 31 2024

jkim committed rG81bee6d793ee: acpica: Fix build with ACPICA 20230331 and later (authored by jkim).
acpica: Fix build with ACPICA 20230331 and later
Jan 31 2024, 6:48 PM
jkim committed rG07c64d74917e: acpica: Import ACPICA 20230628 (authored by jkim).
acpica: Import ACPICA 20230628
Jan 31 2024, 4:06 AM
jkim committed rG722b16673c40: acpica: Import ACPICA 20230331 (authored by jkim).
acpica: Import ACPICA 20230331
Jan 31 2024, 4:06 AM

Jan 30 2024

jkim committed rGef3ba9d62592: Import ACPICA 20230628 (authored by jkim).
Import ACPICA 20230628
Jan 30 2024, 9:50 PM
jkim committed rG8e013e1e3b81: Import ACPICA 20230331 (authored by jkim).
Import ACPICA 20230331
Jan 30 2024, 9:45 PM
jkim committed R11:f37ba91418f4: sysutils/acpica-tools: Update to 20230331 (authored by jkim).
sysutils/acpica-tools: Update to 20230331
Jan 30 2024, 6:17 PM
jkim committed R11:8ef0a4816dc7: sysutils/acpica-tools: Update to 20230628 (authored by jkim).
sysutils/acpica-tools: Update to 20230628
Jan 30 2024, 6:17 PM

Jan 27 2024

jkim committed R11:9f89b2276c08: graphics/libkdcraw: Fix PLIST (authored by jkim).
graphics/libkdcraw: Fix PLIST
Jan 27 2024, 2:20 AM

Sep 22 2023

jkim accepted D41943: openssl: Vendor import of OpenSSL 3.0.11.

LGTM

Sep 22 2023, 3:34 PM

Sep 11 2023

jkim committed rG43842be195da: OpenSSL: Regen manual pages for OpenSSL 1.1.1w (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1w
Sep 11 2023, 5:29 PM
jkim committed rG70337f73e914: OpenSSL: Merge OpenSSL 1.1.1w (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1w
Sep 11 2023, 5:29 PM
jkim committed rGab5435791cc7: OpenSSL: Regen manual pages for OpenSSL 1.1.1w (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1w
Sep 11 2023, 5:18 PM
jkim committed rGcf3d446e18bf: OpenSSL: Merge OpenSSL 1.1.1w (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1w
Sep 11 2023, 5:18 PM
jkim committed rGa1860b94f624: Import OpenSSL 1.1.1w (authored by jkim).
Import OpenSSL 1.1.1w
Sep 11 2023, 4:53 PM

Aug 11 2023

jkim committed rG6b405053c997: OpenSSL: clean up botched merges in OpenSSL 3.0.9 import (authored by jkim).
OpenSSL: clean up botched merges in OpenSSL 3.0.9 import
Aug 11 2023, 2:38 AM
jkim committed rGfb055b01eb04: OpenSSL: regen opensslv.h for OpenSSL 3.0.10 (authored by jkim).
OpenSSL: regen opensslv.h for OpenSSL 3.0.10
Aug 11 2023, 12:18 AM

Aug 3 2023

jkim accepted D41293: openssl: Vendor import of OpenSSL-3.0.10.

LGTM

Aug 3 2023, 2:43 PM

Aug 1 2023

jkim committed rG40693d64cbdd: OpenSSL: Regen manual pages for OpenSSL 1.1.1v (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1v
Aug 1 2023, 7:21 PM
jkim committed rG1b34edce0aa1: OpenSSL: Import OpenSSL 1.1.1v (authored by jkim).
OpenSSL: Import OpenSSL 1.1.1v
Aug 1 2023, 7:21 PM
jkim committed rGad5cea201d5d: OpenSSL: Regen manual pages for OpenSSL 1.1.1v (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1v
Aug 1 2023, 4:49 PM
jkim committed rG53a7dcac66f0: OpenSSL: Import OpenSSL 1.1.1v (authored by jkim).
OpenSSL: Import OpenSSL 1.1.1v
Aug 1 2023, 4:49 PM
jkim committed rGcc0d356166e3: Import OpenSSL 1.1.1v (authored by jkim).
Import OpenSSL 1.1.1v
Aug 1 2023, 2:56 PM

Jun 25 2023

jkim committed R11:62bfc7f0f5be: deskutils/kdepim-runtime: Fix build with llvm 16 (authored by jkim).
deskutils/kdepim-runtime: Fix build with llvm 16
Jun 25 2023, 4:51 AM
jkim committed R11:97bb4872ef4e: net/messagelib: Fix build with llvm 16 (authored by jkim).
net/messagelib: Fix build with llvm 16
Jun 25 2023, 4:51 AM

May 30 2023

jkim committed rG48f06dbeb34d: OpenSSL: Regen manual pages for OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1u
May 30 2023, 5:06 PM
jkim committed rG37cf93a96932: OpenSSL: Merge OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1u
May 30 2023, 5:06 PM
jkim committed rG53e3243b058b: OpenSSL: Merge OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1u
May 30 2023, 5:06 PM
jkim committed rGcf3a76018cad: OpenSSL: Regen manual pages for OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1u
May 30 2023, 4:53 PM
jkim committed rGb808c85985bf: OpenSSL: Merge OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1u
May 30 2023, 4:53 PM
jkim committed rGcb56391c165e: OpenSSL: Merge OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1u
May 30 2023, 4:53 PM
jkim committed rG84ffbd7782d2: OpenSSL: Merge OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1u
May 30 2023, 3:15 PM
jkim committed rG5b1268252c56: OpenSSL: Regen manual pages for OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1u
May 30 2023, 3:06 PM
jkim committed rG8f1ef87a6b93: OpenSSL: Merge OpenSSL 1.1.1u (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1u
May 30 2023, 3:05 PM
jkim committed rG8ecb489345f0: Import OpenSSL 1.1.1u (authored by jkim).
Import OpenSSL 1.1.1u
May 30 2023, 2:31 PM

Mar 28 2023

jkim committed rGb674303707ea: MAINTAINERS: Remove myself from OpenSSL maintenance (authored by jkim).
MAINTAINERS: Remove myself from OpenSSL maintenance
Mar 28 2023, 7:48 PM

Mar 21 2023

jkim committed rGe415d255a63c: OpenSSL: Regen an assembly file for arm (authored by jkim).
OpenSSL: Regen an assembly file for arm
Mar 21 2023, 7:18 PM

Mar 6 2023

jkim added a comment to D38906: emulators/virtualbox-ose-kmod: Fix build with LLVM 15.

FYI, the fix was incomplete. I fixed remaining ones in 7270b8992214.

Mar 6 2023, 9:02 PM
jkim committed R11:7270b8992214: emulators/virtualbox-ose: Fix build with LLVM 15 (authored by jkim).
emulators/virtualbox-ose: Fix build with LLVM 15
Mar 6 2023, 8:57 PM
jkim accepted D38931: byacc: Disable backtracking extension..

LGTM

Mar 6 2023, 7:06 PM

Mar 2 2023

jkim added a comment to D38835: openssl: Vendor import of OpenSSL-3.0.8.
In D38835#884575, @ngie wrote:

I followed a different import process than what’s described in FreeBSD-UPGRADE because it was much simpler for me to use rsync -av —-delete to update the contents than multiple calls to find/tar/comm.

Mar 2 2023, 6:19 PM · security, secteam

Mar 1 2023

jkim committed R11:17192bab9279: sysutils/vbetool: Fix build with LLVM 15 (authored by jkim).
sysutils/vbetool: Fix build with LLVM 15
Mar 1 2023, 5:19 PM
jkim committed R11:9f9dd3ded5dd: sysutils/acpica-tools: Fix build with LLVM 15 (authored by jkim).
sysutils/acpica-tools: Fix build with LLVM 15
Mar 1 2023, 12:25 AM

Feb 10 2023

jkim committed rG47131a3278f3: cxgbe: fix module loading (authored by jkim).
cxgbe: fix module loading
Feb 10 2023, 6:31 PM
jkim closed D38482: cxgbe: fix module loading.
Feb 10 2023, 6:31 PM
jkim requested review of D38482: cxgbe: fix module loading.
Feb 10 2023, 3:20 AM

Feb 7 2023

jkim committed rG5983b92a92a0: OpenSSL: Regen manual pages for OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1t
Feb 7 2023, 11:08 PM
jkim committed rG746c5cd56b36: OpenSSL: Regen assembly files for OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Regen assembly files for OpenSSL 1.1.1t
Feb 7 2023, 11:08 PM
jkim committed rG1bf57e058b62: OpenSSL: Merge OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1t
Feb 7 2023, 11:08 PM
jkim committed rGf86f992d4377: OpenSSL: Merge OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1t
Feb 7 2023, 11:08 PM
jkim committed rG4f0087aa7c0d: OpenSSL: Regen manual pages for OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1t
Feb 7 2023, 10:41 PM
jkim committed rG7c83b34ab36e: OpenSSL: Regen assembly files for OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Regen assembly files for OpenSSL 1.1.1t
Feb 7 2023, 10:41 PM
jkim committed rG03b4dfb4d90b: OpenSSL: Merge OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1t
Feb 7 2023, 10:41 PM
jkim committed rG0904c29a0a11: OpenSSL: Merge OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1t
Feb 7 2023, 10:41 PM
jkim committed rGeb9b98fb5aea: OpenSSL: Regen manual pages for OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1t
Feb 7 2023, 7:04 PM
jkim committed rGf1cf49002dbb: OpenSSL: Regen assembly files for OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Regen assembly files for OpenSSL 1.1.1t
Feb 7 2023, 7:04 PM
jkim committed rG640242a59157: OpenSSL: Merge OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1t
Feb 7 2023, 7:04 PM
jkim committed rGfb3134558138: OpenSSL: Merge OpenSSL 1.1.1t (authored by jkim).
OpenSSL: Merge OpenSSL 1.1.1t
Feb 7 2023, 7:04 PM
jkim committed rG0d51f658515c: Import OpenSSL 1.1.1t (authored by jkim).
Import OpenSSL 1.1.1t
Feb 7 2023, 5:09 PM

Nov 18 2022

jkim committed rGc74589394de1: OpenSSL: Regen manual pages for OpenSSL 1.1.1s (authored by jkim).
OpenSSL: Regen manual pages for OpenSSL 1.1.1s
Nov 18 2022, 3:21 AM
jkim committed rG3beee54141b3: OpenSSL: Regen assembly file for OpenSSSL 1.1.1s (authored by jkim).
OpenSSL: Regen assembly file for OpenSSSL 1.1.1s
Nov 18 2022, 3:21 AM
jkim committed rG84e736e3222b: Import OpenSSL 1.1.1s (authored by jkim).
Import OpenSSL 1.1.1s
Nov 18 2022, 3:21 AM
jkim committed rG724842d6aacd: OpenSSL: Regen assembly file for OpenSSSL 1.1.1s (authored by jkim).
OpenSSL: Regen assembly file for OpenSSSL 1.1.1s
Nov 18 2022, 2:47 AM