kill.c correctness

2011-06-05 Thread pablo caballero
"if (!*argv || *ep)" should be "if (!**argv || *ep)" but !**argv is already granted by !isdigit(**argv) Index: kill.c === RCS file: /cvs/src/bin/kill/kill.c,v retrieving revision 1.9 diff -u -r1.9 kill.c --- kill.c 27 Oct 2009 23

memconfig help

2011-06-05 Thread Ted Unangst
Problem: The help command is a lie. mini:~> memconfig Valid commands are : list set clear Use help for command-specific help mini:~> memconfig help list memconfig: can't open /dev/mem: Permission denied Fix: Only open /dev/mem if we're going to use it. Index: memconfig.c =

You have received an invitation to join Tobri.com

2011-06-05 Thread Tobri Admin
Hello, You have been invited by Rock Star to join Tobri. To join, please follow the link below: http://www.tobri.com/invite/signup?ref=6086&email=tech%40openbsd.org&code=08b be49 http://www.vichutchinson.com/countdownpage.html Best Regards, Tobri Mem

Re: Remove unused code

2011-06-05 Thread Miod Vallat
> Hi, > > Removing unused code: > * arch/mac68k/include/keyboard.h not used in kernel sources ok miod@ > * not need define KEYBOARD_ARRAY (variable keyboard[] used only in > dev/adb/akbd.c if defined WSDISPLAY_COMPAT_RAWKBD) Not ok. arch/macppc/dev/akdb_machdep.c includes , and will include t

Re: isakmpd(8) man page: clarify IKE packet capture file

2011-06-05 Thread Lawrence Teo
On Sun, Jun 05, 2011 at 08:45:33AM +0100, Jason McIntyre wrote: > On Sat, Jun 04, 2011 at 10:19:49PM -0400, Lawrence Teo wrote: > > isakmpd(8)'s -L command-line option enables IKE packet capture. It is > > documented on the isakmpd(8) man page as follows: > > > > -L Enable IKE packet capture.

Re: rtadvd crashes after multiple ifconfig create/destroy

2011-06-05 Thread Michal Mazurek
On Sat, May 28, 2011 at 01:25:15PM +0200, Michal Mazurek wrote: > After multiple ifconfig create and destroy of bridge and tun interfaces rtadvd > crashed just seconds after being started. Here is a way to recreate the crash: $ cat /etc/rtadvd.conf tun6:addr="fd00:1234::1":prefixlen#64: for I i

Re: isakmpd(8) man page: clarify IKE packet capture file

2011-06-05 Thread Jason McIntyre
On Sat, Jun 04, 2011 at 10:19:49PM -0400, Lawrence Teo wrote: > isakmpd(8)'s -L command-line option enables IKE packet capture. It is > documented on the isakmpd(8) man page as follows: > > -L Enable IKE packet capture. When this option is given, isakmpd >will capture to file an unenc

Re: isakmpd(8) man page: clarify IKE packet capture file

2011-06-05 Thread Mitja Muženič
For what it's worth, I'd like to see this mentioned, not necessarly in those exact words though. How about " optionally, an alternate file inside /var/run/ can be specified." ? Mitja > -Original Message- > From: owner-t...@openbsd.org [mailto:owner-t...@openbsd.org] On Behalf Of > Lawre