index
:
users/yliu/syslinux.git
elflink
extlinux
isolinux
ldlinux
master
Liu Aleaxander's syslinux git tree
liu Aleaxander
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
com32
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
chain.c32: DRMK: Fix comment at top of source
Gene Cumm
2010-10-14
1
-1
/
+2
*
chain.c32: DRMK: Add comment about only using a DWORD for partition offset
Gene Cumm
2010-10-13
1
-0
/
+1
*
chain.c32: DRMK: clean up output; clean up and correct comments
Gene Cumm
2010-10-13
1
-10
/
+8
*
chain.c: Progress on DRMK and notes that it's not perfect yet.
Gene Cumm
2010-10-13
1
-2
/
+21
*
chain.c32: make CHS calculation match core/fs/diskio.c
H. Peter Anvin
2010-10-12
1
-14
/
+10
*
chain.c32: fix conversion from LBA to CHS
H. Peter Anvin
2010-10-12
1
-1
/
+1
*
chain: Extra comments; shrink the new space to minimum
Gene Cumm
2010-08-01
1
-5
/
+5
*
chain: Just assign the value rather than using memcpy()
Gene Cumm
2010-08-01
1
-4
/
+1
*
chain: add drmk= to usage
Gene Cumm
2010-08-01
1
-0
/
+1
*
chain: Fix up and clean up DRMK load code; fix filename length; Patch memory.
Gene Cumm
2010-08-01
1
-11
/
+8
*
chain.c32: prepare for loading DRMK
Gene Cumm
2010-08-01
1
-0
/
+31
*
chain.c: fix public index value in mbr and gpt iterators
Michal Soltys
2010-07-30
1
-3
/
+3
*
whichsys.c32: Fix example in the comments and Usage output
Gert Hulselmans
2010-07-13
1
-2
/
+2
*
ifplop.c32: Fix spelling errors and other mistakes in comments
Gert Hulselmans
2010-07-12
1
-7
/
+12
*
ifcpu.c32: Remove defines used in the old sleep function.
Gert Hulselmans
2010-07-06
1
-4
/
+0
*
Merge remote branch 'gerth/whichsys'
H. Peter Anvin
2010-07-05
2
-1
/
+129
|
\
|
*
whichsys.c32: execute specific command, based on Syslinux bootloader variant
Gert Hulselmans
2010-07-05
2
-1
/
+129
*
|
Merge remote branch 'gerth/chain_grubcfg'
H. Peter Anvin
2010-07-05
1
-9
/
+112
|
\
\
|
*
|
chain.c32: Put declaration of *stage2 before common code
Gert Hulselmans
2010-07-05
1
-2
/
+2
|
*
|
chain.c32: add grubcfg= for passing an alternative config filename to GRUB L...
Gert Hulselmans
2010-07-04
1
-9
/
+112
*
|
|
ifcpu.c32: need <unistd.h>
H. Peter Anvin
2010-07-05
1
-0
/
+1
*
|
|
ifcpu.c32: remove open-coded sleep function
H. Peter Anvin
2010-07-05
1
-13
/
+1
|
|
/
|
/
|
*
|
com32: canonicalize DEBUG to mean <dprintf.h>
H. Peter Anvin
2010-07-01
3
-21
/
+3
|
/
*
ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
Gert Hulselmans
2010-07-01
2
-1
/
+166
*
config.c32: accept an optional new directory
H. Peter Anvin
2010-06-28
1
-3
/
+4
*
chain.c32: pass partition number to stage2 of Grub Legacy
Gert Hulselmans
2010-06-27
1
-5
/
+8
*
chain.c32: only pass partition number in DH, when grldr= is used
Gert Hulselmans
2010-06-27
1
-1
/
+11
*
chain.c32: add keeppxe to usage output and cleanup comments
Gert Hulselmans
2010-06-27
1
-21
/
+25
*
Export the 64-bit partition offset and use it in chain.c
H. Peter Anvin
2010-06-27
1
-2
/
+3
*
chain.c32: fix handover to a logical partition
H. Peter Anvin
2010-06-26
1
-48
/
+65
*
pwd.c32: add to Makefile
H. Peter Anvin
2010-06-26
1
-1
/
+1
*
chain.c32: "fs" is a singular token, only match if complete
H. Peter Anvin
2010-06-26
1
-1
/
+1
*
com32 pwd module
Gene Cumm
2010-06-26
1
-0
/
+51
*
chain: Support booting GPT partition by label
Shao Miller
2010-06-26
1
-5
/
+72
*
chain: Support booting GPT disk/partition by GUID
Shao Miller
2010-06-26
1
-22
/
+148
*
chain.c32: correctly set the length of the GPT handover structure
H. Peter Anvin
2010-06-25
1
-50
/
+57
*
Merge remote branch 'sha0/chain_gpt'
H. Peter Anvin
2010-06-25
1
-196
/
+660
|
\
|
*
chain: Implement GPT hand-over protocol as documented
Shao Miller
2010-06-25
1
-1
/
+50
|
*
chain: Allow booting the Syslinux partition with "fs"
Shao Miller
2010-06-24
1
-31
/
+44
|
*
chain: A sprinkling of documentation
Shao Miller
2010-06-24
1
-20
/
+29
|
*
chain: Remove type-assurance macro for declarations
Shao Miller
2010-06-24
1
-7
/
+6
|
*
chain: Support GPT disks
Shao Miller
2010-06-24
1
-1
/
+230
|
*
chain: Change disk partition iteration strategy
Shao Miller
2010-06-24
1
-111
/
+219
|
*
chain: Fix allocation size in read_sectors
Shao Miller
2010-06-24
1
-1
/
+1
|
*
chain: Add DOS partition dumping routine for debugging
Shao Miller
2010-06-23
1
-0
/
+33
|
*
chain: Use struct mbr where applicable
Shao Miller
2010-06-23
1
-39
/
+52
|
*
chain: Use CHS typedef and macros
Shao Miller
2010-06-22
1
-6
/
+13
|
*
chain: Allow reading more than a single sector
Shao Miller
2010-06-22
1
-9
/
+15
|
*
chain: Run Nindent on com32/modules/chain.c
Shao Miller
2010-06-22
1
-26
/
+24
*
|
Rename dir.c32 -> ls.c32
H. Peter Anvin
2010-06-24
2
-2
/
+2
[next]