Bracket I/O from or to the backing store with fstrans_start_lazy()
so the fss device doesn't block before the file system is suspended.
Should fix some deadlocks with revokation of ttys.
PR kern/59663 (ffs_snapshot_read -> uvm_fault (or pool page empty)
p0f: Import p0f-2.0.8nb1
P0f v2 is a versatile passive OS fingerprinting tool. P0f can identify the
operating system on:
- machines that connect to your box (SYN mode),
- machines you connect to (SYN+ACK mode),
- machine you cannot connect to (RST+ mode),
- machines whose communications you can observe.
P0f can also do many other tricks, and can detect or measure the following:
- firewall presence or masquerading (useful for policy enforcement),
- presence of a load balancer setup,
- the distance to the remote system and its uptime,
- other guy's network hookup (DSL, OC3, avian carriers) and his ISP.
Imported from security/p0f.
Don't use pmap_update in pmap_{page_protect,clear_attribute} as the
PMAP_DEFERRED_ACTIVATE logic doesn't apply. Instead create a new
pmap_shootdown which performs the necessary shootdowns for
PMAP_TLB_NEED_SHOOTDOWN architectures.
www/firefox: Update to 153.0.1
Changelog:
153.0.1:
Fixed
* Addressed a startup crash on Windows that could occur after updating
Firefox, when some of the application's internal files could not be loaded.
Firefox should now start in these cases, although parts of the interface
may not display correctly until a further update completes (Bug 2056926).
* Fixed audio playing silently on some music and audio streaming sites after
pausing and resuming playback (Bug 2053586).
* Fixed the New Tab page background flashing a few seconds after the page
loaded when a custom wallpaper was in use (Bug 2056650).
* Fixed a crash that could occur when a page loaded a frame using a
javascript: address (Bug 2054485).
[18 lines not shown]
aerc: update to 0.22.0
# Added
- `:reload` is now invoked when `SIGHUP` is received by the `aerc`
process.
- Add support for Labels when using imap.
- A custom directory can now be specified for temporary files.
- New `:toggle-sidebar` command to hide/show the sidebar.
- New `[viewer].html-inline-images` option to replace `<img
src="cid:...">` tags in `text/html` parts with their related
`image/*` part data encoded in base64. For this to work with sixel
compatible terminals, you need to update your filters with
`text/html = ! html -sixel` and install `img2sixel`.
- Diffstat summary lines before patches are now highlighted similar
to git diff --stat.
- Trailing whitespace in diff addition, deletion and context lines
are now highlighted with a red background by default, similar to
git's `diff.wsErrorHighlight` option set to `all`. Configurable
with `[viewer].diff_whitespace` styleset option.
[59 lines not shown]