archivers/xz: pledge

2015-10-21 Thread Christian Weisgerber
This re-adds pledge() support for xz and xzdec. For multi-threading, you'll need a really -current kernel since the required __tfork() handling was only added last weekend. Please try to break it. ;-) Index: Makefile === RCS file: /

Re: archivers/xz: pledge

2015-10-22 Thread Stuart Henderson
On 2015/10/21 17:36, Christian Weisgerber wrote: > This re-adds pledge() support for xz and xzdec. For multi-threading, > you'll need a really -current kernel since the required __tfork() > handling was only added last weekend. > > Please try to break it. ;-) from src/xz/args.c:

Re: archivers/xz: pledge

2015-10-22 Thread Michael McConville
Stuart Henderson wrote: > On 2015/10/21 17:36, Christian Weisgerber wrote: > > This re-adds pledge() support for xz and xzdec. For multi-threading, > > you'll need a really -current kernel since the required __tfork() > > handling was only added last weekend. > > > > Please try to break it. ;-) >

Re: archivers/xz: pledge

2015-10-22 Thread Theo de Raadt
I already had that queued, in the diff I sent out 9 hours ago. I've commited it.