Displaying 20 results from an estimated 7000 matches similar to: "new chain cleanups - question re. preferred license"
2010 Jul 30
4
chain.c: fix v2 for public indexes in iterators (for master and disklib)
>From the earlier patches - that simple fix for indexes not counting non-data
partitions in gpt and mbr cases. Patches don't touch any other parts of the
code at this stage - bigger stuff later for disklib as we agreed - but this is
potentially useful right now.
Michal Soltys (1):
chain.c: fix public index value in mbr and gpt iterators
2010 Oct 13
3
[syslinux:disklib] disklib: make CHS calculation match core/fs/diskio.c
On 10/13/2010 08:36 AM, syslinux-bot for Michal Soltys wrote:
> Commit-ID: 9c8db7560e2dc83d1191bb2f90b4d4d0ae3d37d6
> Gitweb: http://syslinux.zytor.com/commit/9c8db7560e2dc83d1191bb2f90b4d4d0ae3d37d6
> Author: Michal Soltys <soltys at ziu.info>
> AuthorDate: Wed, 13 Oct 2010 10:57:36 +0200
> Committer: Michal Soltys <soltys at ziu.info>
> CommitDate: Wed, 13
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.
2009 Oct 29
2
Patches for chain.c32: Error message is more detailed and chainload another isolinux.bin
Improving chain.c32 help message
Impact: Error message is more detailed
In case of syntax error, the message is far more detailed and provides
the same content as the documentation integrated in the source code.
You can get this patch from Erwan's git repo:
http://git.zytor.com/?p=users/erwan/hdt.git;a=commit;h=3fc3126d0c7df5701680e043c34f200166f24564
Add 'isolinux=' option to
2014 Dec 03
2
chain updates for 4, 5 and 6 (pulls)
Hi,
For 6.xx:
git://hasevolq.net/syslinux.git sys6
Michal Soltys (3):
chain/partiter: call notsane_gpt_hdr() per header
chain/partiter: add options to ignore GPT crc checks
chain: year update in commments (trivial)
Main addition here are separate options from 'strict' to ignore crc
checks against gpt header and/or gpt partition list, so the user can
force booting
2014 Jul 06
3
mdiskchk and WinPE
On 7/6/2014 01:55, Ady wrote:
>
> I can see 1 branch in Shao's git repo that might be relevant:
>
> mdiskchk_win
>
> [quote]
>
> mdiskchk.exe will be the Windows counterpart for the DOS version
> mdiskchk.com. The purpose is to be able to scan low memory for
> instances
> of Syslinux' MEMDISK and report these instances' parameters to a
> user
2014 Jul 06
4
mdiskchk and WinPE
Thus the rub: The exe seems to have disappeared from winbin as well. It's there, but downloads as a zero-byte file.
> Date: Sun, 6 Jul 2014 22:40:21 +0200
> From: herbszt at gmx.de
> To: sha0.miller at gmail.com
> CC: syslinux at zytor.com; jml9904 at hotmail.com
> Subject: Re: [syslinux] mdiskchk and WinPE
>
> Shao Miller wrote:
> > On 7/6/2014 01:55, Ady wrote:
2011 Jan 18
1
apcsmart.c question
Hi,
I started updating smart driver with a few things I've been missing.
While going through the source:
- in upsdrv_shutdown(), there're loads of printfs - they kinda look like
a leftover from older debug times. Shouldn't they be changed into
upsdebugx() or upslogx() ?
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work.
This is the next iteration of the patch adding some functionality to apcsmart
driver, and relying on 'ignorelb' recently added.
Follow up from previous thread:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html
Main differences is that V3 is split into many small patches, so the
2015 Mar 08
0
chain updates for 4, 5 and 6 (pulls)
On Tue, Dec 2, 2014 at 8:27 PM, Michal Soltys <soltys at ziu.info> wrote:
> Hi,
>
> For 6.xx:
>
> git://hasevolq.net/syslinux.git sys6
>
> Michal Soltys (3):
> chain/partiter: call notsane_gpt_hdr() per header
> chain/partiter: add options to ignore GPT crc checks
> chain: year update in commments (trivial)
I'm not sure "Copyright
2013 Jul 22
1
Chaining with chain.c32 from syslinux 6.01 error
W dniu 22.07.2013 13:07, Matt Fleming pisze:
> On Thu, 18 Jul, at 01:22:04PM, Adrian Irimia wrote:
>> Hi,
>>
>> I have a bootable usb with syslinux 5.10 on wich the following code is working ok.
>> LABEL -
>> MENU LABEL GRUB LEGACY
>> MENU INDENT 1
>> COM32 chain.c32
>> APPEND boot fs grub=/boot/grub-legacy/stage2
2010 Dec 30
3
Boot Error GPT partition
Hi all,
I was using grub2 for booting Archlinux x86_64 in my GPT
Internal HDD (/dev/sda) then I switched to syslinux/extlinux. It was
working fine but suddenly it staring showing "Boot Error" message on
screen. I googled for a solution and tried all syslinux versions from
4.04-pre4 down to 4.03-stable but non of them worked. I don't know
what suddenly changed caused this
2009 Sep 30
1
Read header csv file
Hi R community,
First of all, I want to thank everybody to share their time solving R questions, You are great. Ok, for my questions, I've been looking for a solutions by myself, in forums but I'm just a little bit desesperate so I hope somebody can help me. I have built a code to read files from a directory. These files are named by a year (2004.csv, 2005.csv,...). When the code reads
2014 Jul 07
1
mdiskchk and WinPE
On 7/6/2014 16:40, Sebastian Herbszt wrote:
> Shao Miller wrote:
>> On 7/6/2014 01:55, Ady wrote:
>>>
>>> I can see 1 branch in Shao's git repo that might be relevant:
>>>
>>> mdiskchk_win
>>>
>>> [quote]
>>>
>>> mdiskchk.exe will be the Windows counterpart for the DOS version
>>> mdiskchk.com. The
2013 Jul 24
2
Chaining with chain.c32 from syslinux 6.01 error
I just tested 6.02-pre10 version.
?
On physsical machine it is booting ok now,?but chain.c32 result is the same errors :? ERR: Primary partition (in MBR) with invalid offset and/or length.
? ERR: Cant't find myself on the drive I booted from
Adding 'relax' option to chain.c32 invocation resolves the problem.
?
In qemu the boot and chaining works ok (without 'relax' option).
2011 Feb 24
1
[PATCH][git-pull] Reminders
Here's some reminders for various branches that are pending. All
branches are at my public repo at
git://git.zytor.com/users/genec/syslinux.git (
http://git.zytor.com/?p=users/genec/syslinux.git;a=summary )
HPA, I'd appreciate a response in the direction of a status like on
hold, under review, denied or to be completed soon.
Branch win64-mingw32-ubuntu-for-hpa adds more prefixes in
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features
and fixes to the apcsmart driver, following the remarks in:
http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html
Major changes from v1:
- handle battery.charge and battery.runtime checks at main.c level
- handle "immutable but writable" conflict gracefully at driver level
-
2010 Jun 25
1
chain.c32 GPT Support
Hello all.
Here[1] is a branch where chain.c32 can chain-boot a partition on a GPT
disk when given the partition index.
boot: chain hd1 84
(For example.)
- Shao Miller
[1]
http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/
chain_gpt
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move
Iterator related functionality is yanked from chain.c and moved to
iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready
for further splitting.
Alternatively, partiter could be moved to com32/lib at any time in the future.
It's potentially useful for other modules (e.g. if someone wanted to code
partition dumper or editor).
2) Iterator updates
2013 Apr 15
3
RFC about adding new variable (ups.runtime)
Namely something like:
ups.runtime - amount of seconds since powering up
The reason is essentially "side effect" of this bug report:
http://article.gmane.org/gmane.comp.monitoring.nut.user/7705
Where T denotes total time since ups' power up. On upses with AP9612TH
it's used for dual temperature sensors (which top of apcsmart branch
should gracefully support).
Either way,