Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143923993
D51579.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1004 B
Referenced Files
None
Subscribers
None
D51579.id.diff
View Options
diff --git a/UPDATING b/UPDATING
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20250813:
+ The gpiobus_attach_bus() function has been removed. Drivers should now
+ use the gpiobus_add_bus() function instead. The difference being that
+ gpiobus_add_bus() doesn't call bus_attach_children(), calling it will
+ be the responsibility of the caller now.
+
20250810:
Support for Secure RPC DES authentication has been removed.
The keyserv(8) daemon was already removed, but support for it in libc
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 1500059
+#define __FreeBSD_version 1500060
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 3, 1:31 AM (19 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28416015
Default Alt Text
D51579.id.diff (1004 B)
Attached To
Mode
D51579: bump FreeBSD_version to 1500060 for gpiobus changes
Attached
Detach File
Event Timeline
Log In to Comment