rosh: code cleanup
[profile/ivi/syslinux.git] / com32 /
2010-10-09 Gene Cummrosh: code cleanup
2010-10-09 Gene Cummrosh: Change rosh_ls()/rosh_dir() to use argc/argv...
2010-10-09 Gene Cummrosh: Change rosh_more()/rosh_less() to use argc/argv
2010-10-09 Gene Cummrosh: remove cmdstr from rosh_pwd()
2010-10-09 Gene Cummrosh: clear errno before possibly using it. might...
2010-10-09 Gene Cummrosh: Add argc/argv rosh_reboot(); Allow warm reboots
2010-10-09 Gene Cummrosh: In main, use string macro directly
2010-10-09 Gene Cummrosh: Change rosh_run() to use argc/argv
2010-10-09 Gene Cummrosh: Change rosh_help() to use the string passed to...
2010-10-09 Gene Cummrosh: ROSH_DEBUG_ARGV_V in header
2010-10-09 Gene Cummrosh: convert rosh_cat() to argc/argv
2010-10-09 Gene Cummrosh: Add function header comments that were missing
2010-10-09 Gene Cummrosh: Fix warning on rosh_ls_arg(); remove rosh_echo...
2010-10-09 Gene Cummrosh: Rename function as it's verbose
2010-10-09 Gene Cummrosh: closedir() only if actually opened
2010-10-09 Gene Cummrosh: compact previous commit
2010-10-09 Gene Cummrosh: Fix rosh_ls_arg() to prevent segfault on access...
2010-10-09 Gene Cummrosh: main, prompt and command try to use argc/argv...
2010-10-09 Gene Cummrosh: rosh_cd fix DEBUG
2010-10-09 Gene Cummrosh: fix errors in previous commit
2010-10-09 Gene Cummrosh: change rosh_cd() to use argc/argv
2010-10-09 Gene Cummrosh: Use internal parser for argc/argv; use argc/argv...
2010-10-09 Gene Cummrosh: start parse_args(); prep for use; make print_argv()
2010-10-09 Gene Cummrosh: fix commented out WS usage in linux to grab scree...
2010-10-09 Gene Cummrosh: add echo
2010-07-27 Gene CummMerge branch 'm' into rosh_for_hpa
2010-07-26 Gene Cummlibmenu: Fix cursor on exit from showmenus()
2010-07-20 Geert Stapperslua: remove obsolete FIXME comment
2010-07-19 H. Peter AnvinMerge branch 'master' into libinstaller_dos_wip
2010-07-19 H. Peter AnvinMerge remote branch 'gerth/lua'
2010-07-19 H. Peter AnvinMerge remote branch 'gerth/ifplop_comments'
2010-07-12 Gert Hulselmanswhichsys.c32: Fix example in the comments and Usage...
2010-07-12 Gert Hulselmansifplop.c32: Fix spelling errors and other mistakes...
2010-07-07 Laurent LicourDMI: Fixing memory mgmnt in dmi_memory_module_types
2010-07-07 Gene Cummrosh: show environment
2010-07-07 Gene Cummrosh: more remove unneeded check
2010-07-07 Gene Cummrosh: move ioctl.h include for Linux-only
2010-07-07 Gene Cummrosh: bump build
2010-07-07 Gene Cummrosh: more: overallocation, better feedback for debug
2010-07-07 Gene Cummrosh: make getscreensize more effective and usable
2010-07-07 Gene Cummrosh: move scrbuf to more's main function; malloc and...
2010-07-07 Gene Cummrosh: more: if it's the first line, dump it to screen...
2010-07-07 Gene Cummrosh: fix displaying too many lines because a line...
2010-07-07 Gene Cummrosh: fix the DATE macro stuff
2010-07-07 Gene Cummrosh: begin to add Syslinux version string with DATE
2010-07-07 Gert Hulselmanslua: Add .syslinux.derivative() and .syslinux.version()
2010-07-06 H. Peter Anvinzlib: rename DEBUG to DEBUG_ZLIB again
2010-07-06 Gert Hulselmanslua: remove obsolete header used for old sleep function
2010-07-06 H. Peter AnvinMerge remote branch 'gerth/ifcpu_remove_defines'
2010-07-05 Gert Hulselmansifcpu.c32: Remove defines used in the old sleep function.
2010-07-05 H. Peter AnvinMerge remote branch 'gerth/whichsys'
2010-07-05 H. Peter AnvinMerge remote branch 'gerth/chain_grubcfg'
2010-07-05 H. Peter Anvinifcpu.c32: need <unistd.h>
2010-07-05 H. Peter Anvinifcpu.c32: remove open-coded sleep function
2010-07-05 H. Peter Anvinlua: change syslinux.sleep() to seconds, syslinux.mslee...
2010-07-05 H. Peter Anvincom32: add proper sleep()/msleep() functions and make...
2010-07-05 H. Peter Anvincom32: change clock_t to 32 bits, and in milliseconds
2010-07-05 H. Peter Anvincore: add a ms-denominated timer
2010-07-05 Gert Hulselmanswhichsys.c32: execute specific command, based on Syslin...
2010-07-05 H. Peter AnvinMerge remote branch 'marcel/luaext'
2010-07-05 H. Peter Anvinzlib: update to zlib 1.2.5
2010-07-05 Gert Hulselmanschain.c32: Put declaration of *stage2 before common...
2010-07-05 H. Peter Anvinlibpng: upgrade to version 1.2.44
2010-07-04 Gert Hulselmanschain.c32: add grubcfg= for passing an alternative...
2010-07-03 H. Peter Anvincom32: update getopt() to the current version from...
2010-07-03 H. Peter Anvincom32: add getopt_long() to the library
2010-07-02 H. Peter Anvinlua: quiet warnings about unused variables and functions syslinux-4.01
2010-07-02 H. Peter Anvinlua: add parents to luaconf.h to quiet a gcc warning
2010-07-02 H. Peter Anvinlua: add missing <syslinux/boot.h> to syslinux.c
2010-07-02 H. Peter Anvinlua: Modernize the Makefile
2010-07-02 H. Peter Anvinpxelinux: new IPAPPEND 4 to generate a SYSUUID= option. syslinux-4.01-pre3
2010-07-02 H. Peter AnvinMerge branch 'lua'
2010-07-02 H. Peter Anvincom32: canonicalize DEBUG to mean <dprintf.h>
2010-07-02 H. Peter Anvinzlib: change DEBUG to DEBUG_ZLIB
2010-07-02 H. Peter Anvindprintf: allow overriding the serial port address
2010-07-01 Geert Stapperslua: update for Syslinux 4
2010-07-01 H. Peter AnvinMerge branch 'master' into lua
2010-07-01 H. Peter AnvinMCONFIG: add -Wno-error to .lnx files
2010-07-01 H. Peter AnvinMCONFIG: .lnx files are for testing, don't do _FORTIFY_...
2010-07-01 Gert Hulselmansifplop.c32: Detect if PLoP USB/CD INT13h hook is enable...
2010-07-01 H. Peter AnvinMerge branch 'master' of ssh://terminus.zytor.com/pub...
2010-06-30 H. Peter Anvinmboot.h: use <dprintf.h>
2010-06-28 H. Peter AnvinMerge remote branch 'debian/daniel'
2010-06-28 H. Peter AnvinMerge remote branch 'sha0/newness' syslinux-4.00
2010-06-28 H. Peter Anvinconfig.c32: accept an optional new directory
2010-06-28 H. Peter AnvinMerge remote branch 'sha0/gert_chain'
2010-06-28 Gert Hulselmanschain.c32: pass partition number to stage2 of Grub...
2010-06-28 Gene Cummrosh: update for Syslinux 4 and make it more usable
2010-06-28 Gert Hulselmanschain.c32: only pass partition number in DH, when grldr...
2010-06-28 H. Peter AnvinMerge remote branch 'sha0/gert_chain'
2010-06-28 Gert Hulselmanschain.c32: add keeppxe to usage output and cleanup...
2010-06-27 H. Peter AnvinExport the 64-bit partition offset and use it in chain.c
2010-06-27 Gene CummPM getcwd(); Fix COM32 getcwd
2010-06-27 H. Peter Anvinmenu: add MENU HELP
2010-06-27 H. Peter Anvinchain.c32: fix handover to a logical partition
2010-06-26 H. Peter Anvinpwd.c32: add to Makefile
2010-06-26 H. Peter Anvinchain.c32: "fs" is a singular token, only match if...
2010-06-26 Gene Cummcom32 pwd module
2010-06-26 Gene CummFix COM32 chdir()
2010-06-26 H. Peter Anvinpmapi: make the pmapi vector include its own size
next