index
:
users/gerth/syslinux.git
chain_grubcfg
ifplop_comments
lua
whichsys
Gert's Syslinux repository
Gert Hulselmans
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lua: cleanup included header files in vesa.c and syslinux.c
lua
Gert Hulselmans
2010-07-19
2
-10
/
+5
*
Merge commit 'origin/master' into lua
Gert Hulselmans
2010-07-19
22
-254
/
+250
|
\
|
*
Merge remote branch 'sha0/for_hpa'
H. Peter Anvin
2010-07-19
9
-143
/
+100
|
|
\
|
|
*
win32: Use libinstaller option parser
Shao Miller
2010-07-09
5
-79
/
+49
|
|
*
mtools: Use libinstaller option parser
Shao Miller
2010-07-09
2
-60
/
+29
|
|
*
libinstaller: Add --mbr, --active, and --force options
Shao Miller
2010-07-09
4
-4
/
+22
|
*
|
diskio: add a paranoia cast
H. Peter Anvin
2010-07-17
1
-1
/
+1
|
*
|
diskio: fix name for secpercyl field, remove unused type field
H. Peter Anvin
2010-07-17
3
-12
/
+9
|
*
|
NEWS: document EDD->CHS fallback.
H. Peter Anvin
2010-07-16
1
-0
/
+2
|
*
|
diskio: remove locally coded ilog2()
H. Peter Anvin
2010-07-16
1
-13
/
+1
|
*
|
diskio: expand most fields; cache the number of total tracks
H. Peter Anvin
2010-07-16
2
-9
/
+9
|
*
|
diskio: move strict CHS start value check into chs_rdwr_sectors()
H. Peter Anvin
2010-07-16
1
-9
/
+15
|
*
|
diskio: check early for an impossible LBA value for CHS requests
H. Peter Anvin
2010-07-16
1
-0
/
+3
|
*
|
diskio: when falling back EDD->CHS make sure to get the offset right
H. Peter Anvin
2010-07-16
1
-1
/
+2
|
*
|
diskio: remove redundant sector count cap
H. Peter Anvin
2010-07-16
1
-3
/
+0
|
*
|
diskio: allow fallback from EDD to CHS
H. Peter Anvin
2010-07-16
1
-39
/
+72
|
*
|
NEWS: Try again for proper lua.c32 credits
H. Peter Anvin
2010-07-15
1
-2
/
+3
|
*
|
Merge branch 'master' of ssh://terminus.zytor.com/pub/git/syslinux/syslinux
H. Peter Anvin
2010-07-15
1
-1
/
+1
|
|
\
|
|
|
*
NEWS: correct credit for new Lua work.
H. Peter Anvin
2010-07-08
1
-1
/
+1
|
*
|
doc: Recommend NASM 2.07+
H. Peter Anvin
2010-07-12
2
-3
/
+4
|
*
|
doc: NASM 2.03+ has been required since 4.00 at least
H. Peter Anvin
2010-07-12
2
-2
/
+3
|
|
/
|
*
NEWS: update
H. Peter Anvin
2010-07-08
1
-0
/
+7
|
*
DMI: Fixing memory mgmnt in dmi_memory_module_types
Laurent Licour
2010-07-07
3
-18
/
+20
|
*
zlib: rename DEBUG to DEBUG_ZLIB again
H. Peter Anvin
2010-07-06
5
-26
/
+26
*
|
lua: Add .syslinux.derivative() and .syslinux.version()
Gert Hulselmans
2010-07-07
3
-1
/
+86
*
|
lua: remove obsolete header used for old sleep function
Gert Hulselmans
2010-07-06
1
-1
/
+0
|
/
*
mtools: slightly more obvious definition of tmpdir fallback
H. Peter Anvin
2010-07-05
1
-6
/
+5
*
mtools: honor TMPDIR, check for errors writing mtools.conf
H. Peter Anvin
2010-07-05
1
-9
/
+35
*
btrfs: print an error if finding compressed/encrypted data
H. Peter Anvin
2010-07-05
2
-1
/
+14
*
Merge remote branch 'gerth/ifcpu_remove_defines'
H. Peter Anvin
2010-07-05
1
-4
/
+0
|
\
|
*
ifcpu.c32: Remove defines used in the old sleep function.
Gert Hulselmans
2010-07-06
1
-4
/
+0
*
|
NEWS: add grubcfg= and whichsys.c32
chain_grubcfg
Gert Hulselmans
2010-07-06
1
-3
/
+3
*
|
NEWS: add grubcfg= and whichsys.c32
Gert Hulselmans
2010-07-06
1
-0
/
+4
|
/
*
Merge remote branch 'gerth/whichsys'
H. Peter Anvin
2010-07-05
2
-1
/
+129
|
\
|
*
whichsys.c32: execute specific command, based on Syslinux bootloader variant
whichsys
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
*
|
|
lua: change syslinux.sleep() to seconds, syslinux.msleep() to ms
H. Peter Anvin
2010-07-05
3
-11
/
+24
*
|
|
com32: add proper sleep()/msleep() functions and make Lua use them
H. Peter Anvin
2010-07-05
7
-19
/
+30
*
|
|
com32: change clock_t to 32 bits, and in milliseconds
H. Peter Anvin
2010-07-05
2
-7
/
+5
*
|
|
core: add a ms-denominated timer
H. Peter Anvin
2010-07-05
4
-3
/
+25
|
|
/
|
/
|
*
|
Merge remote branch 'marcel/luaext'
H. Peter Anvin
2010-07-05
9
-11
/
+1116
|
\
\
|
*
|
Added PCI desc
Marcel Ritter
2009-10-20
1
-1
/
+43
|
*
|
Added invocation
Marcel Ritter
2009-10-20
1
-0
/
+15
|
*
|
New
Marcel Ritter
2009-10-20
1
-0
/
+216
|
*
|
Loading of kernel and ramdisk works
Marcel Ritter
2009-10-16
1
-0
/
+120
|
*
|
More debugging removed
Marcel Ritter
2009-10-15
1
-0
/
+2
[next]