mg: extract exit status from pclose return value

2017-08-25 Thread Scott Cheloha
Hi, compile_mode() currently just reports the value returned by pclose(3). This is incorrect because pclose gives you whatever wait4(2) returned, which needs to be examined with the various W* macros in to derive a proper exit status. This patch checks how the popen'd process exited and chooses

xpdf rendering issues / Mesa 17.1.8 rc1

2017-08-25 Thread Jonathan Gray
Some people have reported rendering issues with xpdf recently specific to recent changes in the xenocara tree. Mesa was recently updated to 17.1.6. Here is a diff that adds the changes from 17.1.8-rc1 (which still identifies as 17.1.7). I am curious if it helps. The planned release schedule for

ksh: crashy HISTSIZE handling

2017-08-25 Thread Jeremie Courreges-Anglas
The code in sethistsize() is bogus when we want to shrink the array: - the memmove doesn't copy the last command (which should be HISTSIZE=...) - trying to access *histptr immediately would trigger a crash, as it points one element past the array To reproduce: type HISTSIZE=3, hit (emacs mod

Re: reiser4fs in openbsd

2017-08-25 Thread Dinar Talypov
No code, nothing to discuss. 25 авг. 2017 г. 18:51 пользователь "Victor Kukshiev" < andrey0bolkon...@gmail.com> написал: > Reiser4 isn't dead FS, but with advanced features, > > 2017-08-25 18:35 GMT+03:00 Daniil Berendeev : > > > ok. is reiser4 need on openbsd? > >> > > Well, a dead fs is not muc

Re: reiser4fs in openbsd

2017-08-25 Thread Victor Kukshiev
Reiser4 isn't dead FS, but with advanced features, 2017-08-25 18:35 GMT+03:00 Daniil Berendeev : > ok. is reiser4 need on openbsd? >> > Well, a dead fs is not much of an interest. If you would be porting > HAMMER or ZFS (the last one has a painful license though) there > probably would be much mo

Re: reiser4fs in openbsd

2017-08-25 Thread Philipp Buehler
Am 25.08.2017 17:35 schrieb Daniil Berendeev: ok. is reiser4 need on openbsd? Well, a dead fs is not much of an interest. If you would be porting HAMMER or ZFS (the last one has a painful license though) there probably would be much more interest. HAMMER2 - yes, please. (what happened to the

Re: reiser4fs in openbsd

2017-08-25 Thread Daniil Berendeev
ok. is reiser4 need on openbsd? Well, a dead fs is not much of an interest. If you would be porting HAMMER or ZFS (the last one has a painful license though) there probably would be much more interest. -- ~Cheers~ pipfstarrd.net pipfsta...@jabbim.com PGP KEY ID ACE8 41D8 A1B6 54C0 Keys can be r

Re: relayd interrupted transfers

2017-08-25 Thread Alexander Bluhm
On Fri, Aug 25, 2017 at 06:38:01AM +, Rivo Nurges wrote: > Your version works for me. Good. Any ok for this diff then? bluhm Index: usr.sbin/relayd/relay.c === RCS file: /data/mirror/openbsd/cvs/src/usr.sbin/relayd/relay.c,v re

Re: reiser4fs in openbsd

2017-08-25 Thread Андрей Болконский
ok. is reiser4 need on openbsd? 2017-08-25 17:23 GMT+03:00 Otto Moerbeek : > On Fri, Aug 25, 2017 at 02:31:10PM +0300, Андрей Болконский wrote: > > > hello! If I will achieve change of license for reiser4 FS on BSD and > ported > > it to the openbsd, you accept it? > > And what about Journaling i

Re: reiser4fs in openbsd

2017-08-25 Thread Otto Moerbeek
On Fri, Aug 25, 2017 at 02:31:10PM +0300, Андрей Болконский wrote: > hello! If I will achieve change of license for reiser4 FS on BSD and ported > it to the openbsd, you accept it? > And what about Journaling in openbsd? We do not make promises about accepting code, especially if it does not exis

reiser4fs in openbsd

2017-08-25 Thread Андрей Болконский
hello! If I will achieve change of license for reiser4 FS on BSD and ported it to the openbsd, you accept it? And what about Journaling in openbsd?

Re: Improve the accuracy of the TSC frequency calibration - Updated Patch

2017-08-25 Thread Mike Belopuhov
On Fri, Aug 25, 2017 at 00:40 -0700, Mike Larkin wrote: > On Thu, Aug 24, 2017 at 12:39:33PM +0800, Adam Steen wrote: > > On Thu, Aug 24, 2017 at 2:35 AM, Mike Larkin wrote: > > > On Wed, Aug 23, 2017 at 09:29:15PM +0800, Adam Steen wrote: > > >> > > >> Thank you Mike on the feedback on the last p

Re: Improve the accuracy of the TSC frequency calibration - Updated Patch

2017-08-25 Thread Mike Larkin
On Thu, Aug 24, 2017 at 12:39:33PM +0800, Adam Steen wrote: > On Thu, Aug 24, 2017 at 2:35 AM, Mike Larkin wrote: > > On Wed, Aug 23, 2017 at 09:29:15PM +0800, Adam Steen wrote: > >> On Thu, Aug 17, 2017 at 12:19:28PM +0800, Adam Steen wrote: > >> > On Tue, Aug 8, 2017 at 10:12 PM, Mike Belopuhov