summaryrefslogtreecommitdiff
path: root/com32/rosh
Commit message (Expand)AuthorAgeFilesLines
* build: sort sources to build in a more deterministic wayPhilippe Coval2015-01-051-1/+1
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-1/+1
|\
| * Rename libutil_com.c32 to libutil.c32H. Peter Anvin2013-01-171-1/+1
* | Add per-firmware object directory supportMatt Fleming2012-10-162-4/+4
* | rosh: Update default make targetMatt Fleming2012-10-161-2/+2
|/
* com32: Use --as-needed for LDFLAGSMatt Fleming2012-07-201-2/+2
* com32: Per-object file LDFLAGSMatt Fleming2012-06-201-0/+2
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-072-28/+2
* com32/rosh/rosh.h: remove variables set but not usedH. Peter Anvin2011-03-161-0/+1
* com32/rosh/rosh.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+3
* rosh: 2 bug fixes; more debug codeGene Cumm2011-01-312-19/+33
* rosh: rosh_argcat now has length. if DO_DEBUG, show startup commandGene Cumm2010-10-161-8/+16
* rosh: display command entered and a command unknown message when not knownGene Cumm2010-10-161-20/+24
* rosh: add another item in the ToDos commentGene Cumm2010-10-131-0/+2
* rosh: Fix rosh_ls(); fix FTBFS on rosh_more(); add ROSH_DEBUG2_ARGV_V macroGene Cumm2010-10-092-7/+31
* rosh: Remove unneeded cases in rosh_command() switch statementsGene Cumm2010-10-091-2/+0
* rosh: Clean up rosh_command to remove old stuffGene Cumm2010-10-091-4/+0
* rosh: code cleanupGene Cumm2010-10-091-3/+2
* rosh: Change rosh_ls()/rosh_dir() to use argc/argv; use getopt()Gene Cumm2010-10-092-76/+47
* rosh: Change rosh_more()/rosh_less() to use argc/argvGene Cumm2010-10-091-26/+18
* rosh: remove cmdstr from rosh_pwd()Gene Cumm2010-10-091-9/+2
* rosh: clear errno before possibly using it. might be set by a previous callGene Cumm2010-10-091-2/+9
* rosh: Add argc/argv rosh_reboot(); Allow warm rebootsGene Cumm2010-10-091-7/+27
* rosh: In main, use string macro directlyGene Cumm2010-10-091-1/+1
* rosh: Change rosh_run() to use argc/argvGene Cumm2010-10-091-14/+13
* rosh: Change rosh_help() to use the string passed to it directlyGene Cumm2010-10-091-9/+6
* rosh: ROSH_DEBUG_ARGV_V in headerGene Cumm2010-10-091-2/+2
* rosh: convert rosh_cat() to argc/argvGene Cumm2010-10-091-18/+9
* rosh: Add function header comments that were missingGene Cumm2010-10-091-3/+24
* rosh: Fix warning on rosh_ls_arg(); remove rosh_echo() for rosh_pr_argv()Gene Cumm2010-10-091-2/+11
* rosh: Rename function as it's verboseGene Cumm2010-10-091-3/+3
* rosh: closedir() only if actually openedGene Cumm2010-10-091-1/+1
* rosh: compact previous commitGene Cumm2010-10-091-2/+1
* rosh: Fix rosh_ls_arg() to prevent segfault on access deniedGene Cumm2010-10-091-1/+6
* rosh: main, prompt and command try to use argc/argv mostlyGene Cumm2010-10-091-23/+25
* rosh: rosh_cd fix DEBUGGene Cumm2010-10-091-0/+3
* rosh: fix errors in previous commitGene Cumm2010-10-092-2/+5
* rosh: change rosh_cd() to use argc/argvGene Cumm2010-10-092-18/+22
* rosh: Use internal parser for argc/argv; use argc/argv in rosh_commandGene Cumm2010-10-091-28/+29
* rosh: start parse_args(); prep for use; make print_argv()Gene Cumm2010-10-091-6/+93
* rosh: fix commented out WS usage in linux to grab screen sizeGene Cumm2010-10-091-2/+2
* rosh: add echoGene Cumm2010-10-091-5/+38
* rosh: show environmentGene Cumm2010-07-072-5/+35
* rosh: more remove unneeded checkGene Cumm2010-07-071-2/+2
* rosh: move ioctl.h include for Linux-onlyGene Cumm2010-07-071-1/+1
* rosh: bump buildGene Cumm2010-07-071-1/+1
* rosh: more: overallocation, better feedback for debugGene Cumm2010-07-071-3/+6
* rosh: make getscreensize more effective and usableGene Cumm2010-07-071-5/+16
* rosh: move scrbuf to more's main function; malloc and free oversize buffer.Gene Cumm2010-07-071-6/+12
* rosh: more: if it's the first line, dump it to screen for now even if it's to...Gene Cumm2010-07-071-2/+3