-# $OpenBSD: GENERIC,v 1.292 2024/01/02 16:32:47 bluhm Exp $
+# $OpenBSD: GENERIC,v 1.293 2024/01/02 16:40:03 bluhm Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
-option HZ=50 # qemu cannot handle more
option DDB # in-kernel debugger
#option DDBPROF # ddb(4) based profiling
#option DDB_SAFE_CONSOLE # allow break into ddb during boot
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.199 2024/01/02 16:32:47 bluhm Exp $
+# $OpenBSD: newvers.sh,v 1.200 2024/01/02 16:40:03 bluhm Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
touch version
v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date`
id=`basename "${d}"`
-git=`git rev-parse --abbrev-ref HEAD`
# additional things which need version number upgrades:
# sys/sys/param.h:
const char sccs[] =
" @(#)${ost} ${osr}" STATUS " (${id}) #${v}: ${t}\n";
const char version[512] =
- "${ost} ${osr}" STATUS " (${id}) #${v}: ${t}\n ${u}@${h}:${d}*${git}\n";
+ "${ost} ${osr}" STATUS " (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
eof
expr ${v} + 1 > version