Displaying 5 results from an estimated 5 matches for "riffles".
2010 May 25
2
Looking for Linux variant of chairgun
Hi,
Does anyone know of a good Linux alternative to Chairgun (
http://www.chairgun.com/), which is used with air riffles?
--
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100525/2...
2005 Jun 27
2
Accessing SIP username from AGI script
Hi,
I'm writing an AGI script to manage outgoing calls. We need to
interrogate a database to work out which line a particular user is
allowed to use for outgoing calls. However, I cannot find a way for
my AGI script to access the SIP username. Does anyone know if this is
possible (even if it is just passing a variable from extensions.conf
to the script)?
Thanks in advance,
David
2012 Sep 14
3
memory corruption in HYPERVISOR_physdev_op()
Hi Jeremy,
My static analyzer complains about potential memory corruption in
HYPERVISOR_physdev_op()
arch/x86/include/asm/xen/hypercall.h
389 static inline int
390 HYPERVISOR_physdev_op(int cmd, void *arg)
391 {
392 int rc = _hypercall2(int, physdev_op, cmd, arg);
393 if (unlikely(rc == -ENOSYS)) {
394 struct physdev_op op;
395
2012 Sep 14
3
memory corruption in HYPERVISOR_physdev_op()
Hi Jeremy,
My static analyzer complains about potential memory corruption in
HYPERVISOR_physdev_op()
arch/x86/include/asm/xen/hypercall.h
389 static inline int
390 HYPERVISOR_physdev_op(int cmd, void *arg)
391 {
392 int rc = _hypercall2(int, physdev_op, cmd, arg);
393 if (unlikely(rc == -ENOSYS)) {
394 struct physdev_op op;
395
2012 Sep 14
3
memory corruption in HYPERVISOR_physdev_op()
Hi Jeremy,
My static analyzer complains about potential memory corruption in
HYPERVISOR_physdev_op()
arch/x86/include/asm/xen/hypercall.h
389 static inline int
390 HYPERVISOR_physdev_op(int cmd, void *arg)
391 {
392 int rc = _hypercall2(int, physdev_op, cmd, arg);
393 if (unlikely(rc == -ENOSYS)) {
394 struct physdev_op op;
395