summaryrefslogtreecommitdiff
path: root/com32/rosh
Commit message (Expand)AuthorAgeFilesLines
* 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
* rosh: fix displaying too many lines because a line is too long.Gene Cumm2010-07-071-3/+9
* rosh: fix the DATE macro stuffGene Cumm2010-07-071-0/+2
* rosh: begin to add Syslinux version string with DATEGene Cumm2010-07-072-4/+20
* rosh: update for Syslinux 4 and make it more usableGene Cumm2010-06-272-344/+733
* rosh.c: mark argument usedH. Peter Anvin2010-05-121-0/+2
* readdir: replace opendir/readdir/closedir API with a 32-bit APIH. Peter Anvin2010-03-041-1/+0
* Merge branch 'master' into fscH. Peter Anvin2010-01-242-6/+6
|\