aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-18slzm: don't use floadfile()slzmH. Peter Anvin2-23/+27
2013-01-17slzm: Syslinux compressed modulesH. Peter Anvin19-75/+602
2013-01-17core/lzo: move LZO back to uncompressed sectionH. Peter Anvin1-1/+1
2013-01-17elf: remove long-since-obsolete shallow module machineryH. Peter Anvin6-223/+5
2013-01-17core: switch LZO decompressor to "fast safe" versionH. Peter Anvin8-17/+42
2013-01-17core/fs: remove some stale functions, inode refcount debugH. Peter Anvin2-112/+9
2013-01-17bios.h: add missing dependent #includeH. Peter Anvin1-0/+2
2013-01-17Rename libcom32gpl.c32 to libgpl.c32H. Peter Anvin2-4/+4
2013-01-17Rename libutil_com.c32 to libutil.c32H. Peter Anvin5-8/+7
2013-01-17Always strip all the modulesH. Peter Anvin15-25/+35
2013-01-17dos: obtain the executable pathname, cleanupsH. Peter Anvin7-75/+175
2013-01-16ldlinux: Perform chdir() before parsing configsyslinux-5.01-pre3Matt Fleming1-3/+3
2013-01-16module: Check return value of malloc()Matt Fleming1-0/+5
2013-01-15ldlinux: Strip whitespace from LABEL directiveMatt Fleming1-5/+11
2013-01-14PXELINUX: Fix IPAPPEND to include BOOTIF and SYSUUIDsyslinux-5.01-pre2Matt Fleming1-1/+3
2013-01-11isolinux: Update LBA in getlinsec loopMatt Fleming1-0/+3
2013-01-10module: Allow .c32 files to execute themselvesMatt Fleming1-14/+2
2013-01-10extlinux: Fix installation subdirectory patchingMatt Fleming1-7/+3
2013-01-10extlinux: Make sure ldlinux.sys file is installedPaulo Alcantara1-0/+2
2013-01-09menugen: Make it compatible with Py3kPaulo Alcantara1-28/+28
2013-01-08core/kaboom.c: Export __bad_SEG()Matt Fleming1-1/+1
2013-01-08version: Bump minor number and yearsyslinux-5.01-pre1Matt Fleming1-1/+1
2013-01-04ldlinux: Dynamically alloc memory for kernel and initrd filenamesMatt Fleming1-19/+45
2013-01-04ldlinux: Don't delete ldlinux.c32 with 'make clean'Matt Fleming1-4/+6
2013-01-03elflink: set the sonames of shared librariesH. Peter Anvin4-4/+4
2012-12-06Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming20-2443/+23
2012-12-05Symbol export whitelistMatt Fleming44-92/+103
2012-12-05core: Fix 'NoHalt'Matt Fleming3-5/+3
2012-12-05com32: Delete unused malloc.c and friendsMatt Fleming4-383/+0
2012-12-05Reduce the number of global variablesMatt Fleming16-270/+28
2012-12-05comboot: Mark API functions obsoleteMatt Fleming1-349/+37
2012-12-04doc: Further explanation for the PATH directive and lookup rulesMatt Fleming1-1/+29
2012-12-04Revert "menu: Inherit parent menu title"Matt Fleming1-3/+0
2012-12-04ldlinux: Use get_msg_file() for F-keysMatt Fleming1-17/+2
2012-12-04ldlinux: Remove default bold attribute typoMatt Fleming1-1/+1
2012-12-04CLI: Don't always start the CLI at column 0Matt Fleming1-3/+9
2012-12-03ldlinux: Move DISPLAY file handling out of the coresyslinux-5.00-pre13Matt Fleming3-340/+215
2012-12-03stdio: Fix unhexchar() for hex digits > 9Matt Fleming1-3/+3
2012-11-30Merge branch 'searchdir_leak-5' of git://git.zytor.com/users/sha0/syslinux in...Matt Fleming1-108/+155
2012-11-30PATH: Use installation directory for 'PATH'Matt Fleming2-4/+2
2012-11-30ldlinux: Don't try reloading ldlinux.c32 unless it's likely to succeedMatt Fleming2-1/+13
2012-11-30module: Fix incorrect list_entry() useMatt Fleming1-1/+1
2012-11-29fs: Fix searchdir resource leakShao Miller1-108/+155
2012-11-29CLI: Delete 'temp_cmdline' and put 'cmdline' on the stackMatt Fleming1-17/+6
2012-11-29module: Stop silently failing to load dependency modulessyslinux-5.00-pre12Matt Fleming1-1/+11
2012-11-29ldlinux: Complain to user on failure to perform file operationsMatt Fleming3-4/+4
2012-11-29module: Append '/' to PATH strings if missingMatt Fleming1-0/+4
2012-11-29ldlinux: Only append missing filename extensionsMatt Fleming1-3/+6
2012-11-27Merge branch 'coverity' into elflinksyslinux-5.00-pre11Matt Fleming10-25/+32
2012-11-27core/elflink: Fix off-by-one errorMatt Fleming1-2/+3
2012-11-27module: Fix off-by-one error in findpath()Matt Fleming1-2/+2
2012-11-27module: Fix memory leak in spawn_load()Matt Fleming1-10/+12
2012-11-27pxe: Don't leak inode on timeoutMatt Fleming1-1/+3
2012-11-27screensize: Dereference pointers when checking cols/rowsMatt Fleming1-1/+1
2012-11-27hdt-cli: Correct malloc() size argumentMatt Fleming1-1/+1
2012-11-27Merge branch 'xfs-for-hpa' of git://zytor.com/users/pcacjr/syslinux into merg...Matt Fleming23-40/+5011
2012-11-27ldlinux: Reset the console whenever we execute a moduleMatt Fleming3-1/+17
2012-11-27Revert "menu: Make "menu clear" the default"Matt Fleming2-10/+4
2012-11-27gpllib: Distribute libcom32gpl.c32 in releasesMatt Fleming2-2/+2
2012-11-27module: Correct the size of the module symbol tableMatt Fleming1-7/+21
2012-11-27cmenu: Delete __intcall()sMatt Fleming1-45/+7
2012-11-27Makefile: Add libmenu.c32 to list of modulesMatt Fleming1-1/+1
2012-11-26isolinux: Make BIOSName globalMatt Fleming1-0/+1
2012-11-26ldlinux: Fix OnError behaviourMatt Fleming1-2/+8
2012-11-26ldlinux: Automatically apply ".c32" extension for COM32 filesMatt Fleming3-2/+13
2012-11-26runimage.c: Actually pass arguments to execute()Matt Fleming1-15/+11
2012-11-26ldlinux: Don't return NULL on KEY_ESC.Matt Fleming1-6/+0
2012-11-26ldlinux: Never exit from ldlinux.c32Matt Fleming3-24/+30
2012-11-15chainboot: Delete extraneous free() in chainboot_file()Matt Fleming1-3/+1
2012-11-15vesa: Fix double close() bug in vesacon_load_background()Matt Fleming1-1/+0
2012-11-15asprintf: Ensure we always call va_end(ap)Matt Fleming1-2/+3
2012-11-15bufprintf: Add va_end() for our va_copy()Matt Fleming1-2/+6
2012-11-13ldlinux: Delete dead code and useless printfsyslinux-5.00-pre10Matt Fleming1-28/+0
2012-11-13ldlinux: Delete inaccurate 'insufficient memory' messageMatt Fleming1-3/+4
2012-11-12mk: Add Makefile variable for pythonMatt Fleming2-1/+2
2012-11-12menu: Inherit parent menu titleMatt Fleming1-0/+3
2012-11-07Merge branch 'strerror-for-mfleming' of git://github.com/geneC/syslinux into ...Matt Fleming4-12/+122
2012-11-06com32 strerror(): Remove macro WITH_ERRLIST useGene Cumm1-2/+0
2012-11-06com32 strerror: add errlist.o to MakeGene Cumm2-2/+6
2012-11-06strerror: Use klibc versionGene Cumm2-10/+118
2012-11-06Merge branch 'hexdump' of git://git.zytor.com/users/sha0/syslinux into elflinkMatt Fleming2-1/+247
2012-11-05Merge branch 'multi_initrd2-5.00-pre9' of git://git.zytor.com/users/sha0/sysl...Matt Fleming2-43/+172
2012-11-05core: Fix realloc() code transcription errorShao Miller1-2/+2
2012-11-05extlinux: Avoid dereferencing a garbage pointerMatt Fleming1-3/+1
2012-11-04hexdump.c32: Simple file hex-dumperShao Miller2-1/+247
2012-11-03initramfs chain handling: Accounting fixes for padding, etc.Shao Miller1-6/+9
2012-11-03linux.c32: Introduce initrdfile= optionShao Miller1-0/+53
2012-11-03linux.c32: Add new initrd+= option for multiple initrdsShao Miller1-0/+8
2012-11-03linux.c32: Move some initrd=x,y,z code out of mainShao Miller1-21/+61
2012-11-03linux.c32: Add find_arguments functionMatt Fleming1-16/+41
2012-11-02CLI: Add Ctrl + V support for printing the Syslinux versionMatt Fleming4-1/+14
2012-11-02win: Print error message if we fail to install to --directoryMatt Fleming1-2/+6
2012-11-02win: Fix installing to a directoryMatt Fleming1-2/+2
2012-11-02CLI: Fix command history traversalMatt Fleming1-4/+18
2012-11-02com32: Include .init_array section in .ctors in linker scriptMatt Fleming3-27/+4
2012-11-02ldlinux: get_key() requires raw access to user inputMatt Fleming3-2/+41
2012-11-02ldlinux: Fix logic if no DEFAULT or UI directive is foundMatt Fleming3-30/+30
2012-11-01ldlinux: Print a warning if no config file is foundMatt Fleming1-1/+4
2012-11-01pxe: Don't call open_config() from the pxe coreMatt Fleming1-12/+1
2012-10-31doc: Document the 'PATH' directivesyslinux-5.00-pre9Matt Fleming1-0/+7
2012-10-31NEWS: Document the major changes in 5.00Matt Fleming1-0/+24
2012-10-24Merge branch 'master' into elflinkMatt Fleming38-406/+1455
2012-10-23diag/mbr: Fix typo in READMEMatt Fleming1-1/+1
2012-10-23Merge branch 'elflink' of git://github.com/aericson/syslinux into elflinkMatt Fleming3-50/+15
2012-10-23memdisk: Fix order of sectors/track and bytes/sectorsyslinux-4.06Kenneth J. Davis1-2/+2
2012-10-23NEWS: Document the VFAT relative path fixMatt Fleming1-0/+2
2012-10-23README: Clarify the requirements for utils/isohybridMatt Fleming1-3/+3
2012-10-23NEWS: Fix some typosMatt Fleming1-4/+4
2012-10-23doc: minor documentation updatesVanush "Misha" Paturyan2-2/+2
2012-10-22Revert "win: Add -mno-ms-bitfields"H. Peter Anvin2-6/+5
2012-10-22Packed definition: workaround for mingw + gcc 4.7H. Peter Anvin1-6/+17
2012-10-19ldlinux: Use stdcon instead of rawcon for the consoleMatt Fleming1-1/+1
2012-10-19Clean up $(GPLLIB) leakMatt Fleming4-12/+9
2012-10-19core: Print error message if we don't load ldlinux.c32Matt Fleming1-0/+2
2012-10-15comboot: remove comapi_chainbootsyslinux-4.06-pre14Sebastian Herbszt2-37/+2
2012-10-15comboot: fix documentationSebastian Herbszt1-51/+1
2012-10-15README: document the need for /usr/include/uuid/uuid.hGeert Stappers1-0/+7
2012-10-12menu: Disallow navigation to a disabled entry via *any* keyMatt Fleming1-2/+3
2012-10-11prdhcp.c32: Turn off DEBUGsyslinux-4.06-pre13Matt Fleming1-1/+1
2012-10-11Merge branch 'pxechn-fix-news-for-hpa-2' of git://github.com/geneC/syslinuxMatt Fleming5-38/+287
2012-10-11win: Add -mno-ms-bitfieldsShao Miller2-5/+6
2012-10-10isohybrid: fix isohybrid.c compileFrediano Ziglio1-5/+5
2012-10-10ext2: add additional check to ext2 loaderFrediano Ziglio1-0/+3
2012-10-09mboot: fix typo in commentFrediano Ziglio1-1/+1
2012-10-09make some functions static remove unused NADV defineFrediano Ziglio2-6/+4
2012-10-09menu: Add MENU GOTO support to the MENU DEFAULT parsing codeMatt Fleming1-1/+3
2012-10-09menu: Don't highlight disabled entriesMatt Fleming1-2/+1
2012-10-08com32: Add ifmemdsk.c32 to MakefileMatt Fleming1-1/+1
2012-10-05NEWS: Document changes between 4.05 and 4.06syslinux-4.06-pre12Matt Fleming1-0/+8
2012-09-22In the current Lua.c32 DMI implementation, it is a flat table with dotted nam...Hung-chi Lihn2-208/+420
2012-09-22Bug fix: Added the missing entry (boot_from_pcmcia) in struct s_characteristics.Hung-chi Lihn1-1/+2
2012-09-22Added the native syslinux functions config_file(), ipappend_strs(), and reboo...Hung-chi Lihn1-0/+33
2012-09-22The current Lua.c32 does not enable io.read() due to some missing library fun...Hung-chi Lihn1-11/+29
2012-09-19installers: Install ldlinux.c32 automaticallysyslinux-5.00-pre8Matt Fleming14-152/+346
2012-09-16doc/pxechn.txt: updateGene Cumm1-5/+5
2012-09-14extlinux: Handle error case for find_mount()Matt Fleming1-0/+2
2012-09-10NEWS: Adding 'silent' option from HDTErwan Velu1-1/+1
2012-09-10hdt: Release 0.5.2hdt/0.5.2Erwan Velu1-1/+1
2012-09-10hdt: Adding Silent modeErwan Velu3-9/+19
2012-09-10hdt: Removing remaining printf()Erwan Velu5-22/+22
2012-09-10NEWS: Updating for HDT & kontron_wdtErwan Velu1-0/+6
2012-09-10kontron_wdt: Fixing makefileErwan Velu1-1/+1
2012-09-10kontron_wdt: Enforce timeout value if already setErwan Velu1-0/+4
2012-09-10kontron_wdt: Adjusting exit pathErwan Velu1-7/+10
2012-09-10kontron_wdt: Adding watchdog com32 moduleErwan Velu3-1/+525
2012-09-06doc/pxechn.txt: Fix old exampleGene Cumm1-4/+1
2012-09-05Merge remote-tracking branch 'hpa/master'Erwan Velu23-126/+839
2012-09-05module: Fixed the upper limit in symbol table walk throughChandramouli Narayanan1-3/+3
2012-09-04console: Close stdin, stdout, stderr on ldlinux.c32 unloadMatt Fleming5-10/+13
2012-09-03doc/pxechn.txt: word wrapGene Cumm1-17/+49
2012-09-03doc/pxechn.txt: Updates for clarity/flowGene Cumm1-27/+33
2012-09-03doc/pxechn.txt: Change title for manpage use.Gene Cumm1-1/+1
2012-09-02xfs: Fix the way we check di_mode of an inodePaulo Alcantara2-13/+13
2012-09-02xfs: Cleanup previous commitPaulo Alcantara2-21/+19
2012-09-02xfs: Add xfs_readlink()Chen Baozi4-0/+63
2012-09-02xfs: Cleanup and remove some trailing whitespacesPaulo Alcantara2-8/+9
2012-09-02xfs: Add XFS_DINODE_FMT_BTREE support in xfs_next_extent()Chen Baozi3-20/+69
2012-09-02xfs: Cleanup and remove some trailing whitespacesPaulo Alcantara1-4/+8
2012-09-02xfs: Rework xfs_dir2_get_right_blk()Chen Baozi4-29/+237
2012-09-02xfs: cleanup unused structureChen Baozi1-14/+0
2012-09-02xfs: Remove some trailing whitespacesPaulo Alcantara1-2/+5
2012-09-02xfs: Add full B+tree search support in xfs_dir2_node_find_entry()Chen Baozi1-54/+54
2012-09-02xfs: Add xfs_fmt_btree_find_entry()Chen Baozi1-0/+9
2012-08-07ldlinux: Use findpath() to lookup filenamessyslinux-5.00-pre7Matt Fleming3-5/+8
2012-08-02rawcon_read: Fix reading high part of input keysMatt Fleming1-4/+9
2012-08-02ldlinux: Return to command prompt after loading COM32Matt Fleming6-45/+79
2012-07-29xfs: Fix memory leak in xfs_dir2_node_find_entry() functionPaulo Alcantara2-3/+3
2012-07-29xfs: Cleanup xfs_readdir_dir2_leaf() functionPaulo Alcantara1-21/+15
2012-07-29xfs: Implement xfs_readdir_dir2_node() functionPaulo Alcantara5-12/+139
2012-07-29EXTLINUX: Add sanity check for XFS filesystemsPaulo Alcantara2-3/+67
2012-07-28xfs: Add xfs_fmt_local_readdir() functionPaulo Alcantara1-3/+10
2012-07-28xfs: Add xfs_fmt_local_find_entry() functionPaulo Alcantara1-6/+11
2012-07-28xfs: Move readdir functions to another source filePaulo Alcantara3-265/+326
2012-07-28xfs: Remove trailing whitespace in xfs_dir2_isleaf() functionPaulo Alcantara1-1/+1
2012-07-28xfs: Move dir2 functions to another source filePaulo Alcantara6-719/+843
2012-07-28xfs: Fix memory leaks in xfs_dir2_node_find_entry() functionPaulo Alcantara1-15/+24
2012-07-26xfs: rework xfs_dir2_node_find_entry()Chen Baozi2-168/+157
2012-07-26xfs: get_dirblks() with count.Chen Baozi1-12/+14
2012-07-24xfs: Implement xfs_dir2_node_find_entry() functionPaulo Alcantara2-4/+252
2012-07-23xfs: Use xfs_debug() for "Entry not found!" messagePaulo Alcantara1-2/+2
2012-07-23xfs: Use dprintf() for debug messages in xfs_debug()Paulo Alcantara1-1/+2
2012-07-23xfs: Use bmbt_irec_get() to get extent information insteadPaulo Alcantara1-24/+6
2012-07-23xfs: Implement xfs_dir2_leaf_readdir() functionPaulo Alcantara1-6/+86
2012-07-23xfs: Fix binary search in xfs_dir2_leaf_find_entry() functionPaulo Alcantara1-1/+1
2012-07-22xfs: Make xfs_da_hashname() function staticPaulo Alcantara1-1/+1
2012-07-22xfs: Fix bug in xfs_dir2_leaf_find_entry() functionPaulo Alcantara2-55/+59
2012-07-22xfs: Implement xfs_dir2_leaf_find_entry() logic.Chen Baozi2-15/+265
2012-07-21xfs: Remove unnecessary debug message in xfs_getfssec()Paulo Alcantara1-2/+0
2012-07-21xfs: Add xfs_readdir() to filesystem opsPaulo Alcantara1-9/+226
2012-07-21xfs: CleanupPaulo Alcantara2-35/+39
2012-07-21xfs: Implement dir2_block_find_entry() function.Chen Baozi2-22/+336
2012-07-21xfs: Cleanup fill_xfs_inode_pvt() functionPaulo Alcantara1-4/+3
2012-07-21xfs: Only call fill_xfs_inode_pvt() if dinode was readPaulo Alcantara1-2/+4
2012-07-21xfs: Make sure that the dinode is read with successPaulo Alcantara1-1/+5
2012-07-21xfs: CleanupPaulo Alcantara1-12/+13
2012-07-21xfs: rework the logic of xfs_get_ino_core()Chen Baozi2-276/+42
2012-07-21xfs: Add xfs_getfssec() and xfs_next_extent() functionsPaulo Alcantara3-24/+120
2012-07-21xfs: Fix minor typoPaulo Alcantara1-1/+1
2012-07-21xfs: Make for-statement declaration more readablePaulo Alcantara1-1/+1
2012-07-21xfs: Remove unnecessary check in xfs_iget() functionPaulo Alcantara1-11/+7