Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3811 5594 d 12 h post /trunk/uspace/app/bdsh/ exit should be a builtin, since it will eventually need to know about running jobs  
/trunk/uspace/app/bdsh/cmds/builtins/exit
/trunk/uspace/app/bdsh/cmds/builtins/exit/exit.c
/trunk/uspace/app/bdsh/cmds/builtins/exit/exit.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/exit_def.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/quit.c
/trunk/uspace/app/bdsh/cmds/builtins/exit/quit.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/quit_def.h
/trunk/uspace/app/bdsh/cmds/modules/quit
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/builtins/builtins.h
/trunk/uspace/app/bdsh/cmds/builtins/exit/entry.h
/trunk/uspace/app/bdsh/cmds/modules/modules.h
3803 5596 d 1 h decky /trunk/ configuration system overhaul (requires newt)  
/trunk/boot/boot.config
/trunk/kernel/kernel.config
/trunk/uspace/uspace.config
/trunk/HelenOS.config
/trunk/Makefile
/trunk/boot/Makefile
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/Makefile
/trunk/tools/config.py
/trunk/uspace/Makefile
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/app/trace/Makefile
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
/trunk/uspace/lib/libfs/Makefile
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softint/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/pci/libpci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3420 5724 d 2 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
3374 5741 d 8 h post /trunk/uspace/app/bdsh/ Drop inclusion of lib/ and lib/ustr in the Makefile (this completes housekeeping)  
/trunk/uspace/app/bdsh/Makefile
3371 5741 d 16 h post /trunk/uspace/app/bdsh/ pwd should be a module, not a builtin  
/trunk/uspace/app/bdsh/cmds/modules/pwd
/trunk/uspace/app/bdsh/cmds/modules/pwd/entry.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.h
/trunk/uspace/app/bdsh/cmds/builtins/pwd
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/builtins/builtins.h
/trunk/uspace/app/bdsh/cmds/modules/modules.h
3360 5745 d 3 h post /trunk/uspace/app/bdsh/ Remove 'mount'  
/trunk/uspace/app/bdsh/cmds/modules/mount
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
3346 5747 d 10 h post /trunk/ Merge with shell @ 3241 for bdsh  
/trunk/uspace/app/bdsh
/trunk/uspace/lib/libc/generic/getopt.c
/trunk/uspace/lib/libc/include/getopt.h
/trunk/boot/arch/ia32/Makefile.inc
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/lib/libc/Makefile
3304 5757 d 11 h post /branches/shell/uspace/app/bdsh/ Get rid of -DHELENOS (glibc builds will now break)  
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/shell/uspace/app/bdsh/config.h
/branches/shell/uspace/app/bdsh/exec.c
/branches/shell/uspace/app/bdsh/exec.h
/branches/shell/uspace/app/bdsh/input.c
/branches/shell/uspace/app/bdsh/input.h
/branches/shell/uspace/app/bdsh/scli.c
3302 5757 d 11 h post /branches/shell/uspace/app/bdsh/ Added a stub for a future mount command, at this point we stop updating the GNU
makefile.
 
/branches/shell/uspace/app/bdsh/cmds/modules/mount
/branches/shell/uspace/app/bdsh/cmds/modules/mount/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.c
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.def
/branches/shell/uspace/app/bdsh/cmds/modules/mount/mount.h
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/cmds/modules/modules.h
3299 5757 d 13 h post /branches/shell/uspace/app/bdsh/ Makefile: Don't echo gcc auto header dependency output  
/branches/shell/uspace/app/bdsh/Makefile
3288 5758 d 11 h post /branches/shell/uspace/app/bdsh/ Makefiles: Fix typo $(OUTPUT) -> $(PROGRAM), update GNU Makefile.  
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/Makefile.gnu
3280 5759 d 2 h post /branches/shell/uspace/app/bdsh/ Get rid of cli_free() wrapper (no longer needed), this also removes -fno-strict-aliasing  
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/Makefile.gnu
/branches/shell/uspace/app/bdsh/util.c
/branches/shell/uspace/app/bdsh/util.h
3277 5759 d 3 h post /branches/shell/uspace/app/bdsh/ Add skeletal touch, mkdir, cat, rm, and ls  
/branches/shell/uspace/app/bdsh/cmds/modules/cat
/branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.def
/branches/shell/uspace/app/bdsh/cmds/modules/cat/cat.h
/branches/shell/uspace/app/bdsh/cmds/modules/cat/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/ls
/branches/shell/uspace/app/bdsh/cmds/modules/ls/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.def
/branches/shell/uspace/app/bdsh/cmds/modules/ls/ls.h
/branches/shell/uspace/app/bdsh/cmds/modules/mkdir
/branches/shell/uspace/app/bdsh/cmds/modules/mkdir/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def
/branches/shell/uspace/app/bdsh/cmds/modules/mkdir/mkdir.h
/branches/shell/uspace/app/bdsh/cmds/modules/rm
/branches/shell/uspace/app/bdsh/cmds/modules/rm/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.c
/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.def
/branches/shell/uspace/app/bdsh/cmds/modules/rm/rm.h
/branches/shell/uspace/app/bdsh/cmds/modules/touch
/branches/shell/uspace/app/bdsh/cmds/modules/touch/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.c
/branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.def
/branches/shell/uspace/app/bdsh/cmds/modules/touch/touch.h
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/cmds/modules/module_aliases.h
/branches/shell/uspace/app/bdsh/cmds/modules/modules.h
3265 5759 d 16 h post /branches/shell/uspace/app/bdsh/ Added initial port of simple CLI to bdsh (brain dead shell)  
/branches/shell/uspace/app/bdsh
/branches/shell/uspace/app/bdsh/AUTHORS
/branches/shell/uspace/app/bdsh/LICENSE
/branches/shell/uspace/app/bdsh/Makefile
/branches/shell/uspace/app/bdsh/Makefile.gnu
/branches/shell/uspace/app/bdsh/cmds
/branches/shell/uspace/app/bdsh/cmds/builtin_cmds.c
/branches/shell/uspace/app/bdsh/cmds/builtins
/branches/shell/uspace/app/bdsh/cmds/builtins/README
/branches/shell/uspace/app/bdsh/cmds/builtins/builtin_aliases.h
/branches/shell/uspace/app/bdsh/cmds/builtins/builtins.h
/branches/shell/uspace/app/bdsh/cmds/builtins/cd
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.c
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.def
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/cd.h
/branches/shell/uspace/app/bdsh/cmds/builtins/cd/entry.h
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/entry.h
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.c
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.def
/branches/shell/uspace/app/bdsh/cmds/builtins/pwd/pwd.h
/branches/shell/uspace/app/bdsh/cmds/cmds.h
/branches/shell/uspace/app/bdsh/cmds/mknewcmd
/branches/shell/uspace/app/bdsh/cmds/mod_cmds.c
/branches/shell/uspace/app/bdsh/cmds/modules
/branches/shell/uspace/app/bdsh/cmds/modules/README
/branches/shell/uspace/app/bdsh/cmds/modules/help
/branches/shell/uspace/app/bdsh/cmds/modules/help/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/help/help.c
/branches/shell/uspace/app/bdsh/cmds/modules/help/help.def
/branches/shell/uspace/app/bdsh/cmds/modules/help/help.h
/branches/shell/uspace/app/bdsh/cmds/modules/module_aliases.h
/branches/shell/uspace/app/bdsh/cmds/modules/modules.h
/branches/shell/uspace/app/bdsh/cmds/modules/quit
/branches/shell/uspace/app/bdsh/cmds/modules/quit/entry.h
/branches/shell/uspace/app/bdsh/cmds/modules/quit/quit.c
/branches/shell/uspace/app/bdsh/cmds/modules/quit/quit.def
/branches/shell/uspace/app/bdsh/cmds/modules/quit/quit.h
/branches/shell/uspace/app/bdsh/config.h
/branches/shell/uspace/app/bdsh/errors.c
/branches/shell/uspace/app/bdsh/errors.h
/branches/shell/uspace/app/bdsh/errstr.h
/branches/shell/uspace/app/bdsh/exec.c
/branches/shell/uspace/app/bdsh/exec.h
/branches/shell/uspace/app/bdsh/input.c
/branches/shell/uspace/app/bdsh/input.h
/branches/shell/uspace/app/bdsh/scli.c
/branches/shell/uspace/app/bdsh/scli.h
/branches/shell/uspace/app/bdsh/util.c
/branches/shell/uspace/app/bdsh/util.h