search for: yuxuan

Displaying 8 results from an estimated 8 matches for "yuxuan".

2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
https://bugzilla.netfilter.org/show_bug.cgi?id=888 Summary: Assertion errors attempting a statement which (I believe) is grammatically correct. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Fedora Status: NEW Severity: normal Priority: P5 Component: nft
2018 Nov 04
13
[Bug 108651] New: Screen flickering when using compositor with OpenGL backend
https://bugs.freedesktop.org/show_bug.cgi?id=108651 Bug ID: 108651 Summary: Screen flickering when using compositor with OpenGL backend Product: Mesa Version: unspecified Hardware: All OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2014 Feb 05
5
[Bug 898] New: You can not add a non-name set with more than 255 elements aprox. Do not show any error.
https://bugzilla.netfilter.org/show_bug.cgi?id=898 Summary: You can not add a non-name set with more than 255 elements aprox. Do not show any error. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5
2014 Feb 09
1
[Bug 899] New: ipset with more than 253 IPs
https://bugzilla.netfilter.org/show_bug.cgi?id=899 Summary: ipset with more than 253 IPs Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: blocker Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: devkid at devkid.net
2014 May 13
1
[Bug 932] New: TOS: An Invert mask in TOS
https://bugzilla.netfilter.org/show_bug.cgi?id=932 Summary: TOS: An Invert mask in TOS Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: anarey at
2018 Nov 05
0
[Bug 108651] Screen flickering when using compositor with OpenGL backend
https://bugs.freedesktop.org/show_bug.cgi?id=108651 --- Comment #2 from Yuxuan Shui <yshuiv7 at gmail.com> --- compton itself does not have lots of dependencies. Right now all the users experienced this problem seems to be using the i3 window manager, I don't know if this is reproducible with windowmaker. I don't know the mesa version they use, I will ask. But...
2014 Dec 16
0
[ANNOUNCE] nftables 0.4 release
...type_destroy() datatype: print datatype name in datatype_print() BUG message Steven Barth (2): build: allow disabling libreadline-support build: remove unnecessary libintl.h check Yanchuan Nian (2): Fix memory leak in nft get operation Fix typo in chain hook parsing Yuxuan Shui (1): payload: use proto_unknown for raw protocol header
2020 May 25
0
[PATCH] Make len parameter of do_punch_hole OFF_T
The argument passed to do_punch_hole is a OFF_T to beginning with, and otherwise holes bigger than 2G will cause rsync to fail. --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syscall.c b/syscall.c index e1a02a3c..e8ce7d5c 100644 --- a/syscall.c +++ b/syscall.c @@ -523,7 +523,7 @@ OFF_T do_fallocate(int fd, OFF_T offset, OFF_T length) /* Punch a hole at pos