search for: cede

Displaying 20 results from an estimated 22 matches for "cede".

Did you mean: cde
2004 Jan 28
0
cross-realm spnego issue in 3.0.2rc1
Hi, I just installed 3.0.2rc1 for testing, and I came across a problem with cross-realm authentication. I joined samba to our active directory domain, and I can see that it has host and cifs principals in windows kerberos. Our organization's primary kerberos realm (CEDE.PSU.EDU) is an MIT kerb5 realm, and we have a one-way non-transitive trust such that windows (server 2003) kerberos (WIN.CEDE.PSU.EDU) is slaved to our MIT realm. We have a cross-realm test account called 'krbtest' that has a kerberos principal mapping defined in AD. The test sun server...
2012 Jun 15
1
[LLVMdev] Random, tiny question about doxygen comment style
...p existing comments) just so the bikeshed stays a consistent hue. I prefer '\brief' by a small margin, mostly because I read all of the @foo things as either email stuff, twitter stuff, or ObjC stuff. Does anyone care passionately about this bikeshed being painted the other color? If so, I cede the field. I'm much more interested in having a single preferred form than which one it is. The mixture kills me. =] -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120614/7cf41ecb/attachment.h...
2012 Jun 15
2
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
...ays a consistent hue. >> >> I prefer '\brief' by a small margin, mostly because I read all of the >> @foo things as either email stuff, twitter stuff, or ObjC stuff. Does >> anyone care passionately about this bikeshed being painted the other >> color? If so, I cede the field. I'm much more interested in having a >> single preferred form than which one it is. The mixture kills me. =] > > How about doing some quick investigation and see which style is > currently used in most places. Some quick numbers from just the tools/clang/ directory:...
2012 Jun 15
0
[LLVMdev] [cfe-dev] Random, tiny question about doxygen comment style
...; >> > >> I prefer '\brief' by a small margin, mostly because I read all of the > >> @foo things as either email stuff, twitter stuff, or ObjC stuff. Does > >> anyone care passionately about this bikeshed being painted the other > >> color? If so, I cede the field. I'm much more interested in having a > >> single preferred form than which one it is. The mixture kills me. =] > > > > How about doing some quick investigation and see which style is > > currently used in most places. > > Some quick numbers from just...
2016 Dec 06
1
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...eturn directly if the holder_cpu is running. > + * IOW. do NOT code like below. > + * yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count); > + * if ((yield_count & 1) == 0) > + * return; > + * > + * a PROD hcall marks the target_cpu proded, which cause the next cede > + * or confer called on the target_cpu invalid. > + */ > + plpar_hcall_norets(H_PROD, > + get_hard_smp_processor_id(holder_cpu)); > +} > +EXPORT_SYMBOL_GPL(__spin_wake_cpu); > + > #ifndef CONFIG_QUEUED_SPINLOCKS > void __spin_yield(arch_spinlock_t *lock) > { &g...
2016 Dec 06
1
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...eturn directly if the holder_cpu is running. > + * IOW. do NOT code like below. > + * yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count); > + * if ((yield_count & 1) == 0) > + * return; > + * > + * a PROD hcall marks the target_cpu proded, which cause the next cede > + * or confer called on the target_cpu invalid. > + */ > + plpar_hcall_norets(H_PROD, > + get_hard_smp_processor_id(holder_cpu)); > +} > +EXPORT_SYMBOL_GPL(__spin_wake_cpu); > + > #ifndef CONFIG_QUEUED_SPINLOCKS > void __spin_yield(arch_spinlock_t *lock) > { &g...
2004 Dec 28
2
Still the big Icecast problem!
If propagation of Ogg Vorbis is the (or a) goal of Icecast then probably the best strategy is to build an embedded Ogg Flash Player of some sort, so that people unwittingly become Ogg users without lifting a finger, and broadcasters can start using it without fear that they'll lose listeners due to their protocol choice. I've been streaming for more than 7 years now with Quicktime,
2011 May 19
0
how about HP's iPad-killer slate PC
...d a preemptive strike against the still-unannounced iPad by showing off its own tablet PC at Microsoft CEO Steve Ballmer's keynote. Only briefly seen and largely undescribed, it may not have left a lasting impression on the audience, but it showed that, like Dell and others, HP was not going to cede the suddenly sexy tablet market to Apple. In a cunningly timed move, a mere 48 hours after the iPad's retail debut, HP has released a new video demo of the device, which the company refers to as a "slate." The very iPad-looking tablet (http://www.laptopspark.com/products/HP-Pavilion...
2013 Sep 27
0
Nuevo ítem de la agenda
Hola José Luis. Gracias por tu interés. Haremos streaming de la reunión a través del BigBlueButton que nos cede R-es.org. Días antes explicaremos cómo conectar a través de la página de rugbcn (rugbcn.wordpress.com). Espero que te sean útiles! Aleix, Rugbcn Date: Wed, 25 Sep 2013 12:47:27 +0200 From: José Luis Cañadas Reche <canadasreche@gmail.com> To: r-help-es@r-project.org Subject: Re: [R-es] Nuev...
2016 Jun 30
0
Git Move: GitHub+modules proposal
...is hopelessly fragile: right now when LLVM's server plays up it takes out absolutely everything, in the proposed world it would take out this bisecting convenience feature. Seems like a strict improvement to me. > Who will maintain it? I'm not the best scripter and I'd be happy to cede to someone else, but I'd be willing if it meant we could make progress. Tim.
2016 Dec 05
0
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...eck the yield_count and + * return directly if the holder_cpu is running. + * IOW. do NOT code like below. + * yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count); + * if ((yield_count & 1) == 0) + * return; + * + * a PROD hcall marks the target_cpu proded, which cause the next cede + * or confer called on the target_cpu invalid. + */ + plpar_hcall_norets(H_PROD, + get_hard_smp_processor_id(holder_cpu)); +} +EXPORT_SYMBOL_GPL(__spin_wake_cpu); + #ifndef CONFIG_QUEUED_SPINLOCKS void __spin_yield(arch_spinlock_t *lock) { -- 2.4.11
2016 Jun 30
2
Git Move: GitHub+modules proposal
> On Jun 29, 2016, at 10:03 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi all, > > A short summary: Takumi has done 90% of the work here: > > https://github.com/llvm-project/llvm-project-submodule > > and I've been talking to GitHub, and here are the answers to my questions: > > >> 1. How will the umbrella
2004 Dec 17
3
Still the big Icecast problem!
On Fri, Dec 17, 2004 at 10:00:19PM -0300, Mr Dihelson Mendonca wrote: > The problem with Icecast OGG system is that common > people doesn't want to download any other software in > order to listen to a radio station, even a plugin... Of course. But that's not the whole story. Microsoft only supports MP3 because so many people listen to mp3 radio stations and files. And before
2017 Mar 16
6
Pregunta (debate) sobre licencia R
Hola buenos días, una pregunta que quiero realizar de R sobre el tema de la licencia y que me inquieta un poco, a ver si alguien me la puede responder de un modo suficientemente claro o referirme a algún sitio donde informarme porque yo por el momento estoy un poco liado. Imaginemos el siguiente ejemplo. Una empresa crea un software totalmente basado en R para comercializarlo o alguien realiza
2016 Dec 05
9
[PATCH v8 0/6] Implement qspinlock/pv-qspinlock on ppc
Hi All, this is the fairlock patchset. You can apply them and build successfully. patches are based on linux-next qspinlock can avoid waiter starved issue. It has about the same speed in single-thread and it can be much faster in high contention situations especially when the spinlock is embedded within the data structure to be protected. v7 -> v8: add one patch to drop a function call
2016 Dec 05
9
[PATCH v8 0/6] Implement qspinlock/pv-qspinlock on ppc
Hi All, this is the fairlock patchset. You can apply them and build successfully. patches are based on linux-next qspinlock can avoid waiter starved issue. It has about the same speed in single-thread and it can be much faster in high contention situations especially when the spinlock is embedded within the data structure to be protected. v7 -> v8: add one patch to drop a function call
2017 Mar 17
2
Pregunta (debate) sobre licencia R
...s la persona (o grupo de personas) que ha creado (pensado, escrito, ...) la obra. Por otro lado está el propietario de los derechos de esa obra, que suele ser el autor a no ser que se indique lo contrario de alguna manera (por ejemplo, si trabajas en una empresa puede que tengas un contrato que le cede los derechos de explotación, distribución, etc a dicha empresa). Ese propietario de los derechos estipula cómo (en qué condiciones) puede acceder el resto del mundo a dicha obra y qué puede hacer con ella. Eso es la LICENCIA (que, como digo, consiste en una serie de términos y/o condiciones de us...
2016 Dec 06
6
[PATCH v9 0/6] Implement qspinlock/pv-qspinlock on ppc
Hi All, this is the fairlock patchset. You can apply them and build successfully. patches are based on linux-next qspinlock can avoid waiter starved issue. It has about the same speed in single-thread and it can be much faster in high contention situations especially when the spinlock is embedded within the data structure to be protected. v8 -> v9: mv qspinlocm config entry to
2016 Dec 06
6
[PATCH v9 0/6] Implement qspinlock/pv-qspinlock on ppc
Hi All, this is the fairlock patchset. You can apply them and build successfully. patches are based on linux-next qspinlock can avoid waiter starved issue. It has about the same speed in single-thread and it can be much faster in high contention situations especially when the spinlock is embedded within the data structure to be protected. v8 -> v9: mv qspinlocm config entry to
2017 Oct 26
0
not healing one file
Hey Richard, Could you share the following informations please? 1. gluster volume info <volname> 2. getfattr output of that file from all the bricks getfattr -d -e hex -m . <brickpath/filepath> 3. glustershd & glfsheal logs Regards, Karthik On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote: > On a side note, try recently released health