Re: packages, libfetch, and SSL

2007-10-23 Thread Peter Jeremy
On Sun, Oct 21, 2007 at 08:28:19PM -0700, David E. Thiel wrote: >Sounds fine to me - I'll take a closer look at this. I'd still like >to see the root CA certs merged into base so libfetch can be fixed. So would I. >Does anyone object to just using the ones currently provided by the >ca_root_nss p

Re: A more tenuously package-related question

2007-10-23 Thread Clifton Royston
On Sun, Oct 14, 2007 at 01:19:17PM -1000, Clifton Royston wrote: > On Sun, Oct 14, 2007 at 04:05:20PM -0700, [EMAIL PROTECTED] wrote: > > > I used to use pkg_update from the 'pkg_install-devel' toolset to > > > upgrade systems via replacement of binary packages. ... > > > Is there any better

Re: auditpipe leak?

2007-10-23 Thread Christian S.J. Peron
On Sun, Oct 21, 2007 at 01:47:21PM -0400, [EMAIL PROTECTED] wrote: [..] > > crw--- 1 root wheel0, 137 21 Oct 17:51 /dev/auditpipe0 > crw--- 1 root wheel0, 138 21 Oct 17:51 /dev/auditpipe1 > crw--- 1 root wheel0, 141 21 Oct 17:51 /dev/auditpipe2 > crw--- 1 root w

Re: Segfault in praudit

2007-10-23 Thread Christian S.J. Peron
I have fixed this issue in the vendor branch. We expect to do an vendor import soon. On Sun, Oct 21, 2007 at 01:42:12PM -0400, [EMAIL PROTECTED] wrote: > FreeBSD 6.2-RELEASE-p8 #2, i386 > > sudo auditreduce -m AUE_REBOOT /dev/auditpipe | praudit > auditreduce in free(): error: junk pointer, too h

Re: USB vs PAE

2007-10-23 Thread Ivan Voras
Bob Bishop wrote: > Hi, > > The whole USB kit and caboodle is nodevice'd out in the PAE config. Can > anyone give a succinct summary of what needs fixing? (EVERYTHING! is an > acceptable answer) Thanks I'm running USB keyboard and mouse under PAE without problems. Don't know about other USB devic

Re: USB vs PAE

2007-10-23 Thread Aryeh M. Friedman
Bob Bishop wrote: > Hi, > > The whole USB kit and caboodle is nodevice'd out in the PAE config. > Can anyone give a succinct summary of what needs fixing? (EVERYTHING! > is an acceptable answer) This may not be related but xorg had real difficulty findind cards with pae (e6850 4 gig)... amd64 fix

Re: Floating point in interrupt handler

2007-10-23 Thread Daan Vreeken [PA4DAN]
On Tuesday 23 October 2007 07:52:41 Issei Suzuki wrote: > 2007/10/23, Daan Vreeken [PA4DAN] <[EMAIL PROTECTED]>: > > So I've added asm inline functions to use the FPU's fsin and fcos > > operands. At the start of my loop function I (try to) save the FPU state > > with the following code : > > t

USB vs PAE

2007-10-23 Thread Bob Bishop
Hi, The whole USB kit and caboodle is nodevice'd out in the PAE config. Can anyone give a succinct summary of what needs fixing? (EVERYTHING! is an acceptable answer) Thanks -- Bob Bishop +44 (0)118 940 1243 [EMAIL PROTECTED] fax +44 (0)118 940 1295 ___

Re: Floating point in interrupt handler

2007-10-23 Thread Issei Suzuki
2007/10/23, Daan Vreeken [PA4DAN] <[EMAIL PROTECTED]>: > So I've added asm inline functions to use the FPU's fsin and fcos operands. At > the start of my loop function I (try to) save the FPU state with the > following code : > td = curthread; > npxgetregs(td, &fpu_state); > At the end of

Re: Floating point in interrupt handler

2007-10-23 Thread Daan Vreeken [PA4DAN]
Hi SorAlx On Tuesday 23 October 2007 03:35:09 you wrote: > > As a first test I've created a simple loop that uses integer > > arithmetic and a lookup table to create a sine wave on one of the DAC > > outputs. This works like a charm, but I really would like to be able > > to use floating point ins