index
:
users/alekdu/syslinux.git/.git
master
Unnamed repository; edit this file to name it for gitweb.
Alek Du
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
com32
Commit message (
Expand
)
Author
Age
Files
Lines
*
pxe: add missing prototype for pxe_dns()
H. Peter Anvin
2010-02-06
1
-0
/
+1
*
sysdump: dump vesa modes, generate usable timestamps
H. Peter Anvin
2010-02-06
12
-15
/
+165
*
sysdump: first working version (can dump lowmem over TFTP)
H. Peter Anvin
2010-02-06
8
-5
/
+387
*
com32: add library function for DNS lookup
H. Peter Anvin
2010-02-06
2
-0
/
+71
*
syslinux/pxe.h use the same type as <com32.h> for a far pointer
H. Peter Anvin
2010-02-06
1
-4
/
+2
*
pxelinux: give our own IP address in the "derivate info" API call
H. Peter Anvin
2010-02-06
1
-1
/
+1
*
sysdump: port memdump to com32 with the intent of enhancing it
H. Peter Anvin
2010-02-06
10
-0
/
+2652
*
menu: add MENU CLEAR option
H. Peter Anvin
2010-02-03
3
-1
/
+8
*
menu: when running hidden, clear the screen before final boot
H. Peter Anvin
2010-02-03
1
-5
/
+17
*
chain.c32: Handle nonlinear logical partitions
syslinux-3.85-pre3
H. Peter Anvin
2010-01-27
1
-5
/
+8
*
Add support for "vga=current"
H. Peter Anvin
2010-01-22
1
-0
/
+3
*
dmi_processor.c: remove unreachable table values
H. Peter Anvin
2010-01-10
1
-50
/
+2
*
disk/bootloaders.c: fix bogus const in get_bootloader_string()
H. Peter Anvin
2010-01-10
2
-2
/
+2
*
disk/ata.c: fix signedness weirdness in ata_id_c_string()
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
com32/lib: remove unused variable in syslinux_getadv()
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
zlib: fix warning in crc32.c
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
com32/lib: fix external prototype for __vesacon_open()
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
com32/lib: fix inappropriate & in sys/colortable.c
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
com32/lib: add cast in __parse_argv()
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
libgcc: fix signedness warning in __moddi3()
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
com32/lib: fix unused argument warning in fdopendir()
H. Peter Anvin
2010-01-10
1
-0
/
+2
*
com32/lib: fix unused parameter warning in chdir()
H. Peter Anvin
2010-01-10
1
-0
/
+4
*
com32/lib: fix warning in str*cmp()
H. Peter Anvin
2010-01-10
4
-4
/
+8
*
com32/lib: fix warnings in opendir/readdir/closedir
H. Peter Anvin
2010-01-10
3
-1
/
+6
*
Makefile: replace -W -Wall with centralized $(GCCWARN)
H. Peter Anvin
2010-01-10
3
-6
/
+6
*
cmenu: clean up some () that should be (void)
H. Peter Anvin
2010-01-10
3
-4
/
+4
*
chain.c32: simplify the grub4dos support
H. Peter Anvin
2010-01-10
1
-13
/
+9
*
chain.c32: add grldr= command for Grub4dos
Kim Mik
2010-01-10
1
-1
/
+12
*
Change () prototypes to (void)
H. Peter Anvin
2010-01-06
12
-38
/
+48
*
chain.c32: stylistic comments/usage output changes
Kim Mik
2009-12-28
1
-2
/
+2
*
Merge commit 'sherbszt/gfxboot32'
syslinux-3.85-pre1
H. Peter Anvin
2009-12-28
3
-5
/
+12
|
\
|
*
gfxboot: fix loading of LABELs with non KERNEL or LINUX commands
Sebastian Herbszt
2009-12-08
1
-1
/
+6
|
*
gfxboot: accept plain boot logo files
Sebastian Herbszt
2009-12-08
1
-1
/
+3
|
*
gfxboot: fix typo in cb_getcwd - wrong function number
Sebastian Herbszt
2009-12-05
1
-1
/
+1
|
*
gfxboot: use $(NASM) and $(OBJCOPY)
Sebastian Herbszt
2009-12-05
1
-2
/
+2
*
|
gfxboot: add .gitignore file
H. Peter Anvin
2009-12-28
1
-0
/
+1
*
|
chain.c: do a proper copy operation for the cmldr signature
H. Peter Anvin
2009-12-28
1
-9
/
+14
*
|
chain.c32: add support for booting the Recovery Console of Windows NT/2K/XP
Kim Mik
2009-12-28
1
-0
/
+17
*
|
chain.c32: fixing implicit declaration of function ‘syslinux_force_text_mod...
Kim Mik
2009-12-28
1
-0
/
+1
*
|
com32: syslinux_report_video_mode returns void
H. Peter Anvin
2009-12-22
2
-2
/
+2
*
|
vesa: formatting fix
H. Peter Anvin
2009-12-22
1
-1
/
+1
*
|
vesamenu: unbreak the default background
H. Peter Anvin
2009-12-22
1
-4
/
+11
*
|
chain.c32: force text mode
H. Peter Anvin
2009-12-18
1
-0
/
+3
*
|
video: implement long-promised video functions; use them
H. Peter Anvin
2009-12-18
6
-14
/
+153
*
|
vesacon: don't display the cursor when doing a quiet boot
H. Peter Anvin
2009-12-07
10
-8
/
+35
*
|
Merge branch 'softres'
H. Peter Anvin
2009-12-07
21
-554
/
+796
|
\
\
|
*
|
vesamenu: add MENU RESOLUTION to be able to set nonstandard res
H. Peter Anvin
2009-12-07
5
-11
/
+30
|
*
|
vesacon: make it possible to request nonstandard resolutions
H. Peter Anvin
2009-12-07
2
-1
/
+16
|
*
|
vesacon: not all JPEG images are JFIF
H. Peter Anvin
2009-12-07
1
-2
/
+1
|
*
|
jpeg: actually build yuv420p
H. Peter Anvin
2009-08-09
1
-1
/
+1
[next]