search for: mariusz

Displaying 20 results from an estimated 89 matches for "mariusz".

Did you mean: marius
2010 Sep 16
1
[LLVMdev] Linking shared library
...table test_foo ... undefined reference ... collect2: ld returned 1 exit status Which means that the libfoo.so is not picked up from the Debug/lib directory. In other words linker does not look into Debug/lib folder. I can fix this with LDFLAGS but I believe the intention is different? Greetings, Mariusz. -- Mariusz Grad
2019 Jan 06
9
[Bug 109230] New: [crash] Xorg is crashing on startup with enabled xinerama
https://bugs.freedesktop.org/show_bug.cgi?id=109230 Bug ID: 109230 Summary: [crash] Xorg is crashing on startup with enabled xinerama Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: All Status: NEW Severity: major Priority: medium Component:
2010 Mar 05
1
[LLVMdev] How to increase the size of a basic block?
Hi, I am working on Instruction Set Extensions and I am looking for a way to increase the sizes of a basic block. Besides the loop-unrollers is there any code laying around which could be used to that purpose (like superblock formation, hyperblocks, predicate execution ..)? Best regards, Mariusz. -- Mariusz Grad
2002 Jul 23
1
[BUG] libvorbisfile ov_test() ?
...rc of ov_test_open: int ov_test_open(OggVorbis_File *vf){ if(vf->ready_state!=PARTOPEN)return(OV_EINVAL); return _ov_open2(vf); } It returns OV_EINVAL when i run upper example: # ./a.out fail in ov_test_open(), reason: -131 vf.ready_state is: 3 When i use ov_open directly, it works. -- Mariusz Gniazdowski. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2010 Sep 15
2
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
...} return true; } virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll(); AU.addRequired<LoopInfo> (); } }; } char bb_info::ID = 0; static RegisterPass<bb_info> Y("bb_info", "testing .."); -- Mariusz Grad
2017 Dec 05
2
MMC issue
...ows Server is ok), and only for Administrator account. From other accounts with Administrator priviliges there is no problem at all. In the logs there is: ../source3/rpc_server/srvsvc/srv_srvsvc_nt.c:1274(_srvsvc_NetFileEnum) Enumerating files only allowed for administrators Any advice? Thanks Mariusz -- Sent from: http://samba.2283325.n4.nabble.com/Samba-General-f2403709.html
1999 Nov 10
0
Re: undocumented bugs - nfsd
On Tue, Nov 09, 1999 at 11:39:39AM +0100, Mariusz Marcinkiewicz wrote: > After reading lcamtuf's posts I decided write this one. Few months ago one > of my friends - digit - found bug in linux nfsd daemon. I made example > sploit about IV 1999. Now in distributions is new nfsd and nowhere was > information about security weaknes of...
2008 Dec 23
4
tripwire on centos 5
Does anybody use tripwire on centos 5? Has anybody checked that: http://www.linickx.com/archives/281/tripwire-2411-rpm-for-centos-redhat-rhel-4 on centos5? M. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Sep 15
0
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
hi, On Wed, Sep 15, 2010 at 8:21 PM, Mariusz Grad <mariusz.grad at gmail.com> wrote: > Hi, > > I wrote tiny ModulePass which iterates over functions and then uses getAnalysis<LoopInfo> in order to get informations about the loop. > It compiles smoothly, but whenever I try to run it I got error like this: > opt: .. P...
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote > On Tue, 5 Dec 2017 10:37:02 -0700 (MST) > Mariusz80 via samba &lt; > samba at .samba > &gt; wrote: > >> Hi >> I have a strange problem with Shared folders in MMC. While I try to >> connect to linux machine and list Open files or Sessions I got a >> message "You do not have permission to view the lis...
2015 Apr 02
2
SMBC_LINK directory entity type
...ow how to handle the SMBC_LINK type of smbc_dirent, which is defined in libsmbclient.h. I've grepped through the samba source code and it doesn't seem to appear anywhere except the mentioned header and examples. Can I safely assume there are no files/directories of such a type? Thanks, Mariusz
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote > On Tue, 5 Dec 2017 11:11:33 -0700 (MST) > Mariusz80 via samba &lt; > samba at .samba > &gt; wrote: > >> Samba - General mailing list wrote >> > On Tue, 5 Dec 2017 10:37:02 -0700 (MST) >> > Mariusz80 via samba &lt; >> >> > samba at .samba >> >> > &gt; wrote: >&gt...
2011 May 19
1
[Bug 652] pcap plugin problem
http://bugzilla.netfilter.org/show_bug.cgi?id=652 Mariusz Kielpinski <kielpi at poczta.onet.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kielpi at poczta.onet.pl Status|ASSIGNED...
2008 May 08
1
[LLVMdev] PPC Isel complex patterns
...electNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);) My question is: can I use patterns to fetch that - if yes, then how (there is no RLWINM SDNode). When that function is used, after or before legalization? I don't see anything on my printouts and that's a little confusing. Best greetings, Mariusz. -- mg
2017 Mar 29
2
[PATCH xf86-video-nouveau] Do not register hotplug without RandR
...to an Xserver abort. Hotplug makes little sense without RandR, so no need to install a udev monitor if RandR is not available. Ported from intel driver, original work by: Chris Wilson <chris at chris-wilson.co.uk> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98383 Signed-off-by: Mariusz Bialonczyk <manio at skyboo.net> --- src/drmmode_display.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index dd9fa27..ae29d9a 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -1556,6 +1556,15 @@ drmmode_u...
2013 Aug 30
5
[PATCH 1/2] drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)
...ement. The first solution to solve this mess would be to change the length of the table. The solution I choose was simply to avoid setting the pwm freq twice as the other redefinitions are harmless with our current parser. Signed-off-by: Martin Peres <martin.peres at labbri.fr> Reported-by: Mariusz Bialonczyk <manio at skyboo.net> Tested-by: Mariusz Bialonczyk <manio at skyboo.net> --- drivers/gpu/drm/nouveau/core/subdev/bios/therm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/bios/therm.c b/drivers/gpu/drm/nouveau/cor...
2012 Sep 18
8
Collecting entropy from device_attach() times.
Hi. I experimented a bit with collecting entropy from the time it takes for device_attach() to run (in CPU cycles). It seems that those times have enough variation that we can use it for entropy harvesting. It happens even before root is mounted, so pretty early. On the machine I'm testing it, which has minimal kernel plus NIC driver I see 75 device_attach() calls. I'm being very careful
2009 Nov 09
2
[LLVMdev] Cmake and pass
Hi, Is it possible to generate pass (shared object) from Cmake? I tried to use add_llvm_library() however it produces only static libs. Thanks, Mariusz.
2005 Aug 04
1
Printers - doesn't print
Hi. I install from source a wine 20090914. I have problem with printers. I have a cups printers in the system. When i open a Word it see a printers in the print box I can choise right one and I can see how it send task to the printer, but this is never print. I check the localhost:631 jobs and I don't see any task from wine, tahat I just send to the printer. In howto I found that cups
2017 Mar 29
0
[Bug 98383] X server is crashing/eats 100% cpu when turning on monitor
https://bugs.freedesktop.org/show_bug.cgi?id=98383 Mariusz Białończyk <manio at skyboo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|xorg-team at lists.x.org |nouveau at lists.freedesktop.o |...