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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-1
/
+4
*
sysdump: port memdump to com32 with the intent of enhancing it
H. Peter Anvin
2010-02-06
10
-0
/
+2652
*
memdump: srecs need a length, and max 32 data bytes
H. Peter Anvin
2010-02-05
1
-7
/
+2
*
memdump: allow outputting S-records
H. Peter Anvin
2010-02-05
8
-26
/
+176
*
pxelinux: call reset_pxe before local boot
syslinux-3.85-pre6
H. Peter Anvin
2010-02-05
1
-0
/
+1
*
gPXE: change heap size to 512K
H. Peter Anvin
2010-02-05
2
-2
/
+18
*
memdisk: update documentation
H. Peter Anvin
2010-02-04
1
-4
/
+11
*
gPXE: bump the window size to 64K
H. Peter Anvin
2010-02-04
2
-2
/
+17
*
gPXE: suppress the Ctrl+B banner
syslinux-3.85-pre5
H. Peter Anvin
2010-02-03
3
-1
/
+31
*
Merge branch 'chainload'
H. Peter Anvin
2010-02-03
2
-110
/
+210
|
\
|
*
pxelinux: allow chainloading from gpxelinux
H. Peter Anvin
2010-02-03
2
-108
/
+208
|
*
pxelinux: stop using the PXE-provided stack
H. Peter Anvin
2010-02-03
1
-2
/
+2
*
|
menu: add MENU CLEAR option
H. Peter Anvin
2010-02-03
4
-1
/
+16
*
|
menu: when running hidden, clear the screen before final boot
H. Peter Anvin
2010-02-03
1
-5
/
+17
|
/
*
gpxelinux: use the cached DHCP packet
H. Peter Anvin
2010-02-02
1
-0
/
+1
*
Update gPXE to version 1.0.0
H. Peter Anvin
2010-02-02
683
-9709
/
+64099
*
mkdiskimage: add option -s to make a sparse image
syslinux-3.85-pre4
H. Peter Anvin
2010-02-01
1
-6
/
+10
*
core: set QUIET_FLAG if we load Linux "quiet"
H. Peter Anvin
2010-02-01
2
-4
/
+8
*
chain.c32: Handle nonlinear logical partitions
syslinux-3.85-pre3
H. Peter Anvin
2010-01-27
1
-5
/
+8
*
FAT: generate EOF depending on exceeding the number of clusters
H. Peter Anvin
2010-01-25
1
-12
/
+20
*
ldlinux: fix FAT EOF detection
H. Peter Anvin
2010-01-25
1
-3
/
+6
*
runkernel: we only look at the first letter in vga=...
H. Peter Anvin
2010-01-25
1
-4
/
+4
*
Add support for "vga=current"
H. Peter Anvin
2010-01-22
2
-4
/
+10
*
core: don't reset the video mode when invoking the kernel
H. Peter Anvin
2010-01-22
2
-1
/
+10
*
MCONFIG: add debugging version of GCCWARN
syslinux-3.85-pre2
H. Peter Anvin
2010-01-10
1
-0
/
+2
*
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
*
memdisk: fix non-prototype function declaration
H. Peter Anvin
2010-01-10
1
-1
/
+1
*
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
11
-14
/
+17
*
cmenu: clean up some () that should be (void)
H. Peter Anvin
2010-01-10
3
-4
/
+4
*
NEWS: document Grub4DOS chainloading
H. Peter Anvin
2010-01-10
1
-0
/
+2
*
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
*
Update README for 2010
H. Peter Anvin
2010-01-06
1
-1
/
+1
*
Change () prototypes to (void)
H. Peter Anvin
2010-01-06
12
-38
/
+48
*
Update date to 2010
H. Peter Anvin
2010-01-06
3
-2
/
+3
*
core: Remove the built-in default
H. Peter Anvin
2010-01-06
4
-22
/
+25
[next]