Page MenuHomeFreeBSD

D58798.diff
No OneTemporary

D58798.diff

diff --git a/UPDATING b/UPDATING
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20260812:
+ The new video(4) framework has landed. <sys/videoio.h> is now provided
+ as the API for communicating with it. __FreeBSD_version has been bumped
+ to 1600020 for ports that need to detect this changeover.
+
20260728:
The Intel 82576 and I350 Virtual Function devices have been split from
the igb(4) driver into the igbv driver. Interfaces previously exposed
diff --git a/sys/sys/param.h b/sys/sys/param.h
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1600019
+#define __FreeBSD_version 1600020
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 23, 3:12 AM (5 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36873678
Default Alt Text
D58798.diff (963 B)

Event Timeline