Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3434 5720 d 4 h post /trunk/uspace/app/bdsh/ Drop references to __HELENOS__ in config.h  
/trunk/uspace/app/bdsh/config.h
3427 5721 d 0 h post /trunk/uspace/lib/libc/ Added strtok() and strtok_r() to userspace libc  
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/string.h
3421 5722 d 13 h jermar /trunk/uspace/dist/ Hm, maybe cfg is better than conf. :-)  
/trunk/uspace/dist/cfg
/trunk/uspace/dist/conf
3420 5722 d 16 h post /trunk/uspace/app/bdsh/ Add skeletal sleep and cp commands (not yet working)  
/trunk/uspace/app/bdsh/cmds/modules/cp
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.c
/trunk/uspace/app/bdsh/cmds/modules/cp/cp.h
/trunk/uspace/app/bdsh/cmds/modules/cp/cp_def.h
/trunk/uspace/app/bdsh/cmds/modules/cp/entry.h
/trunk/uspace/app/bdsh/cmds/modules/sleep
/trunk/uspace/app/bdsh/cmds/modules/sleep/entry.h
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep.c
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep.h
/trunk/uspace/app/bdsh/cmds/modules/sleep/sleep_def.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
/trunk/uspace/app/bdsh/util.c
3419 5722 d 16 h post /trunk/uspace/app/bdsh/cmds/ Fix bug in mknewcmd (incorrectly prototyping entry points)  
/trunk/uspace/app/bdsh/cmds/mknewcmd
3418 5722 d 17 h post /trunk/uspace/app/bdsh/ cstyle  
/trunk/uspace/app/bdsh/scli.c
3417 5722 d 17 h post /trunk/uspace/app/bdsh/ Fix quirks in config.h  
/trunk/uspace/app/bdsh/config.h
3415 5722 d 18 h svoboda /trunk/uspace/app/tester/ Fix off-by-one error in tester.  
/trunk/uspace/app/tester/tester.c
3414 5722 d 18 h post /trunk/uspace/app/bdsh/ Update README and mknewcmd to reflect changes in command entry points  
/trunk/uspace/app/bdsh/README
/trunk/uspace/app/bdsh/cmds/mknewcmd
3413 5722 d 18 h post /trunk/uspace/app/bdsh/cmds/ Simplify entry types (and return values) for commands  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/cmds/builtins/cd/entry.h
/trunk/uspace/app/bdsh/cmds/cmds.h
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/cat/entry.h
/trunk/uspace/app/bdsh/cmds/modules/help/entry.h
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/ls/entry.h
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/entry.h
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/pwd/entry.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/trunk/uspace/app/bdsh/cmds/modules/quit/entry.h
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.c
/trunk/uspace/app/bdsh/cmds/modules/rm/entry.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/cmds/modules/touch/entry.h
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
3412 5722 d 19 h jermar /trunk/uspace/dist/ Replace /etc with /conf  
/trunk/uspace/dist/conf
/trunk/uspace/dist/etc
3411 5722 d 19 h post /trunk/uspace/app/bdsh/cmds/modules/cat/ Take debug printfs out of cat  
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
3410 5722 d 19 h svoboda /trunk/ Introduce directories '/app' and '/srv' on ramdisk instead of '/sbin' to mirror source tree.  
/trunk/uspace/dist/app
/trunk/uspace/dist/srv
/trunk/uspace/dist/sbin
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/app/bdsh/config.h
/trunk/uspace/app/init/init.c
3396 5727 d 0 h post /trunk/uspace/app/bdsh/ We need cli_set_prompt() in the main loop as modules are unaware of cliuser_t  
/trunk/uspace/app/bdsh/scli.c
3378 5737 d 19 h post /trunk/uspace/app/bdsh/ main() - remove unused variable i  
/trunk/uspace/app/bdsh/scli.c
3377 5737 d 19 h post /trunk/uspace/app/bdsh/ Let 'cd' invoke cli_set_prompt(), no need to do it in every iteration of the main loop.  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/scli.c
/trunk/uspace/app/bdsh/scli.h
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3376 5738 d 23 h post /trunk/uspace/app/bdsh/ Just make cli_count_args() a function  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3375 5739 d 21 h post /trunk/uspace/app/bdsh/cmds/modules/ long_options[] should be const where implemented  
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
3374 5739 d 23 h post /trunk/uspace/app/bdsh/ Drop inclusion of lib/ and lib/ustr in the Makefile (this completes housekeeping)  
/trunk/uspace/app/bdsh/Makefile
3373 5739 d 23 h post /trunk/uspace/app/bdsh/cmds/ Rename non-standard extensions (cmd.def -> cmd_def.h)  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd_def.h
/trunk/uspace/app/bdsh/cmds/modules/cat/cat_def.h
/trunk/uspace/app/bdsh/cmds/modules/help/help_def.h
/trunk/uspace/app/bdsh/cmds/modules/ls/ls_def.h
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd_def.h
/trunk/uspace/app/bdsh/cmds/modules/quit/quit_def.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm_def.h
/trunk/uspace/app/bdsh/cmds/modules/touch/touch_def.h
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.def
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.def
/trunk/uspace/app/bdsh/cmds/modules/help/help.def
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.def
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.def
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.def
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.def
/trunk/uspace/app/bdsh/cmds/builtins/builtins.h
/trunk/uspace/app/bdsh/cmds/mknewcmd
/trunk/uspace/app/bdsh/cmds/modules/modules.h

Show All