index
:
users/yliu/syslinux.git
elflink
extlinux
isolinux
ldlinux
master
Liu Aleaxander's syslinux git tree
liu Aleaxander
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
com32
/
rosh
Commit message (
Expand
)
Author
Age
Files
Lines
*
rosh: Change rosh_ls()/rosh_dir() to use argc/argv; use getopt()
Gene Cumm
2010-10-09
2
-76
/
+47
*
rosh: Change rosh_more()/rosh_less() to use argc/argv
Gene Cumm
2010-10-09
1
-26
/
+18
*
rosh: remove cmdstr from rosh_pwd()
Gene Cumm
2010-10-09
1
-9
/
+2
*
rosh: clear errno before possibly using it. might be set by a previous call
Gene Cumm
2010-10-09
1
-2
/
+9
*
rosh: Add argc/argv rosh_reboot(); Allow warm reboots
Gene Cumm
2010-10-09
1
-7
/
+27
*
rosh: In main, use string macro directly
Gene Cumm
2010-10-09
1
-1
/
+1
*
rosh: Change rosh_run() to use argc/argv
Gene Cumm
2010-10-09
1
-14
/
+13
*
rosh: Change rosh_help() to use the string passed to it directly
Gene Cumm
2010-10-09
1
-9
/
+6
*
rosh: ROSH_DEBUG_ARGV_V in header
Gene Cumm
2010-10-09
1
-2
/
+2
*
rosh: convert rosh_cat() to argc/argv
Gene Cumm
2010-10-09
1
-18
/
+9
*
rosh: Add function header comments that were missing
Gene Cumm
2010-10-09
1
-3
/
+24
*
rosh: Fix warning on rosh_ls_arg(); remove rosh_echo() for rosh_pr_argv()
Gene Cumm
2010-10-09
1
-2
/
+11
*
rosh: Rename function as it's verbose
Gene Cumm
2010-10-09
1
-3
/
+3
*
rosh: closedir() only if actually opened
Gene Cumm
2010-10-09
1
-1
/
+1
*
rosh: compact previous commit
Gene Cumm
2010-10-09
1
-2
/
+1
*
rosh: Fix rosh_ls_arg() to prevent segfault on access denied
Gene Cumm
2010-10-09
1
-1
/
+6
*
rosh: main, prompt and command try to use argc/argv mostly
Gene Cumm
2010-10-09
1
-23
/
+25
*
rosh: rosh_cd fix DEBUG
Gene Cumm
2010-10-09
1
-0
/
+3
*
rosh: fix errors in previous commit
Gene Cumm
2010-10-09
2
-2
/
+5
*
rosh: change rosh_cd() to use argc/argv
Gene Cumm
2010-10-09
2
-18
/
+22
*
rosh: Use internal parser for argc/argv; use argc/argv in rosh_command
Gene Cumm
2010-10-09
1
-28
/
+29
*
rosh: start parse_args(); prep for use; make print_argv()
Gene Cumm
2010-10-09
1
-6
/
+93
*
rosh: fix commented out WS usage in linux to grab screen size
Gene Cumm
2010-10-09
1
-2
/
+2
*
rosh: add echo
Gene Cumm
2010-10-09
1
-5
/
+38
*
rosh: show environment
Gene Cumm
2010-07-07
2
-5
/
+35
*
rosh: more remove unneeded check
Gene Cumm
2010-07-07
1
-2
/
+2
*
rosh: move ioctl.h include for Linux-only
Gene Cumm
2010-07-07
1
-1
/
+1
*
rosh: bump build
Gene Cumm
2010-07-07
1
-1
/
+1
*
rosh: more: overallocation, better feedback for debug
Gene Cumm
2010-07-07
1
-3
/
+6
*
rosh: make getscreensize more effective and usable
Gene Cumm
2010-07-07
1
-5
/
+16
*
rosh: move scrbuf to more's main function; malloc and free oversize buffer.
Gene Cumm
2010-07-07
1
-6
/
+12
*
rosh: more: if it's the first line, dump it to screen for now even if it's to...
Gene Cumm
2010-07-07
1
-2
/
+3
*
rosh: fix displaying too many lines because a line is too long.
Gene Cumm
2010-07-07
1
-3
/
+9
*
rosh: fix the DATE macro stuff
Gene Cumm
2010-07-07
1
-0
/
+2
*
rosh: begin to add Syslinux version string with DATE
Gene Cumm
2010-07-07
2
-4
/
+20
*
rosh: update for Syslinux 4 and make it more usable
Gene Cumm
2010-06-27
2
-344
/
+733
*
rosh.c: mark argument used
H. Peter Anvin
2010-05-12
1
-0
/
+2
*
readdir: replace opendir/readdir/closedir API with a 32-bit API
H. Peter Anvin
2010-03-04
1
-1
/
+0
*
Merge branch 'master' into fsc
H. Peter Anvin
2010-01-24
2
-6
/
+6
|
\
|
*
Makefile: replace -W -Wall with centralized $(GCCWARN)
H. Peter Anvin
2010-01-10
1
-2
/
+2
|
*
Change () prototypes to (void)
H. Peter Anvin
2010-01-06
1
-4
/
+4
*
|
Core: code clean -- re-style the unstyle code
Liu Aleaxander
2009-08-28
1
-1
/
+1
*
|
Core: vfs-dir stuff re-implemented
Liu Aleaxander
2009-08-28
1
-2
/
+1
*
|
Core: opendir/readdir/closedir stuff added
Liu Aleaxander
2009-08-27
1
-7
/
+4
*
|
Core:SYSLINUX: make searchdir do work
Liu Aleaxander
2009-08-11
1
-4
/
+4
*
|
Core:SYSLINUX: fix the vfat_searchdir
Liu Aleaxander
2009-08-11
2
-1
/
+3
|
/
*
Run Nindent on com32/rosh/rosh.h
H. Peter Anvin
2009-05-29
1
-42
/
+44
*
Run Nindent on com32/rosh/rosh.c
H. Peter Anvin
2009-05-29
1
-516
/
+574
*
Global whitespace cleanup.
H. Peter Anvin
2009-04-20
1
-14
/
+14
*
rosh: don't compile rosh.lnx by default
H. Peter Anvin
2009-04-15
1
-1
/
+1
[next]