# # ChangeLog for uspace/app/bdsh/Makefile in mainline # # Generated by Trac 1.6 # 2024-12-13T08:34:26Z Wed, 13 Jul 2011 19:54:05 GMT Jiri Svoboda [9be9c4d] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/compl.c (added) * uspace/app/bdsh/compl.h (added) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/exec.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) Shell command and file-name completion. Sat, 11 Jun 2011 19:40:17 GMT Martin Sucha [6939edb] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (added) * uspace/app/bdsh/tok.h (added) Add more powerful tokenizer to bdsh Wed, 31 Mar 2010 15:54:11 GMT Martin Decky [ee7e82a9] * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/sbi/Makefile (modified) add LIBCLUI_PREFIX Sat, 27 Mar 2010 09:49:56 GMT Jiri Svoboda [36a75a2] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/lib/clui/Makefile (added) * uspace/lib/clui/tinput.c (added) * uspace/lib/clui/tinput.h (added) Move text input from Bdsh to a separate library, clui. Tue, 23 Mar 2010 14:44:00 GMT Martin Decky [1b1164e8] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/sparc64/sun4v/Makefile.config (modified) * defaults/special/abs32le/Makefile.config (modified) * uspace/Makefile (modified) * uspace/Makefile.common (added) * uspace/app/Makefile.common (deleted) * uspace/app/bdsh/Makefile (modified) * uspace/app/edit/Makefile (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/mkfat/Makefile (modified) * uspace/app/redir/Makefile (modified) * uspace/app/taskdump/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/Makefile.common (deleted) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (deleted) * uspace/lib/libc/arch/abs32le/Makefile.common (added) * uspace/lib/libc/arch/abs32le/Makefile.inc (modified) * uspace/lib/libc/arch/abs32le/_link.ld.in (modified) * uspace/lib/libc/arch/amd64/Makefile.common (moved) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/Makefile.common (added) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/Makefile.common (moved) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/Makefile.common (moved) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/Makefile.common (added) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/mips32eb/Makefile.common (added) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.common (added) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/Makefile.common (moved) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libpci/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/Makefile.common (deleted) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/part/guid_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/hid/adb_mouse/Makefile (modified) * uspace/srv/hid/char_mouse/Makefile (modified) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/Makefile.build (deleted) * uspace/srv/hid/fb/Makefile (modified) * uspace/srv/hid/fb/Makefile.build (deleted) * uspace/srv/hid/kbd/Makefile (modified) * uspace/srv/hid/kbd/Makefile.build (deleted) * uspace/srv/hw/bus/cuda_adb/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/abs32le/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/net/Makefile.module (deleted) * uspace/srv/net/app/echo/Makefile (modified) * uspace/srv/net/app/nettest1/Makefile (modified) * uspace/srv/net/app/nettest2/Makefile (modified) * uspace/srv/net/app/ping/Makefile (modified) * uspace/srv/net/il/arp/Makefile (modified) * uspace/srv/net/il/ip/Makefile (modified) * uspace/srv/net/net/Makefile (modified) * uspace/srv/net/net/start/Makefile (modified) * uspace/srv/net/netif/dp8390/Makefile (modified) * uspace/srv/net/netif/lo/Makefile (modified) * uspace/srv/net/nil/eth/Makefile (modified) * uspace/srv/net/nil/nildummy/Makefile (modified) * uspace/srv/net/socket/Makefile (modified) * uspace/srv/net/tl/icmp/Makefile (modified) * uspace/srv/net/tl/tcp/Makefile (modified) * uspace/srv/net/tl/udp/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/taskmon/Makefile (modified) * uspace/srv/vfs/Makefile (modified) unify and simplify user space makefiles rename NETWORKING ... Fri, 22 Jan 2010 17:01:47 GMT Jakub Jermar [0cb2d72] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/unmount/entry.h (added) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (added) * uspace/app/bdsh/cmds/modules/unmount/unmount.h (added) * uspace/app/bdsh/cmds/modules/unmount/unmount_def.h (added) Add dummy unmount command to bdsh. Fri, 15 Jan 2010 22:13:12 GMT Jiri Svoboda [e5773c6] * uspace/Makefile (modified) * uspace/app/Makefile.common (moved) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.common (deleted) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (deleted) * uspace/app/edit/Makefile.common (deleted) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.common (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (deleted) * uspace/app/init/Makefile.common (deleted) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (deleted) * uspace/app/klog/Makefile.common (deleted) * uspace/app/mkfat/Makefile (modified) * uspace/app/mkfat/Makefile.build (deleted) * uspace/app/mkfat/Makefile.common (deleted) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (deleted) * uspace/app/redir/Makefile.common (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (deleted) * uspace/app/tester/Makefile.common (deleted) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (deleted) * uspace/app/tetris/Makefile.common (deleted) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (deleted) * uspace/app/trace/Makefile.common (deleted) * uspace/lib/libpci/COPYING (moved) * uspace/lib/libpci/Makefile (moved) * uspace/lib/libpci/Makefile.build (moved) * uspace/lib/libpci/Makefile.common (moved) * uspace/lib/libpci/VERSION (moved) * uspace/lib/libpci/access.c (moved) * uspace/lib/libpci/generic.c (moved) * uspace/lib/libpci/header.h (moved) * uspace/lib/libpci/i386-ports.c (moved) * uspace/lib/libpci/internal.h (moved) * uspace/lib/libpci/names.c (moved) * uspace/lib/libpci/pci.h (moved) * uspace/lib/libpci/pci_ids.h (moved) * uspace/lib/libpci/sysdep.h (moved) * uspace/lib/libpci/types.h (moved) * uspace/srv/Makefile.common (moved) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (deleted) * uspace/srv/bd/ata_bd/Makefile.common (deleted) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (deleted) * uspace/srv/bd/file_bd/Makefile.common (deleted) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (deleted) * uspace/srv/bd/gxe_bd/Makefile.common (deleted) * uspace/srv/bd/part/mbr_part/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile.build (deleted) * uspace/srv/bd/part/mbr_part/Makefile.common (deleted) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (deleted) * uspace/srv/bd/rd/Makefile.common (deleted) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (deleted) * uspace/srv/clip/Makefile.common (deleted) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (deleted) * uspace/srv/devmap/Makefile.common (deleted) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (deleted) * uspace/srv/fs/devfs/Makefile.common (deleted) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (deleted) * uspace/srv/fs/fat/Makefile.common (deleted) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (deleted) * uspace/srv/fs/tmpfs/Makefile.common (deleted) * uspace/srv/hid/c_mouse/Makefile (modified) * uspace/srv/hid/c_mouse/Makefile.build (deleted) * uspace/srv/hid/c_mouse/Makefile.common (deleted) * uspace/srv/hw/bus/pci/Makefile (modified) * uspace/srv/hw/bus/pci/Makefile.build (deleted) * uspace/srv/hw/bus/pci/Makefile.common (deleted) * uspace/srv/hw/bus/pci/pci.c (modified) * uspace/srv/hw/char/i8042/Makefile (modified) * uspace/srv/hw/char/i8042/Makefile.build (deleted) * uspace/srv/hw/char/i8042/Makefile.common (deleted) * uspace/srv/hw/cir/fhc/Makefile (modified) * uspace/srv/hw/cir/fhc/Makefile.build (deleted) * uspace/srv/hw/cir/fhc/Makefile.common (deleted) * uspace/srv/hw/cir/obio/Makefile (modified) * uspace/srv/hw/cir/obio/Makefile.build (deleted) * uspace/srv/hw/cir/obio/Makefile.common (deleted) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (deleted) * uspace/srv/ns/Makefile.common (deleted) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (deleted) * uspace/srv/vfs/Makefile.common (deleted) Extract common makefile part for apps and servers, use for all apps ... Mon, 04 Jan 2010 15:21:19 GMT Martin Decky [8786aa5] * Makefile (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/arm32/loader/Makefile.toolchain (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.toolchain (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.toolchain (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.toolchain (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile.build (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.toolchain (modified) * kernel/Makefile (modified) * kernel/Makefile.build (modified) * kernel/Makefile.common (modified) * tools/checkers/stanse/ThreadChecker.xml (moved) * tools/checkers/stanse/stanse.py (added) * tools/jobfile.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (modified) * uspace/app/bdsh/Makefile.common (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (modified) * uspace/app/edit/Makefile.common (modified) * uspace/app/getterm/Makefile (modified) * uspace/app/getterm/Makefile.build (modified) * uspace/app/getterm/Makefile.common (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (modified) * uspace/app/init/Makefile.common (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (modified) * uspace/app/klog/Makefile.common (modified) * uspace/app/redir/Makefile (modified) * uspace/app/redir/Makefile.build (modified) * uspace/app/redir/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (modified) * uspace/app/tester/Makefile.common (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (modified) * uspace/app/tetris/Makefile.common (modified) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (modified) * uspace/app/trace/Makefile.common (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (modified) * uspace/lib/libblock/Makefile.common (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (modified) * uspace/lib/libc/Makefile.common (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (modified) * uspace/lib/libfs/Makefile.common (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (modified) * uspace/lib/softfloat/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (modified) * uspace/lib/softint/Makefile.common (modified) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (modified) * uspace/srv/bd/ata_bd/Makefile.common (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (modified) * uspace/srv/bd/file_bd/Makefile.common (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (modified) * uspace/srv/bd/gxe_bd/Makefile.common (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (modified) * uspace/srv/bd/rd/Makefile.common (modified) * uspace/srv/char/i8042/Makefile (modified) * uspace/srv/char/i8042/Makefile.build (modified) * uspace/srv/char/i8042/Makefile.common (modified) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/fhc/Makefile.build (modified) * uspace/srv/cir/fhc/Makefile.common (modified) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/cir/obio/Makefile.build (modified) * uspace/srv/cir/obio/Makefile.common (modified) * uspace/srv/clip/Makefile (modified) * uspace/srv/clip/Makefile.build (modified) * uspace/srv/clip/Makefile.common (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/console/Makefile.build (modified) * uspace/srv/console/Makefile.common (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (modified) * uspace/srv/devmap/Makefile.common (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/Makefile.build (modified) * uspace/srv/fb/Makefile.common (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (modified) * uspace/srv/fs/devfs/Makefile.common (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (modified) * uspace/srv/fs/fat/Makefile.common (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (modified) * uspace/srv/fs/tmpfs/Makefile.common (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/Makefile.build (modified) * uspace/srv/kbd/Makefile.common (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.build (modified) * uspace/srv/loader/Makefile.common (modified) * uspace/srv/mouse/c_mouse/Makefile (modified) * uspace/srv/mouse/c_mouse/Makefile.build (modified) * uspace/srv/mouse/c_mouse/Makefile.common (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (modified) * uspace/srv/ns/Makefile.common (modified) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/part/mbr_part/Makefile.build (modified) * uspace/srv/part/mbr_part/Makefile.common (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/Makefile.build (modified) * uspace/srv/pci/Makefile.common (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/pci/libpci/Makefile.build (modified) * uspace/srv/pci/libpci/Makefile.common (modified) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (modified) * uspace/srv/vfs/Makefile.common (modified) remove Stanse-specific constructs from makefiles add generic support ... Tue, 20 Oct 2009 16:08:08 GMT Martin Decky [cc1f8d4] * boot/Makefile (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/arm32/loader/Makefile.build (added) * boot/arch/arm32/loader/Makefile.common (added) * boot/arch/arm32/loader/Makefile.toolchain (added) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile.build (added) * boot/arch/ia64/loader/Makefile.common (added) * boot/arch/ia64/loader/Makefile.toolchain (added) * boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile.build (added) * boot/arch/mips32/loader/Makefile.common (added) * boot/arch/mips32/loader/Makefile.toolchain (added) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile.build (added) * boot/arch/ppc32/loader/Makefile.common (added) * boot/arch/ppc32/loader/Makefile.toolchain (added) * boot/tools/pack.py (modified) * kernel/Makefile (modified) * kernel/Makefile.build (added) * kernel/Makefile.common (added) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/Makefile.build (added) * uspace/app/bdsh/Makefile.common (added) * uspace/app/edit/Makefile (modified) * uspace/app/edit/Makefile.build (added) * uspace/app/edit/Makefile.common (added) * uspace/app/getvc/Makefile (modified) * uspace/app/getvc/Makefile.build (added) * uspace/app/getvc/Makefile.common (added) * uspace/app/init/Makefile (modified) * uspace/app/init/Makefile.build (added) * uspace/app/init/Makefile.common (added) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/Makefile.build (added) * uspace/app/klog/Makefile.common (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/Makefile.build (added) * uspace/app/tester/Makefile.common (added) * uspace/app/tetris/Makefile (modified) * uspace/app/tetris/Makefile.build (added) * uspace/app/tetris/Makefile.common (added) * uspace/app/trace/Makefile (modified) * uspace/app/trace/Makefile.build (added) * uspace/app/trace/Makefile.common (added) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libblock/Makefile.build (added) * uspace/lib/libblock/Makefile.common (added) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.build (added) * uspace/lib/libc/Makefile.common (added) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/libfs/Makefile.build (added) * uspace/lib/libfs/Makefile.common (added) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/Makefile.build (added) * uspace/lib/softfloat/Makefile.common (added) * uspace/lib/softint/Makefile (modified) * uspace/lib/softint/Makefile.build (added) * uspace/lib/softint/Makefile.common (added) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile.build (added) * uspace/srv/bd/ata_bd/Makefile.common (added) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile.build (added) * uspace/srv/bd/file_bd/Makefile.common (added) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile.build (added) * uspace/srv/bd/gxe_bd/Makefile.common (added) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/bd/rd/Makefile.build (added) * uspace/srv/bd/rd/Makefile.common (added) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/fhc/Makefile.build (added) * uspace/srv/cir/fhc/Makefile.common (added) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/cir/obio/Makefile.build (added) * uspace/srv/cir/obio/Makefile.common (added) * uspace/srv/console/Makefile (modified) * uspace/srv/console/Makefile.build (added) * uspace/srv/console/Makefile.common (added) * uspace/srv/console/console.c (modified) * uspace/srv/console/keybuffer.c (modified) * uspace/srv/console/screenbuffer.c (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/devmap/Makefile.build (added) * uspace/srv/devmap/Makefile.common (added) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/Makefile.build (added) * uspace/srv/fb/Makefile.common (added) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/devfs/Makefile.build (added) * uspace/srv/fs/devfs/Makefile.common (added) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/Makefile.build (added) * uspace/srv/fs/fat/Makefile.common (added) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile.build (added) * uspace/srv/fs/tmpfs/Makefile.common (added) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/Makefile.build (added) * uspace/srv/kbd/Makefile.common (added) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/Makefile.build (added) * uspace/srv/loader/Makefile.common (added) * uspace/srv/ns/Makefile (modified) * uspace/srv/ns/Makefile.build (added) * uspace/srv/ns/Makefile.common (added) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/part/mbr_part/Makefile.build (added) * uspace/srv/part/mbr_part/Makefile.common (added) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/Makefile.build (added) * uspace/srv/pci/Makefile.common (added) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/pci/libpci/Makefile.build (added) * uspace/srv/pci/libpci/Makefile.common (added) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/Makefile.build (added) * uspace/srv/vfs/Makefile.common (added) proper support for parallel building (this time really tested) all ... Wed, 14 Oct 2009 15:00:02 GMT Martin Decky [e035612] * Makefile (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/edit/Makefile (modified) * uspace/app/getvc/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/vfs/Makefile (modified) make parallel build (with -j n) possible Tue, 19 May 2009 21:48:05 GMT Jiri Svoboda [27fd651] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (added) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (added) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (added) * uspace/app/bdsh/cmds/modules/bdd/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) Add 'bdd' shell command (block device dump) for testing block device ... Mon, 11 May 2009 20:13:26 GMT Jiri Svoboda [e38d66b] * uspace/app/bdsh/Makefile (modified) Slash missing in bdsh makefile. Mon, 11 May 2009 18:48:01 GMT Jakub Jermar [d4a172b] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mount/entry.h (added) * uspace/app/bdsh/cmds/modules/mount/mount.c (added) * uspace/app/bdsh/cmds/modules/mount/mount.h (added) * uspace/app/bdsh/cmds/modules/mount/mount_def.h (added) Add a bdsh wrapper around mount(). Fri, 08 May 2009 11:10:34 GMT Jakub Jermar [046f342] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mv/entry.h (added) * uspace/app/bdsh/cmds/modules/mv/mv.c (added) * uspace/app/bdsh/cmds/modules/mv/mv.h (added) * uspace/app/bdsh/cmds/modules/mv/mv_def.h (added) Add a primitive 'mv' command. This 'mv' is a mere wrapper around ... Sun, 22 Mar 2009 19:48:11 GMT Jiri Svoboda [3fe00ee] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/kcon/entry.h (added) * uspace/app/bdsh/cmds/modules/kcon/kcon.c (added) * uspace/app/bdsh/cmds/modules/kcon/kcon.h (added) * uspace/app/bdsh/cmds/modules/kcon/kcon_def.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/lib/libc/generic/console.c (modified) * uspace/lib/libc/include/console.h (modified) * uspace/lib/libc/include/ipc/console.h (modified) * uspace/srv/console/console.c (modified) 'kcon' shell builtin for switching to debug console. Thu, 12 Feb 2009 20:11:25 GMT Martin Decky [fcd7053] * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/init/version.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/_link.ld.in (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/_link.ld.in (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/_link.ld.in (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/_link.ld.in (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/_link.ld.in (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/_link.ld.in (modified) * uspace/lib/libc/include/macros.h (added) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/arch/ia64/src/kbd.c (modified) * uspace/srv/kbd/arch/ppc32/src/kbd.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/amd64/Makefile.inc (modified) * uspace/srv/loader/arch/amd64/_link.ld.in (modified) * uspace/srv/loader/arch/arm32/Makefile.inc (modified) * uspace/srv/loader/arch/arm32/_link.ld.in (modified) * uspace/srv/loader/arch/ia32/Makefile.inc (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) * uspace/srv/loader/arch/ia64/Makefile.inc (modified) * uspace/srv/loader/arch/ia64/_link.ld.in (modified) * uspace/srv/loader/arch/mips32/Makefile.inc (modified) * uspace/srv/loader/arch/mips32/_link.ld.in (modified) * uspace/srv/loader/arch/ppc32/Makefile.inc (modified) * uspace/srv/loader/arch/ppc32/_link.ld.in (modified) * uspace/srv/loader/arch/sparc64/Makefile.inc (modified) * uspace/srv/loader/arch/sparc64/_link.ld.in (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) cleanup configuration code cleanup Thu, 22 Jan 2009 07:39:43 GMT Tim Post [721d3a27] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/builtins/exit/entry.h (added) * uspace/app/bdsh/cmds/builtins/exit/exit.c (moved) * uspace/app/bdsh/cmds/builtins/exit/exit.h (moved) * uspace/app/bdsh/cmds/builtins/exit/exit_def.h (moved) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/quit/entry.h (deleted) exit should be a builtin, since it will eventually need to know about ... Tue, 20 Jan 2009 18:38:16 GMT Martin Decky [9a0367f] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/ppc64/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * boot/boot.config (deleted) * kernel/Makefile (modified) * kernel/kernel.config (deleted) * tools/config.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libblock/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libfs/Makefile (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/pci/libpci/Makefile (modified) * uspace/srv/rd/Makefile (modified) * uspace/srv/vfs/Makefile (modified) * uspace/uspace.config (deleted) configuration system overhaul (requires newt) Sun, 14 Sep 2008 17:33:47 GMT Tim Post [39463ff] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (added) * uspace/app/bdsh/cmds/modules/cp/cp.h (added) * uspace/app/bdsh/cmds/modules/cp/cp_def.h (added) * uspace/app/bdsh/cmds/modules/cp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/sleep/entry.h (added) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (added) * uspace/app/bdsh/cmds/modules/sleep/sleep.h (added) * uspace/app/bdsh/cmds/modules/sleep/sleep_def.h (added) * uspace/app/bdsh/util.c (modified) Add skeletal sleep and cp commands (not yet working) Thu, 28 Aug 2008 11:01:12 GMT Tim Post [7b256b0b] * uspace/app/bdsh/Makefile (modified) Drop inclusion of lib/ and lib/ustr in the Makefile (this completes ... Thu, 28 Aug 2008 02:51:25 GMT Tim Post [69145dae] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/entry.h (moved) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (moved) * uspace/app/bdsh/cmds/modules/pwd/pwd.def (moved) * uspace/app/bdsh/cmds/modules/pwd/pwd.h (moved) pwd should be a module, not a builtin Sun, 24 Aug 2008 16:00:11 GMT Tim Post [90a428a] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/mount/entry.h (deleted) * uspace/app/bdsh/cmds/modules/mount/mount.c (deleted) * uspace/app/bdsh/cmds/modules/mount/mount.def (deleted) * uspace/app/bdsh/cmds/modules/mount/mount.h (deleted) Remove 'mount' Fri, 22 Aug 2008 09:09:03 GMT Tim Post [216d6fc] * boot/arch/ia32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/AUTHORS (added) * uspace/app/bdsh/LICENSE (added) * uspace/app/bdsh/Makefile (added) * uspace/app/bdsh/TODO (added) * uspace/app/bdsh/cmds/builtin_cmds.c (added) * uspace/app/bdsh/cmds/builtins/README (added) * uspace/app/bdsh/cmds/builtins/builtin_aliases.h (added) * uspace/app/bdsh/cmds/builtins/builtins.h (added) * uspace/app/bdsh/cmds/builtins/cd/cd.c (added) * uspace/app/bdsh/cmds/builtins/cd/cd.def (added) * uspace/app/bdsh/cmds/builtins/cd/cd.h (added) * uspace/app/bdsh/cmds/builtins/cd/entry.h (added) * uspace/app/bdsh/cmds/builtins/pwd/entry.h (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.c (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.def (added) * uspace/app/bdsh/cmds/builtins/pwd/pwd.h (added) * uspace/app/bdsh/cmds/cmds.h (added) * uspace/app/bdsh/cmds/mknewcmd (added) * uspace/app/bdsh/cmds/mod_cmds.c (added) * uspace/app/bdsh/cmds/modules/README (added) * uspace/app/bdsh/cmds/modules/cat/cat.c (added) * uspace/app/bdsh/cmds/modules/cat/cat.def (added) * uspace/app/bdsh/cmds/modules/cat/cat.h (added) * uspace/app/bdsh/cmds/modules/cat/entry.h (added) * uspace/app/bdsh/cmds/modules/help/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.c (added) * uspace/app/bdsh/cmds/modules/help/help.def (added) * uspace/app/bdsh/cmds/modules/help/help.h (added) * uspace/app/bdsh/cmds/modules/ls/entry.h (added) * uspace/app/bdsh/cmds/modules/ls/ls.c (added) * uspace/app/bdsh/cmds/modules/ls/ls.def (added) * uspace/app/bdsh/cmds/modules/ls/ls.h (added) * uspace/app/bdsh/cmds/modules/mkdir/entry.h (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.def (added) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (added) * uspace/app/bdsh/cmds/modules/modules.h (added) * uspace/app/bdsh/cmds/modules/mount/entry.h (added) * uspace/app/bdsh/cmds/modules/mount/mount.c (added) * uspace/app/bdsh/cmds/modules/mount/mount.def (added) * uspace/app/bdsh/cmds/modules/mount/mount.h (added) * uspace/app/bdsh/cmds/modules/quit/entry.h (added) * uspace/app/bdsh/cmds/modules/quit/quit.c (added) * uspace/app/bdsh/cmds/modules/quit/quit.def (added) * uspace/app/bdsh/cmds/modules/quit/quit.h (added) * uspace/app/bdsh/cmds/modules/rm/entry.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (added) * uspace/app/bdsh/cmds/modules/rm/rm.def (added) * uspace/app/bdsh/cmds/modules/rm/rm.h (added) * uspace/app/bdsh/cmds/modules/touch/entry.h (added) * uspace/app/bdsh/cmds/modules/touch/touch.c (added) * uspace/app/bdsh/cmds/modules/touch/touch.def (added) * uspace/app/bdsh/cmds/modules/touch/touch.h (added) * uspace/app/bdsh/config.h (added) * uspace/app/bdsh/errors.c (added) * uspace/app/bdsh/errors.h (added) * uspace/app/bdsh/errstr.h (added) * uspace/app/bdsh/exec.c (added) * uspace/app/bdsh/exec.h (added) * uspace/app/bdsh/input.c (added) * uspace/app/bdsh/input.h (added) * uspace/app/bdsh/scli.c (added) * uspace/app/bdsh/scli.h (added) * uspace/app/bdsh/util.c (added) * uspace/app/bdsh/util.h (added) * uspace/app/init/init.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/getopt.c (added) * uspace/lib/libc/include/getopt.h (added) Merge with shell @ 3241 for bdsh