Add BOOTCYCLETIME option to print kernel boot time
Introduce a new kernel option, BOOTCYCLETIME, which will print
the time taken for the kernel to boot on (for now) amd64 and i386
architectures.
Search host bridge on all devices from PCI bus 0
We look for host bridge MSI capability to enable MSI on PCI devices,
which require locating the host bridge itself. Previously we assumed
it was on bus 0, device 0, but that assmption misses some setups.
For instance, Dell Poweredge r760xd2 has its host bridge on bus 0,
device 20, function 4.
This change iterates on all devices on bus 0 to find the host bridge.
fonts/*: move bitmap fonts to X11/PCF
Use common 'PCF' FONTS_DIRS.x11 for those *.pcf bitmap fonts I commited.
Remove MESSAGE, simplify Makefile and bump revision.
src/Makefile: update a reference to where MKUPDATE is documented
It was removed from share/mk/bsd.README in r. 1.445 back in 2023.
(Perhaps redundant because of the other mk.conf.5 reference lower
down, but, it was obviously felt it needed particular attention.)
fonts/dina: initial import of package
Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully) clear
enough to remain readable even at high resolutions.
pkg_notify: reduce false positives. Bump version.
For distfiles that are .c, strip .c before transforming version for
comparison. Fixes false positive for qmail-spp-spf.
For distfiles where similarly named debian packaging distfiles are found
in the same directory, don't try to compare against the debian packaging
distfiles. Fixes false positive for ikiwiki.
py-pwntools: Update to 4.14.1
Changes:
4.14.1
- Show symbols defined to value 0 (start of file)
- Fix installation on Python 3.5 and lower
- fix: update apport coredump path handling for CorefileFinder
- Fix memcpy shellcraft template off-by-one
- Fix parsing corefile with missing auxv
- Fix syntax highlighting of multiline comments in ASM
- Exclude broken Unicorn
4.14.0
- Add local libc database provider for libcdb
- Add offline parameter for `search_by_hash` series function
- libcdb: add `offline_only` to `search_by_symbol_offsets`
- libcdb.unstrip_libc: debug symbols are fetched only if not present
- Add basic support to debug processes on Windows
- Support asm/disasm on Windows
[15 lines not shown]
py-wxPython: updated to 4.2.3
4.2.3
New and improved in this release:
* This release was built using the wxWidgets' v3.2.7 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44).
* Fix test issues with wx.lib.introspect
* Add support for building on Windows ARM64
* Incorporate many improvements to type stubs
* Fix building documentation with latest sphinx
* Build smaller architecture-specific wheels on macOS instead of large universal2 wheels
* Calculate scroll based on child's relative position to scrolledpanel in wx.lib.scrolledpanel
* Fix float -> int conversion issues in wx.lib.fancytext
* Replace deprecated NumPy type aliases
* Use wx.StaticText in wx.lib.agw.hyperlink
* Implement partial support for pyproject.toml and other build process improvements
* Remove use of six and most Python 2 compatibility code
* Fix wxWidgets build on OpenSUSE
* Fix more int conversions in wx.lib.agw.flatnotebook
[24 lines not shown]