Displaying 20 results from an estimated 1000 matches similar to: "Foundation Project Announcement"
2009 Jun 18
2
Asterisk on AVR32
Greetings everyone,
I'm trying to compile asterisk for an AVR32 (Atmel NGW100).
Buildroot for AVR32 already has the asterisk package, though it has
bugs. Firstly it tries to apply a patch for 1.2 on a 1.6, but deleting
the contents of the patch file did the trick.
Now, the problem is making asterisk. The first error is because asterisk
needed to be ./configure:ed.
Trying to just do
2006 Apr 05
0
The FreeBSD Foundation Announces Java JDK and JRE 1.5 Binaries for FreeBSD
The FreeBSD Foundation is pleased to announce the availability of the
official Java Runtime Environment (JRE) and Java Development Kit
(JDK) for FreeBSD. The Foundation negotiated a license with Sun
Microsystems to distribute these FreeBSD binaries. The binaries
are based on JDK 1.5 and work with the official FreeBSD 5.4 and
FreeBSD 6.0 releases on the i386 platform.
The FreeBSD Foundation
1998 Aug 31
3
Case sensitivity
I have had a bit of a problem getting consistency in filenames between NTFS
and HPUX-Samba shares. Every time files are moved or copied to the
samba-shares they convert all cases to lower. I have put the following in to
smb.conf
case sensitivity = yes
preserve case = yes
short preserve case = yes
which I put in the global section and in to several of the shares sections
also, but the
2011 Aug 08
0
[PATCH/RFC] Add initial avr32 port
From: Bradley Smith <brad at brad-smith.co.uk>
This patch is from
http://git.brad-smith.co.uk/?p=avr32/klibc.git;a=summary
It squashes together and includes those commits:
* Fix ld flags such that shared builds actually run.
* Fix setjmp.
* Fix sigaction/sigrestorer.
* Tidy everything up.
* Fix lseek mess.
Cc: H?vard_Skinnemoen <hskinnemoen at gmail.com>
Cc: Hans-Christian Egtvedt
2017 Jun 26
0
New R package MittagLeffleR
Dear all,
apologies for interrupting your important work.
The new R package MittagLeffleR is now available on CRAN. It computes the
two types of Mittag-Leffler distributions, i.e. provides probability
density, distribution function, quantile function and random variate
generation for the Mittag-Leffler distributions, and the Mittag-Leffler
function itself. It is based on the Laplace-inversion
2006 Jan 05
3
TE110p and pri_cpe signalling not recognized
Hi guys,
I've been installing and configuring a TE110p card. The compile and
install went very well. I'm using this on FC4 and I compile with
linux26 as well checked I on the udev configs.
zttool and ztcfg both indicate that the card is ready.
But when I try to "load chan_zap.so" then I get the following
Unable to load module chan_zap.so
Jan 5 21:43:33 ERROR[6808]:
2016 Jun 02
0
[RFC v3 07/45] avr32: dma-mapping: Use unsigned long for dma_attrs
Split out subsystem specific changes for easier reviews. This will be
squashed with main commit.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski at samsung.com>
---
arch/avr32/mm/dma-coherent.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/avr32/mm/dma-coherent.c b/arch/avr32/mm/dma-coherent.c
index 92cf1fb2b3e6..fc51f4421933 100644
---
2006 Mar 21
0
Sound dies
Hi guys,
I'm using SIP phones with Asterisk 1.2 and going fine, most of the time.
However, when the duration of a call is longer than 20minutes I often
stop hearing the other party, but that one keeps most of the time
hearing me. Does any of you know of this or similar problems?
Thing is that I'm connected to the Asterisk over VPN tunnel, but how
sensitive is the SIP protocol to a short
2003 Aug 25
0
FreeBSD Foundation Announces Native Support for Java JDK 1.3.1 on FreeBSD
Boulder, CO - August 25, 2003 - The FreeBSD Foundation today announced the
availability of a binary distribution of the Java JDK version 1.3.1 for
the widely used FreeBSD operating system.
Wes Peters of the FreeBSD Core Team commented "This announcement hallmarks
a new era of Java support for FreeBSD. Having easy to install binary
Java packages will ensure that all users can enjoy the
2012 Mar 01
0
Another ? about Speex and CPU
Yes, it does and thanks for the fast answer!
The AVR32 runs at same speed but has a built in floating point unit
for float calcs and a DSP instruction Set. But If I use the fixed
point version I guess it doesn't change anything then.
So another question:
- Is there a difference of performance/quality between the floating
point and the fixed point? Actually, what's the main
2005 Sep 08
2
Transfer calls from cellphone
Hello,
Avaya has a nice feature that allows you to
a) ring both a cellphone and a desktop phone at the same time
b) transfer calls (and access other PBX features) from the cellphone that recieved the call, as long as the call is bridged through the PBX
c) while talking on the cellphone, pick up the handset on your desktop phone and the call is automatically moved there, hanging up the cellphone
2004 Mar 24
0
High/low level: Plot 2 time series with different axis (left and ri ght)
Sun, 14 Mar 2004, Jan Verbesselt wrote:
> Dear R specialists,
>
> I have two time series in a data.frame and want to plot them in the same
> plot(), with the left axis scaled to time series 1 (-700,0) and the
> right axis scaled to time series 2 (-0.2, 0.4).
>
> plot(timeserie1)
> lines(timeserie2, col=c(2)) => this one should be scaled differently
> with a new
2008 Aug 22
3
sun4v arch
I would also like to help as well.
As KMacy knows before i asked a lot of questions for T2 types of
servers but unfortunately i have no more access to those kind of
hardware as well.
I;m willing to participate if a team will be formated.
2015 Jan 14
1
[PULL] uaccess: fix sparse warning on get/put_user for bitwise types
Hello, Arnd,
As you asked, here's a pull request.
This has been in linux-next apparently with no ill effects.
The following changes since commit 99975cc6ada0d5f2675e83abecae05aba5f437d2:
vhost/net: length miscalculation (2015-01-07 12:22:00 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/uaccess_for_upstream
for you to
2015 Jan 14
1
[PULL] uaccess: fix sparse warning on get/put_user for bitwise types
Hello, Arnd,
As you asked, here's a pull request.
This has been in linux-next apparently with no ill effects.
The following changes since commit 99975cc6ada0d5f2675e83abecae05aba5f437d2:
vhost/net: length miscalculation (2015-01-07 12:22:00 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/uaccess_for_upstream
for you to
2012 Mar 01
1
Another ? about Speex and CPU
I don't know the AVR32 chip. However for an ARM7TDMI running at 50 MHz,
assuming a good compiler and some hand-coded assembly, you would be very
close to the achievable limit (couldn't say on which side). So if your
AVR32 is faster than an ARM7TDMI, it's likely achievable. If it's
slower, then it's likely not achievable.
Hope that helps,
Jean-Marc
On 12-02-29 10:21 PM,
2006 Oct 01
4
HEADS UP: FreeBSD 5.3, 5.4, 6.0 EoLs coming soon
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Everyone,
On October 31st, FreeBSD 5.3 and FreeBSD 5.4 will have reached their
End of Life and will no longer be supported by the FreeBSD Security
Team. Users of either of those FreeBSD releases are strongly encouraged
to upgrade to FreeBSD 5.5 or FreeBSD 6.1 before that date.
In addition, the FreeBSD 6.0 End of Life is presently scheduled
2008 May 19
1
[LLVMdev] LLVM on small MCUs?
> I have a client who might well make use of an AVR32 port, but I suspect
> that machine is very different than the one you are currently examining.
I have not looked at AVR32 closely but my understanding is that it is a
new architecture that shares a substring with AVR for marketing reasons.
John
2008 Mar 12
0
Foundation Accepting Applications for BSDCan Travel Grants
Calling all FreeBSD developers needing assistance with travel expenses
to BSDCan 2008.
The FreeBSD Foundation will be providing a limited number of travel
grants to individuals requesting assistance. Please fill out and submit
the Travel Grant Request Application at
www.freebsdfoundation.org/documents/ by April 1, 2008 to apply for this
grant.
We have increased our travel grant budget for 2008!
2004 Jun 22
1
Copying and printing lattice graphics (PR#7004)
Full_Name: Olafur Arnar Ingolfsson
Version: 1.9.1
OS: Win XP
Submission from: (NULL) (213.236.225.194)
Copying lattice graphics only works with copy as bitmap.
Printing the graphic window doesn't work either.
I have the same problem with 1.9.0 and 1.9.1, just updatet packages
If I have done som (obvious) mistake, I do apologize.
x.val <- rnorm(100,50,3)
library(grid);library(lattice)