search for: hotspots

Displaying 20 results from an estimated 355 matches for "hotspots".

Did you mean: hotspot
2003 Apr 07
1
Problems building the java/jdk14 port
Hi there. I am unable to build the java/jdk14 port. I downloaded the patches and source distribution, and get some weird HotSpot error. I am not sure what the problem could be. Following is the relevant output of make on the port. Any ideas? -- Tom # Start of jdk build bsd i586 1.4.1-p3 build started: 03-04-07 12:16 Syntax error: "(" unexpected gmake[1]: Entering directory
2012 Dec 10
3
WiFi / Hot-Spot Open Source World
...highly technical peoples those know the information i need. Your advice is valuable, i wish to thanks in advance to those guys would spend their imp time to discuss or respond to this matter. The topic is WiFi / Hot-Spot reliable solution in open source world. I work with ISP offering service for hotspots and cafe clubs. initially company was using hosted service to authenticate / validate hotspot-cafe users etc for many years. Eventually, our management decided to purchased a solution that can be one time investment and serve the need for our clients. 24-Online is a wifi & hotspot solution come...
2010 Sep 30
3
No hotspot probes enables
Hi, I''m trying to trace a jvm using the hotspot provider. I''ve enabled the flag ExtendedDTraceProbes for the running process: /opt/j2sdk-1.6.0.16/bin/amd64/jinfo -flag +ExtendedDTraceProbes 25255 But I didn''t get the expected result: dtrace -n ''hostspot$1::: {} '' 25255 dtrace: invalid probe specifier hostspot$1::: {} : probe description
2016 May 30
3
[PATCH] Add virtio gpu driver.
...more sense to > make it a framebuffer property? We don't have properties on the framebuffer. I guess you /could/ just add it internally to struct drm_framebuffer, and not bother exposing to userspace. I guess that would be a lot simpler, but it also means that atomic userspace can't use hotspots before we add properties to fbs. And doing that is a bit tricky since drm_framebuffer objects are meant to be invariant - this assumption is deeply in-grained into the code all over the place, everything just compares pointers when semantically it means to compare the entire fb (including backing s...
2016 May 30
3
[PATCH] Add virtio gpu driver.
...more sense to > make it a framebuffer property? We don't have properties on the framebuffer. I guess you /could/ just add it internally to struct drm_framebuffer, and not bother exposing to userspace. I guess that would be a lot simpler, but it also means that atomic userspace can't use hotspots before we add properties to fbs. And doing that is a bit tricky since drm_framebuffer objects are meant to be invariant - this assumption is deeply in-grained into the code all over the place, everything just compares pointers when semantically it means to compare the entire fb (including backing s...
2016 Oct 14
4
Asterisk use with verizon hotspot
Apparently Verizon is blocking or changing packets on port 5060 so my softphone from my hotspot will not work. How do I set asterisk (11.23.0) to run default 5060 for all other devices I have - BUT for my software run on a different port like 5070? I'm using linphone and is easy to change the ports from 5060 to 5070 ( I think). Thanks, Jerry -------------- next part -------------- An HTML
2018 Sep 06
2
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
Hi Martin, Thanks for your response! I haven't tested compiling OpenJDK 12-dev with LLVM toolchain, perhaps the issue had been fixed already, because clang treat invalid argument '-std=gnu++98' not allowed with 'C' as error. It is better only apply EXTRA_CFLAGS to C without EXTRA_CXXFLAGS. Furthermore, I just have interest, did you use clang analyzer, sanitizer and
2011 Jun 13
3
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On 11-06-12 7:40 PM, John McCall wrote: > On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote: > >> > On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote: >> > >>> >> Hi Sohail, >>> >> >>>> >>> Is LLVM expressive enough to represent asynchronous exceptions? >>> >> >>> >> not currently. The
2015 Jun 18
3
What does the socks function of openssh hide?
Salutations, I was recently using openssh 6.8p1-3 for socks tunelling with a public wifi hotspot. I attempted to watch youtube but was notified that it was not allowed in my area. The socks server I was connected to definitely had the ability to connect to youtube, so I concluded the issue was with the public wifi hotspot. How much does socks tunneling with openssh obscure? Command : ssh -ND
2018 Sep 06
1
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
it's difficult to use llvm tools like sanitizers on openjdk sources, because of the "cheating" - relying on undefined behavior, and the JIT. On Wed, Sep 5, 2018 at 6:09 PM, Leslie Zhai <zhaixiang at loongson.cn> wrote: > Hi Martin, > > Thanks for your response! > > I haven't tested compiling OpenJDK 12-dev with LLVM toolchain, perhaps the > issue had
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi HotSpot and LLVM developers, I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it failed to build: /home/loongson/jdk8-mips/hotspot/src/share/vm/opto/lcm.cpp:52:35: error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int') if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops.
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 12, 2011, at 5:31 PM, Sohail Somani wrote: > On 11-06-12 7:40 PM, John McCall wrote: >> On Jun 12, 2011, at 2:14 PM, Cameron Zwarich wrote: >> >>>> On Jun 12, 2011, at 1:25 AM, Duncan Sands wrote: >>>> >>>>>> Hi Sohail, >>>>>> >>>>>>>> Is LLVM expressive enough to represent asynchronous
2008 Oct 31
0
[LLVMdev] Identifying hotspot blocks
Hi Everyone, I am working on a project where I am profiling source code(using gcov) line by line, so as to identify hot spots in the code, and identify the assembly code corresponding to that particular hotspot(I have to later get an unique signature for this assembly code). This is the approach I am following. I have inserted a dummy function say foo(), and am using a function call to foo();
2016 Oct 14
2
Asterisk use with verizon hotspot
Changing your port should fix all your worries. On Fri, Oct 14, 2016 at 11:00 AM, Greg Woods <greg at gregandeva.net> wrote: > > > On Fri, Oct 14, 2016 at 7:55 AM, Jerry Geis <geisj at pagestation.com> wrote: > >> Apparently Verizon is blocking or changing packets on port 5060 so my >> softphone from my hotspot will not work. >> > > Sounds like you
2006 Jan 26
0
Profiling hotspots in my tc filter ruleset
Hi, after I saw that my machine was having problems to forward more than 200 Mbit/s, I decided to profile the kernel and find out the hotspots. This is what I found: [...] 1028 bridge.ko __br_forward 1033 bridge.ko br_nf_forward_finish 1074 bridge.ko ip_sabotage_in 1119 ebtable_filter.ko ebt_hook 1177 sky2.ko sky2_phy_stats 1304 bridge.ko...
2005 Aug 12
8
Java Problems
Hi. This post follows on from: http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00185.html And is possibly related to the bug referenced here: http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4335360 In summary: Java processes are doing odd things. 1) It appears that number values are mysteriously changing. e.g. if you look at the Hashtable error there is no way the
2015 Jun 04
2
Mesh and scalability
Is there some information somewhere that explains just how exactly the ?full mesh routing? works? It seems to me that if Node B is supposed to be able to send stuff directly to Node C (instead of Node A), Node B needs to know where Node C is. Does this mean that each Node has to have a complete network map? This seems to become very unwieldy with larger deployments. How far does tinc reasonably
2016 May 31
0
[PATCH 5/5] virtio-gpu: pick up hotspot from framebuffer
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c index 4780354..b7778a7 100644 --- a/drivers/gpu/drm/virtio/virtgpu_plane.c +++ b/drivers/gpu/drm/virtio/virtgpu_plane.c @@
2016 May 31
0
[PATCH 5/5] virtio-gpu: pick up hotspot from framebuffer
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c index 4780354..b7778a7 100644 --- a/drivers/gpu/drm/virtio/virtgpu_plane.c +++ b/drivers/gpu/drm/virtio/virtgpu_plane.c @@
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas, Looks good. Your changes in loopPredicate.cpp does not match original changes - they miss iff->is_RangeCheck() check [1]. But in JDK8 we did not have specialized RangeCheckNode class in C2. Suggested fix should be fine fro jdk 8u. Reviewed. Please, when sending RFA ( approval request) use original 8174050 bug id. Thanks, Vladimir [1]