Re: athn(4) device timeout

2012-01-19 Thread Ishwor Gurung
Hi Tech, On 16 January 2012 21:28, Ishwor Gurung ishwor.gur...@gmail.com wrote: [...] I'll be enabling the athn specific debug on my Atheros card and see what comes out of it. Hopefully, something will make sense :-) I'll also make sure I post the log here. Here's the output of debug:

calendar in Debian

2012-01-19 Thread Michael Meskes
Hi, I'm working on the Debian package bsdmainutils which includes calendar from OpenBSD. In an effort to fix bugs and improve the feature set we added several patches to calendar. Some are Linux specific, but the majority would also be applicable to OpenBSD. Maybe you're interested in adding

Re: calendar in Debian

2012-01-19 Thread Otto Moerbeek
On Thu, Jan 19, 2012 at 10:40:13AM +0100, Michael Meskes wrote: Hi, I'm working on the Debian package bsdmainutils which includes calendar from OpenBSD. In an effort to fix bugs and improve the feature set we added several patches to calendar. Some are Linux specific, but the majority

Re: calendar in Debian

2012-01-19 Thread Michael Meskes
On Thu, Jan 19, 2012 at 12:30:15PM +0100, Otto Moerbeek wrote: I looked through some of the diffs and noted your are introducing a race in calendar_fifo.diff. Why are you changing this code? Because the old code blocks if a named pipe is used as a calendar file, a bug report is here:

Re: small change to the scandir(3) manual page

2012-01-19 Thread Philip Guenther
On Thu, Jan 19, 2012 at 4:18 AM, Edd Barrett vex...@gmail.com wrote: I recently got caught out by scandir's quirky memory allocation. Should we add a note so that others don't have to go through this pain too? Could you elaborate on how this affected your code? I'm trying to think of some way

Re: Add OPENBSD-CARP-MIB to snmpd(8)

2012-01-19 Thread Joel Knight
On Fri, Jan 13, 2012 at 2:53 PM, Joel Knight knight.j...@gmail.com wrote: Hi, This diff integrates my existing snmp MIB for carp(4) into the base snmpd. I brought the MIB straight across with no changes. The only limitation I'm aware of is that it doesn't support the multiple carpnodes style

Re: calendar in Debian

2012-01-19 Thread Otto Moerbeek
On Thu, Jan 19, 2012 at 05:46:48PM +0100, Otto Moerbeek wrote: On Thu, Jan 19, 2012 at 05:09:25PM +0100, Michael Meskes wrote: On Thu, Jan 19, 2012 at 12:30:15PM +0100, Otto Moerbeek wrote: I looked through some of the diffs and noted your are introducing a race in calendar_fifo.diff.

cwm: tab-completion

2012-01-19 Thread Alexander Polakov
Sometimes I want to type something like xterm -e top in exec menu, and feel the need for tab completion. Not sure about the FALLTHROUGH thing, though. Index: menu.c === RCS file: /cvs/xenocara/app/cwm/menu.c,v retrieving revision

Re: calendar in Debian

2012-01-19 Thread Otto Moerbeek
On Thu, Jan 19, 2012 at 09:38:06PM +0100, Otto Moerbeek wrote: On Thu, Jan 19, 2012 at 05:46:48PM +0100, Otto Moerbeek wrote: On Thu, Jan 19, 2012 at 05:09:25PM +0100, Michael Meskes wrote: On Thu, Jan 19, 2012 at 12:30:15PM +0100, Otto Moerbeek wrote: I looked through some of the

diff: ingress filter of npppd/pipex.

2012-01-19 Thread YASUOKA Masahiko
The diff will make the ingress filter of pipex and npppd configurable and disable it by default. After this change we need to add ppp.ingress_filter: true to npppd.conf if it is needed. I promise to write about this configuration in the man page when the man page becomes available. ok?

diff: ignore mandatory rx-connect-speed avp

2012-01-19 Thread YASUOKA Masahiko
add handling of `rx connect speed' avp to ignore the bug of xl2tpd. reported by sebastia@ on misc@. ok? Index: usr.sbin/npppd/l2tp/l2tp_call.c === RCS file: /cvs/src/usr.sbin/npppd/l2tp/l2tp_call.c,v retrieving revision 1.9 diff -u