Hi,
On 2024/09/19 3:33, Andrius V wrote:
On Wed, Sep 18, 2024 at 3:44 AM Rin Okuyama wrote:
Module Name:src
Committed By: rin
Date: Wed Sep 18 00:44:03 UTC 2024
Modified Files:
src/sys/arch/i386/stand/lib: libi386.h
Log Message:
i386/stand: Remove XMS leftover from
On Wed, Sep 18, 2024 at 3:44 AM Rin Okuyama wrote:
>
> Module Name:src
> Committed By: rin
> Date: Wed Sep 18 00:44:03 UTC 2024
>
> Modified Files:
> src/sys/arch/i386/stand/lib: libi386.h
>
> Log Message:
> i386/stand: Remove XMS leftover from libi386.h, NFC
>
> PR port-i3
In article <20180612032531.ga1...@homeworld.netbsd.org>,
wrote:
>Hi christos!
>
>Could you explain what makes this necessary in the commit messages in
>the future? It isn't very obvious that it fixes a build failure with
>MKREPRO for future netbsd'ers, in case it isn't restructured.
>Ideally in e
On Tue, Jun 12, 2018 at 03:25:31AM +, m...@netbsd.org wrote:
> Hi christos!
>
> Could you explain what makes this necessary in the commit messages in
> the future? It isn't very obvious that it fixes a build failure with
> MKREPRO for future netbsd'ers, in case it isn't restructured.
> Ideally
Hi christos!
Could you explain what makes this necessary in the commit messages in
the future? It isn't very obvious that it fixes a build failure with
MKREPRO for future netbsd'ers, in case it isn't restructured.
Ideally in every commit, so it appears in a 'cvs annotate'.
Thanks.
On Mon, Jun 11
"Maxime Villard" writes:
> Module Name: src
> Committed By: maxv
> Date: Sun Jun 5 14:06:31 UTC 2016
>
> Modified Files:
> src/sys/arch/i386/stand/lib: biosdisk.c exec.c
>
> Log Message:
> The bootinfo is refreshed each time the bootloader tries to execute a
> kernel, so there's n
On Jan 18, 8:18pm, "Jonathan A. Kollasch" wrote:
}
} This is a multi-part message in MIME format.
}
} --_--=_1421612287110410
} Content-Disposition: inline
} Content-Transfer-Encoding: 8bit
} Content-Type: text/plain; charset="US-ASCII"
}
} Module Name: src
} Committed By: jakllsch
} Da
In article <20140408184900.ga2...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Tue, Apr 08, 2014 at 11:34:18AM -0400, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Tue Apr 8 15:34:18 UTC 2014
>>
>> Modified Files:
>> src/sys/arch/i
On Tue, Apr 08, 2014 at 11:34:18AM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Tue Apr 8 15:34:18 UTC 2014
>
> Modified Files:
> src/sys/arch/i386/stand/lib: Makefile
>
> Log Message:
> make this more attractive (to me).
Except it is wrong. T
In article <20140407234749.ga19...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Mon, Apr 07, 2014 at 05:09:55PM -0400, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Mon Apr 7 21:09:55 UTC 2014
>>
>> Modified Files:
>> src/sys/arch/
On Mon, Apr 07, 2014 at 05:09:55PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Mon Apr 7 21:09:55 UTC 2014
>
> Modified Files:
> src/sys/arch/i386/stand/lib: Makefile
>
> Log Message:
> XXX: gcc-4.8 bug. Passes wrong arguments to biosdisk_read
On Sat, Dec 25, 2010 at 01:27:43AM +, Jonathan A. Kollasch wrote:
> > >
> > > libsa's printf(3) doesn't support %lld unless
> > > -DLIBSA_PRINTF_LONGLONG_SUPPORT is specified.
> >
> > True, that but it's not like this code path is often compiled.
> > I should probably at least add the necessa
On Dec 25, 12:06am, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote:
-- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib
| On Fri, Dec 24, 2010 at 06:14:13PM -0500, Christos Zoulas wrote:
| > On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wr
On Sat, Dec 25, 2010 at 12:09:43AM +, Jonathan A. Kollasch wrote:
> On Sat, Dec 25, 2010 at 08:07:50AM +0900, Izumi Tsutsui wrote:
> > > >Log Message:
> > > >Sprinkle daddr_t.
> > > >Adjust DISK_DEBUG printf formats to match.
> > :
> > > >-printf("warning: no disklabel in secto
On Sat, Dec 25, 2010 at 08:07:50AM +0900, Izumi Tsutsui wrote:
> > >Log Message:
> > >Sprinkle daddr_t.
> > >Adjust DISK_DEBUG printf formats to match.
> :
> > >- printf("warning: no disklabel in sector %u\n", sector);
> > >+ printf("warning: no disklabel in sector %lld\n", secto
On Fri, Dec 24, 2010 at 06:14:13PM -0500, Christos Zoulas wrote:
> On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote:
> -- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib
>
> | > Are you sure this is right? My guess is that you would need PR
On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote:
-- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib
| > Are you sure this is right? My guess is that you would need PRId64
| > instead of lld.
|
| Well, maybe. But I expect int64_t will always be l
> >Log Message:
> >Sprinkle daddr_t.
> >Adjust DISK_DEBUG printf formats to match.
:
> >-printf("warning: no disklabel in sector %u\n", sector);
> >+printf("warning: no disklabel in sector %lld\n", sector);
> > #endif
>
> Are you sure this is right? My guess is that you wo
On Fri, Dec 24, 2010 at 11:00:40PM +, Christos Zoulas wrote:
> In article <20101224203651.e3c4117...@cvs.netbsd.org>,
> Jonathan A. Kollasch wrote:
> >-=-=-=-=-=-
> >
> >Module Name: src
> >Committed By:jakllsch
> >Date:Fri Dec 24 20:36:51 UTC 2010
> >
> >Modified Files
In article <20101224203651.e3c4117...@cvs.netbsd.org>,
Jonathan A. Kollasch wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: jakllsch
>Date: Fri Dec 24 20:36:51 UTC 2010
>
>Modified Files:
> src/sys/arch/i386/stand/lib: biosdisk.c biosdisk.h biosdisk_ll.c
>
>Log Message:
>S
On Sun, Dec 19, 2010 at 05:18:23PM +, Jonathan A. Kollasch wrote:
> Module Name: src
> Committed By: jakllsch
> Date: Sun Dec 19 17:18:23 UTC 2010
>
> Modified Files:
> src/sys/arch/i386/stand/lib: realprot.S
>
> Log Message:
> Compute real/protected %sp/%esp offset in 'gdt_fix
21 matches
Mail list logo