tmux patch to ignore SIGCHLD in client

2010-04-07 Thread patrick keshishian
Howdy, I noticed that starting tmux initially, where the client would fork() the server, would leave a zombie process[0] around until detaching from session. This patch[1] sets SIGCHLD handler to SIG_IGN, which solves the zombied process issue. I'm not sure if this is the best place to put this

Re: ahci(4) Intel RAID mode pci ids diff.

2010-04-07 Thread Mark Kettenis
Date: Tue, 6 Apr 2010 21:39:48 -0500 From: Marco Peereboom sl...@peereboom.us Why? RAID mode is NOT a valid ID for ahci. Actually, it is. The hardware works exactly the same way if the controller is in RAID mode or in AHCI. The different PCI ID acts simply as a flag to indicate that the

disklabel - 'P' option

2010-04-07 Thread Mark Lumsden
I press 'p' then enter after everything I do in disklabel. 'P' automatically prints out the equivalent of 'p' after each command and saves on finger wear and tear. like/dislike? -mark Index: editor.c === RCS file:

Re: disklabel - 'P' option

2010-04-07 Thread LEVAI Daniel
On Wed, Apr 07, 2010 at 11:21:49AM +, Mark Lumsden wrote: I press 'p' then enter after everything I do in disklabel. 'P' automatically prints out the equivalent of 'p' after each command and saves on finger wear and tear. like/dislike? Neat! Dani -- LIVAI Daniel PGP key ID =

Re: disklabel - 'P' option

2010-04-07 Thread Stuart Henderson
On 2010/04/07 11:21, Mark Lumsden wrote: I press 'p' then enter after everything I do in disklabel. 'P' automatically prints out the equivalent of 'p' after each command and saves on finger wear and tear. like/dislike? hmm..not sure. I might find it useful if it allowed setting the unit

Re: ahci(4) Intel RAID mode pci ids diff.

2010-04-07 Thread Marco Peereboom
On Wed, Apr 07, 2010 at 11:50:51AM +0200, Mark Kettenis wrote: Date: Tue, 6 Apr 2010 21:39:48 -0500 From: Marco Peereboom sl...@peereboom.us Why? RAID mode is NOT a valid ID for ahci. Actually, it is. The hardware works exactly the same way if the controller is in RAID mode or

isakmpd: tiny patch

2010-04-07 Thread Toni Mueller
Hello, while playing with isakmpd, I found that it would be nice to have a complement for the isakmpd: exiting log entry. Index: isakmpd.c === RCS file: /cvs/src/sbin/isakmpd/isakmpd.c,v retrieving revision 1.97 diff -u -r1.97

Re: disklabel - 'P' option

2010-04-07 Thread Sean Kennedy
When I use Disklabel, I have been in the habit of issuing 'p m enter' rather than just 'p enter' Since I do it for disk / usb thumb setups, and so forth, I find the 'megabyte-able' printing more consistent to my liking. I'd say leave it out, since CHS information may get scrolled off the screen

Re: remove a libcrypto dependancy in mount_vnd(8)

2010-04-07 Thread Mike Belopuhov
hey, this was ok'ed by djm, somebody should commit it! On Thu, Feb 04, 2010 at 19:25 +0300, Mike Belopuhov wrote: hey, while looking thru bioctl stuff, i've accidentaly stumbled upon pbkdf2 thing and found out that mount_vnd still uses local pkcs5_pbkdf2.c from NetBSD and links against

Re: ahci(4) Intel RAID mode pci ids diff.

2010-04-07 Thread Brad
On Wednesday 07 April 2010 05:50:51 Mark Kettenis wrote: Meanwhile, we probably should not add these RAID IDs to the ahci(4) driver (and remove the ones that are already there). That makes sure that there is no risk we accidentally overwrite the Intel-specific metadata on these disks. People