OpenBSD cvs log

created 2023-11-19T08:28:12Z
begin 2023-11-15T00:00:00Z
end 2023-11-16T00:00:00Z
path src/sys
commits 2

date 2023-11-15T20:23:19Z
author kn
files src/sys/kern/subr_disk.c log diff annotate
src/sys/sys/disk.h log diff annotate
message Constify disk_map()'s path argument

The disklabel UID passed in is not modified, reflect that and allow callers
using 'const char *'.

OK miod

date 2023-11-15T23:57:45Z
author dlg
files src/sys/dev/bio.c log diff annotate
message use a random number as the cookie in bio ioctls.

ok kn@ krw@