index
:
syslinux/syslinux.git
3.5x
3.6x
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
obsolete-20120330
obsolete-20120529
obsolete-20120709
obsolete-20130331
obsolete-20130402
obsolete-20140117
obsolete-20140121
obsolete-20140220
obsolete-20140313
obsolete-20140420
obsolete-20140929
obsolete-20150418
obsolete-20150823
obsolete-20150906
obsolete-20151115
obsolete-20160210
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
wip.makefixes
Unnamed repository; edit this file 'description' to name the repository.
H. Peter Anvin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
lwip: Add return address to LWIP_PLATFORM_ASSERT()
syslinux-4.10-pre20
H. Peter Anvin
2012-04-26
1
-1
/
+1
*
pxe: Remove stray debugging message
H. Peter Anvin
2012-04-26
1
-2
/
+1
*
pxe, tftp: Handle block number wraparound
H. Peter Anvin
2012-04-26
1
-1
/
+1
*
pxe, tftp: make TimeoutTable static
H. Peter Anvin
2012-04-26
2
-2
/
+1
*
pxe, tftp: Unify UDP send and use pbuf memory
H. Peter Anvin
2012-04-26
1
-20
/
+37
*
lwipopts: increase the number of netbufs
H. Peter Anvin
2012-04-26
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into lwip
syslinux-4.10-pre18
H. Peter Anvin
2012-03-30
5
-1
/
+1973
|
\
|
*
ntfs: check for index entry which has INDEX_ENTRY_END flag set
Paulo Alcantara
2012-02-11
2
-2
/
+10
|
*
ntfs: remove wrong checks
Paulo Alcantara
2012-02-11
1
-48
/
+24
|
*
ntfs: keep looking for attributes with the latest found MFT record
Paulo Alcantara
2012-02-11
1
-19
/
+47
|
*
ntfs: MFT record may be changed when invoking ntfs_attr_lookup()
Paulo Alcantara
2012-02-11
1
-16
/
+20
|
*
ntfs: add missing field in ntfs_attr_list_entry structure
Paulo Alcantara
2012-02-11
2
-6
/
+15
|
*
ntfs: print function names on debug mode
Paulo Alcantara
2012-02-11
1
-0
/
+30
|
*
ntfs: handle offsets when walking through attribute list's entries
Paulo Alcantara
2012-02-11
2
-17
/
+21
|
*
ntfs: handle MFT records that contain $ATTRIBUTE_LIST attribute
Paulo Alcantara
2012-02-11
2
-33
/
+185
|
*
ldlinux: workaround for avoiding EDD error on btrfs probe
Paulo Alcantara
2012-02-11
1
-2
/
+2
|
*
ntfs: fix POSIX vs Win32 filename compares
Paulo Alcantara
2012-02-11
1
-10
/
+0
|
*
ntfs: fix license headers
Paulo Alcantara
2012-02-11
3
-3
/
+3
|
*
bootsect.inc: try to catch obvious .0 problems
H. Peter Anvin
2012-02-06
1
-1
/
+15
|
*
ntfs: keep a state structure for ntfs_readdir() callers
Paulo Alcantara
2011-09-20
2
-21
/
+45
|
*
ntfs: cleanups
Paulo Alcantara
2011-09-15
3
-240
/
+116
|
*
ntfs: Check for disk read error during FS probing
Shao Miller
2011-09-11
1
-1
/
+4
|
*
ntfs: Deal with NTFS versions for MFT record lookups
Shao Miller
2011-09-11
2
-13
/
+139
|
*
ntfs: use a runlist for handling multiple data runs
Paulo Alcantara
2011-09-11
3
-23
/
+128
|
*
ntfs: don't start lookup from the same block in ntfs_mft_record_lookup()
Paulo Alcantara
2011-09-11
1
-5
/
+9
|
*
ntfs: fix ntfs_read()
Paulo Alcantara
2011-09-11
1
-3
/
+4
|
*
ntfs: and more fixes...
Paulo Alcantara
2011-09-11
2
-45
/
+39
|
*
ntfs: fix VCN calculation and the ntfs_readdir() function
Paulo Alcantara
2011-09-11
2
-21
/
+59
|
*
ntfs: more bugfixes
Paulo Alcantara
2011-09-11
2
-137
/
+231
|
*
ntfs: fix ntfs_fs_init()
Paulo Alcantara
2011-09-11
1
-13
/
+19
|
*
ntfs: I think ntfs_readdir() is now fixed
Paulo Alcantara
2011-09-11
2
-51
/
+77
|
*
ntfs: fix ntfs_readdir()
Paulo Alcantara
2011-09-11
2
-80
/
+166
|
*
ntfs: mapping_chunk's length field must not be an uint8_t type
Paulo Alcantara
2011-09-11
1
-2
/
+2
|
*
ntfs: better way to check whether a MFT record is file or directory
Paulo Alcantara
2011-09-11
2
-40
/
+7
|
*
ntfs: and more speed improvements
Paulo Alcantara
2011-09-11
2
-81
/
+63
|
*
ntfs: fix ntfs_match_longname() and make index_lookup() faster
Paulo Alcantara
2011-09-11
1
-82
/
+49
|
*
ntfs: make index_inode_setup() faster
Paulo Alcantara
2011-09-11
1
-16
/
+16
|
*
ntfs: make ntfs_match_longname() faster
Paulo Alcantara
2011-09-11
1
-30
/
+5
|
*
ntfs: more cleanups
Paulo Alcantara
2011-09-11
1
-21
/
+21
|
*
ntfs: cleanups
Paulo Alcantara
2011-09-11
2
-56
/
+5
|
*
ntfs: fix bug in parse_data_run()
Paulo Alcantara
2011-09-11
2
-107
/
+79
|
*
ntfs: it's working, partially... :-/
Paulo Alcantara
2011-09-11
1
-120
/
+132
|
*
ntfs: continue on its implementation
Paulo Alcantara
2011-09-11
2
-111
/
+190
|
*
ntfs: heh :-)
Paulo Alcantara
2011-09-07
2
-94
/
+98
|
*
ntfs: set block shift and size to their correct values
Paulo Alcantara
2011-09-07
1
-15
/
+13
|
*
ntfs: implement fixups_realloc()
Paulo Alcantara
2011-09-07
1
-25
/
+32
|
*
ntfs: implement ntfs_next_extent() and ntfs_getfssec()
Paulo Alcantara
2011-09-07
1
-5
/
+116
|
*
ntfs: implement ntfs_readdir()
Paulo Alcantara
2011-09-07
1
-1
/
+85
|
*
ntfs: implement get_inode_mode()
Paulo Alcantara
2011-09-07
1
-31
/
+43
|
*
ntfs: implement ntfs_iget()
Paulo Alcantara
2011-09-07
2
-24
/
+462
[next]