CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/23 04:52:33
Modified files:
www/iridium : Makefile
www/iridium/patches: patch-base_files_file_path_watcher_bsd_cc
patch-content_browser_browser_main_loop_cc
Added files:
www/iridium/patches: patch-content_browser_BUILD_gn
patch-content_browser_sandbox_host_linux_cc
patch-net_disk_cache_simple_simple_file_tracker_cc
Log message:
sync recent changes from the chromium port:
------------
start taming chromium in low FD situations; starting with disk cache
cap the file descriptor limit at 85% of the size of the
file descriptor table and also substract the amount of
currently used file descriptors as this should give us
enough reserve to avoid hitting the limit
------------
update file path watcher code to match the kqueue implementation
and disable some FD passing code that is not used on OpenBSD
------------