summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* pxe: chdir to Path Prefix (DHCP Option 210) to open configsyslinux-5.02-pre2Matt Fleming2013-02-131-0/+1
* elflink: Use CurrentDirName for initial PATH if validMatt Fleming2013-02-071-10/+21
* elflink: Set PATH to the directory containing ldlinux.c32syslinux-5.01-pre5Matt Fleming2013-01-251-2/+23
* Merge branch 'for-upstream' of git://git.zytor.com/users/pcacjr/syslinux into...Matt Fleming2013-01-246-195/+225
|\
| * xfs: Flush cache of directory blocks once done with readdir()Paulo Alcantara2013-01-223-4/+33
| * xfs: Remove unnecessary free()'sPaulo Alcantara2013-01-223-37/+3
| * xfs: Fix bug when listing shortform directory entriesPaulo Alcantara2013-01-221-2/+3
| * xfs: Add cache for directory blocksPaulo Alcantara2013-01-215-71/+118
| * xfs: Make xfs_dir2_entry_name_cmp() inlinePaulo Alcantara2013-01-212-13/+13
| * xfs: Avoid useless malloc()'s and free()'sPaulo Alcantara2013-01-213-61/+25
| * xfs: Make it more verbose on debugPaulo Alcantara2013-01-215-11/+35
| * xfs: Improve error and debug printingPaulo Alcantara2013-01-211-2/+6
| * xfs: Do some refactoringPaulo Alcantara2013-01-211-20/+15
* | ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-12/+19
* | init: Leave mem_init() to fs_init()Matt Fleming2013-01-231-3/+0
* | realloc: Set the HEAP when splitting a blockMatt Fleming2013-01-231-0/+2
|/
* pxe: Add PXELINUX-specific symbols to symbol whitelistMatt Fleming2013-01-212-3/+3
* core/lzo: move LZO back to uncompressed sectionH. Peter Anvin2013-01-171-1/+1
* elf: remove long-since-obsolete shallow module machineryH. Peter Anvin2013-01-171-4/+4
* core: switch LZO decompressor to "fast safe" versionH. Peter Anvin2013-01-178-17/+42
* core/fs: remove some stale functions, inode refcount debugH. Peter Anvin2013-01-172-112/+9
* bios.h: add missing dependent #includeH. Peter Anvin2013-01-171-0/+2
* PXELINUX: Fix IPAPPEND to include BOOTIF and SYSUUIDsyslinux-5.01-pre2Matt Fleming2013-01-141-1/+3
* isolinux: Update LBA in getlinsec loopMatt Fleming2013-01-111-0/+3
* core/kaboom.c: Export __bad_SEG()Matt Fleming2013-01-081-1/+1
* Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming2012-12-061-45/+2
* Symbol export whitelistMatt Fleming2012-12-0532-78/+84
* core: Fix 'NoHalt'Matt Fleming2012-12-052-3/+1
* Reduce the number of global variablesMatt Fleming2012-12-0514-221/+27
* comboot: Mark API functions obsoleteMatt Fleming2012-12-051-349/+37
* ldlinux: Move DISPLAY file handling out of the coresyslinux-5.00-pre13Matt Fleming2012-12-031-339/+0
* Merge branch 'searchdir_leak-5' of git://git.zytor.com/users/sha0/syslinux in...Matt Fleming2012-11-301-108/+155
|\
| * fs: Fix searchdir resource leakShao Miller2012-11-291-108/+155
* | PATH: Use installation directory for 'PATH'Matt Fleming2012-11-302-4/+2
* | ldlinux: Don't try reloading ldlinux.c32 unless it's likely to succeedMatt Fleming2012-11-301-0/+10
|/
* Merge branch 'coverity' into elflinksyslinux-5.00-pre11Matt Fleming2012-11-272-3/+6
|\
| * core/elflink: Fix off-by-one errorMatt Fleming2012-11-271-2/+3
| * pxe: Don't leak inode on timeoutMatt Fleming2012-11-271-1/+3
* | Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming2012-11-2715-3/+3608
|\ \
| * | xfs: Fix the way we check di_mode of an inodePaulo Alcantara2012-09-022-13/+13
| * | xfs: Cleanup previous commitPaulo Alcantara2012-09-022-21/+19
| * | xfs: Add xfs_readlink()Chen Baozi2012-09-024-0/+63
| * | xfs: Cleanup and remove some trailing whitespacesPaulo Alcantara2012-09-022-8/+9
| * | xfs: Add XFS_DINODE_FMT_BTREE support in xfs_next_extent()Chen Baozi2012-09-023-20/+69
| * | xfs: Cleanup and remove some trailing whitespacesPaulo Alcantara2012-09-021-4/+8
| * | xfs: Rework xfs_dir2_get_right_blk()Chen Baozi2012-09-024-29/+237
| * | xfs: cleanup unused structureChen Baozi2012-09-021-14/+0
| * | xfs: Remove some trailing whitespacesPaulo Alcantara2012-09-021-2/+5
| * | xfs: Add full B+tree search support in xfs_dir2_node_find_entry()Chen Baozi2012-09-021-54/+54
| * | xfs: Add xfs_fmt_btree_find_entry()Chen Baozi2012-09-021-0/+9