Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
eb353bab
Commit
eb353bab
authored
Jan 23, 2022
by
HardenedBSD Sync Service
Browse files
Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master
parents
1d0e6636
28d0a782
Changes
2
Show whitespace changes
Inline
Side-by-side
libexec/rc/rc.d/ntpd
View file @
eb353bab
...
...
@@ -221,6 +221,8 @@ ntpd_fetch_leapfile() {
if
ntpd_needfetch_leapfile
;
then
for
url
in
$ntp_leapfile_sources
;
do
$verbose
fetching
$url
# Circumvent umask 027 and 077 in login.conf(5)
umask
022
fetch
$ntp_leapfile_fetch_opts
-o
$_ntp_tmp_leapfile
$url
&&
break
done
ntp_ver_no_tmp
=
$(
get_ntp_leapfile_ver
$_ntp_tmp_leapfile
)
...
...
sys/kern/vfs_bio.c
View file @
eb353bab
...
...
@@ -3394,7 +3394,7 @@ buf_daemon()
* to avoid endless loops on unlockable buffers.
*/
mtx_lock
(
&
bdlock
);
if
(
!
BIT_EMPTY
(
BUF_DOMAINS
,
&
bdlodirty
))
{
if
(
BIT_EMPTY
(
BUF_DOMAINS
,
&
bdlodirty
))
{
/*
* We reached our low water mark, reset the
* request and sleep until we are needed again.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment