aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-293-11/+39
* pxe: drop the maximum spurious interrupt to 100 in a timer tickH. Peter Anvin2012-05-291-1/+1
* pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2012-05-292-10/+74
* Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin2012-05-29114-7889/+12485
|\
| * core/pxe: lwip semaphore changesGene Cumm2012-04-273-29/+80
| * core/pxe: lwip changes to netconn_recvGene Cumm2012-04-272-6/+7
| * core/lwip: update to lwIP-1.4.0Gene Cumm2012-04-26109-7854/+12398
* | pxe, ftp: Change anonymous password to syslinux@H. Peter Anvin2012-04-261-1/+1
* | lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20H. Peter Anvin2012-04-261-1/+1
* | pxe: Remove stray debugging messageH. Peter Anvin2012-04-261-2/+1
* | pxe, tftp: Handle block number wraparoundH. Peter Anvin2012-04-261-1/+1
* | pxe, tftp: make TimeoutTable staticH. Peter Anvin2012-04-262-2/+1
* | pxe, tftp: Unify UDP send and use pbuf memoryH. Peter Anvin2012-04-261-20/+37
* | lwipopts: increase the number of netbufsH. Peter Anvin2012-04-261-0/+1
|/
* Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-305-1/+1973
|\
| * ntfs: check for index entry which has INDEX_ENTRY_END flag setPaulo Alcantara2012-02-112-2/+10
| * ntfs: remove wrong checksPaulo Alcantara2012-02-111-48/+24
| * ntfs: keep looking for attributes with the latest found MFT recordPaulo Alcantara2012-02-111-19/+47
| * ntfs: MFT record may be changed when invoking ntfs_attr_lookup()Paulo Alcantara2012-02-111-16/+20
| * ntfs: add missing field in ntfs_attr_list_entry structurePaulo Alcantara2012-02-112-6/+15
| * ntfs: print function names on debug modePaulo Alcantara2012-02-111-0/+30
| * ntfs: handle offsets when walking through attribute list's entriesPaulo Alcantara2012-02-112-17/+21
| * ntfs: handle MFT records that contain $ATTRIBUTE_LIST attributePaulo Alcantara2012-02-112-33/+185
| * ldlinux: workaround for avoiding EDD error on btrfs probePaulo Alcantara2012-02-111-2/+2
| * ntfs: fix POSIX vs Win32 filename comparesPaulo Alcantara2012-02-111-10/+0
| * ntfs: fix license headersPaulo Alcantara2012-02-113-3/+3
| * bootsect.inc: try to catch obvious .0 problemsH. Peter Anvin2012-02-061-1/+15
| * ntfs: keep a state structure for ntfs_readdir() callersPaulo Alcantara2011-09-202-21/+45
| * ntfs: cleanupsPaulo Alcantara2011-09-153-240/+116
| * ntfs: Check for disk read error during FS probingShao Miller2011-09-111-1/+4
| * ntfs: Deal with NTFS versions for MFT record lookupsShao Miller2011-09-112-13/+139
| * ntfs: use a runlist for handling multiple data runsPaulo Alcantara2011-09-113-23/+128
| * ntfs: don't start lookup from the same block in ntfs_mft_record_lookup()Paulo Alcantara2011-09-111-5/+9
| * ntfs: fix ntfs_read()Paulo Alcantara2011-09-111-3/+4
| * ntfs: and more fixes...Paulo Alcantara2011-09-112-45/+39
| * ntfs: fix VCN calculation and the ntfs_readdir() functionPaulo Alcantara2011-09-112-21/+59
| * ntfs: more bugfixesPaulo Alcantara2011-09-112-137/+231
| * ntfs: fix ntfs_fs_init()Paulo Alcantara2011-09-111-13/+19
| * ntfs: I think ntfs_readdir() is now fixedPaulo Alcantara2011-09-112-51/+77
| * ntfs: fix ntfs_readdir()Paulo Alcantara2011-09-112-80/+166
| * ntfs: mapping_chunk's length field must not be an uint8_t typePaulo Alcantara2011-09-111-2/+2
| * ntfs: better way to check whether a MFT record is file or directoryPaulo Alcantara2011-09-112-40/+7
| * ntfs: and more speed improvementsPaulo Alcantara2011-09-112-81/+63
| * ntfs: fix ntfs_match_longname() and make index_lookup() fasterPaulo Alcantara2011-09-111-82/+49
| * ntfs: make index_inode_setup() fasterPaulo Alcantara2011-09-111-16/+16
| * ntfs: make ntfs_match_longname() fasterPaulo Alcantara2011-09-111-30/+5
| * ntfs: more cleanupsPaulo Alcantara2011-09-111-21/+21
| * ntfs: cleanupsPaulo Alcantara2011-09-112-56/+5
| * ntfs: fix bug in parse_data_run()Paulo Alcantara2011-09-112-107/+79
| * ntfs: it's working, partially... :-/Paulo Alcantara2011-09-111-120/+132