[syslinux] chain.c32 (and partiter) updates v3a

Michal Soltys soltys at ziu.info
Thu Feb 14 07:56:54 PST 2013


On top of elflink now, first commit with additional acks.


The following changes since commit bf8ffe81f7247de7582cc23722212b7d5f795e52:

  pxe: chdir to Path Prefix (DHCP Option 210) to open config (2013-02-13 12:34:52 +0000)

are available in the git repository at:

  git://hasevolq.net/syslinux.git chain_upd_v3a

for you to fetch changes up to 69c09a88f6c46ff139cd5c0316d3eeae508e2b5c:

  com32/chain: fix potential problem with 'fs' option (2013-02-14 16:54:09 +0100)

----------------------------------------------------------------
Michal Soltys (28):
      com32/chain: update licenses and #ifndef stanzas
      com32/chain: comments, minor adjustment
      com32/chain: use anonymous and unnamed aggregates
      com32/chain: change stepall into flags
      com32/chain: shuffle code before partiter simplifications
      com32/chain: partiter - simplifications and updates
      com32/chain: remove redundant rawindex
      com32/chain: partiter - more precise comments / output
      com32/chain: remove unused ebr_start
      com32/chain: add pi_errored() in partiter
      com32/chain: mangle and related updates
      com32/chain: cleaner variable names
      com32/chain: use disk_guid for part_guid for 0th partition
      com32/chain: warning/error/help/doc tidying
      com32/chain: implement relax flag
      com32/chain: implement handling of non-standard hybrid GPT+MBR layouts
      com32/chain: recognize exFAT
      com32/chain: remove common.h
      com32/chain: rely more on addr_t, replace ADDR*
      com32/chain: index -1 partiter adjustment
      com32/chain: manglepe_fixchs() correction
      com32/chain: partiter: rename start_lba
      com32/chain: use single value for partiter related options (flags)
      com32/chain: (partiter) dos_next_ebr() fixup
      com32/chain: (partiter) add cebr_siz for completness
      com32/chain: (utility) use enum for BPB types
      com32/chain: sizeof style change (trivial)
      com32/chain: fix potential problem with 'fs' option

 com32/chain/Makefile   |    7 +-
 com32/chain/chain.c    |  171 +++++++------
 com32/chain/chain.h    |   19 +-
 com32/chain/common.h   |    9 -
 com32/chain/mangle.c   |  244 ++++++++++++-------
 com32/chain/mangle.h   |   34 ++-
 com32/chain/options.c  |  230 ++++++++++--------
 com32/chain/options.h  |   54 ++++-
 com32/chain/partiter.c |  619 ++++++++++++++++++------------------------------
 com32/chain/partiter.h |   85 ++++---
 com32/chain/utility.c  |   93 ++++++--
 com32/chain/utility.h  |   79 ++++--
 doc/chain.txt          |   41 ++--
 13 files changed, 917 insertions(+), 768 deletions(-)
 delete mode 100644 com32/chain/common.h

-- 
1.7.10.4



More information about the Syslinux mailing list