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
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
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