On torsdag 26 november 2015 kl. 01:52:23 CET Random832 wrote:
> Also, if these are added should they go in libutil or a new "libcompat"?
I also had issues with fmemopen among other things when I ported sbase to the
new 9front ports tree (using APE).
For a lot of stuff I had to resort to using gnu
On Thu, Nov 26, 2015 at 01:52:23AM -0500, Random832 wrote:
> I downloaded and built sbase for my OSX system to test the cal program,
> and noticed (and fixed locally) several issues.
>
> Before posting any patches, I wanted to ask - philosophically speaking,
> how much effort should sbase put towa
On Thu, Nov 26, 2015 at 01:52:23AM -0500, Random832 wrote:
> I downloaded and built sbase for my OSX system to test the cal program,
> and noticed (and fixed locally) several issues.
>
> Before posting any patches, I wanted to ask - philosophically speaking,
> how much effort should sbase put towa
I downloaded and built sbase for my OSX system to test the cal program,
and noticed (and fixed locally) several issues.
Before posting any patches, I wanted to ask - philosophically speaking,
how much effort should sbase put towards supporting systems that don't
support the latest-and-greatest POS
> I cherry-picked this over to ubase (with slight modifications to remove
> the unneeded enum and include linux/vt.h and linux/kd.h).
I approve. I'll remove chvt from sbase
GOn Thu, Aug 15, 2013 at 12:21:17AM +0300, sin wrote:
> On Wed, Aug 14, 2013 at 05:09:42PM -0400, Calvin Morrison wrote:
> > On 14 August 2013 14:12, Roberto E. Vargas Caballero
> > wrote:
> > > Hello,
> > >
> > > I was testing some of the tools of sbase, and after
> > > trying chvt I cou
On Wed, Aug 14, 2013 at 05:09:42PM -0400, Calvin Morrison wrote:
> On 14 August 2013 14:12, Roberto E. Vargas Caballero wrote:
> > Hello,
> >
> > I was testing some of the tools of sbase, and after
> > trying chvt I could see that it inserts directly in the code
> > the ioctl values of lin
On 14 August 2013 14:12, Roberto E. Vargas Caballero wrote:
> Hello,
>
> I was testing some of the tools of sbase, and after
> trying chvt I could see that it inserts directly in the code
> the ioctl values of linux, without including the header of
> the linux kernel. The problem comes whe
Hello,
I was testing some of the tools of sbase, and after
trying chvt I could see that it inserts directly in the code
the ioctl values of linux, without including the header of
the linux kernel. The problem comes when you try it with other
operating system. You don't get any compilation