Fix makefs(8) for creating ffs2 filesystem images

2023-05-05 Thread Jihyun Yu
Hi, makefs(8) creates an ffs1 filesystem by default, and the generated filesystem image passes fsck checks. However, when creating an ffs2 filesystem using the -o version=2 option, the generated filesystem image fails fsck checks. This patch resolves the issue by ensuring that the superblock para

[patch] tcpdump(8): fix radius packet formatting

2015-09-05 Thread Jihyun Yu
Hi, tcpdump(8) prints radius message dumps incorrectly by skipping leading zeros while printing hex values. This patch fixes the problem. Index: print-radius.c === RCS file: /cvs/src/usr.sbin/tcpdump/print-radius.c,v retrieving revis

Fix crash on ldapd while parsing schema

2015-01-18 Thread Jihyun Yu
Hi, I found a crash on ldapd while parsing schema file, and wrote a fix for the crash. It's first time for me to send a patch to OpenBSD, so if there's any problem please let me know. The crash is found on -CURRENT, and the patch is written based on latest CVS version. nis.schema from -CURRENT an