summaryrefslogtreecommitdiff
path: root/core/fs
Commit message (Expand)AuthorAgeFilesLines
* unload_pxe(): fix string in dprintf()H. Peter Anvin2016-06-161-1/+1
* pxe.c: fix stray line-end garbageH. Peter Anvin2016-04-061-1/+1
* libupload: use url_set_ip()H. Peter Anvin2016-04-062-4/+17
* pxe_dns: remove obsolete pxe_dns.c wrapperH. Peter Anvin2016-04-062-12/+2
* libupload: don't error out because the tftp functions are unavailableH. Peter Anvin2016-04-061-1/+3
* getfssec: update comment explaining next_extent() semanticsH. Peter Anvin2016-02-171-3/+8
* core/xfs: Silence compiler warningGene Cumm2016-01-191-2/+2
* Merge 'git://zytor.com/users/pcacjr/syslinux.git/xfs-v3-support' into masterGene Cumm2016-01-196-230/+399
|\
| * xfs: Add support for v3 directoriesPaulo Alcantara2015-12-146-230/+399
* | btrfs: Fix logical to physical block address mappingPaulo Alcantara2015-12-272-16/+35
|/
* xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sbPaulo Alcantara2015-11-082-17/+15
* core/http: Append port number to Host field if neededGene Cumm2015-10-101-2/+15
* core/pxe: Allow DHCP option 54 Server IdentifierGene Cumm2015-10-081-2/+6
* core: readd gPXE/iPXE support for HTTP on pxelinux.0Gene Cumm2015-09-272-81/+7
* core/fs/lib/loadconfig.c: Add architecture-specific config name to searchAdy2015-09-201-0/+5
* pxe/dhcp_option: Don't parse DHCP option 54 Server IdentifierGene Cumm2015-09-121-1/+0
* libupload: Reworking tftp support to use core functionsErwan Velu2015-09-043-1/+182
* tftp: Report server IP address on debug messageErwan Velu2015-09-041-1/+10
* core/pxe/dhcp_option: Filter options based on pkt_typeGene Cumm2015-06-251-1/+4
* core/pxe: Don't prevent serverip overrideGene Cumm2015-06-251-3/+0
* core/pxe: extend parse_dhcp() for packet typeGene Cumm2015-06-203-6/+8
* core/fs/pxe/dhcp_option: comment spellingGene Cumm2015-06-091-1/+1
* pxe: fix truncation warningJonathan Boeing2015-05-031-1/+1
* fix a few typosJonathan Boeing2015-05-031-1/+1
* btrfs: Suffix 64b macroMartinS2015-01-051-1/+1
* PXE ISR: Force polling on select hardware #3 WORKAROUNDGene Cumm2014-08-021-0/+1
* PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm2014-07-131-3/+2
* pxe: Re-add support for embedded DHCP optionssyslinux-6.03-pre15H. Peter Anvin2014-06-163-3/+22
* core/fs: Add support to Unix File system 1/2.syslinux-6.03-pre13Raphael S. Carvalho2014-06-023-0/+942
* ntfs: fix incorrect file->offset usage in ntfs_readdirAndy Alex2014-06-021-6/+4
* cache, btrfs: Provide a general cached read routineH. Peter Anvin2014-05-262-34/+40
* btrfs: Remove static variablesH. Peter Anvin2014-05-262-77/+100
* btrfs: Fix stack smash with node size > 4Ksyslinux-6.03-pre12H. Peter Anvin2014-05-262-41/+62
* NTFS: Fragmented $MFT file was not handledAndy Alex2014-04-171-100/+93
* core: Avoid initializing the cache more than onceRaphael S. Carvalho2014-04-033-2/+6
* ntfs: Make byte_shift a constH. Peter Anvin2014-03-131-1/+1
* NTFS: Incorrect parsing of file runsAndy Alex2014-03-131-6/+2
* FSUUID for ext2 filesystemSerj Kalichev2014-03-132-1/+40
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-139-1/+52
* core, bios: Incorrect detection of EDD in /core/fs/diskio_bios.csyslinux-6.03-pre3Andy Alex2014-02-261-0/+2
* pxe: Export the initial stack and PXE(NV) structure, fix pxechnH. Peter Anvin2014-02-131-3/+16
* Merge remote-tracking branch 'origin/rockridge'H. Peter Anvin2014-02-124-4/+655
|\
| * iso9660.c did not copy terminating 0 of Rock Ridge namerockridgeThomas Schmitt2013-04-251-1/+1
| * iso9660: use generic get_le32() accessor in SUSP/Rock Ridge codeH. Peter Anvin2013-04-021-12/+7
| * iso9660: read littleendian ISO 9660/SUSP numbersH. Peter Anvin2013-04-021-9/+6
| * iso9660: Avoid arbitrarily large malloc()sThomas Schmitt2013-04-021-0/+4
| * iso9660: Add support for Rock Ridge filenamesThomas Schmitt2013-03-314-4/+659
* | com32sys_t inreg shall be zeroified prior intcallErwan Velu2014-01-221-0/+2
* | Merge remote-tracking branch 'origin/elflink' into firmwareH. Peter Anvin2013-12-111-35/+11
|\ \
| * | pxe, efi: Bad read of file size over TFTP on EFI64Celelibi2013-12-111-35/+11