# # ChangeLog for uspace/Makefile in mainline # # Generated by Trac 1.5.4 # 2024-06-02T17:18:56Z Sat, 09 Jan 2010 21:05:35 GMT Jiri Svoboda [dccf721] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkfat/Makefile (added) * uspace/app/mkfat/Makefile.build (added) * uspace/app/mkfat/Makefile.common (added) * uspace/app/mkfat/fat.h (added) * uspace/app/mkfat/mkfat.c (added) * uspace/lib/libblock/libblock.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) Add mkfat utility. Fix block writing in libblock and file_bd driver. Tue, 05 Jan 2010 17:25:29 GMT Martin Decky [b3d513f] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/bd/part/mbr_part/Makefile (moved) * uspace/srv/bd/part/mbr_part/Makefile.build (moved) * uspace/srv/bd/part/mbr_part/Makefile.common (moved) * uspace/srv/bd/part/mbr_part/mbr_part.c (moved) * uspace/srv/fb/Makefile.common (deleted) * uspace/srv/hid/c_mouse/Makefile (moved) * uspace/srv/hid/c_mouse/Makefile.build (moved) * uspace/srv/hid/c_mouse/Makefile.common (moved) * uspace/srv/hid/c_mouse/c_mouse.c (moved) * uspace/srv/hid/c_mouse/chardev.c (moved) * uspace/srv/hid/c_mouse/include/c_mouse.h (moved) * uspace/srv/hid/c_mouse/include/mouse_port.h (moved) * uspace/srv/hid/c_mouse/include/mouse_proto.h (moved) * uspace/srv/hid/c_mouse/proto/ps2.c (moved) * uspace/srv/hid/console/Makefile (moved) * uspace/srv/hid/console/Makefile.build (moved) * uspace/srv/hid/console/Makefile.common (moved) * uspace/srv/hid/console/console.c (moved) * uspace/srv/hid/console/console.h (moved) * uspace/srv/hid/console/gcons.c (moved) * uspace/srv/hid/console/gcons.h (moved) * uspace/srv/hid/console/gfx/anim_1.ppm (moved) * uspace/srv/hid/console/gfx/anim_2.ppm (moved) * uspace/srv/hid/console/gfx/anim_3.ppm (moved) * uspace/srv/hid/console/gfx/anim_4.ppm (moved) * uspace/srv/hid/console/gfx/cons_has_data.ppm (moved) * uspace/srv/hid/console/gfx/cons_idle.ppm (moved) * uspace/srv/hid/console/gfx/cons_kernel.ppm (moved) * uspace/srv/hid/console/gfx/cons_selected.ppm (moved) * uspace/srv/hid/console/gfx/helenos.ppm (moved) * uspace/srv/hid/console/gfx/nameic.ppm (moved) * uspace/srv/hid/console/keybuffer.c (moved) * uspace/srv/hid/console/keybuffer.h (moved) * uspace/srv/hid/console/screenbuffer.c (moved) * uspace/srv/hid/console/screenbuffer.h (moved) * uspace/srv/hid/fb/Makefile (moved) * uspace/srv/hid/fb/Makefile.build (moved) * uspace/srv/hid/fb/Makefile.common (moved) * uspace/srv/hid/fb/ega.c (moved) * uspace/srv/hid/fb/ega.h (moved) * uspace/srv/hid/fb/fb.c (moved) * uspace/srv/hid/fb/fb.h (moved) * uspace/srv/hid/fb/font-8x16.c (moved) * uspace/srv/hid/fb/font-8x16.h (moved) * uspace/srv/hid/fb/main.c (moved) * uspace/srv/hid/fb/main.h (moved) * uspace/srv/hid/fb/msim.c (moved) * uspace/srv/hid/fb/msim.h (moved) * uspace/srv/hid/fb/pointer.xbm (moved) * uspace/srv/hid/fb/pointer_mask.xbm (moved) * uspace/srv/hid/fb/ppm.c (moved) * uspace/srv/hid/fb/ppm.h (moved) * uspace/srv/hid/fb/serial_console.c (moved) * uspace/srv/hid/fb/serial_console.h (moved) * uspace/srv/hid/fb/sgcn.c (moved) * uspace/srv/hid/fb/sgcn.h (moved) * uspace/srv/hid/fb/ski.c (moved) * uspace/srv/hid/fb/ski.h (moved) * uspace/srv/hid/kbd/Makefile (moved) * uspace/srv/hid/kbd/Makefile.build (moved) * uspace/srv/hid/kbd/Makefile.common (moved) * uspace/srv/hid/kbd/ctl/gxe_fb.c (moved) * uspace/srv/hid/kbd/ctl/pc.c (moved) * uspace/srv/hid/kbd/ctl/pl050.c (moved) * uspace/srv/hid/kbd/ctl/stty.c (moved) * uspace/srv/hid/kbd/ctl/sun.c (moved) * uspace/srv/hid/kbd/genarch/gsp.c (moved) * uspace/srv/hid/kbd/genarch/stroke.c (moved) * uspace/srv/hid/kbd/generic/kbd.c (moved) * uspace/srv/hid/kbd/include/gsp.h (moved) * uspace/srv/hid/kbd/include/kbd.h (moved) * uspace/srv/hid/kbd/include/kbd_ctl.h (moved) * uspace/srv/hid/kbd/include/kbd_port.h (moved) * uspace/srv/hid/kbd/include/layout.h (moved) * uspace/srv/hid/kbd/include/stroke.h (moved) * uspace/srv/hid/kbd/include/sun.h (moved) * uspace/srv/hid/kbd/layout/cz.c (moved) * uspace/srv/hid/kbd/layout/us_dvorak.c (moved) * uspace/srv/hid/kbd/layout/us_qwerty.c (moved) * uspace/srv/hid/kbd/port/chardev.c (moved) * uspace/srv/hid/kbd/port/dummy.c (moved) * uspace/srv/hid/kbd/port/gxemul.c (moved) * uspace/srv/hid/kbd/port/msim.c (moved) * uspace/srv/hid/kbd/port/ns16550.c (moved) * uspace/srv/hid/kbd/port/pl050.c (moved) * uspace/srv/hid/kbd/port/sgcn.c (moved) * uspace/srv/hid/kbd/port/ski.c (moved) * uspace/srv/hid/kbd/port/sun.c (moved) * uspace/srv/hid/kbd/port/z8530.c (moved) * uspace/srv/hw/bus/pci/COPYING (moved) * uspace/srv/hw/bus/pci/Makefile (moved) * uspace/srv/hw/bus/pci/Makefile.build (moved) * uspace/srv/hw/bus/pci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/Makefile (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.build (moved) * uspace/srv/hw/bus/pci/libpci/Makefile.common (moved) * uspace/srv/hw/bus/pci/libpci/VERSION (moved) * uspace/srv/hw/bus/pci/libpci/access.c (moved) * uspace/srv/hw/bus/pci/libpci/generic.c (moved) * uspace/srv/hw/bus/pci/libpci/header.h (moved) * uspace/srv/hw/bus/pci/libpci/i386-ports.c (moved) * uspace/srv/hw/bus/pci/libpci/internal.h (moved) * uspace/srv/hw/bus/pci/libpci/names.c (moved) * uspace/srv/hw/bus/pci/libpci/pci.h (moved) * uspace/srv/hw/bus/pci/libpci/pci_ids.h (moved) * uspace/srv/hw/bus/pci/libpci/sysdep.h (moved) * uspace/srv/hw/bus/pci/libpci/types.h (moved) * uspace/srv/hw/bus/pci/pci.c (moved) * uspace/srv/hw/bus/pci/update-ids (moved) * uspace/srv/hw/char/i8042/Makefile (moved) * uspace/srv/hw/char/i8042/Makefile.build (moved) * uspace/srv/hw/char/i8042/Makefile.common (added) * uspace/srv/hw/char/i8042/i8042.c (moved) * uspace/srv/hw/char/i8042/i8042.h (moved) * uspace/srv/hw/cir/fhc/Makefile (moved) * uspace/srv/hw/cir/fhc/Makefile.build (moved) * uspace/srv/hw/cir/fhc/Makefile.common (moved) * uspace/srv/hw/cir/fhc/fhc.c (moved) * uspace/srv/hw/cir/obio/Makefile (moved) * uspace/srv/hw/cir/obio/Makefile.build (moved) * uspace/srv/hw/cir/obio/Makefile.common (added) * uspace/srv/hw/cir/obio/obio.c (moved) * uspace/srv/kbd/Makefile.common (deleted) restructure servers into a more well-arranged hierarchy 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 ... Wed, 30 Dec 2009 14:15:18 GMT Jiri Svoboda [9f51afc] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/include/ipc/char.h (added) * uspace/lib/libc/include/ipc/mouse.h (added) * uspace/srv/char/i8042/Makefile (added) * uspace/srv/char/i8042/Makefile.build (added) * uspace/srv/char/i8042/Makefile.common (added) * uspace/srv/char/i8042/i8042.c (added) * uspace/srv/char/i8042/i8042.h (moved) * uspace/srv/console/console.c (modified) * uspace/srv/kbd/Makefile.build (modified) * uspace/srv/kbd/port/chardev.c (added) * uspace/srv/kbd/port/i8042.c (deleted) * uspace/srv/mouse/c_mouse/Makefile (added) * uspace/srv/mouse/c_mouse/Makefile.build (added) * uspace/srv/mouse/c_mouse/Makefile.common (added) * uspace/srv/mouse/c_mouse/c_mouse.c (added) * uspace/srv/mouse/c_mouse/chardev.c (added) * uspace/srv/mouse/c_mouse/include/c_mouse.h (added) * uspace/srv/mouse/c_mouse/include/mouse_port.h (added) * uspace/srv/mouse/c_mouse/include/mouse_proto.h (added) * uspace/srv/mouse/c_mouse/proto/ps2.c (added) Re-introduce mouse driver, this time as a separate server. (Need to ... Wed, 16 Dec 2009 01:59:07 GMT Martin Decky [df747bd8] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/getterm/Makefile (moved) * uspace/app/getterm/Makefile.build (moved) * uspace/app/getterm/Makefile.common (moved) * uspace/app/getterm/getterm.c (moved) * uspace/app/getterm/getterm.h (moved) * uspace/app/getterm/version.c (moved) * uspace/app/getterm/version.h (moved) * uspace/app/init/init.c (modified) rename getvc to getterm, as the new name is more suitable for the ... Wed, 09 Dec 2009 17:10:38 GMT Martin Decky [fb623e2] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/lib/libc/generic/clipboard.c (modified) * uspace/lib/libc/include/ipc/clipboard.h (added) * uspace/lib/libc/include/ipc/services.h (modified) * uspace/srv/clip/Makefile (added) * uspace/srv/clip/Makefile.build (added) * uspace/srv/clip/Makefile.common (added) * uspace/srv/clip/clip.c (added) * uspace/srv/clip/clip.h (added) * uspace/srv/devmap/devmap.c (modified) move from file-backed clipboard to service-backed clipboard there is ... Fri, 30 Oct 2009 12:13:48 GMT Martin Decky [c7dc8ad] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile.common (modified) * boot/arch/ia64/loader/Makefile.common (modified) * boot/arch/mips32/loader/Makefile.common (modified) * boot/arch/ppc32/loader/Makefile.common (modified) * boot/arch/sparc64/loader/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/getvc/getvc.c (modified) * uspace/app/redir/Makefile (added) * uspace/app/redir/Makefile.build (added) * uspace/app/redir/Makefile.common (added) * uspace/app/redir/redir.c (added) proof-of-concept of stdin/stdout/stderr redirection 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 Sun, 13 Sep 2009 23:35:15 GMT Jiri Svoboda [3052ff4] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/app/edit/Makefile (added) * uspace/app/edit/edit.c (added) * uspace/app/edit/sheet.c (added) * uspace/app/edit/sheet.h (added) Add simple text editor. Mon, 31 Aug 2009 20:15:35 GMT Jiri Svoboda [00b1d20e] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/loader/Makefile (modified) * boot/arch/ia32/Makefile.inc (modified) * boot/arch/ia64/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * boot/arch/sparc64/loader/Makefile (modified) * uspace/Makefile (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/srv/part/mbr_part/Makefile (added) * uspace/srv/part/mbr_part/mbr_part.c (added) Add PC MBR partition driver (mbr_part). Only supports primary ...