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
*
Document gPXE integration, for now
syslinux-3.60-pre1
H. Peter Anvin
2007-08-16
1
-0
/
+7
*
Merge commit 'syslinux-3.52-pre6' into gpxe-support
H. Peter Anvin
2007-08-16
4
-3
/
+45
|
\
|
*
Add reboot.c32 module
syslinux-3.52-pre6
H. Peter Anvin
2007-08-14
2
-1
/
+18
|
*
com32: fix __farcall()
H. Peter Anvin
2007-08-14
1
-2
/
+3
|
*
More Etherboot pointers
H. Peter Anvin
2007-08-12
1
-0
/
+8
|
*
Document gPXE chaining to work around PXE stack problems
H. Peter Anvin
2007-08-12
1
-0
/
+16
*
|
Handle the boot prefix being a URL prefix.
H. Peter Anvin
2007-08-07
1
-21
/
+39
*
|
Initial gPXE support
H. Peter Anvin
2007-08-06
1
-6
/
+149
*
|
Call this version 3.60
H. Peter Anvin
2007-08-06
1
-1
/
+1
*
|
Merge commit 'origin/master' into gpxe-support
H. Peter Anvin
2007-08-06
3
-1
/
+4
|
\
|
|
*
Fix section confusion...
H. Peter Anvin
2007-08-06
2
-0
/
+3
|
*
Give ourselves more room for code
H. Peter Anvin
2007-08-06
1
-1
/
+1
*
|
Clean up pxe.inc and add opcodes for gPXE extensions
H. Peter Anvin
2007-08-06
1
-115
/
+124
|
/
*
Handle plural correctly in countdown.
H. Peter Anvin
2007-07-25
3
-4
/
+52
*
Install sha1pass, md5pass
syslinux-3.52-pre5
H. Peter Anvin
2007-07-24
1
-1
/
+2
*
Add header file missing from previous checkin (md5.h)
H. Peter Anvin
2007-07-24
1
-0
/
+46
*
Add support for Unix-standard MD5 password
H. Peter Anvin
2007-07-24
11
-16
/
+632
*
Document MENU HIDDEN
H. Peter Anvin
2007-07-24
1
-0
/
+2
*
Correctly handle switches between graphics and text mode
H. Peter Anvin
2007-07-24
2
-4
/
+6
*
Make the hidden timeout behaviour match the rest of the menu
H. Peter Anvin
2007-07-24
1
-4
/
+4
*
Move hidden_row to -2; don't re-timeout once a key is pressed
H. Peter Anvin
2007-07-24
2
-6
/
+8
*
Simple menu system: add support for "menu hidden"
H. Peter Anvin
2007-07-24
4
-21
/
+75
*
Document MEMDISK fixes.
H. Peter Anvin
2007-07-23
1
-0
/
+1
*
Add the actual zeroregs file; missing from a previous checkin.
syslinux-3.52-pre4
H. Peter Anvin
2007-07-20
1
-0
/
+5
*
Add syslinux_reboot()
H. Peter Anvin
2007-07-20
3
-2
/
+90
*
com32: add a common zero-register structure
H. Peter Anvin
2007-07-20
1
-0
/
+1
*
MBR: shave off another byte
H. Peter Anvin
2007-07-11
1
-5
/
+6
*
MBR: shave off another byte
H. Peter Anvin
2007-07-11
1
-2
/
+2
*
MBR: one more comment
H. Peter Anvin
2007-07-11
1
-0
/
+1
*
MBR: shave another ~4 bytes through an ugly error message hack
H. Peter Anvin
2007-07-11
1
-22
/
+17
*
MBR: add HLT to prevent system from melting on failure
H. Peter Anvin
2007-07-11
1
-1
/
+3
*
MBR: add CR LF to the end of messages
H. Peter Anvin
2007-07-11
1
-3
/
+3
*
MBR: shave 2 more bytes
H. Peter Anvin
2007-07-11
1
-2
/
+4
*
MBR: Don't clobber %eax before entering CBIOS code
H. Peter Anvin
2007-07-11
1
-3
/
+5
*
MBR: always do setup for EBIOS, makes stack handling easier and saves jmp
H. Peter Anvin
2007-07-11
1
-14
/
+14
*
MBR: Handle the stack in read_sector correctly...
H. Peter Anvin
2007-07-11
1
-2
/
+3
*
One more MBR byte
H. Peter Anvin
2007-07-11
1
-1
/
+1
*
Another 12 bytes shaved off the MBR...
H. Peter Anvin
2007-07-11
1
-18
/
+12
*
Another 2 bytes off the MBR.
H. Peter Anvin
2007-07-11
1
-15
/
+13
*
Add some comments to the MBR
H. Peter Anvin
2007-07-11
1
-3
/
+3
*
Another 3 bytes or so off the MBR...
H. Peter Anvin
2007-07-11
1
-5
/
+7
*
One more MBR byte...
H. Peter Anvin
2007-07-11
1
-1
/
+1
*
Shave two more bytes off the MBR
H. Peter Anvin
2007-07-11
1
-4
/
+3
*
MBR: fix pointer to partition table base
H. Peter Anvin
2007-07-11
1
-2
/
+2
*
Shave another byte off the MBR
H. Peter Anvin
2007-07-11
1
-2
/
+4
*
Shave an additional ~7 bytes off the MBR
H. Peter Anvin
2007-07-11
1
-16
/
+16
*
Shave a byte off the MBR code.
H. Peter Anvin
2007-07-11
1
-4
/
+4
*
MEMDISK: Try for better EDD compliance
H. Peter Anvin
2007-07-08
2
-37
/
+76
*
Document giving the disk a signature.
H. Peter Anvin
2007-07-06
1
-0
/
+1
*
mkdiskimage: give the disk image an MBR signature
H. Peter Anvin
2007-07-06
1
-4
/
+31
[next]