Fix memory initialization for the octeon-based DSR-500

2013-08-21 Thread Paul Irofti
I don't think we should substract the 256 upperbound from realmem_bytes if our current available memory is less than that. The following diff attempts to fix that. Comments, okays? Index: arch/octeon/octeon/machdep.c === RCS file:

Re: Don't iterate over in_ifaddr in in_control()

2013-08-21 Thread Martin Pieuchot
On 21/08/13(Wed) 16:29, Martin Pieuchot wrote: Now that IPv4 addresses stay on the interface list even if something bad occurs during in_ifinit(), I'd like to make in_control() look for the previously configured addresses on the interface list rather than on the global list. Please disregard

Re: bump time_t/other type fixes to spamd

2013-08-21 Thread Todd C. Miller
Speaking of spamd, I've been running the following diff for five months or so. It removes the use of time_t in the greylist db file and provides backwards compat for 32-bit times. - todd Index: usr.sbin/spamdb/Makefile === RCS

Re: bump time_t/other type fixes to spamd

2013-08-21 Thread Bob Beck
I think this would be the way to go. On Wed, Aug 21, 2013 at 9:14 AM, Todd C. Miller todd.mil...@courtesan.com wrote: Speaking of spamd, I've been running the following diff for five months or so. It removes the use of time_t in the greylist db file and provides backwards compat for 32-bit

Re: bump time_t/other type fixes to spamd

2013-08-21 Thread Todd C. Miller
On Tue, 20 Aug 2013 20:36:38 -0700, William Orr wrote: Theo pointed out that it would be better to change whitecount to an int, so as to match the call to configure_pf(). Since trapcount is logically similar, and uses the same iterator variable in freeaddrlists(), I changed that to an int

openbsd ioctl fix (in6.c)

2013-08-21 Thread Loganaden Velvindron
I'm not sure if applies to OpenBSD as well, but NetBSD also disallowed SIOCSIFDSTADDR for ioctl. http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/in6.c?annotate=1.166only_with_tag=MAIN 1.2 itojun374:switch (cmd) { 1.104 christos 375:/* 1.105 christos 376:

Re: OpenBSD in6 ioctl fix

2013-08-21 Thread Loganaden Velvindron
On Wed, Aug 21, 2013 at 8:05 PM, Loganaden Velvindron lo...@elandsys.com wrote: It appears that SIOCSIFDSTADDR should not be allowed upon an AF_INET6 socket as well. From netbsd: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/in6.c?annotate=1.166only_with_tag=MAIN 1.2 itojun

OpenBSD in6 ioctl fix

2013-08-21 Thread Loganaden Velvindron
It appears that SIOCSIFDSTADDR should not be allowed upon an AF_INET6 socket as well. From netbsd: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/in6.c?annotate=1.166only_with_tag=MAIN 1.2 itojun374:switch (cmd) { 1.104 christos 375:/* 1.105 christos

Mention -I option in cvs update synopsis

2013-08-21 Thread Vadim Zhukov
This adds a mention of -I name option for cvs update command in its synopsis. Okay? -- WBR, Vadim Zhukov Index: man/cvs.1 === RCS file: /cvs/src/gnu/usr.bin/cvs/man/cvs.1,v retrieving revision 1.12 diff -u -p -r1.12 cvs.1 ---

Re: Mention -I option in cvs update synopsis

2013-08-21 Thread Andres Perera
-l for cvs update is a boolean option that doesn't take an operand On Wed, Aug 21, 2013 at 5:38 PM, Vadim Zhukov persg...@gmail.com wrote: This adds a mention of -I name option for cvs update command in its synopsis. Okay? -- WBR, Vadim Zhukov Index: man/cvs.1

Re: Mention -I option in cvs update synopsis

2013-08-21 Thread Vadim Zhukov
2013/8/22 Andres Perera andre...@zoho.com: -l for cvs update is a boolean option that doesn't take an operand This is ay, not el. On Wed, Aug 21, 2013 at 5:38 PM, Vadim Zhukov persg...@gmail.com wrote: This adds a mention of -I name option for cvs update command in its synopsis. Okay? --

Re: Mention -I option in cvs update synopsis

2013-08-21 Thread Stuart Henderson
On 2013/08/22 02:33, Vadim Zhukov wrote: 2013/8/22 Andres Perera andre...@zoho.com: -l for cvs update is a boolean option that doesn't take an operand This is ay, not el. On Wed, Aug 21, 2013 at 5:38 PM, Vadim Zhukov persg...@gmail.com wrote: This adds a mention of -I name option for