summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xfs: Fix memory leak in xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-292-3/+3
| * | xfs: Cleanup xfs_readdir_dir2_leaf() functionPaulo Alcantara2012-07-291-21/+15
| * | xfs: Implement xfs_readdir_dir2_node() functionPaulo Alcantara2012-07-295-12/+139
| * | xfs: Add xfs_fmt_local_readdir() functionPaulo Alcantara2012-07-281-3/+10
| * | xfs: Add xfs_fmt_local_find_entry() functionPaulo Alcantara2012-07-281-6/+11
| * | xfs: Move readdir functions to another source filePaulo Alcantara2012-07-283-265/+326
| * | xfs: Remove trailing whitespace in xfs_dir2_isleaf() functionPaulo Alcantara2012-07-281-1/+1
| * | xfs: Move dir2 functions to another source filePaulo Alcantara2012-07-286-719/+843
| * | xfs: Fix memory leaks in xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-281-15/+24
| * | xfs: rework xfs_dir2_node_find_entry()Chen Baozi2012-07-262-168/+157
| * | xfs: get_dirblks() with count.Chen Baozi2012-07-261-12/+14
| * | xfs: Implement xfs_dir2_node_find_entry() functionPaulo Alcantara2012-07-242-4/+252
| * | xfs: Use xfs_debug() for "Entry not found!" messagePaulo Alcantara2012-07-231-2/+2
| * | xfs: Use dprintf() for debug messages in xfs_debug()Paulo Alcantara2012-07-231-1/+2
| * | xfs: Use bmbt_irec_get() to get extent information insteadPaulo Alcantara2012-07-231-24/+6
| * | xfs: Implement xfs_dir2_leaf_readdir() functionPaulo Alcantara2012-07-231-6/+86
| * | xfs: Fix binary search in xfs_dir2_leaf_find_entry() functionPaulo Alcantara2012-07-231-1/+1
| * | xfs: Make xfs_da_hashname() function staticPaulo Alcantara2012-07-221-1/+1
| * | xfs: Fix bug in xfs_dir2_leaf_find_entry() functionPaulo Alcantara2012-07-222-55/+59
| * | xfs: Implement xfs_dir2_leaf_find_entry() logic.Chen Baozi2012-07-222-15/+265
| * | xfs: Remove unnecessary debug message in xfs_getfssec()Paulo Alcantara2012-07-211-2/+0
| * | xfs: Add xfs_readdir() to filesystem opsPaulo Alcantara2012-07-211-9/+226