Re: [Toybox] Patches for toybox-0.4.8

2014-06-24 Thread Rob Landley
On 06/24/14 16:20, Isaac Dunham wrote: > On Tue, Jun 24, 2014 at 04:54:57PM +0200, luck...@vp.pl wrote: >> W dniu 23.06.2014 23:45, Isaac Dunham pisze: >>> On Mon, Jun 23, 2014 at 05:35:55PM +0200, luck...@vp.pl wrote: I created own build system for small linux distributions. I had to wri

Re: [Toybox] Hello world.

2014-06-24 Thread Rob Landley
On 06/24/14 15:01, M Farkas-Dyck wrote: > On 17/06/2014, David Seikel wrote: >> Word of wisdom from someone that lives in the tropics - don't EVER >> rehydrate with anything that contains ... sugar > > Actually, oral rehydration therapy works in great part by osmosis due > to the action of the so

Re: [Toybox] [CLEANUP] openvt/deallocvt

2014-06-24 Thread Isaac Dunham
On Tue, Jun 24, 2014 at 06:48:02AM -0500, Rob Landley wrote: > vivek: could you answer the KDGKBTYPE vs VT_GETSTATE question at the end? > query: the if (!FLAG_c) bit is doing a very similar "try fd 0-3, open > /dev/console" thing to open_console(), the difference is that's calling > ioctl(KDGKBTY

Re: [Toybox] Patches for toybox-0.4.8

2014-06-24 Thread Isaac Dunham
On Tue, Jun 24, 2014 at 04:54:57PM +0200, luck...@vp.pl wrote: > W dniu 23.06.2014 23:45, Isaac Dunham pisze: > >On Mon, Jun 23, 2014 at 05:35:55PM +0200, luck...@vp.pl wrote: > >>I created own build system for small linux distributions. I had to > >>write two patches for your > >>toybox-0.4.8. Fir

Re: [Toybox] Hello world.

2014-06-24 Thread M Farkas-Dyck
On 17/06/2014, David Seikel wrote: > Word of wisdom from someone that lives in the tropics - don't EVER > rehydrate with anything that contains ... sugar Actually, oral rehydration therapy works in great part by osmosis due to the action of the sodium-glucose symporter and thus the inclusion of g

Re: [Toybox] Patches for toybox-0.4.8

2014-06-24 Thread Felix Janda
luck...@vp.pl wrote: [..] > getty.c requires sys/ttydefaults.h. Error of my compilation: > > toys/pending/getty.c:168:29: error: 'CERASE' undeclared (first use in > this function) > > The CERASE macro and more similar macros just are defined at > sys/ttydefaults.h in > musl libc. This header fi

Re: [Toybox] Patches for toybox-0.4.8

2014-06-24 Thread luck...@vp.pl
W dniu 23.06.2014 23:45, Isaac Dunham pisze: On Mon, Jun 23, 2014 at 05:35:55PM +0200, luck...@vp.pl wrote: I created own build system for small linux distributions. I had to write two patches for your toybox-0.4.8. First patch fixes display of the id toy. Second patch fixes sigsegv of the which

Re: [Toybox] Patches for toybox-0.4.8

2014-06-24 Thread luck...@vp.pl
W dniu 24.06.2014 15:20, Rob Landley pisze: On 06/23/14 16:45, Isaac Dunham wrote: On Mon, Jun 23, 2014 at 05:35:55PM +0200, luck...@vp.pl wrote: I created own build system for small linux distributions. I had to write two patches for your toybox-0.4.8. First patch fixes display of the id toy.

Re: [Toybox] Patches for toybox-0.4.8

2014-06-24 Thread Rob Landley
On 06/23/14 16:45, Isaac Dunham wrote: > On Mon, Jun 23, 2014 at 05:35:55PM +0200, luck...@vp.pl wrote: >> I created own build system for small linux distributions. I had to >> write two patches for your >> toybox-0.4.8. First patch fixes display of the id toy. Second patch >> fixes sigsegv of the

[Toybox] [CLEANUP] openvt/deallocvt

2014-06-24 Thread Rob Landley
vivek: could you answer the KDGKBTYPE vs VT_GETSTATE question at the end? commit 1358: http://landley.net/hg/toybox/rev/1358 Step 1: move deallocvt.c into openvt.c so we don't have one command laterally depending on code in another. This also lets us collate duplicate headers. deallocvt: do the