Displaying 2 results from an estimated 2 matches for "nokeepal".
Did you mean:
nokeep
2019 Mar 17
1
lda: Unknown mail storage driver maildir
hi all,
I have a successful (self-compiled from source code) Dovecot v2.2.16 setup
active on my Solaris-10 server, with mails stored in user's $HOME/Maildir
The mails are fetched from the ISP with "fetchmail", using a "cron" job
fetchmail -f $HOME/etc/pop3.myisp
where the file "$HOME/etc/pop3.myisp" contains
set logfile fetchmail.log
poll pop.myisp.be with
2018 Aug 21
7
[lld] avoid emitting PLT entries for ifuncs
Hello,
We've recently started using ifuncs in the x86(_64) FreeBSD kernel.
Currently lld will emit a PLT entry for each ifunc, so ifunc calls are
more expensive that those of regular functions. In our kernel, this
overhead isn't really necessary: if lld instead emits PC-relative
relocations for each ifunc call site, where each relocation references
a symbol of type GNU_IFUNC, then during