summaryrefslogtreecommitdiff
path: root/pkgtools/libkver/files
AgeCommit message (Collapse)AuthorFilesLines
2005-03-30Update to version 0.6.seb1-4/+4
Support NetBSD release like X.Y.Z_LABEL eg 1.6.2_STABLE.
2005-01-14Add support for versions such as 2.0_STABLE.cube1-1/+5
XXX: actually, it would be nice if pkg_add didn't complain when adding a 2.0 package to a 2.0_STABLE system.
2004-07-06o Allow use if sysctl for MIBs shorter or longer than 2cube1-8/+4
o Instead of returning an error, pass the control to the actual call. This avoids a failure in make because of broken uname() when libkver is used. OK'd by seb@.
2004-04-24fix a sentence, fix a typo, s/netbsd.org/NetBSD.org/grant1-4/+4
2003-12-13Update to version 0.4.seb7-93/+196
Libkver is now run-time configurable, see installed kver(3), it now installs in LOCALBASE and uses install/deinstall scripts to replace/restore /sbin/sysctl if needed.
2003-10-27Update to version 0.3.seb2-2/+7
Add support for NetBSD 1.6.2. XXX The "release date" is fiction.
2003-09-30Update to version 0.2.seb1-5/+4
Fix a mostly harmless bug: a utsname.machine string was added at the end of utsname.version string.
2003-07-20Add support for picking up KVER_OSRELEASE in "/etc/mk.conf": bothseb2-5/+6
when used as standalone sources and -as MAKECONF is set to /dev/null in MAKE_ENV by bsd.pkg.mk- as package sources.
2003-07-11Initial import of libkver version 0.1 into the NetBSD Packages Colelction.seb6-0/+201
This package provides a shared library and a replacement for sysctl(1) (when needed i.e. when the original one is statically linked) so that the real version numbers and strings of the running NetBSD kernel as returned by sysctl(3) and uname(3) are overridden by those fixed during compilation. This is useful for -among other things- building packages in sandboxed/chrooted environment for a different NetBSD release than the system hosting the sandbox/chroot.