CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Nov 10 01:54:55 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: i386/pxeboot: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.33 -

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Nov 10 01:54:55 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: i386/pxeboot: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.33 -

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 9 12:43:12 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: Support baudrate in consdev command. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/stand/pxeboo

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 9 12:43:12 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: Support baudrate in consdev command. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/stand/pxeboo

CVS commit: src/sys/arch/i386/stand/pxeboot

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 18 04:13:56 UTC 2019 Modified Files: src/sys/arch/i386/stand/pxeboot: pxe.h Log Message: Fix typos. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/i386/stand/pxeboot/pxe.h Please note that di

CVS commit: src/sys/arch/i386/stand/pxeboot

2019-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 18 04:13:56 UTC 2019 Modified Files: src/sys/arch/i386/stand/pxeboot: pxe.h Log Message: Fix typos. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/i386/stand/pxeboot/pxe.h Please note that di

CVS commit: src/sys/arch/i386/stand/pxeboot

2019-09-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Sep 27 08:57:10 UTC 2019 Modified Files: src/sys/arch/i386/stand/pxeboot: Makefile start_pxe.S Log Message: Incrase pxeboot code size limit from 64k to 128k. Fixes PR kern/54560. The start_pxe.S part was suggested by mlelstv.

CVS commit: src/sys/arch/i386/stand/pxeboot

2019-09-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Sep 27 08:57:10 UTC 2019 Modified Files: src/sys/arch/i386/stand/pxeboot: Makefile start_pxe.S Log Message: Incrase pxeboot code size limit from 64k to 128k. Fixes PR kern/54560. The start_pxe.S part was suggested by mlelstv.

Re: CVS commit: src/sys/arch/i386/stand/pxeboot

2013-10-20 Thread David Laight
On Sun, Oct 20, 2013 at 07:49:55PM +0100, David Laight wrote: > On Sat, Oct 19, 2013 at 08:16:16PM -0400, Christos Zoulas wrote: > > Module Name:src > > Committed By: christos > > Date: Sun Oct 20 00:16:16 UTC 2013 > > > > Modified Files: > > src/sys/arch/i386/stand

Re: CVS commit: src/sys/arch/i386/stand/pxeboot

2013-10-20 Thread David Laight
On Sat, Oct 19, 2013 at 08:16:16PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Sun Oct 20 00:16:16 UTC 2013 > > Modified Files: > src/sys/arch/i386/stand/pxeboot: pxe_call.S > > Log Message: > Move an instruction above .code16 so that it produc

CVS commit: src/sys/arch/i386/stand/pxeboot

2010-01-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jan 17 17:02:47 UTC 2010 Modified Files: src/sys/arch/i386/stand/pxeboot: Makefile Log Message: fix tyop in default flag definition To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/stand/pxeb

Re: CVS commit: src/sys/arch/i386/stand/pxeboot

2009-12-14 Thread Daniel Carosone
On Mon, Dec 14, 2009 at 08:05:42PM +, David Laight wrote: > > Shut down the PXE network stack when we are done with it. > > I seem to remember some issues where certain bios locked up if/when > that was called. Which is why it was commented out. But not, apparently, commented. -- Dan. pgpMp

Re: CVS commit: src/sys/arch/i386/stand/pxeboot

2009-12-14 Thread David Laight
On Sun, Dec 13, 2009 at 11:01:42PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sun Dec 13 23:01:42 UTC 2009 > > Modified Files: > src/sys/arch/i386/stand/pxeboot: dev_net.c main.c pxe.c pxe_netif.h > > Log Message: > Shut down the PXE netw