index
:
delta/syslinux.git
3.5x
3.6x
baserock/4.06-musl
baserock/genivi/morph
baserock/morph
baserock/pedroalvarez/gcc5
baserock/pedroalvarez/gcc6
baserock/pedroalvarez/glibc
baserock/rdale/musl
baserock/syslinux-4.06-gcc5-glibc2.20
baserock/syslinux-4.06-gcc7
baserock/tiagogomes/update-toolchain
bcopyint
broken1
btrfs
chainload
core32
corezlib
disklib
dynamic
dynamic-sector
elflink
ext4
firmware
for-3.72
fsc
gpxeiso
hashtbl
kkpxe
libinstaller_dos_wip
lua
lwip
master
memdisk-acpi
memdisk-iso
multifs
new-mboot
nocomapi
nolen
pathbased
rockridge
slzm
softres
syslinux-1.6x-1
syslinux-1.xx
syslinux-3.2x
syslinux-3.3m
syslinux-3.3x
syslinux-3.7x
syslinux-3.8x
syslinux-4.xx
syslinux-5.xx
thread
unify-pm
git.kernel.org: pub/scm/boot/syslinux/syslinux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dir.c32: allow "dir" without an argument to mean "dir ."
syslinux-4.00-pre35
H. Peter Anvin
2010-03-06
1
-6
/
+12
*
ext2: return the correct file types from readdir()
H. Peter Anvin
2010-03-06
1
-5
/
+21
*
dir.c32: sort, columize and page the output
H. Peter Anvin
2010-03-06
1
-16
/
+146
*
core/fs: clean up, fix and improve the internal readdir() interfaces
H. Peter Anvin
2010-03-06
5
-61
/
+47
*
dirent.h: types for the d_type field
H. Peter Anvin
2010-03-06
1
-2
/
+12
*
stdcon: make the screen size available
H. Peter Anvin
2010-03-06
1
-1
/
+18
*
qsort: handle the case of zero entries
H. Peter Anvin
2010-03-06
1
-0
/
+4
*
Add 32-bit versions of open file/close file
H. Peter Anvin
2010-03-06
15
-70
/
+101
*
fat: fixing filenames with multiple-of-13 names broke all others
syslinux-4.00-pre34
H. Peter Anvin
2010-03-05
1
-11
/
+9
*
Merge remote branch 'origin/master' into pathbased
H. Peter Anvin
2010-03-05
1
-0
/
+4
|
\
|
*
NEWS, version: update for 3.86
syslinux-3.86-pre1
H. Peter Anvin
2010-03-05
2
-1
/
+5
*
|
Merge remote branch 'origin/master' into pathbased
syslinux-4.00-pre33
H. Peter Anvin
2010-03-05
1
-6
/
+5
|
\
\
|
|
/
|
*
chain.c32: Fix chaining to MBRs
H. Peter Anvin
2010-03-05
1
-6
/
+5
*
|
VFAT: handle filenames with are exact multiples of 13
H. Peter Anvin
2010-03-05
1
-4
/
+11
*
|
lmalloc: add <string.h> for lzalloc
H. Peter Anvin
2010-03-05
1
-0
/
+1
*
|
readdir: replace opendir/readdir/closedir API with a 32-bit API
H. Peter Anvin
2010-03-04
13
-212
/
+104
*
|
extlinux: centralize file flags setting; add FAT support
syslinux-4.00-pre32
H. Peter Anvin
2010-03-04
1
-37
/
+79
*
|
extlinux: don't report failure after writing a FAT superblock
H. Peter Anvin
2010-03-04
1
-6
/
+9
*
|
fat: fix longname matching
H. Peter Anvin
2010-03-04
1
-2
/
+2
*
|
btrfs: remove global fs ptr and clean up code
Alek Du
2010-03-03
1
-37
/
+38
*
|
btrfs: get rid of unnecessary _fs variable
H. Peter Anvin
2010-03-02
1
-5
/
+2
*
|
btrfs: Implement next_extent and call generic_getfssec
Alek Du
2010-03-02
1
-27
/
+62
*
|
pxe: don't allow URL parsing to produce zero bytes; retune
H. Peter Anvin
2010-03-01
1
-8
/
+21
*
|
Add simplified toupper, tolower, str[n]casecmp to core
H. Peter Anvin
2010-03-01
3
-0
/
+60
*
|
pxe: handle tftp:// URLs natively
H. Peter Anvin
2010-02-28
2
-1
/
+50
*
|
pxe: add a single-tick timeout for PXE stacks which eat transmits
H. Peter Anvin
2010-02-28
1
-2
/
+2
*
|
gfxboot: remove 16-bit gfxboot module
H. Peter Anvin
2010-02-28
2
-1085
/
+1
*
|
fs: add no_next_extent() dummy function
H. Peter Anvin
2010-02-28
3
-1
/
+18
*
|
core: fs: get rid of the prev_extent member
H. Peter Anvin
2010-02-28
5
-32
/
+30
*
|
core: get rid of unmangle_name completely
syslinux-4.00-pre31
H. Peter Anvin
2010-02-28
11
-44
/
+12
*
|
core: remove unmangle_name
H. Peter Anvin
2010-02-28
7
-17
/
+1
*
|
core: add missing dependencies
H. Peter Anvin
2010-02-28
1
-1
/
+1
*
|
pxe: change debugging message to dprintf()
H. Peter Anvin
2010-02-28
1
-1
/
+1
*
|
memdisk: drop DEBUG from unzip.c
H. Peter Anvin
2010-02-28
1
-0
/
+2
*
|
pxe: drop UDP close from unload sequence
H. Peter Anvin
2010-02-28
1
-14
/
+23
*
|
core: don't use "const volatile" in __jiffies definition
H. Peter Anvin
2010-02-28
1
-1
/
+1
*
|
pxe: revamp timeout, improve the unloading of gpxelinux
H. Peter Anvin
2010-02-28
1
-51
/
+48
*
|
dprintf: make usable on hardware
H. Peter Anvin
2010-02-28
1
-6
/
+71
*
|
com32/lib: remove unused definitions
H. Peter Anvin
2010-02-28
2
-4
/
+0
*
|
MCONFIG.embedded: make sure to honor options in MCONFIG.local
H. Peter Anvin
2010-02-28
1
-2
/
+4
*
|
pxelinux: allow "localboot -1" to do INT 18h, just like !pxelinux
H. Peter Anvin
2010-02-28
1
-4
/
+7
*
|
MCONFIG: include MCONFIG.local if one exists
H. Peter Anvin
2010-02-27
1
-0
/
+3
*
|
core: drop accidental checkin of -DDEBUG=1
syslinux-4.00-pre30
H. Peter Anvin
2010-02-27
1
-1
/
+1
*
|
core: fix and simplify generic_getfssec()
syslinux-4.00-pre29
H. Peter Anvin
2010-02-26
1
-16
/
+9
*
|
ext2: use generic_getfssec
syslinux-4.00-pre28
H. Peter Anvin
2010-02-26
3
-150
/
+109
*
|
fat: use generic_getfssec(), fix generic_getfssec(), add dprintf
H. Peter Anvin
2010-02-26
7
-105
/
+141
*
|
iso9660: use boot_info_table and fix hybrid mode
H. Peter Anvin
2010-02-26
3
-12
/
+32
*
|
iso9660: use generic_getfssec()
H. Peter Anvin
2010-02-26
1
-30
/
+7
*
|
fs: add generic getfssec
H. Peter Anvin
2010-02-26
2
-2
/
+181
*
|
core/readdir.c: remove unused variable
H. Peter Anvin
2010-02-26
1
-1
/
+0
[next]