search for: _completely_

Displaying 20 results from an estimated 29 matches for "_completely_".

2016 Jan 12
2
[v3,11/41] mips: reuse asm-generic/barrier.h
On Tue, Jan 12, 2016 at 10:27:11AM +0100, Peter Zijlstra wrote: > 2) the changelog _completely_ fails to explain the sync 0x11 and sync > 0x12 semantics nor does it provide a publicly accessible link to > documentation that does. Ralf pointed me at: https://imgtec.com/mips/architectures/mips64/ > 3) it really should have explained what you did with > smp_llsc_mb/smp_mb__before_l...
2016 Jan 12
2
[v3,11/41] mips: reuse asm-generic/barrier.h
On Tue, Jan 12, 2016 at 10:27:11AM +0100, Peter Zijlstra wrote: > 2) the changelog _completely_ fails to explain the sync 0x11 and sync > 0x12 semantics nor does it provide a publicly accessible link to > documentation that does. Ralf pointed me at: https://imgtec.com/mips/architectures/mips64/ > 3) it really should have explained what you did with > smp_llsc_mb/smp_mb__before_l...
2006 Apr 29
1
reloading include-modules inside controller not working
Hi guys, I would expect an ActionController-derived class to reload _completely_ in development mode. class FooController < ApplicationController include FancyStuffSupport def index # bla end # more actions here end However, the ''FancyStuffSupport'' is not reloaded, only the ''FooController'' itself. Can this behaviour be ch...
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/10/2016 06:18 AM, Michael S. Tsirkin wrote: > On mips dma_rmb, dma_wmb, smp_store_mb, read_barrier_depends, > smp_read_barrier_depends, smp_store_release and smp_load_acquire match > the asm-generic variants exactly. Drop the local definitions and pull in > asm-generic/barrier.h instead. > This statement doesn't fit MIPS barriers variations. Moreover, there is a reason
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/10/2016 06:18 AM, Michael S. Tsirkin wrote: > On mips dma_rmb, dma_wmb, smp_store_mb, read_barrier_depends, > smp_read_barrier_depends, smp_store_release and smp_load_acquire match > the asm-generic variants exactly. Drop the local definitions and pull in > asm-generic/barrier.h instead. > This statement doesn't fit MIPS barriers variations. Moreover, there is a reason
2004 Dec 16
3
Get asterisk out of the RTP stream?
Here is the setup: Phone A (in NYC) on own bandwidth. Phone B (in LA) on own bandwidth. Asterisk box in Houston,TX on own bandwidth. Both phones contact asterisk to register. Not much bandwidth used for this as it is a few packets every hour or so. Phone A calls Phone B. Phone A sends a call request to asterisk and asterisk calls phone B. Both phones are connected and both people are talking.
2016 Jan 12
0
[v3,11/41] mips: reuse asm-generic/barrier.h
...se and > smp_load_acquire, look into > > http://patchwork.linux-mips.org/patch/10506/ Dude, that's one horrible patch. 1) you do not make such things selectable; either the hardware needs them or it doesn't. If it does you _must_ use them, however unlikely. 2) the changelog _completely_ fails to explain the sync 0x11 and sync 0x12 semantics nor does it provide a publicly accessible link to documentation that does. 3) it really should have explained what you did with smp_llsc_mb/smp_mb__before_llsc() in _detail_. And I agree that ideally it should be split into parts. Seriously,...
2016 Jan 12
0
[v3,11/41] mips: reuse asm-generic/barrier.h
On Tue, Jan 12, 2016 at 11:25:55AM +0100, Peter Zijlstra wrote: > On Tue, Jan 12, 2016 at 10:27:11AM +0100, Peter Zijlstra wrote: > > 2) the changelog _completely_ fails to explain the sync 0x11 and sync > > 0x12 semantics nor does it provide a publicly accessible link to > > documentation that does. > > Ralf pointed me at: https://imgtec.com/mips/architectures/mips64/ > > > 3) it really should have explained what you did with &gt...
2012 Feb 20
1
slope in curves - how to compare?
Hello, Is there any formula or way to compare slopes of different functions? If we fit 2 functions in our data, and we have 2 slope parameters, how can we compare these slopes? Plotting y=5x and y=exp(5x) in which slope is equal to 5 in both of them.. doesn't seem that it makes sense to compare them. Maybe what I ask is basic statistics.. but you may be aware of some formula that could
2004 Dec 19
1
value of a loop broken by break
Should the 'for' loop in the following example not return 3 rather than 2? The Language Manual says that it returns the result of the last evaluated statement and that would be the i before the 'break'. 'repeat' and 'while' have the same behavior. R> (for(i in 1:10) if (i==3) { i; break } else i) [1] 2 R> R.version.string # Windows XP [1] "R version
2001 Oct 31
4
Open SSL connection to HTTPS?
Hi All, I just tried to test my web server with telnet. The only problem was that my web server refuses non-encrypted connections (duh!). I know that SSL and SSH are *entirely* different, but ssh is the only commonly-available encryption-enabled command-line tool around. It would be greate to have an SSL-emulation mode in OpenSSH.... Just wishful thinking, Ciaran --
2003 Aug 08
4
How to choose quality
Hi I made a CD-backup with cdparanoia | oggenc and I tried to use different values of -q listening to the effect by cdparanoia | oggenc -o - | mplayer -. The best quality was 8 -- why? Oggenc version was the precompiled 1.0 from Mandrake 9. --- >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
2004 Aug 06
0
Troubles setting up Shoutcast relay
...nect to the Shoutcast stream (tcp connection established) and sent a complete set of HTTP headers in "x-audiocast" format, but the Shoutcast server did not reply with any data. I compared that set of HTTP headers with the set of headers Winamp sends to the server when it connects and its _completely_ different. Winamp seems to use alot of "icy-" headers (I guess thats the problem?). I heard that Shoutcast servers do not support the x-audiocast format anyway. Yet Icecast is said to be 100% Shoutcast compatible. I also tried adding relays with the "relay pull" command directly...
2004 Oct 19
3
Maximum possible size of vorbis packet...
I'm looking to trim down the size of the buffers i'm using... and at the moment, i've set each "media sample" (ie packet) to the size of the maximum reasonably possible for any codec (ie video)... about half a meg each... and there's quite a few of them... now i'd like to set the buffer size based on the codec, as obviously the audio codecs need much less space
2004 May 31
2
Crc4 issues
Hi All, This is our 2nd E1 client that we try to use crc4 either with the e100p or with the e405p without luck. After some trials, we ask the telco to switch off crc4 on their side and everything works flawlessly. Is there anything in the crc4 calculation that may be broken? We took a look at wct1xxx.c and wct4xx.c but there doesn't seem to be much there to be fixed (apparently the crc4
2006 Nov 01
1
Windows != Samba - NETBIOS name handling
...implementation specific) error ads_join_realm: Internal (implementation specific) error ---- Looking at packet trace output suggests it's because of NETBIOS name length limitations. So I specify a legal NETBIOS name in smb.conf, and the join succeeds. The problem is now that this computer is _completely_ identified to AD by this NETBIOS name. Both the kerberos tickets and the DNS name for this computer are linked to the NETBIOS name, even though this is different from the UNIX hostname. If this were a Microsoft AD limitation, I could write this off, but it seems this is a Samba problem. From: h...
2008 Jan 25
4
Feed API draft for comment
RFC: This is draft proposal API for the user-level interface for feeds. (This does not describe changelogs in general). Feeds would generally be used for two things: creating audit logs, and driving a database watching for filesystem changes. -------------- next part -------------- A non-text attachment was scrubbed... Name: feed_api.pdf Type: application/pdf Size: 85313 bytes Desc: not
2005 Oct 31
2
IProute2 and netfilter interactions
I am trying to build a firewall and from my reading of the list archives and other places, I''m worried about unintended interactions between iptables and iproute2. Here is my situation I have an internal network on eth0 and two separate dmzs on eth1 and eth2 respectively (a wireless network and a kiosk). On the outbound side, I have a cablemodem provider and a dsl provider. What I
2003 Apr 14
2
(OT) rfc1948 question
Hi, folks @ freebsd-security. First, I am not sure if this is apropriate topic for that list, so sorry, if it is not. Some time ago I have read rfc1948 (protection from blind TCP spoofing) and became interested in the way how it is implemented in FreeBSD. After some googling (BTW if you like Google you might be interested in this: http://register.spectator.ru/img/bart.gif ), I found this:
2004 Nov 21
3
RE : Create sequence for dataset
Dear members, I want to create a sequence of numbers for the multiple records of individual animal in my dataset. The SAS code below will do the trick, but I want to learn to do it in R. Can anyone help ? data ht&ssn; set ht&ssn; by anml_key; if first.anml_key then do; seq_ht_rslt=0; end; seq_ht_rslt+1; Thanks in advance. Stella