Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107522232
D29850.id87822.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D29850.id87822.diff
View Options
Index: sys/sys/param.h
===================================================================
--- sys/sys/param.h
+++ sys/sys/param.h
@@ -54,13 +54,21 @@
*
* documentation/content/en/books/porters-handbook/versions/chapter.adoc
*
- * scheme is: <major><two digit minor>Rxx
+ * Encoding: <major><two digit minor>Rxx
* 'R' is in the range 0 to 4 if this is a release branch or
* X.0-CURRENT before releng/X.0 is created, otherwise 'R' is
* in the range 5 to 9.
+ * Short hand: MMmmXXX
+ *
+ * __FreeBSD_version is bumped every time there's a change in the base system
+ * that's noteworthy. A noteworthy change is any change which changes the
+ * kernel's KBI in -CURRENT, one that changes some detail about the system that
+ * external software (or the ports system) would want to know about, one that
+ * adds a system call, one that adds or deletes a shipped library, or similar
+ * change not specifically noted here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400008 /* Master, propagated to newvers */
+#define __FreeBSD_version 1400008
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 9:46 AM (19 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15823563
Default Alt Text
D29850.id87822.diff (1 KB)
Attached To
Mode
D29850: param.h: Document __FreeBSD_version better
Attached
Detach File
Event Timeline
Log In to Comment