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. > (void)printf("%s==> %

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 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 generator. > >

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 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# or Ruby. > > I st

Re: usermod: lock/unlock local password

2012-09-11 Thread Eugene Yunak
On 11 September 2012 09:37, Antoine Jacoutot wrote: > On Tue, Sep 11, 2012 at 09:33:56AM +0300, Eugene Yunak wrote: >> On 10 September 2012 18:01, Antoine Jacoutot wrote: >> > Hi. >> > >> > This diff adds 2 new options to usermod(8): >> > -U to unlo

Re: usermod: lock/unlock local password

2012-09-10 Thread Eugene Yunak
On 10 September 2012 18:01, Antoine Jacoutot 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 master.passwd. > Note that

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

2012-09-02 Thread Eugene Yunak
On 2 September 2012 21:13, Theo de Raadt 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 - 1.68 >>

Re: [heads up] X snapshots now contain libxcb

2009-08-04 Thread Eugene Yunak
2009/8/4 Matthieu Herrb : > Hi > > X snapshots dated aug 3 and later are now built with XCB enabled. > So libxcb and all the other xcb libs are provided, and libX11 now > depends on it. Its major revision number has been incremented (it's now > libX11.so.12.0) to avoid mixing things. > > You will h

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 "split-hor