Displaying 20 results from an estimated 1000 matches similar to: "[syslinux:master] Remove some whitespace"
2013 Dec 29
2
[PATCH 2/2] Remove some whitespace
Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
> ---
> mbr/gptmbr.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
> index 8ab6b50..7d98aee 100644
> --- a/mbr/gptmbr.S
> +++ b/mbr/gptmbr.S
> @@ -213,7 +213,7 @@ found_part:
>
> movzwl
2013 Dec 30
0
[PATCH 2/2] Remove some whitespace
On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers <stappers at stappers.nl> wrote:
> Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
>> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
>> ---
>> mbr/gptmbr.S | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
>> index 8ab6b50..7d98aee
2013 Dec 31
1
[PATCH 2/2] Remove some whitespace
Op 2013-12-30 om 17:04 schreef Gene Cumm:
> On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers wrote:
> > Op 2013-12-14 om 21:34 schreef Ruben Kerkhof:
> >> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
> >> ---
> >> mbr/gptmbr.S | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >>
> >
> > The
2015 Oct 09
2
git clone --recursive
Hi,
We use a git submodule for gnu-efi.
What would be the downside of changing
git clone git://repo.or.cz/syslinux.git
into
git clone --recursive git://repo.or.cz/syslinux.git
on the Syslinux wik?
Cheers
Geert Stappers
$ git clone git://repo.or.cz/syslinux.git
Cloning into 'syslinux'...
remote: Counting objects: 50546, done.
remote: Total 50546 (delta 0), reused 0 (delta 0)
2014 Oct 24
0
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
On Mon, Oct 13, 2014 at 12:53:43PM +0200, Ferenc Wagner wrote:
> The following changes since commit 81ad566f155fac31089fde69c87059b217e7e9b6:
>
> NEWS: Update for 6.03 release (2014-10-06 09:27:44 -0700)
>
> are available in the git repository at:
>
> https://github.com/wferi/syslinux/ pub
>
> for you to fetch changes up to
2013 Dec 14
0
[PATCH 2/2] Remove some whitespace
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
mbr/gptmbr.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 8ab6b50..7d98aee 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -213,7 +213,7 @@ found_part:
movzwl %cx,%eax /* Length of GPT entry */
stosl
-
+
rep; movsb /* GPT entry follows MBR entry */
popw %si
2013 Dec 15
3
[PATCH 1/2] Match comment with code
Op 2013-12-15 om 17:39 schreef Ferenc Wagner:
> Ruben Kerkhof <ruben at rubenkerkhof.com> writes:
>
> > /* 80 00 00 00 ee 00 00 00
> > - - bootable partition, type EFI (EE), no CHS information */
> > + - bootable partition, type EFI (ED), no CHS information */
>
> Please fix the previous comment line as well.
As I understand that, so in _my words_:
2013 Dec 14
4
[PATCH 1/2] Match comment with code
The handover protocol uses ED as partition type
but the comment above it still mentions EE
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
mbr/gptmbr.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 7f450d3..8ab6b50 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -194,7 +194,7 @@ found_part:
pushw %di
/* 80 00 00 00
2019 Apr 12
1
Re: Network hooks for ethernet interfaces
On Thu, Apr 11, 2019 at 10:43 PM Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:
Hi Vasiliy,
>
> ср, 10 апр. 2019 г. в 19:46, Ruben Kerkhof <ruben@rubenkerkhof.com>:
> >
> > On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
> > >
> > > On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > > > On Tue, Apr 9, 2019 at 5:10 PM
2013 Dec 15
0
[PATCH 1/2] Match comment with code
> Op 2013-12-15 om 17:39 schreef Ferenc Wagner:
> > Ruben Kerkhof <ruben at rubenkerkhof.com> writes:
> >
> > > /* 80 00 00 00 ee 00 00 00
> > > - - bootable partition, type EFI (EE), no CHS information */
> > > + - bootable partition, type EFI (ED), no CHS information */
> >
> > Please fix the previous comment line as well.
2019 Apr 11
0
Re: Network hooks for ethernet interfaces
ср, 10 апр. 2019 г. в 19:46, Ruben Kerkhof <ruben@rubenkerkhof.com>:
>
> On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
> >
> > On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> > >>
> > >> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
2019 Jul 15
2
GitHub passwords in .git/config?
I'm diverging:? Now I get:
>>> git pull
ssh: Could not resolve hostname github.com:sbgraves237: nodename nor
servname provided, or not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
????? ** With .git/config as follows:
[core]
??? repositoryformatversion = 0
??? filemode = true
??? bare =
2019 Jul 15
0
GitHub passwords in .git/config?
Hi Spencer,
The first line in the `[remote "origin"]` section should read:
```
url = git at github.com:sbgraves237/Ecdat.git<mailto:git at github.com:sbgraves237/Ecdat.git>
```
Generally, I add these configs by doing a clone on the command line such as:
> git clone git at github.com:sbgraves237/Ecdat.git<mailto:git at github.com:sbgraves237/Ecdat.git>
so that I
2015 Jun 21
1
[syslinux:master] core/pxe: extend parse_dhcp() for packet type
On Sun, Jun 21, 2015 at 11:12:07AM -0700, syslinux-bot wrote:
> Commit-ID: 38e861ebf45a804bc5fbd74d9c19292822c84487
> Gitweb: http://www.syslinux.org/commit/38e861ebf45a804bc5fbd74d9c19292822c84487
> Author: Gene Cumm <gene.cumm at gmail.com>
> AuthorDate: Sat, 20 Jun 2015 21:17:18 -0400
> Committer: Gene Cumm <gene.cumm at gmail.com>
> CommitDate: Sat, 20
2013 Dec 15
0
[PATCH 1/2] Match comment with code
Ruben Kerkhof <ruben at rubenkerkhof.com> writes:
> /* 80 00 00 00 ee 00 00 00
> - - bootable partition, type EFI (EE), no CHS information */
> + - bootable partition, type EFI (ED), no CHS information */
Please fix the previous comment line as well.
--
Regards,
Feri.
2014 Feb 01
0
[PATCH] Add some man pages.
Op 2014-01-20 om 09:51 schreef Peter Jones:
> Add very basic pages for:
> isohybrid - It's not particularly more useful than --help, but my QA
> department really wants this to exist.
> memdiskfind - Explain what it does and its invocation.
>
> Signed-off-by: Peter Jones <pjones at redhat.com>
> ---
> man/isohybrid.1 | 61
2019 Apr 10
2
Re: Network hooks for ethernet interfaces
On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote:
>
> On 4/9/19 11:35 AM, Ruben Kerkhof wrote:
> > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote:
> >>
> >> On 4/9/19 4:38 PM, Ruben Kerkhof wrote:
> >>> Hi all,
> >>>
> >>> I have a hook script, /etc/libvirt/hooks/network,
2015 Oct 10
2
[PATCH 2/2] com32/mboot/map.c: removed trailing spaces
From: Geert Stappers <stappers at nero.gpm.stappers.nl>
They were introduced by the patch for ELF64 support.
---
com32/mboot/map.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/com32/mboot/map.c b/com32/mboot/map.c
index 2e8641f..1992f14 100644
--- a/com32/mboot/map.c
+++ b/com32/mboot/map.c
@@ -281,7 +281,7 @@ struct multiboot_header *map_image(void *ptr, size_t
2015 Oct 13
3
com32/mboot/map.c: removed trailing spaces
On Sat, Oct 10, 2015 at 03:10:26PM +0300, Ady via Syslinux wrote:
> From: Geert Stappers <stappers at nero.gpm.stappers.nl>
> >
> > com32/mboot/map.c: removed trailing spaces
> >
> > They were introduced by the patch for ELF64 support.
>
>
> IMHO, the trivial trailing-space cleanup could be included in the same
> commit too, instead of adding an
2008 Feb 07
0
nxMyFLA.dll interacts badly with Nero
Hello,
my name is Torsten Koffler, a Senior Software Engineer at Nero AG (Germany).
I am the manager for Windows Quality Online Services (Winqual) issues in our
company.
We have run into some issues where it appears that a piece of Nero software
(Nero.exe 8.2.8.0) is interacting badly with a piece of nxMyFLA.dll software
(nxMyFLA.dll 1.0.0.33) and causing crash reports (Average Hits per day 15,