diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -103,7 +103,7 @@ |1400008 |gitref:e152bbecb221a592e7dbcabe3d1170a60f0d0dfe[repository="src",length=12] |April 11, 2021 -|14.0-CURRENT after changing the internal KAPI between the krpc and NFS modules. +|14.0-CURRENT after changing the internal KAPI between the `krpc` and NFS modules. |1400009 |gitref:9ca874cf740ee68c5742df8b5f9e20910085c011[repository="src",length=12] @@ -113,7 +113,7 @@ |1400010 |gitref:a3a02acde1009f03dc78e979e051acee9f9247c2[repository="src",length=12] |April 21, 2021 -|14.0-CURRENT after changing the man:sndstat[4] ioctls nvlist schema and definitions. +|14.0-CURRENT after changing the man:sndstat[4] ioctls `nvlist` schema and definitions. |1400015 |gitref:d72cd275187c6399caf0ca4125292dc7e55fa478[repository="src",length=12] @@ -153,7 +153,7 @@ |1400022 |gitref:40cc9a3a6b81a65a03712dfd93bbed48552a97ad[repository="src",length=12] |June 11, 2021 -|14.0-CURRENT after commit gitref:e1a907a25cfa422c0d1acaf9f91352ada04f4bca[repository="src",length=12] changed the internal KAPI between the krpc and nfsserver modules. +|14.0-CURRENT after commit gitref:e1a907a25cfa422c0d1acaf9f91352ada04f4bca[repository="src",length=12] changed the internal KAPI between the `krpc` and nfsserver modules. |1400023 |gitref:d409305fa3838fb39b38c26fc085fb729b8766d5[repository="src",length=12] @@ -228,7 +228,7 @@ |1400037 |gitref:2b68eb8e1dbbdaf6a0df1c83b26f5403ca52d4c3[repository="src",length=12] |October 11, 2021 -|14.0-CURRENT after removal of thread argument from man:VOP_STAT[9] and fo_stat. +|14.0-CURRENT after removal of thread argument from man:VOP_STAT[9] and `fo_stat`. |1400038 |gitref:0d6516b453469ce1d92ec903c4c4df9ee08be0f9[repository="src",length=12] @@ -293,7 +293,7 @@ |1400050 |gitref:213e91399b7998554d787bb290109ebe602aa279[repository="src",length=12] |January 25, 2022 -|14.0-CURRENT after iflib adds the feature that a driver can set its own TX queue selection function as ift_txq_select in struct if_txrx. +|14.0-CURRENT after iflib adds the feature that a driver can set its own TX queue selection function as `ift_txq_select` in struct `if_txrx`. |1400051 |gitref:59d465e200bb7058dfdb183c061730c10dd5bc03[repository="src",length=12] @@ -313,12 +313,12 @@ |1400054 |gitref:50bb3a33d879536e86e8a23365f070ef00b5cb32[repository="src",length=12] |March 28, 2022 -|14.0-CURRENT after changing irq_work_queue to return a bool in LinuxKPI to match 5.10 API. +|14.0-CURRENT after changing `irq_work_queue` to return a bool in LinuxKPI to match 5.10 API. |1400055 |gitref:d69af4758be912625ec08656ba64eb90a98c9a7f[repository="src",length=12] |March 29, 2022 -|14.0-CURRENT after adding for_each_sgtable_dma_sg and for_each_sgtable_dma_page to LinuxKPI +|14.0-CURRENT after adding `for_each_sgtable_dma_sg` and `for_each_sgtable_dma_page` to LinuxKPI |1400056 |gitref:ab8ac4c28574a42a2891b2e2341f802949c1fb57[repository="src",length=12] @@ -353,7 +353,7 @@ |1400062 |gitref:8c309d48aabf1cb469334c7716033f177a2715c0[repository="src",length=12] |June 18, 2022 -|14.0-CURRENT after struct kinfo_file changes. +|14.0-CURRENT after struct `kinfo_file` changes. |1400063 |gitref:8cff8e6e13a6d3ccff40fc0d8d97f5aef22a8f4d[repository="src",length=12] @@ -393,7 +393,7 @@ |1400072 |gitref:8a96874eeeee5195b0b0952b77227bef6a26d1a6[repository="src",length=12] |September 22, 2022 -|14.0-CURRENT after qsort_r prototype modified to match POSIX. +|14.0-CURRENT after `qsort_r` prototype modified to match POSIX. |1400073 |gitref:9c950139051298831ce19d01ea5fb33ec6ea7f89[repository="src",length=12] @@ -471,7 +471,7 @@ |1300003 |link:https://svnweb.freebsd.org/changeset/base/340055[340055] |November 2, 2018 -|13.0-CURRENT after vop_symlink API change (`a_target` is now `const`.) +|13.0-CURRENT after `vop_symlink` API change (`a_target` is now `const`.) |1300004 |link:https://svnweb.freebsd.org/changeset/base/340841[340841] @@ -516,7 +516,7 @@ |1300012 |link:https://svnweb.freebsd.org/changeset/base/344062[344062] |February 12, 2019 -|13.0-CURRENT after `taskqgroup_attach()` and `taskqgroup_attach_cpu()` take a device_t and a struct resource pointer as arguments for denoting device interrupts. +|13.0-CURRENT after `taskqgroup_attach()` and `taskqgroup_attach_cpu()` take a `device_t` and a struct resource pointer as arguments for denoting device interrupts. |1300013 |link:https://svnweb.freebsd.org/changeset/base/344300[344300] @@ -546,7 +546,7 @@ |1300018 |link:https://svnweb.freebsd.org/changeset/base/346012[346012] |March 16, 2019 -|13.0-CURRENT after introduction of funlinkat syscall in link:https://svnweb.freebsd.org/changeset/base/345982[345982]. +|13.0-CURRENT after introduction of `funlinkat` syscall in link:https://svnweb.freebsd.org/changeset/base/345982[345982]. |1300019 |link:https://svnweb.freebsd.org/changeset/base/346282[346282] @@ -591,12 +591,12 @@ |1300027 |link:https://svnweb.freebsd.org/changeset/base/347601[347601] |May 14, 2019 -|13.0-CURRENT after adding prepare to pm_ops in LinuxKPI. +|13.0-CURRENT after adding prepare to `pm_ops` in LinuxKPI. |1300028 |link:https://svnweb.freebsd.org/changeset/base/347925[347925] |May 17, 2019 -|13.0-CURRENT after removal of bm, cs, de, ed, ep, ex, fe, pcn, sf, sn, tl, tx, txp, vx, wb, and xe drivers. +|13.0-CURRENT after removal of `bm`, `cs`, de, ed, `ep`, ex, `fe`, `pcn`, sf, `sn`, `tl`, `tx`, `txp`, `vx`, `wb`, and xe drivers. |1300029 |link:https://svnweb.freebsd.org/changeset/base/347984[347984] @@ -631,7 +631,7 @@ |1300035 |link:https://svnweb.freebsd.org/changeset/base/349846[349846] |July 8, 2019 -|13.0-CURRENT after merging the vm_page hold and wire mechanisms. +|13.0-CURRENT after merging the `vm_page` hold and wire mechanisms. |1300036 |link:https://svnweb.freebsd.org/changeset/base/349972[349972] @@ -696,7 +696,7 @@ |1300047 |link:https://svnweb.freebsd.org/changeset/base/352110[352110] |September 9, 2019 -|13.0-CURRENT after changing the synchonization rules for vm_page reference counting.. +|13.0-CURRENT after changing the synchronization rules for `vm_page` reference counting.. |1300048 |link:https://svnweb.freebsd.org/changeset/base/352700[352700] @@ -751,12 +751,12 @@ |1300058 |link:https://svnweb.freebsd.org/changeset/base/354820[354820] |November 18, 2019 -|13.0-CURRENT after widening the vm_page aflags field to 16 bits. +|13.0-CURRENT after widening the `vm_page` `aflags` field to 16 bits. |1300059 |link:https://svnweb.freebsd.org/changeset/base/354835[354835] |November 18, 2019 -|13.0-CURRENT after converting the in-tree sysent targets to use the new [.filename]#makesyscalls.lua#. +|13.0-CURRENT after converting the in-tree `sysent` targets to use the new [.filename]#makesyscalls.lua#. |1300060 |link:https://svnweb.freebsd.org/changeset/base/354922[354922] @@ -786,7 +786,7 @@ |1300065 |link:https://svnweb.freebsd.org/changeset/base/355643[355643] |December 12, 2019 -|13.0-CURRENT after adding sigsetop extensions commonly found in musl libc and glibc. +|13.0-CURRENT after adding `sigsetop` extensions commonly found in musl libc and glibc. |1300066 |link:https://svnweb.freebsd.org/changeset/base/355679[355679] @@ -841,7 +841,7 @@ |1300076 |link:https://svnweb.freebsd.org/changeset/base/356511[356511] |January 8, 2020 -|13.0-CURRENT after pushing vnop implementation into the fileop layer in man:posix_fallocate[2]. +|13.0-CURRENT after pushing `vnop` implementation into the `fileop` layer in man:posix_fallocate[2]. |(not changed) |link:https://svnweb.freebsd.org/changeset/base/357396[357396] @@ -866,7 +866,7 @@ |1300080 |link:https://svnweb.freebsd.org/changeset/base/358172[358172] |February 20, 2020 -|13.0-CURRENT after adding realpathat syscall to VFS. +|13.0-CURRENT after adding `realpathat` syscall to VFS. |1300081 |link:https://svnweb.freebsd.org/changeset/base/358218[358218] @@ -926,7 +926,7 @@ |1300092 |link:https://svnweb.freebsd.org/changeset/base/359920[359920] |April 14, 2020 -|13.0-CURRENT after reworking unmapped mbufs in KTLS to carry ext_pgs in the mbuf itself. +|13.0-CURRENT after reworking unmapped mbufs in KTLS to carry `ext_pgs` in the mbuf itself. |1300093 |link:https://svnweb.freebsd.org/changeset/base/360418[360418] @@ -981,12 +981,12 @@ |1300103 |link:https://svnweb.freebsd.org/changeset/base/363757[363757] |August 1, 2020 -|13.0-CURRENT after making rights mandatory for NDINIT_ALL. +|13.0-CURRENT after making rights mandatory for NDINIT_ALL. |1300104 |link:https://svnweb.freebsd.org/changeset/base/363783[363783] |August 2, 2020 -|13.0-CURRENT after vnode layout changes. +|13.0-CURRENT after vnode layout changes. |1300105 |link:https://svnweb.freebsd.org/changeset/base/363894[363894] @@ -1006,12 +1006,12 @@ |1300108 |link:https://svnweb.freebsd.org/changeset/base/364233[364233] |August 14, 2020 -|13.0-CURRENT after adding a few wait_bit functions to the linuxkpi, which are needed for DRM from Linux v5.4. +|13.0-CURRENT after adding a few `wait_bit` functions to the linuxkpi, which are needed for DRM from Linux v5.4. |1300109 |link:https://svnweb.freebsd.org/changeset/base/364274[364274] |August 16, 2020 -|13.0-CURRENT after `vget()` argument removal and namei flags renumbering. +|13.0-CURRENT after `vget()` argument removal and `namei` flags renumbering. |(not changed) |link:https://svnweb.freebsd.org/changeset/base/364284[364284] @@ -1036,7 +1036,7 @@ |1300113 |link:https://svnweb.freebsd.org/changeset/base/364753[364753] |August 25, 2020 -|13.0-CURRENT after adding atomic and bswap functions to libcompiler_rt. +|13.0-CURRENT after adding atomic and `bswap` functions to libcompiler_rt. |1300114 |link:https://svnweb.freebsd.org/changeset/base/365459[365459] @@ -1056,7 +1056,7 @@ |1300117 |link:https://svnweb.freebsd.org/changeset/base/366070[366070] |September 23, 2020 -|13.0-CURRENT after reimplementing purgevfs to iterate vnodes instead of the entire hash. +|13.0-CURRENT after reimplementing `purgevfs` to iterate vnodes instead of the entire hash. |1300118 |link:https://svnweb.freebsd.org/changeset/base/366374[366374] @@ -1116,12 +1116,12 @@ |1300129 |link:https://svnweb.freebsd.org/changeset/base/367627[367627] |November 12, 2020 -|13.0-CURRENT after retiring malloc_last_fail. +|13.0-CURRENT after retiring `malloc_last_fail`. |1300130 |link:https://svnweb.freebsd.org/changeset/base/367777[367777] |November 17, 2020 -|13.0-CURRENT after p_pd / pwddesc split from p_fd / filedesc. +|13.0-CURRENT after `p_pd` / `pwddesc` split from `p_fd` / filedesc. |1300131 |link:https://svnweb.freebsd.org/changeset/base/368417[368417] @@ -1151,7 +1151,7 @@ |1300136 |gitref:72c551930be195b5ea982c1b16767f54388424f2[repository="src",length=12] |January 17, 2021 -|13.0-CURRENT after reimplementing LinuxKPI's `irq_work` queue on top of fast taskqueue. +|13.0-CURRENT after reimplementing LinuxKPI's `irq_work` queue on top of fast `taskqueue`. |1300137 |gitref:010196adcfaf2bb610725394d40691874b4ff2af[repository="src",length=12] @@ -1231,7 +1231,7 @@ |1300511 |gitref:2622570aeb3d162812d72f7ef192c322cd8b73ef[repository="src",length=12] |July 7, 2021 -|13.0-STABLE after changing `softdep_prelink()` to only do sync if another thread changed the vnode metadata since previous prelink. +|13.0-STABLE after changing `softdep_prelink()` to only do sync if another thread changed the vnode metadata since previous `prelink`. |1300512 |gitref:f72db34d2295080f57a283858125aa906c0d409e[repository="src",length=12] @@ -1331,7 +1331,7 @@ |1301506 |gitref:8e6cfc632cf6f9fc906df9d825649443939b55c6[repository="src",length=12] |July 13, 2022 -|13.1-STABLE after after adding and . +|13.1-STABLE after adding and . |1301507 |gitref:9cbba5950123f3afedcc5f24c43956e7a26f22f4[repository="src",length=12] @@ -1356,7 +1356,7 @@ |1301511 |gitref:17333d92643d998d1c6a2dc5f6b1508b6507ad31[repository="src",length=12] |December 17, 2022 -|13.1-STABLE after adding a new rc: machine_id to generate `/etc/machine-id`. +|13.1-STABLE after adding a new rc: `machine_id` to generate `/etc/machine-id`. |1302500 |gitref:c243de11cf7c4bb3d67bbc1655b149037e5b04f1[repository="src",length=12] @@ -1381,7 +1381,7 @@ |1302504 |gitref:d6852eed98ed32ad51120a22aa1ebdf0601917b3[repository="src",length=12] |March 12, 2023 -|13.2-STABLE after merging machine-id into hostid_save. +|13.2-STABLE after merging machine-id into `hostid_save`. |1302505 |gitref:85e32e957fcca01d50e29e543584909795c1acef[repository="src",length=12] @@ -1464,7 +1464,7 @@ |1200010 |link:https://svnweb.freebsd.org/changeset/base/306276[306276] |September 23, 2016 -|12.0-CURRENT after mounting man:msdosfs[5] with longnames support by default. +|12.0-CURRENT after mounting man:msdosfs[5] with `longnames` support by default. |1200011 |link:https://svnweb.freebsd.org/changeset/base/306556[306556] @@ -1479,7 +1479,7 @@ |1200013 |link:https://svnweb.freebsd.org/changeset/base/307140[307140] |October 12, 2016 -|12.0-CURRENT after installing header files required development with libzfs_core. +|12.0-CURRENT after installing header files required development with `libzfs_core`. |1200014 |link:https://svnweb.freebsd.org/changeset/base/307529[307529] @@ -1499,7 +1499,7 @@ |1200017 |link:https://svnweb.freebsd.org/changeset/base/309124[309124] |November 25, 2016 -|12.0-CURRENT after upgrading our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0 release, and adding lld 3.9.0. +|12.0-CURRENT after upgrading copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0 release, and adding lld 3.9.0. |1200018 |link:https://svnweb.freebsd.org/changeset/base/309676[309676] @@ -1534,7 +1534,7 @@ |1200023 |link:https://svnweb.freebsd.org/changeset/base/314564[314564] |March 2, 2017 -|12.0-CURRENT after upgrading our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0. +|12.0-CURRENT after upgrading copies of clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0. |1200024 |link:https://svnweb.freebsd.org/changeset/base/314865[314865] @@ -1709,7 +1709,7 @@ |1200058 |link:https://svnweb.freebsd.org/changeset/base/329166[329166] |February 12, 2018 -|12.0-CURRENT after the lua loader was committed. +|12.0-CURRENT after the Lua loader was committed. |1200059 |link:https://svnweb.freebsd.org/changeset/base/330299[330299] @@ -1794,12 +1794,12 @@ |1200075 |link:https://svnweb.freebsd.org/changeset/base/336538[336538] |July 19, 2018 -|12.0-CURRENT after zfsloader being folded into loader, and after adding ntpd:ntpd as uid:gid 123:123, and after removing arm big-endian support (MACHINE_ARCH=armeb). +|12.0-CURRENT after `zfsloader` being folded into loader, and after adding ntpd:ntpd as uid:gid 123:123, and after removing arm big-endian support (MACHINE_ARCH=armeb). |1200076 |link:https://svnweb.freebsd.org/changeset/base/336914[336914] |July 30, 2018 -|12.0-CURRENT after KPI changes to timespecadd. +|12.0-CURRENT after KPI changes to `timespecadd`. |1200077 |link:https://svnweb.freebsd.org/changeset/base/337576[337576] @@ -1868,7 +1868,7 @@ |1200503 |link:https://svnweb.freebsd.org/changeset/base/344152[344152] -|Febrary 15, 2019 +|February 15, 2019 |12-STABLE after merge of fixing man:renameat[2] for CAPABILITIES kernels. |1200504 @@ -1894,7 +1894,7 @@ |1200508 |link:https://svnweb.freebsd.org/changeset/base/346784[346784] |April 27, 2019 -|12-STABLE after ether_gen_addr availability. +|12-STABLE after `ether_gen_addr` availability. |1200509 |link:https://svnweb.freebsd.org/changeset/base/347790[347790] @@ -1909,7 +1909,7 @@ |1200511 |link:https://svnweb.freebsd.org/changeset/base/348243[348243] |May 24, 2019 -|12-STABLE after MFC of link:https://svnweb.freebsd.org/changeset/base/347843[347843]: adding group_leader member to struct task_struct to the LinuxKPI. +|12-STABLE after MFC of link:https://svnweb.freebsd.org/changeset/base/347843[347843]: adding `group_leader` member to struct `task_struct` to the LinuxKPI. |1200512 |link:https://svnweb.freebsd.org/changeset/base/348245[348245] @@ -1969,7 +1969,7 @@ |1201502 |link:https://svnweb.freebsd.org/changeset/base/354613[354613] |November 11, 2019 -|12-STABLE after enabling device class group attributes in the LinuxKPI. +|12-STABLE after enabling device class group attributes in the LinuxKPI. |1201503 |link:https://svnweb.freebsd.org/changeset/base/354928[354928] @@ -1984,7 +1984,7 @@ |1201505 |link:https://svnweb.freebsd.org/changeset/base/355899[355899] |December 19, 2019 -|12-STABLE after adding sigsetop extensions commonly found in musl libc and glibc. +|12-STABLE after adding `sigsetop` extensions commonly found in musl libc and glibc. |1201506 |link:https://svnweb.freebsd.org/changeset/base/355968[355968] @@ -2084,7 +2084,7 @@ |1201525 |link:https://svnweb.freebsd.org/changeset/base/365471[365471] |September 8, 2020 -|12-STABLE after adding atomic and bswap functions to libcompiler_rt. +|12-STABLE after adding atomic and `bswap` functions to libcompiler_rt. |1201526 |link:https://svnweb.freebsd.org/changeset/base/365608[365608] @@ -2149,7 +2149,7 @@ |1203501 |gitref:b148c7b87148b653fdbef9c5aa591b9abcd99e26[repository="src",length=12] |December 22, 2021 -|12-STABLE after adding atomic and bswap functions to libcompiler_rt. +|12-STABLE after adding atomic and `bswap` functions to libcompiler_rt. |1203502 |gitref:4772e4135cb3fe7f25531894f3b02f35ec086bda[repository="src",length=12] @@ -2272,7 +2272,7 @@ |1100011 |link:https://svnweb.freebsd.org/changeset/base/263102[263102] |March 13, 2014 -|11.0-CURRENT after ABI change in struct if_data. +|11.0-CURRENT after ABI change in struct `if_data`. |1100012 |link:https://svnweb.freebsd.org/changeset/base/263140[263140] @@ -2317,7 +2317,7 @@ |1100020 |link:https://svnweb.freebsd.org/changeset/base/265215[265215] |May 1, 2014 -|11.0-CURRENT after removing lindev in favor of having /dev/full by default (rev link:https://svnweb.freebsd.org/changeset/base/265212[265212]). +|11.0-CURRENT after removing `lindev` in favor of having /dev/full by default (rev link:https://svnweb.freebsd.org/changeset/base/265212[265212]). |1100021 |link:https://svnweb.freebsd.org/changeset/base/266151[266151] @@ -2437,7 +2437,7 @@ |1100044 |link:https://svnweb.freebsd.org/changeset/base/274116[274116] |November 4, 2014 -|11.0-CURRENT after adding new libraries/utilities (dpv and figpar) for data throughput visualization. +|11.0-CURRENT after adding new libraries/utilities (`dpv` and `figpar`) for data throughput visualization. |1100045 |link:https://svnweb.freebsd.org/changeset/base/274162[274162] @@ -2502,7 +2502,7 @@ |1100057 |link:https://svnweb.freebsd.org/changeset/base/277897[277897] |January 29, 2015 -|11.0-CURRENT after removal of d_thread_t. +|11.0-CURRENT after removal of `d_thread_t`. |1100058 |link:https://svnweb.freebsd.org/changeset/base/278228[278228] @@ -2622,7 +2622,7 @@ |1100081 |link:https://svnweb.freebsd.org/changeset/base/289415[289415] |October 16, 2015 -|11.0-CURRENT after undating ZFS to support resumable send/receive (rev link:https://svnweb.freebsd.org/changeset/base/289362[289362]). +|11.0-CURRENT after `undating` ZFS to support resumable send/receive (rev link:https://svnweb.freebsd.org/changeset/base/289362[289362]). |1100082 |link:https://svnweb.freebsd.org/changeset/base/289594[289594] @@ -2677,7 +2677,7 @@ |1100092 |link:https://svnweb.freebsd.org/changeset/base/292499[292499] |December 19, 2015 -|11.0-CURRENT after removal of vm_pageout_grow_cache (rev link:https://svnweb.freebsd.org/changeset/base/292469[292469]). +|11.0-CURRENT after removal of `vm_pageout_grow_cache` (rev link:https://svnweb.freebsd.org/changeset/base/292469[292469]). |1100093 |link:https://svnweb.freebsd.org/changeset/base/292966[292966] @@ -2707,7 +2707,7 @@ |1100098 |link:https://svnweb.freebsd.org/changeset/base/295682[295682] |February 16, 2016 -|11.0-CURRENT after API change to rman (rev link:https://svnweb.freebsd.org/changeset/base/294883[294883]). +|11.0-CURRENT after API change to `rman` (rev link:https://svnweb.freebsd.org/changeset/base/294883[294883]). |1100099 |link:https://svnweb.freebsd.org/changeset/base/295739[295739] @@ -2722,7 +2722,7 @@ |1100101 |link:https://svnweb.freebsd.org/changeset/base/296417[296417] |March 5, 2016 -|11.0-CURRENT after upgrading our copies of clang, llvm, lldb and compiler-rt to 3.8.0 release. +|11.0-CURRENT after upgrading copies of clang, llvm, lldb and compiler-rt to 3.8.0 release. |1100102 |link:https://svnweb.freebsd.org/changeset/base/296749[296749] @@ -2732,17 +2732,17 @@ |1100103 |link:https://svnweb.freebsd.org/changeset/base/297000[297000] |March 18, 2016 -|11.0-CURRENT after using uintmax_t for rman ranges. +|11.0-CURRENT after using `uintmax_t` for `rman` ranges. |1100104 |link:https://svnweb.freebsd.org/changeset/base/297156[297156] |March 21, 2016 -|11.0-CURRENT after tracking filemon usage via a proc.p_filemon pointer rather than its own lists. +|11.0-CURRENT after tracking `filemon` usage via a proc.p_filemon pointer rather than its own lists. |1100105 |link:https://svnweb.freebsd.org/changeset/base/297602[297602] |April 6, 2016 -|11.0-CURRENT after fixing sed functions `i` and `a` from discarding leading white space. +|11.0-CURRENT after fixing sed functions `i` and `a` from discarding leading space. |1100106 |link:https://svnweb.freebsd.org/changeset/base/298486[298486] @@ -2752,7 +2752,7 @@ |1100107 |link:https://svnweb.freebsd.org/changeset/base/299090[299090] |May 4, 2016 -|11.0-CURRENT after improving performance and functionality of the man:bitstring[3] api. +|11.0-CURRENT after improving performance and functionality of the man:bitstring[3] API. |1100108 |link:https://svnweb.freebsd.org/changeset/base/299530[299530] @@ -2772,12 +2772,12 @@ |1100111 |link:https://svnweb.freebsd.org/changeset/base/300303[300303] |May 20, 2016 -|11.0-CURRENT after removing brk and sbrk from arm64. +|11.0-CURRENT after removing `brk` and `sbrk` from arm64. |1100112 |link:https://svnweb.freebsd.org/changeset/base/300539[300539] |May 23, 2016 -|11.0-CURRENT after adding bit_count to the man:bitstring[3] API. +|11.0-CURRENT after adding `bit_count` to the man:bitstring[3] API. |1100113 |link:https://svnweb.freebsd.org/changeset/base/300701[300701] @@ -2812,7 +2812,7 @@ |1100119 |link:https://svnweb.freebsd.org/changeset/base/302150[302150] |June 23, 2016 -|11.0-CURRENT after switching geom_disk to using a pool mutex. +|11.0-CURRENT after switching `geom_disk` to using a pool mutex. |1100120 |link:https://svnweb.freebsd.org/changeset/base/302153[302153] @@ -2832,7 +2832,7 @@ |1100501 |link:https://svnweb.freebsd.org/changeset/base/304609[304609] |August 22, 2016 -|11.0-STABLE after adding C++11 thread_local support. +|11.0-STABLE after adding C++11 `thread_local` support. |1100502 |link:https://svnweb.freebsd.org/changeset/base/304865[304865] @@ -2857,7 +2857,7 @@ |1100506 |link:https://svnweb.freebsd.org/changeset/base/308048[308048] |October 28, 2016 -|11.0-STABLE after installing header files required development with libzfs_core. +|11.0-STABLE after installing header files required development with `libzfs_core`. |1100507 |link:https://svnweb.freebsd.org/changeset/base/310120[310120] @@ -2867,7 +2867,7 @@ |1100508 |link:https://svnweb.freebsd.org/changeset/base/310618[310618] |December 26, 2016 -|11.0-STABLE after upgrading our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.1 release, and adding lld 3.9.1. +|11.0-STABLE after upgrading copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.1 release, and adding lld 3.9.1. |1100509 |link:https://svnweb.freebsd.org/changeset/base/311186[311186] @@ -2972,7 +2972,7 @@ |1101512 |link:https://svnweb.freebsd.org/changeset/base/331219[331219] |March 19, 2018 -|11-STABLE after merging retpoline support from the upstream llvm, clang and lld 5.0 branches. +|11-STABLE after merging `retpoline` support from the upstream llvm, clang and lld 5.0 branches. |1101513 |link:https://svnweb.freebsd.org/changeset/base/331838[331838] @@ -2982,12 +2982,12 @@ |1101514 |link:https://svnweb.freebsd.org/changeset/base/332089[332089] |April 5, 2018 -|11-STABLE after merging link:https://svnweb.freebsd.org/changeset/base/328331[328331], adding a new and incompatible interpretation of ${name}_limits in rc scripts. +|11-STABLE after merging link:https://svnweb.freebsd.org/changeset/base/328331[328331], adding a new and incompatible interpretation of `${name}_limits` in rc scripts. |1101515 |link:https://svnweb.freebsd.org/changeset/base/332363[332363] |April 10, 2018 -|11-STABLE after reverting link:https://svnweb.freebsd.org/changeset/base/331880[331880], removing the new and incompatible interpretation of ${name}_limits in rc scripts. +|11-STABLE after reverting link:https://svnweb.freebsd.org/changeset/base/331880[331880], removing the new and incompatible interpretation of `${name}_limits` in rc scripts. |1101516 |link:https://svnweb.freebsd.org/changeset/base/334392[334392] @@ -3042,7 +3042,7 @@ |1102508 |link:https://svnweb.freebsd.org/changeset/base/346784[346784] |April 27, 2019 -|11-STABLE after ether_gen_addr availability. +|11-STABLE after `ether_gen_addr` availability. |1102509 |link:https://svnweb.freebsd.org/changeset/base/347212[347212] @@ -3082,12 +3082,12 @@ |1103504 |link:https://svnweb.freebsd.org/changeset/base/354616[354616] |November 11, 2019 -|11-STABLE after enabling device class group attributes in the LinuxKPI. +|11-STABLE after enabling device class group attributes in the LinuxKPI. |1103505 |link:https://svnweb.freebsd.org/changeset/base/355899[355899] |December 19, 2019 -|11-STABLE after adding sigsetop extensions commonly found in musl libc and glibc. +|11-STABLE after adding `sigsetop` extensions commonly found in musl libc and glibc. |1103506 |link:https://svnweb.freebsd.org/changeset/base/356395[356395] @@ -3162,7 +3162,7 @@ |1104506 |link:https://svnweb.freebsd.org/changeset/base/365471[365471] |September 8, 2020 -|11-STABLE after adding atomic and bswap functions to libcompiler_rt. +|11-STABLE after adding atomic and `bswap` functions to libcompiler_rt. |1104507 |link:https://svnweb.freebsd.org/changeset/base/365661[365661] @@ -3215,7 +3215,7 @@ |1000003 |link:https://svnweb.freebsd.org/changeset/base/228571[228571] |December 16, 2011 -|10-CURRENT after major changes to man:carp[4], changing size of struct in_aliasreq, struct in6_aliasreq (rev link:https://svnweb.freebsd.org/changeset/base/228571[228571]) and straitening arguments check of SIOCAIFADDR (rev link:https://svnweb.freebsd.org/changeset/base/228574[228574]). +|10-CURRENT after major changes to man:carp[4], changing size of struct `in_aliasreq`, struct in6_aliasreq (rev link:https://svnweb.freebsd.org/changeset/base/228571[228571]) and straitening arguments check of SIOCAIFADDR (rev link:https://svnweb.freebsd.org/changeset/base/228574[228574]). |1000004 |link:https://svnweb.freebsd.org/changeset/base/229204[229204] @@ -3250,7 +3250,7 @@ |1000010 |link:https://svnweb.freebsd.org/changeset/base/233757[233757] |March 31, 2012 -|10-CURRENT after xlocale cleanup. +|10-CURRENT after `xlocale` cleanup. |1000011 |link:https://svnweb.freebsd.org/changeset/base/234355[234355] @@ -3265,7 +3265,7 @@ |1000013 |link:https://svnweb.freebsd.org/changeset/base/235788[235788] |May 22, 2012 -|10-CURRENT after byacc import. +|10-CURRENT after `byacc` import. |1000014 |link:https://svnweb.freebsd.org/changeset/base/237631[237631] @@ -3305,7 +3305,7 @@ |1000020 |link:https://svnweb.freebsd.org/changeset/base/241610[241610] |October 16, 2012 -|10-CURRENT after the network interface cloning KPI changed and struct if_clone becoming opaque. +|10-CURRENT after the network interface cloning KPI changed and struct `if_clone` becoming opaque. |1000021 |link:https://svnweb.freebsd.org/changeset/base/241897[241897] @@ -3360,7 +3360,7 @@ |1000031 |link:https://svnweb.freebsd.org/changeset/base/249943[249943] |April 26, 2013 -|10-CURRENT after the dst parameter of the ifnet `if_output` method was changed to take const qualifier (rev link:https://svnweb.freebsd.org/changeset/base/249925[249925]). +|10-CURRENT after the `dst` parameter of the ifnet `if_output` method was changed to take const qualifier (rev link:https://svnweb.freebsd.org/changeset/base/249925[249925]). |1000032 |link:https://svnweb.freebsd.org/changeset/base/250163[250163] @@ -3405,7 +3405,7 @@ |1000040 |link:https://svnweb.freebsd.org/changeset/base/253638[253638] |July 24, 2013 -|10-CURRENT after addition of libusb pkgconf files. +|10-CURRENT after addition of libusb `pkgconf` files. |1000041 |link:https://svnweb.freebsd.org/changeset/base/253970[253970] @@ -3640,7 +3640,7 @@ |1001507 |link:https://svnweb.freebsd.org/changeset/base/277790[277790] |January 27, 2015 -|10-STABLE after changes to the UDP tunneling callback to provide a context pointer and the source sockaddr. +|10-STABLE after changes to the UDP tunneling callback to provide a context pointer and the source `sockaddr`. |1001508 |link:https://svnweb.freebsd.org/changeset/base/278974[278974] @@ -3650,7 +3650,9 @@ |1001509 |link:https://svnweb.freebsd.org/changeset/base/279287[279287] |February 25, 2015 +pass:[] |10-STABLE after FreeBSD-EN-15:01.vt, FreeBSD-EN-15:02.openssl, FreeBSD-EN-15:03.freebsd-update, FreeBSD-SA-15:04.igmp, and FreeBSD-SA-15:05.bind. +pass:[] |1001510 |link:https://svnweb.freebsd.org/changeset/base/279329[279329] @@ -3715,7 +3717,7 @@ |1002501 |link:https://svnweb.freebsd.org/changeset/base/289005[289005] |October 8, 2015 -|10-STABLE after merge of ZFS changes that affected the internal interface of zfeature_info structure (rev link:https://svnweb.freebsd.org/changeset/base/288572[288572]). +|10-STABLE after merge of ZFS changes that affected the internal interface of `zfeature_info` structure (rev link:https://svnweb.freebsd.org/changeset/base/288572[288572]). |1002502 |link:https://svnweb.freebsd.org/changeset/base/291243[291243] @@ -3770,7 +3772,7 @@ |1003501 |link:https://svnweb.freebsd.org/changeset/base/298299[298299] |June 19, 2016 -|10-STABLE after adding kdbcontrol's -P option (rev link:https://svnweb.freebsd.org/changeset/base/298297[298297]). +|10-STABLE after adding -P option for `kdbcontrol` (rev link:https://svnweb.freebsd.org/changeset/base/298297[298297]). |1003502 |link:https://svnweb.freebsd.org/changeset/base/299966[299966] @@ -3780,12 +3782,12 @@ |1003503 |link:https://svnweb.freebsd.org/changeset/base/300235[300235] |June 19, 2016 -|10-STABLE after allowing MK_ overrides (rev link:https://svnweb.freebsd.org/changeset/base/300233[300233]). +|10-STABLE after allowing `MK_` overrides (rev link:https://svnweb.freebsd.org/changeset/base/300233[300233]). |1003504 |link:https://svnweb.freebsd.org/changeset/base/302066[302066] |June 21, 2016 -|10-STABLE after MFC of filemon changes from 11-CURRENT. +|10-STABLE after MFC of `filemon` changes from 11-CURRENT. |1003505 |link:https://svnweb.freebsd.org/changeset/base/302228[302228] @@ -3795,7 +3797,7 @@ |1003506 |link:https://svnweb.freebsd.org/changeset/base/304611[304611] |August 22, 2016 -|10-STABLE after adding C++11 thread_local support. +|10-STABLE after adding C++11 `thread_local` support. |1003507 |link:https://svnweb.freebsd.org/changeset/base/304864[304864] @@ -3898,12 +3900,12 @@ |900002 |link:https://svnweb.freebsd.org/changeset/base/197430[197430] |September 23, 2009 -|9.0-CURRENT after implementing the EVFILT_USER kevent filter functionality. +|9.0-CURRENT after implementing the EVFILT_USER `kevent` filter functionality. |900003 |link:https://svnweb.freebsd.org/changeset/base/200039[200039] |December 2, 2009 -|9.0-CURRENT after addition of man:sigpause[2] and PIE support in csu. +|9.0-CURRENT after addition of man:sigpause[2] and PIE support in `csu`. |900004 |link:https://svnweb.freebsd.org/changeset/base/200185[200185] @@ -3923,7 +3925,7 @@ |900007 |link:https://svnweb.freebsd.org/changeset/base/202219[202219] |January 13, 2010 -|9.0-CURRENT after the removal of man:utmp[5] and the addition of utmpx (see man:getutxent[3]) for improved logging of user logins and system events. +|9.0-CURRENT after the removal of man:utmp[5] and the addition of `utmpx` (see man:getutxent[3]) for improved logging of user logins and system events. |900008 |link:https://svnweb.freebsd.org/changeset/base/202722[202722] @@ -3943,7 +3945,7 @@ |900011 |link:https://svnweb.freebsd.org/changeset/base/207410[207410] |April 24, 2010 -|9.0-CURRENT after adding soft-updates journalling. +|9.0-CURRENT after adding soft-updates journaling. |900012 |link:https://svnweb.freebsd.org/changeset/base/207842[207842] @@ -3968,7 +3970,7 @@ |900016 |link:https://svnweb.freebsd.org/changeset/base/210565[210565] |July 28, 2010 -|9.0-CURRENT after adding mti_zone to struct malloc_type_internal. +|9.0-CURRENT after adding `mti_zone` to struct `malloc_type_internal`. |900017 |link:https://svnweb.freebsd.org/changeset/base/211701[211701] @@ -3978,7 +3980,7 @@ |900018 |link:https://svnweb.freebsd.org/changeset/base/211735[211735] |August 24, 2010 -|9.0-CURRENT after the man:pthread_kill[3] -generated signal is identified as SI_LWP in si_code. Previously, si_code was SI_USER. +|9.0-CURRENT after the man:pthread_kill[3] -generated signal is identified as SI_LWP in `si_code`. Previously, `si_code` was SI_USER. |900019 |link:https://svnweb.freebsd.org/changeset/base/211937[211937] @@ -3988,7 +3990,7 @@ |900020 |link:https://svnweb.freebsd.org/changeset/base/212381[212381] |September 9, 2010 -|9.0-CURRENT after adding drain functionality to sbufs, which also changed the layout of struct sbuf. +|9.0-CURRENT after adding drain functionality to `sbufs`, which also changed the layout of struct `sbuf`. |900021 |link:https://svnweb.freebsd.org/changeset/base/212568[212568] @@ -4018,7 +4020,7 @@ |900026 |link:https://svnweb.freebsd.org/changeset/base/216088[216088] |November 30, 2010 -|9.0-CURRENT after the introduction of Serial Management Protocol (SMP) passthrough and the XPT_SMP_IO and XPT_GDEV_ADVINFO CAM CCBs. +|9.0-CURRENT after the introduction of Serial Management Protocol (SMP) passthrough and the XPT_SMP_IO and XPT_GDEV_ADVINFO CAM `CCBs`. |900027 |link:https://svnweb.freebsd.org/changeset/base/216212[216212] @@ -4048,7 +4050,7 @@ |900032 |link:https://svnweb.freebsd.org/changeset/base/218425[218425] |February 8, 2011 -|9.0-CURRENT after the removal of the uio_yield prototype and symbol. +|9.0-CURRENT after the removal of the `uio_yield` prototype and symbol. |900033 |link:https://svnweb.freebsd.org/changeset/base/218822[218822] @@ -4058,7 +4060,7 @@ |900034 |link:https://svnweb.freebsd.org/changeset/base/219406[219406] |March 8, 2011 -|9.0-CURRENT after the struct sysvec (sv_schedtail) changes. +|9.0-CURRENT after the struct `sysvec` (`sv_schedtail`) changes. |900035 |link:https://svnweb.freebsd.org/changeset/base/220150[220150] @@ -4183,7 +4185,7 @@ |901505 |link:https://svnweb.freebsd.org/changeset/base/251687[251687] |June 13, 2013 -|9.1-STABLE after fixes in ctfmerge bootstrapping (rev link:https://svnweb.freebsd.org/changeset/base/249243[249243]). +|9.1-STABLE after fixes in `ctfmerge` bootstrapping (rev link:https://svnweb.freebsd.org/changeset/base/249243[249243]). |902001 |link:https://svnweb.freebsd.org/changeset/base/253912[253912] @@ -4298,7 +4300,9 @@ |903508 |link:https://svnweb.freebsd.org/changeset/base/279287[279287] |February 25, 2015 +pass:[] |9-STABLE after FreeBSD-EN-15:01.vt, FreeBSD-EN-15:02.openssl, FreeBSD-EN-15:03.freebsd-update, FreeBSD-SA-15:04.igmp, and FreeBSD-SA-15:05.bind. +pass:[] |903509 |link:https://svnweb.freebsd.org/changeset/base/296219[296219] @@ -4331,7 +4335,7 @@ |800000 |link:https://svnweb.freebsd.org/changeset/base/172531[172531] |October 11, 2007 -|8.0-CURRENT. Separating wide and single byte ctype. +|8.0-CURRENT. Separating wide and single byte `ctype`. |800001 |link:https://svnweb.freebsd.org/changeset/base/172688[172688] @@ -4361,7 +4365,7 @@ |800006 |link:https://svnweb.freebsd.org/changeset/base/174399[174399] |December 7, 2007 -|8.0-CURRENT after the addition of callgraph capture functionality to man:hwpmc[4]. +|8.0-CURRENT after the addition of `callgraph` capture functionality to man:hwpmc[4]. |800007 |link:https://svnweb.freebsd.org/changeset/base/174901[174901] @@ -4421,7 +4425,7 @@ |800018 |link:https://svnweb.freebsd.org/changeset/base/176112[176112] |February 8, 2008 -|8.0-CURRENT after the addition of m_collapse. +|8.0-CURRENT after the addition of `m_collapse`. |800019 |link:https://svnweb.freebsd.org/changeset/base/176124[176124] @@ -4461,17 +4465,17 @@ |800026 |link:https://svnweb.freebsd.org/changeset/base/177086[177086] |March 12, 2008 -|8.0-CURRENT after changing the priority parameter to cv_broadcastpri such that 0 means no priority. +|8.0-CURRENT after changing the priority parameter to `cv_broadcastpri` such that 0 means no priority. |800027 |link:https://svnweb.freebsd.org/changeset/base/177551[177551] |March 24, 2008 -|8.0-CURRENT after changing the bpf monitoring ABI when zerocopy bpf buffers were added. +|8.0-CURRENT after changing the bpf monitoring ABI when `zerocopy` bpf buffers were added. |800028 |link:https://svnweb.freebsd.org/changeset/base/177637[177637] |March 26, 2008 -|8.0-CURRENT after adding l_sysid to struct flock. +|8.0-CURRENT after adding `l_sysid` to struct flock. |800029 |link:https://svnweb.freebsd.org/changeset/base/177688[177688] @@ -4491,7 +4495,7 @@ |800032 |link:https://svnweb.freebsd.org/changeset/base/178006[178006] |April 8, 2008 -|8.0-CURRENT after the implementation of the openat and related syscalls, introduction of the O_EXEC flag for the man:open[2], and providing the corresponding linux compatibility syscalls. +|8.0-CURRENT after the implementation of the `openat` and related syscalls, introduction of the O_EXEC flag for the man:open[2], and providing the corresponding Linux compatibility syscalls. |800033 |link:https://svnweb.freebsd.org/changeset/base/178017[178017] @@ -4511,7 +4515,7 @@ |800036 |link:https://svnweb.freebsd.org/changeset/base/178362[178362] |April 20, 2008 -|8.0-CURRENT after switchover of 802.11 wireless to multi-bss support (aka vaps). +|8.0-CURRENT after switchover of 802.11 wireless to multi-bss support (aka `vaps`). |800037 |link:https://svnweb.freebsd.org/changeset/base/178892[178892] @@ -4521,17 +4525,17 @@ |800038 |link:https://svnweb.freebsd.org/changeset/base/179316[179316] |May 26, 2008 -|8.0-CURRENT after removal of netatm and ISDN4BSD. Also, the addition of the Compact C Type (CTF) tools. +|8.0-CURRENT after removal of `netatm` and ISDN4BSD. Also, the addition of the Compact C Type (CTF) tools. |800039 |link:https://svnweb.freebsd.org/changeset/base/179784[179784] |June 14, 2008 -|8.0-CURRENT after removal of sgtty. +|8.0-CURRENT after removal of `sgtty`. |800040 |link:https://svnweb.freebsd.org/changeset/base/180025[180025] |June 26, 2008 -|8.0-CURRENT with kernel NFS lockd client. +|8.0-CURRENT with kernel NFS `lockd` client. |800041 |link:https://svnweb.freebsd.org/changeset/base/180691[180691] @@ -4551,7 +4555,7 @@ |800044 |link:https://svnweb.freebsd.org/changeset/base/181803[181803] |August 17, 2008 -|8.0-CURRENT after the commit of the first step of the vimage project renaming global variables to be virtualized with a V_ prefix with macros to map them back to their global names. +|8.0-CURRENT after the commit of the first step of the VIMAGE project renaming global variables to be virtualized with a `V_` prefix with macros to map them back to their global names. |800045 |link:https://svnweb.freebsd.org/changeset/base/181905[181905] @@ -4571,7 +4575,7 @@ |800048 |link:https://svnweb.freebsd.org/changeset/base/183091[183091] |September 16, 2008 -|8.0-CURRENT after converting the kernel NFS mount code to accept individual mount options in the man:nmount[2] iovec, not just one big struct nfs_args. +|8.0-CURRENT after converting the kernel NFS mount code to accept individual mount options in the man:nmount[2] `iovec`, not just one big struct nfs_args. |800049 |link:https://svnweb.freebsd.org/changeset/base/183114[183114] @@ -4591,7 +4595,7 @@ |800052 |link:https://svnweb.freebsd.org/changeset/base/184419[184419] |October 28, 2008 -|8.0-CURRENT after the introduction of accmode_t and renaming of VOP_ACCESS 'a_mode' argument to 'a_accmode'. +|8.0-CURRENT after the introduction of `accmode_t` and renaming of VOP_ACCESS `a_mode` argument to `a_accmode`. |800053 |link:https://svnweb.freebsd.org/changeset/base/184555[184555] @@ -4601,7 +4605,7 @@ |800054 |link:https://svnweb.freebsd.org/changeset/base/185162[185162] |November 22, 2008 -|8.0-CURRENT after the addition of buf_ring, memory barriers and ifnet functions to facilitate multiple hardware transmit queues for cards that support them, and a lockless ring-buffer implementation to enable drivers to more efficiently manage queuing of packets. +|8.0-CURRENT after the addition of `buf_ring`, memory barriers and ifnet functions to facilitate multiple hardware transmit queues for cards that support them, and a lockless ring-buffer implementation to enable drivers to more efficiently manage queuing of packets. |800055 |link:https://svnweb.freebsd.org/changeset/base/185363[185363] @@ -4616,7 +4620,7 @@ |800057 |link:https://svnweb.freebsd.org/changeset/base/185522[185522] |December 1, 2008 -|8.0-CURRENT after the switch to the ath hal source code. +|8.0-CURRENT after the switch to the ath `hal` source code. |800058 |link:https://svnweb.freebsd.org/changeset/base/185968[185968] @@ -4671,7 +4675,7 @@ |800068 |link:https://svnweb.freebsd.org/changeset/base/189276[189276] |March 2, 2009 -|8.0-CURRENT after renaming the ushub devclass to uhub. +|8.0-CURRENT after renaming the `ushub` devclass to `uhub`. |800069 |link:https://svnweb.freebsd.org/changeset/base/189585[189585] @@ -4721,12 +4725,12 @@ |800078 |link:https://svnweb.freebsd.org/changeset/base/191080[191080] |April 15, 2009 -|8.0-CURRENT after struct rt_weight fields have been added to struct rt_metrics and struct rt_metrics_lite, changing the layout of struct rt_metrics_lite. A bump to RTM_VERSION was made, but backed out. +|8.0-CURRENT after struct `rt_weight` fields have been added to struct `rt_metrics` and struct `rt_metrics_lite`, changing the layout of struct `rt_metrics_lite`. A bump to RTM_VERSION was made, but backed out. |800079 |link:https://svnweb.freebsd.org/changeset/base/191117[191117] |April 15, 2009 -|8.0-CURRENT after struct llentry pointers are added to struct route and struct route_in6. +|8.0-CURRENT after struct `llentry` pointers are added to struct route and struct route_in6. |800080 |link:https://svnweb.freebsd.org/changeset/base/191126[191126] @@ -4736,12 +4740,12 @@ |800081 |link:https://svnweb.freebsd.org/changeset/base/191267[191267] |April 19, 2009 -|8.0-CURRENT after the layout of struct malloc_type has been changed. +|8.0-CURRENT after the layout of struct `malloc_type` has been changed. |800082 |link:https://svnweb.freebsd.org/changeset/base/191368[191368] |April 21, 2009 -|8.0-CURRENT after the layout of struct ifnet has changed, and with `if_ref()` and `if_rele()` ifnet refcounting. +|8.0-CURRENT after the layout of struct ifnet has changed, and with `if_ref()` and `if_rele()` ifnet `refcounting`. |800083 |link:https://svnweb.freebsd.org/changeset/base/191389[191389] @@ -4796,7 +4800,7 @@ |800093 |link:https://svnweb.freebsd.org/changeset/base/193047[193047] |May 29, 2009 -|8.0-CURRENT after adding mnt_xflag to struct mount. +|8.0-CURRENT after adding `mnt_xflag` to struct mount. |800094 |link:https://svnweb.freebsd.org/changeset/base/193093[193093] @@ -4811,7 +4815,7 @@ |800096 |link:https://svnweb.freebsd.org/changeset/base/193219[193219] |June 1, 2009 -|8.0-CURRENT after updating to the new netisr implementation and after changing the way we store and access FIBs. +|8.0-CURRENT after updating to the new netisr implementation and after changing the way of storing and accessing FIBs. |800097 |link:https://svnweb.freebsd.org/changeset/base/193731[193731] @@ -4846,12 +4850,12 @@ |800102 |link:https://svnweb.freebsd.org/changeset/base/195634[195634] |July 12, 2009 -|8.0-CURRENT after padding was added to struct sackhint, struct tcpcb, and struct tcpstat. +|8.0-CURRENT after padding was added to struct `sackhint`, struct tcpcb, and struct `tcpstat`. |800103 |link:https://svnweb.freebsd.org/changeset/base/195654[195654] |July 13, 2009 -|8.0-CURRENT after replacing struct tcpopt with struct toeopt in the TOE driver interface to the TCP syncache. +|8.0-CURRENT after replacing struct `tcpopt` with struct `toeopt` in the TOE driver interface to the TCP `syncache`. |800104 |link:https://svnweb.freebsd.org/changeset/base/195699[195699] @@ -4871,12 +4875,12 @@ |800107 |link:https://svnweb.freebsd.org/changeset/base/196037[196037] |August 2, 2009 -|8.0-CURRENT after making the newbus subsystem Giant free by adding the newbus sxlock and 8.0-RELEASE. +|8.0-CURRENT after making the newbus subsystem Giant free by adding the newbus `sxlock` and 8.0-RELEASE. |800108 |link:https://svnweb.freebsd.org/changeset/base/199627[199627] |November 21, 2009 -|8.0-STABLE after implementing EVFILT_USER kevent filter. +|8.0-STABLE after implementing EVFILT_USER `kevent` filter. |800500 |link:https://svnweb.freebsd.org/changeset/base/201749[201749] @@ -4921,7 +4925,7 @@ |801501 |link:https://svnweb.freebsd.org/changeset/base/214762[214762] |November 3, 2010 -|8.1-STABLE after KBI change in struct sysentvec, and implementation of PL_FLAG_SCE/SCX/EXEC/SI and pl_siginfo for ptrace(PT_LWPINFO) . +|8.1-STABLE after KBI change in struct `sysentvec`, and implementation of PL_FLAG_SCE/SCX/EXEC/SI and `pl_siginfo` for ptrace(PT_LWPINFO) . |802000 |link:https://svnweb.freebsd.org/changeset/base/216639[216639] @@ -4971,7 +4975,7 @@ |802508 |link:https://svnweb.freebsd.org/changeset/base/222846[222846] |June 8, 2011 -|8.2-STABLE after removal of the schedtail event handler and addition of the sv_schedtail method to struct sysvec. +|8.2-STABLE after removal of the `schedtail` event handler and addition of the `sv_schedtail` method to struct `sysvec`. |802509 |link:https://svnweb.freebsd.org/changeset/base/224017[224017] @@ -5081,7 +5085,9 @@ |804508 |link:https://svnweb.freebsd.org/changeset/base/279287[279287] |February 25, 2015 +pass:[] |8-STABLE after FreeBSD-EN-15:01.vt, FreeBSD-EN-15:02.openssl, FreeBSD-EN-15:03.freebsd-update, FreeBSD-SA-15:04.igmp, and FreeBSD-SA-15:05.bind. +pass:[] |804509 |link:https://svnweb.freebsd.org/changeset/base/305736[305736] @@ -5114,7 +5120,7 @@ |700002 |link:https://svnweb.freebsd.org/changeset/base/149039[149039] |August 13, 2005 -|7.0-CURRENT after credential argument is added to dev_clone event handler. +|7.0-CURRENT after credential argument is added to `dev_clone` event handler. |700003 |link:https://svnweb.freebsd.org/changeset/base/149470[149470] @@ -5139,7 +5145,7 @@ |700007 |link:https://svnweb.freebsd.org/changeset/base/153027[153027] |December 2, 2005 -|7.0-CURRENT after incorporating scripts from the local_startup directories into the base man:rcorder[8]. +|7.0-CURRENT after incorporating scripts from the `local_startup` directories into the base man:rcorder[8]. |700008 |link:https://svnweb.freebsd.org/changeset/base/153107[153107] @@ -5154,12 +5160,12 @@ |700010 |link:https://svnweb.freebsd.org/changeset/base/153579[153579] |December 20, 2005 -|7.0-CURRENT after addition of hostb and vgapci drivers, addition of `pci_find_extcap()`, and changing the AGP drivers to no longer map the aperture. +|7.0-CURRENT after addition of `hostb` and `vgapci` drivers, addition of `pci_find_extcap()`, and changing the AGP drivers to no longer map the aperture. |700011 |link:https://svnweb.freebsd.org/changeset/base/153936[153936] |December 31, 2005 -|7.0-CURRENT after tv_sec was made time_t on all platforms but Alpha. +|7.0-CURRENT after `tv_sec` was made `time_t` on all platforms but Alpha. |700012 |link:https://svnweb.freebsd.org/changeset/base/154114[154114] @@ -5169,7 +5175,7 @@ |700013 |link:https://svnweb.freebsd.org/changeset/base/154269[154269] |January 12, 2006 -|7.0-CURRENT after changes to [.filename]#/etc/rc.d/abi# to support [.filename]#/compat/linux/etc/ld.so.cache# being a symlink in a readonly filesystem. +|7.0-CURRENT after changes to [.filename]#/etc/rc.d/abi# to support [.filename]#/compat/linux/etc/ld.so.cache# being a symlink in a read-only filesystem. |700014 |link:https://svnweb.freebsd.org/changeset/base/154863[154863] @@ -5204,7 +5210,7 @@ |700020 |link:https://svnweb.freebsd.org/changeset/base/161931[161931] |September 3, 2006 -|7.0-CURRENT after addition of bus_dma_get_tag function +|7.0-CURRENT after addition of `bus_dma_get_tag` function |700021 |link:https://svnweb.freebsd.org/changeset/base/162023[162023] @@ -5214,7 +5220,7 @@ |700022 |link:https://svnweb.freebsd.org/changeset/base/162170[162170] |September 9, 2006 -|7.0-CURRENT after dlsym change to look for a requested symbol both in specified dso and its implicit dependencies. +|7.0-CURRENT after `dlsym` change to look for a requested symbol both in specified DSO and its implicit dependencies. |700023 |link:https://svnweb.freebsd.org/changeset/base/162588[162588] @@ -5244,7 +5250,7 @@ |700028 |link:https://svnweb.freebsd.org/changeset/base/165242[165242] |December 15, 2006 -|7.0-CURRENT after the addition of sctp calls to libc +|7.0-CURRENT after the addition of `sctp` calls to libc |700029 |link:https://svnweb.freebsd.org/changeset/base/166259[166259] @@ -5344,7 +5350,7 @@ |700048 |link:https://svnweb.freebsd.org/changeset/base/170613[170613] |June 12, 2007 -|7.0-CURRENT after RFC 3678 API support added to the IPv4 stack. Legacy RFC 1724 behavior of the IP_MULTICAST_IF ioctl has now been removed; 0.0.0.0/8 may no longer be used to specify an interface index. Use struct ipmreqn instead. +|7.0-CURRENT after RFC 3678 API support added to the IPv4 stack. Legacy RFC 1724 behavior of the IP_MULTICAST_IF ioctl has now been removed; 0.0.0.0/8 may no longer be used to specify an interface index. Use struct `ipmreqn` instead. |700049 |link:https://svnweb.freebsd.org/changeset/base/171175[171175] @@ -5404,7 +5410,7 @@ |700103 |link:https://svnweb.freebsd.org/changeset/base/178061[178061] |April 10, 2008 -|7.0-STABLE after adding l_sysid to struct flock. +|7.0-STABLE after adding `l_sysid` to struct flock. |700104 |link:https://svnweb.freebsd.org/changeset/base/178108[178108] @@ -5414,7 +5420,7 @@ |700105 |link:https://svnweb.freebsd.org/changeset/base/178120[178120] |April 11, 2008 -|7.0-STABLE after the MFC of umtx features. +|7.0-STABLE after the MFC of `umtx` features. |700106 |link:https://svnweb.freebsd.org/changeset/base/178225[178225] @@ -5439,7 +5445,7 @@ |700110 |link:https://svnweb.freebsd.org/changeset/base/181328[181328] |August 5, 2008 -|7.0-STABLE after MFC of kernel NFS lockd client. +|7.0-STABLE after MFC of kernel NFS `lockd` client. |700111 |link:https://svnweb.freebsd.org/changeset/base/181940[181940] @@ -5504,7 +5510,7 @@ |702101 |link:https://svnweb.freebsd.org/changeset/base/192149[192149] |May 15, 2009 -|7.2-STABLE after man:ichsmb[4] was changed to use left-adjusted slave addressing to match other SMBus controller drivers. +|7.2-STABLE after man:ichsmb[4] was changed to use left-adjusted secondary addressing to match other SMBus controller drivers. |702102 |link:https://svnweb.freebsd.org/changeset/base/193020[193020] @@ -5582,12 +5588,12 @@ |600002 |link:https://svnweb.freebsd.org/changeset/base/134514[134514] |August 30, 2004 -|6.0-CURRENT after initial addition of ifi_epoch to struct if_data. Backed out after a few days. Do not use this value. +|6.0-CURRENT after initial addition of `ifi_epoch` to struct `if_data`. Backed out after a few days. Do not use this value. |600003 |link:https://svnweb.freebsd.org/changeset/base/134933[134933] |September 8, 2004 -|6.0-CURRENT after the re-addition of the ifi_epoch member of struct if_data. +|6.0-CURRENT after the re-addition of the `ifi_epoch` member of struct `if_data`. |600004 |link:https://svnweb.freebsd.org/changeset/base/135920[135920] @@ -5612,7 +5618,7 @@ |600008 |link:https://svnweb.freebsd.org/changeset/base/140809[140809] |January 25, 2005 -|6.0-CURRENT after changes to `VOP_*VOBJECT()` functions and introduction of `MNTK_MPSAFE` flag for Giantfree filesystems. +|6.0-CURRENT after changes to `VOP_*VOBJECT()` functions and introduction of `MNTK_MPSAFE` flag for Giant-free filesystems. |600009 |link:https://svnweb.freebsd.org/changeset/base/141250[141250] @@ -5647,7 +5653,7 @@ |600015 |link:https://svnweb.freebsd.org/changeset/base/142501[142501] |February 25, 2005 -|6.0-CURRENT after changing the struct if_data member, ifi_epoch, from wall clock time to uptime. +|6.0-CURRENT after changing the struct `if_data` member, `ifi_epoch`, from wall clock time to uptime. |600016 |link:https://svnweb.freebsd.org/changeset/base/142582[142582] @@ -5667,7 +5673,7 @@ |600019 |link:https://svnweb.freebsd.org/changeset/base/142752[142752] |February 28, 2005 -|Installation of acpica includes into /usr/include. +|Installation of `acpica` includes into /usr/include. |600020 |link:https://svnweb.freebsd.org/changeset/base/143308[143308] @@ -5697,7 +5703,7 @@ |600025 |link:https://svnweb.freebsd.org/changeset/base/145565[145565] |April 26, 2005 -|struct icmphdr added to 6.0-CURRENT. +|struct `icmphdr` added to 6.0-CURRENT. |600026 |link:https://svnweb.freebsd.org/changeset/base/145843[145843] @@ -5707,7 +5713,7 @@ |600027 |link:https://svnweb.freebsd.org/changeset/base/145966[145966] |May 6, 2005 -|Kernel libalias and ng_nat introduced. +|Kernel libalias and `ng_nat` introduced. |600028 |link:https://svnweb.freebsd.org/changeset/base/146191[146191] @@ -5727,7 +5733,7 @@ |600031 |link:https://svnweb.freebsd.org/changeset/base/147256[147256] |June 10, 2005 -|6.0-CURRENT after struct ifnet was broken out of the driver softcs. +|6.0-CURRENT after struct ifnet was broken out of the driver `softcs`. |600032 |link:https://svnweb.freebsd.org/changeset/base/147898[147898] @@ -5742,7 +5748,7 @@ |600034 |link:https://svnweb.freebsd.org/changeset/base/149040[149040] |August 13, 2005 -|6.0-STABLE after credential argument is added to dev_clone event handler. 6.0-RELEASE. +|6.0-STABLE after credential argument is added to `dev_clone` event handler. 6.0-RELEASE. |600100 |link:https://svnweb.freebsd.org/changeset/base/151958[151958] @@ -5752,7 +5758,7 @@ |600101 |link:https://svnweb.freebsd.org/changeset/base/153601[153601] |December 21, 2005 -|6.0-STABLE after incorporating scripts from the local_startup directories into the base man:rcorder[8]. +|6.0-STABLE after incorporating scripts from the `local_startup` directories into the base man:rcorder[8]. |600102 |link:https://svnweb.freebsd.org/changeset/base/153912[153912] @@ -5787,7 +5793,7 @@ |601101 |link:https://svnweb.freebsd.org/changeset/base/159861[159861] |June 22, 2006 -|6.1-STABLE after the import of csup. +|6.1-STABLE after the import of `csup`. |601102 |link:https://svnweb.freebsd.org/changeset/base/160253[160253] @@ -5797,7 +5803,7 @@ |601103 |link:https://svnweb.freebsd.org/changeset/base/160429[160429] |July 17, 2006 -|6.1-STABLE after the resolver update to BIND9, and exposure of reentrant version of netdb functions. +|6.1-STABLE after the resolver update to BIND9, and exposure of reentrant version of `netdb` functions. |601104 |link:https://svnweb.freebsd.org/changeset/base/161098[161098] @@ -5807,7 +5813,7 @@ |601105 |link:https://svnweb.freebsd.org/changeset/base/161900[161900] |September 2, 2006 -|6.1-STABLE after 802.11 fixups changed the api for the IEEE80211_IOC_STA_INFO ioctl. +|6.1-STABLE after 802.11 fix-ups changed the API for the IEEE80211_IOC_STA_INFO ioctl. |602000 |link:https://svnweb.freebsd.org/changeset/base/164312[164312] @@ -5832,7 +5838,7 @@ |602103 |link:https://svnweb.freebsd.org/changeset/base/166039[166039] |January 16, 2007 -|6.2-STABLE after MFC of dlsym change to look for a requested symbol both in specified dso and its implicit dependencies. +|6.2-STABLE after MFC of `dlsym` change to look for a requested symbol both in specified DSO and its implicit dependencies. |602104 |link:https://svnweb.freebsd.org/changeset/base/166314[166314] @@ -5862,7 +5868,7 @@ |602109 |link:https://svnweb.freebsd.org/changeset/base/168805[168805] |April 17, 2007 -|6.2-STABLE after MFC of readline 5.2 patchset 002. +|6.2-STABLE after MFC of readline 5.2 patch-set 002. |602110 |link:https://svnweb.freebsd.org/changeset/base/169222[169222] @@ -5882,7 +5888,7 @@ |602113 |link:https://svnweb.freebsd.org/changeset/base/172986[172986] |October 25, 2007 -|6.2-STABLE after MFC of wide and single byte ctype separation. Newly compiled binary that references to ctype.h may require a new symbol, __mb_sb_limit, which is not available on older systems. +|6.2-STABLE after MFC of wide and single byte ctype separation. Newly compiled binary that references to ctype.h may require a new symbol, `__mb_sb_limit`, which is not available on older systems. |602114 |link:https://svnweb.freebsd.org/changeset/base/173170[173170] @@ -5912,7 +5918,7 @@ |603102 |link:https://svnweb.freebsd.org/changeset/base/178459[178459] |April 24, 2008 -|6.3-STABLE after adding l_sysid to struct flock. +|6.3-STABLE after adding `l_sysid` to struct flock. |603103 |link:https://svnweb.freebsd.org/changeset/base/179367[179367] @@ -5955,7 +5961,7 @@ |500001 |link:https://svnweb.freebsd.org/changeset/base/59348[59348] |April 18, 2000 -|5.0-CURRENT after adding addition ELF header fields, and changing our ELF binary branding method. +|5.0-CURRENT after adding addition ELF header fields, and changing ELF binary branding method. |500002 |link:https://svnweb.freebsd.org/changeset/base/59906[59906] @@ -6035,7 +6041,7 @@ |500017 |link:https://svnweb.freebsd.org/changeset/base/72650[72650] |February 18, 2001 -|5.0-CURRENT after switch from struct ucred to struct xucred to stabilize kernel-exported API for mountd et al. +|5.0-CURRENT after switch from struct `ucred` to struct `xucred` to stabilize kernel-exported API for mountd et al. |500018 |link:https://svnweb.freebsd.org/changeset/base/72975[72975] @@ -6070,12 +6076,12 @@ |500024 |link:https://svnweb.freebsd.org/changeset/base/84324[84324] |October 1, 2001 -|5.0-CURRENT after d_thread_t, and moving UUCP to ports. +|5.0-CURRENT after `d_thread_t`, and moving UUCP to ports. |500025 |link:https://svnweb.freebsd.org/changeset/base/84481[84481] |October 4, 2001 -|5.0-CURRENT after ABI change for descriptor and creds passing on 64 bit platforms. +|5.0-CURRENT after ABI change for descriptor and `creds` passing on 64 bit platforms. |500026 |link:https://svnweb.freebsd.org/changeset/base/84710[84710] @@ -6145,7 +6151,7 @@ |500038 |link:https://svnweb.freebsd.org/changeset/base/100591[100591] |July 24, 2002 -|5.0-CURRENT after the types of some struct sockbuf members were changed and the structure was reordered. +|5.0-CURRENT after the types of some struct `sockbuf` members were changed and the structure was reordered. |500039 |link:https://svnweb.freebsd.org/changeset/base/102757[102757] @@ -6165,7 +6171,7 @@ |500042 |link:https://svnweb.freebsd.org/changeset/base/105178[105178] |October 15, 2002 -|5.0-CURRENT after Binutils 2.13 upgrade, which included new FreeBSD emulation, vec, and output format. +|5.0-CURRENT after Binutils 2.13 upgrade, which included new FreeBSD emulation, `vec`, and output format. |500043 |link:https://svnweb.freebsd.org/changeset/base/106289[106289] @@ -6190,7 +6196,7 @@ |500103 |link:https://svnweb.freebsd.org/changeset/base/111540[111540] |February 26, 2003 -|5.0-CURRENT after taskqueue_swi changed to run without Giant, and taskqueue_swi_giant added to run with Giant. +|5.0-CURRENT after `taskqueue_swi` changed to run without Giant, and `taskqueue_swi_giant` added to run with Giant. |500104 |link:https://svnweb.freebsd.org/changeset/base/111600[111600] @@ -6210,7 +6216,7 @@ |500107 |link:https://svnweb.freebsd.org/changeset/base/112288[112288] |March 15, 2003 -|Devstat interface change; see sys/sys/param.h 1.149 +|`devstat` interface change; see sys/sys/param.h 1.149 |500108 |link:https://svnweb.freebsd.org/changeset/base/112300[112300] @@ -6220,7 +6226,7 @@ |500109 |link:https://svnweb.freebsd.org/changeset/base/112571[112571] |March 25, 2003 -|Addition of vm_paddr_t. +|Addition of `vm_paddr_t`. |500110 |link:https://svnweb.freebsd.org/changeset/base/112741[112741] @@ -6260,7 +6266,7 @@ |501102 |link:https://svnweb.freebsd.org/changeset/base/117191[117191] |July 3, 2003 -|5.1-CURRENT after adding the lockfunc and lockfuncarg fields to man:bus_dma_tag_create[9]. +|5.1-CURRENT after adding the `lockfunc` and `lockfuncarg` fields to man:bus_dma_tag_create[9]. |501103 |link:https://svnweb.freebsd.org/changeset/base/118241[118241] @@ -6275,7 +6281,7 @@ |501105 |link:https://svnweb.freebsd.org/changeset/base/119021[119021] |August 17, 2003 -|5.1-CURRENT dynamically-linked /bin and /sbin support and movement of libraries to /lib. +|5.1-CURRENT dynamically linked /bin and /sbin support and movement of libraries to /lib. |501106 |link:https://svnweb.freebsd.org/changeset/base/119881[119881] @@ -6315,7 +6321,7 @@ |501113 |link:https://svnweb.freebsd.org/changeset/base/121816[121816] |October 31, 2003 -| 5.1-CURRENT after the if_xname change in struct ifnet +| 5.1-CURRENT after the `if_xname` change in struct ifnet |501114 |link:https://svnweb.freebsd.org/changeset/base/122779[122779] @@ -6340,7 +6346,7 @@ |502101 |link:https://svnweb.freebsd.org/changeset/base/123677[123677] |December 19, 2003 -|5.2-CURRENT after __cxa_atexit/__cxa_finalize functions were added to libc. +|5.2-CURRENT after `__cxa_atexit`/`__cxa_finalize` functions were added to libc. |502102 |link:https://svnweb.freebsd.org/changeset/base/125236[125236] @@ -6350,7 +6356,7 @@ |502103 |link:https://svnweb.freebsd.org/changeset/base/126083[126083] |February 21, 2004 -|5.2-CURRENT after device driver API megapatch. +|5.2-CURRENT after device driver API mega patch. |502104 |link:https://svnweb.freebsd.org/changeset/base/126208[126208] @@ -6370,7 +6376,7 @@ |502107 |link:https://svnweb.freebsd.org/changeset/base/126819[126819] |March 10, 2004 -|5.2-CURRENT after time_t is changed to a 64-bit value on sparc64. +|5.2-CURRENT after `time_t` is changed to a 64-bit value on sparc64. |502108 |link:https://svnweb.freebsd.org/changeset/base/126891[126891] @@ -6380,7 +6386,7 @@ |502109 |link:https://svnweb.freebsd.org/changeset/base/127312[127312] |March 22, 2004 -|5.2-CURRENT after the introduction of the bus_alloc_resource_any API +|5.2-CURRENT after the introduction of the `bus_alloc_resource_any` API |502110 |link:https://svnweb.freebsd.org/changeset/base/127475[127475] @@ -6415,12 +6421,12 @@ |502116 |link:https://svnweb.freebsd.org/changeset/base/130585[130585] |June 16, 2004 -|5.2-CURRENT after changing kernel dev_t to be pointer to struct cdev *. +|5.2-CURRENT after changing kernel `dev_t` to be pointer to struct cdev *. |502117 |link:https://svnweb.freebsd.org/changeset/base/130640[130640] |June 17, 2004 -|5.2-CURRENT after changing kernel udev_t to dev_t. +|5.2-CURRENT after changing kernel `udev_t` to `dev_t`. |502118 |link:https://svnweb.freebsd.org/changeset/base/130656[130656] @@ -6450,7 +6456,7 @@ |502123 |link:https://svnweb.freebsd.org/changeset/base/132025[132025] |July 12, 2004 -|5.2-CURRENT after change to make VFS_ROOT take a struct thread argument as does vflush. Struct kinfo_proc now has a user data pointer. The switch of the default X implementation to `xorg` was also made at this time. +|5.2-CURRENT after change to make VFS_ROOT take a struct thread argument as does vflush. Struct `kinfo_proc` now has a user data pointer. The switch of the default X implementation to `xorg` was also made at this time. |502124 |link:https://svnweb.freebsd.org/changeset/base/132597[132597] @@ -6510,7 +6516,7 @@ |503104 |link:https://svnweb.freebsd.org/changeset/base/142835[142835] |February 28, 2005 -|5.4-PRERELEASE after the MFC of the change of ifi_epoch from wall clock time to uptime. +|5.4-PRERELEASE after the MFC of the change of `ifi_epoch` from wall clock time to uptime. |503105 |link:https://svnweb.freebsd.org/changeset/base/143029[143029] @@ -6598,7 +6604,7 @@ |400004 |link:https://svnweb.freebsd.org/changeset/base/45321[45321] |April 5, 1999 -|4.0-CURRENT after __deregister_frame_info dynamic linker bug fix (also 4.0-CURRENT after EGCS 1.1.2 integration) +|4.0-CURRENT after `__deregister_frame_info` dynamic linker bug fix (also 4.0-CURRENT after EGCS 1.1.2 integration) |400005 |link:https://svnweb.freebsd.org/changeset/base/46113[46113] @@ -6613,7 +6619,7 @@ |400007 |link:https://svnweb.freebsd.org/changeset/base/47992[47992] |June 17, 1999 -|4.0-CURRENT after the addition of so_cred for socket level credentials +|4.0-CURRENT after the addition of `so_cred` for socket level credentials |400008 |link:https://svnweb.freebsd.org/changeset/base/48048[48048] @@ -6728,7 +6734,7 @@ |430001 |link:https://svnweb.freebsd.org/changeset/base/76779[76779] |May 18, 2001 -|4.3-STABLE after wint_t introduction. +|4.3-STABLE after `wint_t` introduction. |430002 |link:https://svnweb.freebsd.org/changeset/base/80157[80157] @@ -6743,7 +6749,7 @@ |440001 |link:https://svnweb.freebsd.org/changeset/base/85341[85341] |October 23, 2001 -|4.4-STABLE after d_thread_t introduction. +|4.4-STABLE after `d_thread_t` introduction. |440002 |link:https://svnweb.freebsd.org/changeset/base/86038[86038] @@ -6838,7 +6844,7 @@ |470102 |link:https://svnweb.freebsd.org/changeset/base/109753[109753] |January 23, 2003 -|4.7-STABLE after MFC of mbuf changes to replace m_aux mbufs by m_tag's +|4.7-STABLE after MFC of mbuf changes to replace `m_aux` mbufs by `m_tag`'s |470103 |link:https://svnweb.freebsd.org/changeset/base/110887[110887] @@ -6878,7 +6884,7 @@ |490101 |link:https://svnweb.freebsd.org/changeset/base/124264[124264] |January 8, 2004 -|4.9-STABLE after e_sid was added to struct kinfo_eproc. +|4.9-STABLE after `e_sid` was added to struct `kinfo_eproc`. |490102 |link:https://svnweb.freebsd.org/changeset/base/125417[125417] @@ -7134,7 +7140,7 @@ [NOTE] ==== -Note that 2.2-STABLE sometimes identifies itself as "2.2.5-STABLE" after the 2.2.5-RELEASE. The pattern used to be year followed by the month, but we decided to change it to a more straightforward major/minor system starting from 2.2. This is because the parallel development on several branches made it infeasible to classify the releases merely by their real release dates. Do not worry about old -CURRENTs; they are listed here just for reference. +Note that 2.2-STABLE sometimes identifies itself as "2.2.5-STABLE" after the 2.2.5-RELEASE. The pattern used to be year followed by the month, but the community decided to change it to a more straightforward major/minor system starting from 2.2. This is because the parallel development on several branches made it infeasible to classify the releases merely by their real release dates. Do not worry about old -CURRENTs; they are listed here just for reference. ==== [[versions-2]]