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
Commit message (
Expand
)
Author
Age
Files
Lines
*
removes the %if IS_ISOLINUX stuff in the layout.inc
isolinux
Liu Aleaxander
2009-06-23
2
-7
/
+2
*
Core:ISOLINUX: make the isolinux do the work
Liu Aleaxander
2009-06-22
3
-11
/
+10
*
Core:ISOLINUX: convert the isolinux.asm to C
Liu Aleaxander
2009-06-21
9
-429
/
+633
*
Core:EXTLINUX: move the header file in core into core/include
Liu Aleaxander
2009-06-13
3
-17
/
+0
*
Core: fix the not found error when type the kernel name without the extent.
Liu Aleaxander
2009-06-12
1
-1
/
+3
*
Core: fix the menu display error
Liu Aleaxander
2009-06-12
2
-2
/
+4
*
Core: make vfs do the work
Liu Aleaxander
2009-06-11
9
-194
/
+242
*
Core: add the skeleton fo VFS-like system
Liu Aleaxander
2009-06-11
2
-0
/
+199
*
Core:EXTLINUX: clean the WARNINGs
Liu Aleaxander
2009-06-10
1
-6
/
+6
*
Core:EXTLINUX: fix bug with lots of dots and searchdir
Liu Aleaxander
2009-06-09
1
-1
/
+4
*
Core:EXTLINUX: clean the code
Liu Aleaxander
2009-06-07
2
-52
/
+52
*
Core:EXTLINUX: convert mangle name to C
Liu Aleaxander
2009-06-07
8
-61
/
+56
*
Core: move close_file function in getc.inc
Liu Aleaxander
2009-06-06
2
-12
/
+13
*
Core:EXTLINUX: convert the getfssec function to C
Liu Aleaxander
2009-06-06
8
-165
/
+128
*
Core: Convert the searchdir function to C
Liu Aleaxander
2009-06-05
10
-245
/
+315
*
Core: Convert linsector and open_inode function to C
Liu Aleaxander
2009-06-05
6
-240
/
+382
*
Core: forget to clean core_xfer_buf stuff absolutely
Liu Aleaxander
2009-06-04
1
-1
/
+1
*
Core: use __lowmem for sector read buffer exchange inseatd of core_xfer_buf
Liu Aleaxander
2009-06-04
1
-3
/
+14
*
Core: add two new data types, sector_t and block_t
Liu Aleaxander
2009-06-04
5
-15
/
+9
*
CORE: Add two new file, disk.c, disk.h
Liu Aleaxander
2009-06-04
4
-49
/
+52
*
add ext2 fs header file
Liu Aleaxander
2009-06-03
1
-0
/
+252
*
fix the error code style and something
Liu Aleaxander
2009-06-03
2
-27
/
+27
*
extract the geting fs information code in asm to a C function fs_init
Liu Aleaxander
2009-06-03
6
-34
/
+54
*
Wrap the getlinsec function
Liu Aleaxander
2009-06-03
1
-9
/
+17
*
Convert the config load part to C
Liu Aleaxander
2009-06-03
9
-16
/
+21
*
printf error fixed
Liu Aleaxander
2009-06-03
5
-45
/
+17
*
Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32
Liu Aleaxander
2009-06-03
5
-20
/
+53
|
\
|
*
core/hello.c: better demo on how to do putchar()
H. Peter Anvin
2009-06-02
1
-4
/
+4
|
*
core: move xfer_buf_seg to segment 3, and add a collision assert
H. Peter Anvin
2009-06-02
2
-4
/
+8
|
*
core: handle section aliases in ld script; increase STACK32_LEN
H. Peter Anvin
2009-06-02
2
-5
/
+12
|
*
core: add new __lowmem macro to allocate a static lowmem buffer
H. Peter Anvin
2009-06-02
4
-6
/
+25
|
*
Export the cache_seg to 32-bit code as core_cache_buf
H. Peter Anvin
2009-06-02
2
-0
/
+4
*
|
Successed in converting the cache code to C
Liu Aleaxander
2009-06-03
8
-23
/
+79
*
|
Convert the cache code to C and implement the core printf function
Liu Aleaxander
2009-06-02
8
-13
/
+233
|
/
*
core: call16(): simple wrapper to call 16-bit functions in the core
H. Peter Anvin
2009-06-01
2
-0
/
+27
*
prepcore: make error() generate newline
H. Peter Anvin
2009-06-01
1
-12
/
+13
*
prepcore: style cleanups
H. Peter Anvin
2009-06-01
1
-52
/
+68
*
prepcore: error out if the compressed image is too large to load
H. Peter Anvin
2009-06-01
7
-16
/
+36
*
core/hello.c: use __intcall() as a demo
H. Peter Anvin
2009-05-31
1
-2
/
+2
*
core: create an ersatz __com32 structure as expected by libcom32
H. Peter Anvin
2009-05-31
2
-1
/
+16
*
syslinux.ld: add a .got to the linker script
H. Peter Anvin
2009-05-31
1
-0
/
+11
*
prepcore: actually do a full binary comparison on the output end
H. Peter Anvin
2009-05-31
1
-5
/
+9
*
Merge branch 'master' into core32
H. Peter Anvin
2009-05-31
4
-18
/
+37
|
\
|
*
Merge branch 'syslinux-3.8x'
H. Peter Anvin
2009-05-31
4
-21
/
+40
|
|
\
|
|
*
bin2hex: actually account for the number of bytes written
H. Peter Anvin
2009-05-31
1
-2
/
+5
|
|
*
isohdpfx: actually generate the stack frame isolinux expects
H. Peter Anvin
2009-05-31
1
-6
/
+9
|
|
*
isolinux: can't clobber edx when dx contains the drive number...
H. Peter Anvin
2009-05-31
1
-3
/
+3
|
|
*
NEWS: add changes since 3.81
H. Peter Anvin
2009-05-31
1
-0
/
+6
|
|
*
core: when calling abort_check, we're not idle
H. Peter Anvin
2009-05-31
1
-0
/
+1
|
|
*
isolinux: bsHidden can't be in data; it is set before checksumming
H. Peter Anvin
2009-05-31
1
-8
/
+13
[next]