Differential Diff 146047
Diff 146047
Diff 146047
Properties
Properties
Path | Size | ||||
---|---|---|---|---|---|
| |||||
5 lines | |||||
1 line | |||||
| |||||
246 lines |
Diff 146047
Diff 146047
lib/libusb/libusb.3
Show All 21 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: | ||||
includes various WITNESS- related kernel options, INVARIANTS, malloc | includes various WITNESS- related kernel options, INVARIANTS, malloc | ||||
debugging flags in userland, and various verbose features in the | debugging flags in userland, and various verbose features in the | ||||
kernel. Many developers choose to disable these features on build | kernel. Many developers choose to disable these features on build | ||||
machines to maximize performance. (To completely disable malloc | machines to maximize performance. (To completely disable malloc | ||||
debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | ||||
world, or to merely disable the most expensive debugging functionality | world, or to merely disable the most expensive debugging functionality | ||||
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | ||||
20231027: | |||||
Forward compatibility (running the new code on old kernels) for the | |||||
"ino64" project have been removed. The need for it has passed long ago. | |||||
20231018: | 20231018: | ||||
Commit 57ce37f9dcd0 changed the internal KAPI between the | Commit 57ce37f9dcd0 changed the internal KAPI between the | ||||
nfscommon and nfscl modules. Both must be rebuilt from sources. | nfscommon and nfscl modules. Both must be rebuilt from sources. | ||||
20231010: | 20231010: | ||||
dialog(1) has been replaced in base by bsddialog(1), while most of the | dialog(1) has been replaced in base by bsddialog(1), while most of the | ||||
time replacing a dialog(1) call by a bsddialog(1) call works out of the | time replacing a dialog(1) call by a bsddialog(1) call works out of the | ||||
box, bsddialog(1) is not considered as a drop-in replacement for | box, bsddialog(1) is not considered as a drop-in replacement for | ||||
▲ Show 20 Lines • Show All 1,529 Lines • ▼ Show 20 Lines | 20170623: | ||||
fashion. This prevents many of the common foot-shooting actions in the | fashion. This prevents many of the common foot-shooting actions in the | ||||
upgrade as well as the limited ability to roll back the kernel across | upgrade as well as the limited ability to roll back the kernel across | ||||
the ino64 upgrade. Complicated use cases may not work properly, though | the ino64 upgrade. Complicated use cases may not work properly, though | ||||
enough simpler ones work to allow recovery in most situations. | enough simpler ones work to allow recovery in most situations. | ||||
20170620: | 20170620: | ||||
Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC | Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC | ||||
if you require the GPL compiler. | if you require the GPL compiler. | ||||
20170619: | |||||
Forward compatibility for the "ino64" project have been committed. This | |||||
will allow most new binaries to run on older kernels in a limited | |||||
fashion. This prevents many of the common foot-shooting actions in the | |||||
upgrade as well as the limited ability to roll back the kernel across | |||||
the ino64 upgrade. Complicated use cases may not work properly, though | |||||
enough simpler ones work to allow recovery in most situations. | |||||
20170618: | 20170618: | ||||
The internal ABI used for communication between the NFS kernel modules | The internal ABI used for communication between the NFS kernel modules | ||||
was changed by r320085, so __FreeBSD_version was bumped to | was changed by r320085, so __FreeBSD_version was bumped to | ||||
ensure all the NFS related modules are updated together. | ensure all the NFS related modules are updated together. | ||||
20170617: | 20170617: | ||||
The ABI of struct event was changed by extending the data | The ABI of struct event was changed by extending the data | ||||
▲ Show 20 Lines • Show All 503 Lines • Show Last 20 Lines |
lib/libusb/libusb10.c
Show All 21 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: | ||||
includes various WITNESS- related kernel options, INVARIANTS, malloc | includes various WITNESS- related kernel options, INVARIANTS, malloc | ||||
debugging flags in userland, and various verbose features in the | debugging flags in userland, and various verbose features in the | ||||
kernel. Many developers choose to disable these features on build | kernel. Many developers choose to disable these features on build | ||||
machines to maximize performance. (To completely disable malloc | machines to maximize performance. (To completely disable malloc | ||||
debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | ||||
world, or to merely disable the most expensive debugging functionality | world, or to merely disable the most expensive debugging functionality | ||||
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | ||||
20231027: | |||||
Forward compatibility (running the new code on old kernels) for the | |||||
"ino64" project have been removed. The need for it has passed long ago. | |||||
20231018: | 20231018: | ||||
Commit 57ce37f9dcd0 changed the internal KAPI between the | Commit 57ce37f9dcd0 changed the internal KAPI between the | ||||
nfscommon and nfscl modules. Both must be rebuilt from sources. | nfscommon and nfscl modules. Both must be rebuilt from sources. | ||||
20231010: | 20231010: | ||||
dialog(1) has been replaced in base by bsddialog(1), while most of the | dialog(1) has been replaced in base by bsddialog(1), while most of the | ||||
time replacing a dialog(1) call by a bsddialog(1) call works out of the | time replacing a dialog(1) call by a bsddialog(1) call works out of the | ||||
box, bsddialog(1) is not considered as a drop-in replacement for | box, bsddialog(1) is not considered as a drop-in replacement for | ||||
▲ Show 20 Lines • Show All 1,529 Lines • ▼ Show 20 Lines | 20170623: | ||||
fashion. This prevents many of the common foot-shooting actions in the | fashion. This prevents many of the common foot-shooting actions in the | ||||
upgrade as well as the limited ability to roll back the kernel across | upgrade as well as the limited ability to roll back the kernel across | ||||
the ino64 upgrade. Complicated use cases may not work properly, though | the ino64 upgrade. Complicated use cases may not work properly, though | ||||
enough simpler ones work to allow recovery in most situations. | enough simpler ones work to allow recovery in most situations. | ||||
20170620: | 20170620: | ||||
Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC | Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC | ||||
if you require the GPL compiler. | if you require the GPL compiler. | ||||
20170619: | |||||
Forward compatibility for the "ino64" project have been committed. This | |||||
will allow most new binaries to run on older kernels in a limited | |||||
fashion. This prevents many of the common foot-shooting actions in the | |||||
upgrade as well as the limited ability to roll back the kernel across | |||||
the ino64 upgrade. Complicated use cases may not work properly, though | |||||
enough simpler ones work to allow recovery in most situations. | |||||
20170618: | 20170618: | ||||
The internal ABI used for communication between the NFS kernel modules | The internal ABI used for communication between the NFS kernel modules | ||||
was changed by r320085, so __FreeBSD_version was bumped to | was changed by r320085, so __FreeBSD_version was bumped to | ||||
ensure all the NFS related modules are updated together. | ensure all the NFS related modules are updated together. | ||||
20170617: | 20170617: | ||||
The ABI of struct event was changed by extending the data | The ABI of struct event was changed by extending the data | ||||
▲ Show 20 Lines • Show All 503 Lines • Show Last 20 Lines |
sys/dev/acpica/acpi_lps0.c
Show All 21 Lines | NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: | ||||
includes various WITNESS- related kernel options, INVARIANTS, malloc | includes various WITNESS- related kernel options, INVARIANTS, malloc | ||||
debugging flags in userland, and various verbose features in the | debugging flags in userland, and various verbose features in the | ||||
kernel. Many developers choose to disable these features on build | kernel. Many developers choose to disable these features on build | ||||
machines to maximize performance. (To completely disable malloc | machines to maximize performance. (To completely disable malloc | ||||
debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | debugging, define WITH_MALLOC_PRODUCTION in /etc/src.conf and rebuild | ||||
world, or to merely disable the most expensive debugging functionality | world, or to merely disable the most expensive debugging functionality | ||||
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) | ||||
20231027: | |||||
Forward compatibility (running the new code on old kernels) for the | |||||
"ino64" project have been removed. The need for it has passed long ago. | |||||
20231018: | 20231018: | ||||
Commit 57ce37f9dcd0 changed the internal KAPI between the | Commit 57ce37f9dcd0 changed the internal KAPI between the | ||||
nfscommon and nfscl modules. Both must be rebuilt from sources. | nfscommon and nfscl modules. Both must be rebuilt from sources. | ||||
20231010: | 20231010: | ||||
dialog(1) has been replaced in base by bsddialog(1), while most of the | dialog(1) has been replaced in base by bsddialog(1), while most of the | ||||
time replacing a dialog(1) call by a bsddialog(1) call works out of the | time replacing a dialog(1) call by a bsddialog(1) call works out of the | ||||
box, bsddialog(1) is not considered as a drop-in replacement for | box, bsddialog(1) is not considered as a drop-in replacement for | ||||
▲ Show 20 Lines • Show All 1,529 Lines • ▼ Show 20 Lines | 20170623: | ||||
fashion. This prevents many of the common foot-shooting actions in the | fashion. This prevents many of the common foot-shooting actions in the | ||||
upgrade as well as the limited ability to roll back the kernel across | upgrade as well as the limited ability to roll back the kernel across | ||||
the ino64 upgrade. Complicated use cases may not work properly, though | the ino64 upgrade. Complicated use cases may not work properly, though | ||||
enough simpler ones work to allow recovery in most situations. | enough simpler ones work to allow recovery in most situations. | ||||
20170620: | 20170620: | ||||
Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC | Switch back to the BSDL dtc (Device Tree Compiler). Set WITH_GPL_DTC | ||||
if you require the GPL compiler. | if you require the GPL compiler. | ||||
20170619: | |||||
Forward compatibility for the "ino64" project have been committed. This | |||||
will allow most new binaries to run on older kernels in a limited | |||||
fashion. This prevents many of the common foot-shooting actions in the | |||||
upgrade as well as the limited ability to roll back the kernel across | |||||
the ino64 upgrade. Complicated use cases may not work properly, though | |||||
enough simpler ones work to allow recovery in most situations. | |||||
20170618: | 20170618: | ||||
The internal ABI used for communication between the NFS kernel modules | The internal ABI used for communication between the NFS kernel modules | ||||
was changed by r320085, so __FreeBSD_version was bumped to | was changed by r320085, so __FreeBSD_version was bumped to | ||||
ensure all the NFS related modules are updated together. | ensure all the NFS related modules are updated together. | ||||
20170617: | 20170617: | ||||
The ABI of struct event was changed by extending the data | The ABI of struct event was changed by extending the data | ||||
▲ Show 20 Lines • Show All 503 Lines • Show Last 20 Lines |