Re: chmod.c undefined behavior

2014-09-24 Thread Eugene Yunak
Can you two please continue this spam off-list, or at least in misc? On 24 September 2014 23:52, Matti Karnaattu mkarnaa...@gmail.com wrote: You were probably trained in the Object-oriented (and likely a bit of post-OO) tradition. Most likely you learned Java, and then possibly either C#

Re: ThinkPad T60 x86emu panic on resume (w/patch)

2012-09-02 Thread Eugene Yunak
On 2 September 2012 21:13, Theo de Raadt dera...@cvs.openbsd.org wrote: Index: vga_pci.c === RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v retrieving revision 1.68 diff -u -r1.68 vga_pci.c --- vga_pci.c 22 Aug 2012 20:58:30 -

Re: usermod: lock/unlock local password

2012-09-11 Thread Eugene Yunak
On 10 September 2012 18:01, Antoine Jacoutot ajacou...@bsdfrog.org wrote: Hi. This diff adds 2 new options to usermod(8): -U to unlock a user's password -Z to lock a user's password In effect locking/unlocking the password means to add a '!' in front of the encrypted entry in

Re: usermod: lock/unlock local password

2012-09-11 Thread Eugene Yunak
On 11 September 2012 09:37, Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Tue, Sep 11, 2012 at 09:33:56AM +0300, Eugene Yunak wrote: On 10 September 2012 18:01, Antoine Jacoutot ajacou...@bsdfrog.org wrote: Hi. This diff adds 2 new options to usermod(8): -U to unlock a user's password

ripd split-horizon configuration diff

2009-07-30 Thread Eugene Yunak
This diff changes the configuration format of the split-horizon option of ripd. This involves no behavior change, only configuration. The old way was to give choice among three possible variants: split-horizon default split-horizon poisoned split-horizon none And the default behavior was

Re: Want to help upstream software improve their random?

2014-12-11 Thread Eugene Yunak
On 11 December 2014 at 21:43, Theo de Raadt dera...@cvs.openbsd.org wrote: On 12 Dec 2014, at 5:02, Theo de Raadt wrote: In all of these code blocks are a well-known piece of information (same time on your machine as everywhere else) is being used to seed a deterministic number

Re: [patch] tail(1) follow multiple files

2015-11-05 Thread Eugene Yunak
On 5 November 2015 at 00:29, Martijn van Duren wrote: > > I got somewhat annoyed by the fact that OpenBSD's tail can't follow multiple > files and since the last attempt at it was from 2008 I thought I'd give it a > shot. Thank you for sharing this, hope it gets accepted.