summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ntfs: continue on its implementationPaulo Alcantara2011-09-112-111/+190
| * ntfs: heh :-)Paulo Alcantara2011-09-072-94/+98
| * ntfs: set block shift and size to their correct valuesPaulo Alcantara2011-09-071-15/+13
| * ntfs: implement fixups_realloc()Paulo Alcantara2011-09-071-25/+32
| * ntfs: implement ntfs_next_extent() and ntfs_getfssec()Paulo Alcantara2011-09-071-5/+116
| * ntfs: implement ntfs_readdir()Paulo Alcantara2011-09-071-1/+85
| * ntfs: implement get_inode_mode()Paulo Alcantara2011-09-071-31/+43
| * ntfs: implement ntfs_iget()Paulo Alcantara2011-09-072-24/+462
| * ntfs: implement ntfs_iget_root()Paulo Alcantara2011-09-072-1/+122