Re: xenocara/ports: imake nroff latin1 - ascii

2010-10-24 Thread Matthieu Herrb
On Sun, Oct 24, 2010 at 12:32:38AM +0200, Christian Weisgerber wrote: Ports that use imake(1) to configure will use this definition to preformat their man pages. With -Tlatin1, groff outputs some ISO 8859-1 characters, most notably hyphens. Let's switch this to -Tascii, since we don't know

Re: kill kvm_get(procs|argv|envv), KERN_PROC, and struct kinfo_proc

2010-10-24 Thread Philip Guenther
sigh I missed that there were a couple other diffs in my tree that were necessary for building with that change to sys/sysctl.h: ps was using the removed defines for EMULNAMELEN and WMESGLEN. (This could actually be commited without the other diff: the existing code is wrong, mixing the old

Re: kill kvm_get(procs|argv|envv), KERN_PROC, and struct kinfo_proc

2010-10-24 Thread Philip Guenther
On Sun, 24 Oct 2010, Philip Guenther wrote: sigh I missed that there were a couple other diffs in my tree that were necessary for building with that change to sys/sysctl.h: ... Grrr. Ken caught that I had failed to include another diff necessary for the kernel build. To guarantee that I'm

Re: kill kvm_get(procs|argv|envv), KERN_PROC, and struct kinfo_proc

2010-10-24 Thread Philip Guenther
On Sun, 24 Oct 2010, Philip Guenther wrote: Grrr. Ken caught that I had failed to include another diff necessary for the kernel build. To guarantee that I'm not missing others, I've stripped unrelated diffs from my tree and am doing a full build. Once that's done and I've proved to

Re: softraid cleanup

2010-10-24 Thread Dan Harnett
On Fri, Oct 22, 2010 at 09:29:59PM +0200, Dawe wrote: No issues for me on amd64 after one day of using the crypto discipline. Just a me too.

Re: softraid cleanup

2010-10-24 Thread Tobias Ulmer
On Wed, Oct 20, 2010 at 08:47:00PM -0500, Marco Peereboom wrote: On Thu, Sep 30, 2010 at 03:35:33AM +0200, Tobias Ulmer wrote: I got this after a while: panic: softraid0: sr_crypto_finish_io No serial, so there's no more info. You know where to find me new diff that should fix all

Re: softraid cleanup

2010-10-24 Thread Marco Peereboom
Groovy. Still waiting for a rebuild report. On Oct 24, 2010, at 14:20, Tobias Ulmer tobi...@tmux.org wrote: On Wed, Oct 20, 2010 at 08:47:00PM -0500, Marco Peereboom wrote: On Thu, Sep 30, 2010 at 03:35:33AM +0200, Tobias Ulmer wrote: I got this after a while: panic: softraid0:

testing rthreads

2010-10-24 Thread Vladimir Kirillov
Hi, t...@! I've been trying to test rthreads and have hit some weird races using simple tests: % cat rth.c #include pthread.h #include stdlib.h #include unistd.h #include err.h pthread_t worker; pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; void * worker_run(void *arg) {