Re: linux syscall madvise

2010-01-05 Thread Pierre Abbat
On Tuesday 05 January 2010 12:56:43 Alex Hornung wrote: > madvise is of no real relevance and is normally not a big deal either. > Implementing an empty dummy function will work perfectly fine as it > isn't required to do anything. True, but there is a madvise in DFly, so the Linux call can be imp

HEADS UP - PFS master/slave downgrading/upgrading bug fixed w/HAMMER

2010-01-05 Thread Matthew Dillon
There is a bug where if you have a PFS master and then downgrade it to a SLAVE, then upgrade it to a MASTER again, the upgrade operation will wipe (probably) most of the data in the PFS. The bug is due to the sync-end-tid parameter for the PFS not being properly updated when th

OpenSSL cryptodev / help and crypto hardware needed

2010-01-05 Thread Jan Lentfer
sorry for cross-posting, but I thought I'd get more attention when putting this on users@ also. Jan --- Begin Message --- Jan Lentfer schrieb: Attached is a patch to enable cryptodev engine support in OpenSSL on Dragonfly. I have tested this to some extend on a System with VIA C7 and padloc

Re: linux syscall madvise

2010-01-05 Thread Alex Hornung
madvise is of no real relevance and is normally not a big deal either. Implementing an empty dummy function will work perfectly fine as it isn't required to do anything. Cheers, Alex Hornung 2010/1/4 Pierre Abbat : > I haven't managed to get ltp running, but I have run some Linux programs. I > ge