Displaying 20 results from an estimated 26 matches for "20191031".
Did you mean:
20121031
2019 Oct 31
20
[Bug 112185] New: Xorg hangs from time to time
...at the
attached log files. Installed from Mageia x11-server-xorg-1.20.4-7.mga7.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20191031/f971a946/attachment.html>
2019 Oct 31
0
Broken uids: Director lmtp proxy able to change the destination address?
...ing director/proxy is it possible to rewrite the address
using SQL in the passdb query?
3. What would be the best settings to avoid corruption in this broken setup.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20191031/acacaf69/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: backend.conf
Type: application/octet-stream
Size: 2346 bytes
Desc: not available
URL: <https://dovecot.org/pipermail/dovecot/attachments/20191031/acacaf69/attachment-0002.obj>...
2019 Oct 31
2
Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
...ty error?
Reid asked me why I'm using C++17. I just want to use the latest released standard. Most if it still compiles anyway. So I'll stick with it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/c2234826/attachment.html>
2019 Oct 31
3
llvm emits unoptimized code
Hi Devs,
Consider testcase here
https://godbolt.org/z/qHZzqw
When optimization is O1 or above it produces unoptimized code
because it calls __tls_get_address in loops.
While with optimization disabled
It produce single call to __tls_get_address outside of loop.
is this a missed optimization by llvm?
./Kamlesh
2019 Oct 31
2
How to run single compiler-rt test in monorepo?
...formation online is sparse, and I didn't find it there either.
What is are command / How do I run a single lit-based compiler-rt test?
Thanks a lot,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/15f62291/attachment.html>
2019 Oct 08
2
[Bug 1369] New: ipset save|list -sorted sorts alphabetically instead of naturally
https://bugzilla.netfilter.org/show_bug.cgi?id=1369
Bug ID: 1369
Summary: ipset save|list -sorted sorts alphabetically instead
of naturally
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: default
2019 Oct 30
2
llvm-config --cxxflags should report C++ language standard version
...# to make sure it is reported by llvm-config.
```
Even in the case of default C++ version, in my opinion llvm-config should
explicitly report it.
cheers,
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/306aaaaa/attachment.html>
2019 Oct 31
2
llvm emits unoptimized code
..._____________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/143aa026/attachment.html>
2019 Oct 30
2
encrypt incoming emails with public gpg key before they are stored to maildir
Hello,
I have asked on the postfix mailing list for a solution, how to encrypt
incoming emails with public gpg key
My original idea was to use a smtpd-milter, which would encrypt all
incoming plaintext messages of given user, using the users public gpg
key. This way, it would look as if the original sender has sent the
message encrypted.
Somebody suggested this might be better done in Dovecot,
2019 Oct 31
2
RFC: On non 8-bit bytes and the target for it
..._____________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/97bc5fa3/attachment.html>
2019 Oct 31
2
Clang format wrapping bug
I filed a bug a long time ago here:
https://bugs.llvm.org/show_bug.cgi?id=41559
It's an issue with how clang format isn't breaking function arguments
as expected. I haven't seen a response. How can I go about getting the
attention of the developers?
2019 Oct 31
1
[Bug 112186] New: mouse pointer does not appear if Position is set to "0 1080" instead of "0 0"
...uch a little setting in xorg.conf should not irritate the
X-server that gravely!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20191031/679c5ce7/attachment-0001.html>
2019 Oct 30
1
Dovecot HSM
Hi.
I'm looking for a tutorial/how-to for a HSM (Hierarchical /Storage/
Management). keeping old messages for a user in a cheap storage and
recent messages in a faster one.
I see on dovecot2 wiki an alternative for hsm as "Alternate storage",
but I don't now if it's a good solution for me.
The expected result is a faster imap/pop access for new messages on a
2019 Oct 31
0
[PATCH] Replace mkproto.pl with mkproto.awk
...! key id 7CBF764A and 972EAC9F are revoked since 2015-01 ------------ -
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/rsync/attachments/20191031/22abd68c/signature.sig>
2019 Oct 16
1
[Bug 1373] New: [ipset] ability to use a more complex mask on hash:*net* functionality for family ipv6
https://bugzilla.netfilter.org/show_bug.cgi?id=1373
Bug ID: 1373
Summary: [ipset] ability to use a more complex mask on
hash:*net* functionality for family ipv6
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2019 Oct 30
2
Comments on GitHub commits?
You can apparently leave comments on GitHub commits (instead of
commenting at Phabricator, or directly sending a reply to the relevant
commit mailing list and relevant CCs). I once accidentally did that
myself
(<https://github.com/llvm/llvm-project/commit/4a6861a7e5b59be24a09b8b9782255d028e7aade#commitcomment-35540755>)
and now (presumably because I'm member of some GitHub group)
2019 Oct 30
2
Recent LLVM Build Attempt -- obj.ClangAST.vcxproj Failed to Build
I configured with this command:
"
cmake ../llvm -G"Visual Studio 16 2019" -A Win32 -Thost=x64 -DLLVM_ENABLE_EH=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;libcxx;libcxxabi" -DCMAKE_CXX_FLAGS="/permissive- /D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" -DCMAKE_CXX_STANDARD=17
"
2019 Oct 31
1
Antw: Re: Q: Bandwidth vs. bitrate
Hi!
Useful advice, thanks! Actually I had been using foobar2000 to recode, because it just makes it so easy to convert multiple files while keeping the metadata (I confess, I'm a "tagger"). But it's easy to miss some encoder option when being presented some default suggestions in a dialog form...
Apart form that I always had the impression that Opus could be quite smart
2019 Oct 31
2
Comments on GitHub commits?
...a patch”. I also haven’t verified this, but I suspect only the commit author gets notified, which prevents idle people from piling onto to the conversation.
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191031/7a27b83c/attachment.html>
2019 Oct 31
5
[PATCH] Replace mkproto.pl with mkproto.awk
This replaces the build dependency on perl with one on awk which is
already used in the build system and is much more ubiquitous than perl
---
Makefile.in | 2 +-
mkproto.awk | 39 +++++++++++++++++++++++++++++++++++++++
mkproto.pl | 48 ------------------------------------------------
3 files changed, 40 insertions(+), 49 deletions(-)
create mode 100644 mkproto.awk
delete mode 100644