Re: wol for xl(4)

2011-06-27 Thread Thomas Gerlach
Tobias Ulmer tobiasu at tmux.org writes: I've lost track which patches need to be applied or not, but once a complete patch appears, I'm willing to test it on a machine that has three different xl's. hi tobias, sorry for any confusion. i think, the recent patches that should work are

Re: clarify mount_ntfs

2011-06-27 Thread Kenneth R Westerback
On Mon, Jun 27, 2011 at 12:08:15AM -0400, Ted Unangst wrote: Remove some words that are not typically found in OpenBSD mount man pages. Write support is simply not going to happen, so we can summarize that situation much more succinctly. (and enforce readonly mounts in the program.)

Diseño web, posicionamiento web, Alojamiento web.

2011-06-27 Thread BOLENTIN DISE�O VEDCOR
gt;gt; Disentilde;o web gt;gt; Disentilde;o Tarjetas navidentilde;as gt;gt; Disentilde;o de marcas y logotipos gt;gt; Disentilde;o de tarjeteriacute;a y folleteria gt;gt;nbsp;Consultoriacute;anbsp;web gt;gt; Posicionamiento web gt;gt; Administrador de contenidos para su paacute;gina web

Re: clarify mount_ntfs

2011-06-27 Thread Ted Unangst
On Mon, 27 Jun 2011, Kenneth R Westerback wrote: On Mon, Jun 27, 2011 at 12:08:15AM -0400, Ted Unangst wrote: Remove some words that are not typically found in OpenBSD mount man pages. Write support is simply not going to happen, so we can summarize that situation much more succinctly.

Re: clarify mount_ntfs

2011-06-27 Thread Kenneth R Westerback
On Mon, Jun 27, 2011 at 12:06:29PM -0400, Ted Unangst wrote: On Mon, 27 Jun 2011, Kenneth R Westerback wrote: On Mon, Jun 27, 2011 at 12:08:15AM -0400, Ted Unangst wrote: Remove some words that are not typically found in OpenBSD mount man pages. Write support is simply not going

BSD Authentication for popa3d(8)

2011-06-27 Thread Nils Anspach
Hello list, attached is a patch for popa3d(8) to use BSD authentication. Currently, to authenticate users, popa3d(8) encrypts the user-provided password via crypt(3) and then compares the hash with the passwd field from master.passwd(5). This method however does not work if users are

make wrapper functions in ksh.kshrc transparent

2011-06-27 Thread Alexander Hall
A post by tedu@ opened my eyes to the function keyword in ksh, which allows me to fix an annoyance that has bitten me numerous times. after sourcing /etc/ksh.kshrc, $ echo $SSH_AUTH_SOCK /tmp/ssh-IS02tLB2UEAT/agent.19126 $ SSH_AUTH_SOCK= ssh whatever ssh: Could not resolve hostname whatever:

Re: clarify mount_ntfs

2011-06-27 Thread Jason McIntyre
On Mon, Jun 27, 2011 at 01:11:18PM -0400, Kenneth R Westerback wrote: On Mon, Jun 27, 2011 at 12:06:29PM -0400, Ted Unangst wrote: On Mon, 27 Jun 2011, Kenneth R Westerback wrote: On Mon, Jun 27, 2011 at 12:08:15AM -0400, Ted Unangst wrote: Remove some words that are not typically

Refactor disk driver code

2011-06-27 Thread Matthew Dempsky
The diff below adds some very common disk driver logic into subr_disk.c and refactors most of the MI disk drivers to take advantage of them. I'll followup with the MD disk drivers later (a lot of them need other cleanups anyway). There should be no behavioral change. The only part of the diff

Re: Refactor disk driver code

2011-06-27 Thread Kenneth R Westerback
On Mon, Jun 27, 2011 at 12:01:51PM -0700, Matthew Dempsky wrote: The diff below adds some very common disk driver logic into subr_disk.c and refactors most of the MI disk drivers to take advantage of them. I'll followup with the MD disk drivers later (a lot of them need other cleanups

Re: make wrapper functions in ksh.kshrc transparent

2011-06-27 Thread Kenneth R Westerback
On Mon, Jun 27, 2011 at 07:40:53PM +0200, Alexander Hall wrote: A post by tedu@ opened my eyes to the function keyword in ksh, which allows me to fix an annoyance that has bitten me numerous times. after sourcing /etc/ksh.kshrc, $ echo $SSH_AUTH_SOCK /tmp/ssh-IS02tLB2UEAT/agent.19126 $

casts in restore

2011-06-27 Thread Ted Unangst
useless and or wrong Index: dirs.c === RCS file: /home/tedu/cvs/src/sbin/restore/dirs.c,v retrieving revision 1.32 diff -u -r1.32 dirs.c --- dirs.c 27 Oct 2009 23:59:34 - 1.32 +++ dirs.c 27 Jun 2011 19:38:06 -

minor mount_ntfs cleanup

2011-06-27 Thread Ted Unangst
The original porting effort left behind some unneeded bits. Index: mount_ntfs.c === RCS file: /cvs/src/sbin/mount_ntfs/mount_ntfs.c,v retrieving revision 1.13 diff -u -r1.13 mount_ntfs.c --- mount_ntfs.c27 Jun 2011 19:47:22

Re: [Update] xenocara/xkeyboard-config

2011-06-27 Thread Matthieu Herrb
On Thu, Jun 23, 2011 at 06:08:47PM +0600, Alexandr Shadchin wrote: Hi, I prepared update package xkeyboard-config to the latest release 2.3. Patch available on http://koba.devio.us/distfiles/xkeyboard-config-2.3.diff Tested on amd64. Ok matthieu@. -- Matthieu Herrb

Re: minor mount_ntfs cleanup

2011-06-27 Thread Kenneth R Westerback
On Mon, Jun 27, 2011 at 04:52:46PM -0400, Ted Unangst wrote: The original porting effort left behind some unneeded bits. I'm not going to encourage NTFS use by ok'ing it. But if I was, I would. Ken Index: mount_ntfs.c ===

Re: casts in restore

2011-06-27 Thread Kenneth R Westerback
On Mon, Jun 27, 2011 at 03:44:43PM -0400, Ted Unangst wrote: useless and or wrong Gee, you couldn't eliminate that magic 256? :-). ok krw@ Ken Index: dirs.c === RCS file: /home/tedu/cvs/src/sbin/restore/dirs.c,v

Re: Testers needed for ahc(4) diff

2011-06-27 Thread Matthew Dempsky
On Thu, Jun 23, 2011 at 11:33:53AM -0700, Matthew Dempsky wrote: Diff below cleans up ahc(4) to use scsi_link::bus instead of (mis)using scsi_link::scsibus. If you have an ahc(4) (particularly a dual-channel one), I'd appreciate test reports + dmesg. (As long as your devices still show up,