mpsafe interrupts for mfi(4)

2014-09-07 Thread David Gwynne
...and some mpsafety in the scsi_cmd path. this is working well for me, but considering how used it is i would appreciate some extra tests. ok? Index: pci/mfi_pci.c === RCS file: /cvs/src/sys/dev/pci/mfi_pci.c,v retrieving revision

Re: add support for \< and \> word delimiters in regcomp

2014-09-07 Thread Todd C. Miller
On Mon, 08 Sep 2014 02:28:42 +1000, Jonathan Gray wrote: > I'd be fine with that one going in as well. > > Are there any reasons not to add it? I don't see a portable alternative > here as brought up by Mark in that thread, and the only "if it's > supported on the majority of UNIX-ike operating

Re: Refactoring process-local file descriptor data

2014-09-07 Thread Jean-Philippe Ouellet
On Wed, Sep 03, 2014 at 03:31:50PM -0500, Kent R. Spillner wrote: > Need to re-roll for -current? Yep, sorry. I knew the the dup3 changes would break it when I saw them go in but I've been busy with classes and stuff. Here's a new version. This one considerably less tested than previous versions,

Re: add support for \< and \> word delimiters in regcomp

2014-09-07 Thread Jonathan Gray
On Mon, Sep 01, 2014 at 12:41:37AM -0400, Ted Unangst wrote: > On Mon, Sep 01, 2014 at 14:03, Jonathan Gray wrote: > > This adds support for using the SVR4/glibc word delimeters > > in regcomp as an extension to what posix requires. > > > > We already have [[:<:]] and [[:>:]] as extensions, appare