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
4521 5493 d 20 h decky /trunk/uspace/app/klog/ remove serialization (it is not needed here)  
/trunk/uspace/app/klog/klog.c
4515 5495 d 4 h decky /trunk/uspace/app/tetris/ slightly cleanup the horrible mess of tetris
introduce colors
 
/trunk/uspace/app/tetris/pathnames.h
/trunk/uspace/app/tetris/input.c
/trunk/uspace/app/tetris/input.h
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/scores.h
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/screen.h
/trunk/uspace/app/tetris/shapes.c
/trunk/uspace/app/tetris/tetris.c
/trunk/uspace/app/tetris/tetris.h
4509 5496 d 2 h decky /trunk/uspace/ rename libadt -> adt  
/trunk/uspace/lib/libc/generic/adt
/trunk/uspace/lib/libc/include/adt
/trunk/uspace/lib/libc/generic/libadt
/trunk/uspace/lib/libc/include/libadt
/trunk/uspace/app/trace/ipcp.c
/trunk/uspace/app/trace/proto.c
/trunk/uspace/app/trace/proto.h
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/adt/hash_table.c
/trunk/uspace/lib/libc/generic/adt/list.c
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/generic/fibril.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/ipc.c
/trunk/uspace/lib/libc/include/adt/hash_table.h
/trunk/uspace/lib/libc/include/fibril.h
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/lib/libc/include/stdio.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/ns/clonable.c
/trunk/uspace/srv/ns/service.c
/trunk/uspace/srv/ns/task.c
/trunk/uspace/srv/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_node.c
/trunk/uspace/srv/vfs/vfs_ops.c
/trunk/uspace/srv/vfs/vfs_register.c
4496 5499 d 23 h decky /trunk/uspace/ be more pedantic about undefined function prototypes (to avoid memory access traps)
add missing header files
 
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/generic/mem.c
/trunk/uspace/srv/ns/clonable.c
/trunk/uspace/srv/ns/ns.c
4495 5500 d 2 h decky /trunk/uspace/app/klog/ as_get_mappable_page() has an argument in bytes, not in pages  
/trunk/uspace/app/klog/klog.c
4489 5500 d 20 h decky /trunk/uspace/app/trace/ update for latest I/O changes
(the protocols are not yet described completely, will be solved soon)
 
/trunk/uspace/app/trace/trace.c
4488 5500 d 20 h decky /trunk/uspace/app/ update for latest I/O changes  
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/screen.h
4487 5500 d 20 h decky /trunk/uspace/app/tester/ update for latest I/O changes
(some tests are not 100% working yet, will be solved soon)
 
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tester/ipc/ping_pong.c
/trunk/uspace/app/tester/tester.c
4486 5500 d 20 h decky /trunk/uspace/app/bdsh/ bdsh: sync with I/O changes, block until spawned task exits  
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
4485 5500 d 20 h decky /trunk/uspace/app/init/ init rewrite: remove banner, start getvc to acquire first seven virtual terminals  
/trunk/uspace/app/init/version.c
/trunk/uspace/app/init/version.h
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/app/init/init.h
4446 5501 d 22 h decky /trunk/uspace/app/getvc/ getvc: a task which acquires a console device
(this is a preliminary commit which does nothing, the bulk of the changes will be commited later)
 
/trunk/uspace/app/getvc
/trunk/uspace/app/getvc/Makefile
/trunk/uspace/app/getvc/getvc.c
/trunk/uspace/app/getvc/getvc.h
/trunk/uspace/app/getvc/version.c
/trunk/uspace/app/getvc/version.h
4417 5514 d 8 h decky /trunk/ add simple devfs filesystem and mount it as /dev
add generic NULL device "null"
 
/trunk/uspace/dist/dev
/trunk/uspace/srv/fs/devfs
/trunk/uspace/srv/fs/devfs/Makefile
/trunk/uspace/srv/fs/devfs/devfs.c
/trunk/uspace/srv/fs/devfs/devfs.h
/trunk/uspace/srv/fs/devfs/devfs_ops.c
/trunk/uspace/srv/fs/devfs/devfs_ops.h
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
4416 5514 d 8 h decky /trunk/uspace/ improve devmap interface
remove spared device
 
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/lib/libc/include/devmap.h
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
/trunk/uspace/srv/devmap/devmap.c
/trunk/uspace/srv/rd/rd.c
4413 5515 d 3 h decky /trunk/uspace/ add space before $@  
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/srv/bd/gxe_bd/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fhc/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/obio/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
4408 5515 d 18 h svoboda /trunk/uspace/app/bdsh/ Add 'bdd' shell command (block device dump) for testing block device drivers.  
/trunk/uspace/app/bdsh/cmds/modules/bdd
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.h
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd_def.h
/trunk/uspace/app/bdsh/cmds/modules/bdd/entry.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
4401 5516 d 20 h svoboda /trunk/uspace/ C binding for devmap. Gets rid of duplicate code.  
/trunk/uspace/lib/libc/generic/devmap.c
/trunk/uspace/lib/libc/include/devmap.h
/trunk/uspace/app/tester/devmap/devmap1.c
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/ipc/devmap.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/vfs/vfs.h
4382 5522 d 18 h svoboda /trunk/uspace/app/tester/ Add IPC ping-pong benchmark to tester.  
/trunk/uspace/app/tester/ipc/ping_pong.c
/trunk/uspace/app/tester/ipc/ping_pong.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
4379 5523 d 19 h svoboda /trunk/uspace/app/bdsh/ Slash missing in bdsh makefile.  
/trunk/uspace/app/bdsh/Makefile
4371 5523 d 21 h jermar /trunk/uspace/app/bdsh/ Add a bdsh wrapper around mount().  
/trunk/uspace/app/bdsh/cmds/modules/mount
/trunk/uspace/app/bdsh/cmds/modules/mount/entry.h
/trunk/uspace/app/bdsh/cmds/modules/mount/mount.c
/trunk/uspace/app/bdsh/cmds/modules/mount/mount.h
/trunk/uspace/app/bdsh/cmds/modules/mount/mount_def.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h
4364 5527 d 4 h jermar /trunk/uspace/app/bdsh/ Add a primitive 'mv' command. This 'mv' is a mere wrapper around rename() and
as such cannot move files across file systems and doesn't work on FAT (because
FAT does not support hardlinks).
 
/trunk/uspace/app/bdsh/cmds/modules/mv
/trunk/uspace/app/bdsh/cmds/modules/mv/entry.h
/trunk/uspace/app/bdsh/cmds/modules/mv/mv.c
/trunk/uspace/app/bdsh/cmds/modules/mv/mv.h
/trunk/uspace/app/bdsh/cmds/modules/mv/mv_def.h
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/module_aliases.h
/trunk/uspace/app/bdsh/cmds/modules/modules.h

Show All