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
4453 5505 d 17 h decky /trunk/uspace/lib/libc/include/ port macros from kernel  
/trunk/uspace/lib/libc/include/macros.h
4452 5506 d 6 h decky /trunk/kernel/generic/ send notification also during task creation
(the intention is to be able to pair task creation and destruction to avoid missed waits)
 
/trunk/kernel/generic/include/ipc/event_types.h
/trunk/kernel/generic/src/proc/task.c
4451 5506 d 6 h decky /trunk/kernel/generic/include/ rename the macro to be consistent with LOWER32/UPPER32 and add 64b typecast
(how much fun with a single macro :))
 
/trunk/kernel/generic/include/macros.h
4450 5506 d 10 h svoboda /trunk/kernel/generic/include/ Parethesize args in MERGE_LOHI32 macro.  
/trunk/kernel/generic/include/macros.h
4449 5506 d 13 h decky /trunk/kernel/generic/include/ fix stupid typo (thx Matthieu Gueguen)  
/trunk/kernel/generic/include/macros.h
4448 5506 d 18 h decky /trunk/kernel/generic/ add very simple implementation of task destruction notification
(which will be later used for waiting on a task)
 
/trunk/kernel/generic/include/ipc/event_types.h
/trunk/kernel/generic/include/macros.h
/trunk/kernel/generic/src/proc/task.c
4447 5506 d 18 h decky /trunk/boot/arch/ia64/loader/ remove type definition which is not needed anywhere  
/trunk/boot/arch/ia64/loader/types.h
4446 5506 d 18 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
4445 5507 d 19 h decky /trunk/uspace/srv/vfs/ revert commit 4443 and implement a much finer solution as suggested by Jakub Jermar in commit 4444  
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_ops.c
4444 5510 d 16 h jermar /trunk/uspace/srv/vfs/ Put a comment for consideration.  
/trunk/uspace/srv/vfs/vfs_lookup.c
4443 5510 d 18 h decky /trunk/uspace/srv/vfs/ serialization of VFS_OPEN implementation to avoid lockup by concurrent open() operations from multiple tasks  
/trunk/uspace/srv/vfs/vfs_ops.c
4442 5511 d 8 h svoboda /trunk/uspace/srv/bd/gxe_bd/ Support more than one disk in gxe_bd (hardcoded to 2).  
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4441 5511 d 9 h svoboda /trunk/boot/arch/arm32/loader/ Also add gxe_bd to ramdisk on arm32.  
/trunk/boot/arch/arm32/loader/Makefile
4440 5511 d 16 h jermar /trunk/uspace/srv/bd/gxe_bd/ Large I/O areas actually work as expected. Fix the definition of the gxe_bd device and pio_enable() the whole I/O area at once.  
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4439 5511 d 18 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4438)  
/branches/dd/uspace/srv/bd/rd
/branches/dd/uspace/srv/console/gfx
/branches/dd/uspace/srv/console/anim_1.ppm
/branches/dd/uspace/srv/console/anim_2.ppm
/branches/dd/uspace/srv/console/anim_3.ppm
/branches/dd/uspace/srv/console/anim_4.ppm
/branches/dd/uspace/srv/console/cons_has_data.ppm
/branches/dd/uspace/srv/console/cons_idle.ppm
/branches/dd/uspace/srv/console/cons_kernel.ppm
/branches/dd/uspace/srv/console/cons_selected.ppm
/branches/dd/uspace/srv/console/helenos.ppm
/branches/dd/uspace/srv/console/nameic.ppm
/branches/dd/uspace/srv/rd
/branches/dd/HelenOS.config
/branches/dd/boot/arch/amd64/Makefile.inc
/branches/dd/boot/arch/arm32/loader/Makefile
/branches/dd/boot/arch/arm32/loader/main.c
/branches/dd/boot/arch/ia32/Makefile.inc
/branches/dd/boot/arch/ia64/loader/Makefile
/branches/dd/boot/arch/mips32/loader/Makefile
/branches/dd/boot/arch/ppc32/loader/Makefile
/branches/dd/boot/arch/sparc64/loader/Makefile
/branches/dd/kernel/generic/src/ipc/sysipc.c
/branches/dd/uspace/Makefile
/branches/dd/uspace/lib/libblock/libblock.c
/branches/dd/uspace/lib/libblock/libblock.h
/branches/dd/uspace/lib/libfs/libfs.c
/branches/dd/uspace/lib/libfs/libfs.h
/branches/dd/uspace/srv/bd/gxe_bd/gxe_bd.c
/branches/dd/uspace/srv/console/Makefile
/branches/dd/uspace/srv/console/console.c
/branches/dd/uspace/srv/console/console.h
/branches/dd/uspace/srv/console/gcons.c
/branches/dd/uspace/srv/console/gcons.h
/branches/dd/uspace/srv/console/screenbuffer.c
/branches/dd/uspace/srv/console/screenbuffer.h
/branches/dd/uspace/srv/fs/fat/fat_ops.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dd/uspace/srv/vfs/vfs_file.c
/branches/dd/uspace/srv/vfs/vfs_ops.c
4438 5511 d 20 h trochtova /branches/dd/uspace/srv/pci/ pci - intel configuration method 1, small bug fixes  
/branches/dd/uspace/srv/pci/intel_method1.c
/branches/dd/uspace/srv/pci/Makefile
/branches/dd/uspace/srv/pci/pci.c
/branches/dd/uspace/srv/pci/pci.h
/branches/dd/uspace/srv/pci/pci_bus.h
/branches/dd/uspace/srv/pci/pci_conf.h
/branches/dd/uspace/srv/pci/psycho.c
4437 5512 d 2 h jermar /trunk/uspace/srv/vfs/ Fix function definition.  
/trunk/uspace/srv/vfs/vfs_ops.c
4436 5512 d 2 h jermar /trunk/boot/arch/arm32/loader/ Allow arbitrarily large boot images on arm32.  
/trunk/boot/arch/arm32/loader/main.c
4435 5512 d 17 h jermar /trunk/uspace/ More conversions to dev_handle_t.  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
4434 5512 d 17 h jermar /trunk/uspace/lib/libblock/ Fix type for dev_handle.  
/trunk/uspace/lib/libblock/libblock.c
4433 5513 d 17 h rimsky /branches/sparc/kernel/arch/sparc64/ Fixed a TSB problem.  
/branches/sparc/kernel/arch/sparc64/include/trap/exception.h
/branches/sparc/kernel/arch/sparc64/src/mm/sun4v/as.c
/branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tsb.c
/branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S
4432 5516 d 19 h decky /trunk/uspace/srv/vfs/ avoid accessing uninitialized files array at all times  
/trunk/uspace/srv/vfs/vfs_file.c
4431 5516 d 19 h jermar /trunk/uspace/srv/vfs/ Hold the namespace rwlock during the entire operation of vfs_mount_internal().
Get rid of rootfs futex, which is not needed anymore.
Do not instantiate VFS node for the mounted root if the mount failed.
 
/trunk/uspace/srv/vfs/vfs_ops.c
4430 5517 d 2 h jermar /trunk/kernel/generic/src/ipc/ Surprisingly easy support for homogenous mounts.
It works by simply allowing autoconnections.
 
/trunk/kernel/generic/src/ipc/sysipc.c
4429 5517 d 16 h jermar /trunk/uspace/ Add fs_handle argument to libfs_mount() needed to recognize homogenous mounts.  
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4428 5518 d 16 h svoboda /trunk/uspace/srv/bd/gxe_bd/ Allow arbitrary block size in gxe_bd. Fix offset calculation.  
/trunk/uspace/srv/bd/gxe_bd/gxe_bd.c
4427 5518 d 16 h jermar /trunk/uspace/srv/vfs/ Fix rename() on a non-root file system.  
/trunk/uspace/srv/vfs/vfs_ops.c
4426 5518 d 16 h decky /trunk/ turn off SMP for Athlon XP  
/trunk/HelenOS.config
4425 5518 d 16 h svoboda /trunk/ Move ramdisk under bd.  
/trunk/uspace/srv/bd/rd
/trunk/uspace/srv/rd
/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/srv/bd/rd/Makefile
4424 5518 d 17 h jermar /trunk/uspace/srv/fs/tmpfs/ Call libfs_mount() from tmpfs_mount().  
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4423 5518 d 18 h jermar /trunk/uspace/lib/libfs/ Answer VFS_MOUNT with return values obtained from VFS_MOUNTED.  
/trunk/uspace/lib/libfs/libfs.c
4422 5518 d 18 h jermar /trunk/kernel/generic/src/ipc/ Refuse to clone the phone which is itself used to make the IPC_M_CONNECTION_CLONE call.  
/trunk/kernel/generic/src/ipc/sysipc.c
4421 5518 d 20 h decky /trunk/uspace/srv/console/ console cleanup (no functional changes)  
/trunk/uspace/srv/console/gfx
/trunk/uspace/srv/console/gfx/anim_1.ppm
/trunk/uspace/srv/console/gfx/anim_2.ppm
/trunk/uspace/srv/console/gfx/anim_3.ppm
/trunk/uspace/srv/console/gfx/anim_4.ppm
/trunk/uspace/srv/console/gfx/cons_has_data.ppm
/trunk/uspace/srv/console/gfx/cons_idle.ppm
/trunk/uspace/srv/console/gfx/cons_kernel.ppm
/trunk/uspace/srv/console/gfx/cons_selected.ppm
/trunk/uspace/srv/console/gfx/helenos.ppm
/trunk/uspace/srv/console/gfx/nameic.ppm
/trunk/uspace/srv/console/anim_1.ppm
/trunk/uspace/srv/console/anim_2.ppm
/trunk/uspace/srv/console/anim_3.ppm
/trunk/uspace/srv/console/anim_4.ppm
/trunk/uspace/srv/console/cons_has_data.ppm
/trunk/uspace/srv/console/cons_idle.ppm
/trunk/uspace/srv/console/cons_kernel.ppm
/trunk/uspace/srv/console/cons_selected.ppm
/trunk/uspace/srv/console/helenos.ppm
/trunk/uspace/srv/console/nameic.ppm
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/console.h
/trunk/uspace/srv/console/gcons.c
/trunk/uspace/srv/console/gcons.h
/trunk/uspace/srv/console/screenbuffer.c
/trunk/uspace/srv/console/screenbuffer.h
4420 5518 d 22 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4419)  
/branches/dd/boot/arch/ppc32/yaboot/bootinfo.txt
/branches/dd/kernel/arch/ia64/include/drivers/ski.h
/branches/dd/kernel/arch/ia64/src/drivers/ski.c
/branches/dd/kernel/genarch/include/drivers/via-cuda
/branches/dd/kernel/genarch/src/drivers/via-cuda
/branches/dd/uspace/app/bdsh/cmds/modules/bdd
/branches/dd/uspace/app/bdsh/cmds/modules/mount
/branches/dd/uspace/app/bdsh/cmds/modules/mv
/branches/dd/uspace/app/tester/ipc/ping_pong.c
/branches/dd/uspace/app/tester/ipc/ping_pong.def
/branches/dd/uspace/dist/dev
/branches/dd/uspace/lib/libc/generic/devmap.c
/branches/dd/uspace/lib/libc/include/devmap.h
/branches/dd/uspace/lib/libc/include/ipc/bd.h
/branches/dd/uspace/srv/bd
/branches/dd/uspace/srv/fs/devfs
/branches/dd/kernel/arch/arm32/include/console.h
/branches/dd/kernel/arch/arm32/src/console.c
/branches/dd/kernel/arch/ia64/include/ski
/branches/dd/kernel/arch/ia64/src/ski
/branches/dd/kernel/arch/mips32/include/console.h
/branches/dd/kernel/arch/mips32/src/console.c
/branches/dd/kernel/arch/ppc32/include/drivers/cuda.h
/branches/dd/kernel/arch/ppc32/src/drivers/cuda.c
/branches/dd/uspace/srv/rd/rd.h
/branches/dd/HelenOS.config
/branches/dd/boot/arch/amd64/Makefile.inc
/branches/dd/boot/arch/arm32/loader/Makefile
/branches/dd/boot/arch/ia32/Makefile.inc
/branches/dd/boot/arch/ia64/loader/Makefile
/branches/dd/boot/arch/mips32/loader/Makefile
/branches/dd/boot/arch/ppc32/Makefile.inc
/branches/dd/boot/arch/ppc32/loader/Makefile
/branches/dd/boot/arch/ppc32/loader/ofwarch.c
/branches/dd/boot/arch/ppc32/yaboot/ofboot.b
/branches/dd/boot/arch/ppc32/yaboot/yaboot.conf
/branches/dd/boot/arch/sparc64/loader/Makefile
/branches/dd/boot/arch/sparc64/loader/asm.S
/branches/dd/boot/arch/sparc64/loader/boot.S
/branches/dd/defaults/amd64/Makefile.config
/branches/dd/defaults/ia32/Makefile.config
/branches/dd/defaults/ppc32/Makefile.config
/branches/dd/kernel/arch/amd64/include/atomic.h
/branches/dd/kernel/arch/amd64/src/amd64.c
/branches/dd/kernel/arch/arm32/Makefile.inc
/branches/dd/kernel/arch/arm32/src/arm32.c
/branches/dd/kernel/arch/ia32/include/atomic.h
/branches/dd/kernel/arch/ia32/src/atomic.S
/branches/dd/kernel/arch/ia32/src/ia32.c
/branches/dd/kernel/arch/ia64/Makefile.inc
/branches/dd/kernel/arch/ia64/include/arch.h
/branches/dd/kernel/arch/ia64/src/ia64.c
/branches/dd/kernel/arch/ia64/src/smp/smp.c
/branches/dd/kernel/arch/mips32/Makefile.inc
/branches/dd/kernel/arch/mips32/include/elf.h
/branches/dd/kernel/arch/mips32/src/mips32.c
/branches/dd/kernel/arch/ppc32/Makefile.inc
/branches/dd/kernel/arch/ppc32/include/drivers/pic.h
/branches/dd/kernel/arch/ppc32/src/drivers/pic.c
/branches/dd/kernel/arch/ppc32/src/dummy.s
/branches/dd/kernel/arch/ppc32/src/interrupt.c
/branches/dd/kernel/arch/ppc32/src/ppc32.c
/branches/dd/kernel/arch/sparc64/include/atomic.h
/branches/dd/kernel/arch/sparc64/include/drivers/kbd.h
/branches/dd/kernel/arch/sparc64/include/drivers/sgcn.h
/branches/dd/kernel/arch/sparc64/include/trap/trap_table.h
/branches/dd/kernel/arch/sparc64/src/asm.S
/branches/dd/kernel/arch/sparc64/src/console.c
/branches/dd/kernel/arch/sparc64/src/drivers/kbd.c
/branches/dd/kernel/arch/sparc64/src/drivers/sgcn.c
/branches/dd/kernel/arch/sparc64/src/dummy.s
/branches/dd/kernel/arch/sparc64/src/mm/tlb.c
/branches/dd/kernel/arch/sparc64/src/start.S
/branches/dd/kernel/arch/sparc64/src/trap/trap_table.S
/branches/dd/kernel/genarch/Makefile.inc
/branches/dd/kernel/genarch/include/drivers/dsrln/dsrlnin.h
/branches/dd/kernel/genarch/include/drivers/i8042/i8042.h
/branches/dd/kernel/genarch/include/drivers/ns16550/ns16550.h
/branches/dd/kernel/genarch/include/drivers/z8530/z8530.h
/branches/dd/kernel/genarch/include/kbrd/kbrd.h
/branches/dd/kernel/genarch/include/srln/srln.h
/branches/dd/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/branches/dd/kernel/genarch/src/drivers/ega/ega.c
/branches/dd/kernel/genarch/src/drivers/i8042/i8042.c
/branches/dd/kernel/genarch/src/drivers/ns16550/ns16550.c
/branches/dd/kernel/genarch/src/drivers/z8530/z8530.c
/branches/dd/kernel/genarch/src/kbrd/kbrd.c
/branches/dd/kernel/genarch/src/srln/srln.c
/branches/dd/kernel/generic/include/byteorder.h
/branches/dd/kernel/generic/include/console/chardev.h
/branches/dd/kernel/generic/include/console/console.h
/branches/dd/kernel/generic/include/ipc/ipc.h
/branches/dd/kernel/generic/include/ipc/ipcrsc.h
/branches/dd/kernel/generic/src/console/chardev.c
/branches/dd/kernel/generic/src/console/cmd.c
/branches/dd/kernel/generic/src/console/console.c
/branches/dd/kernel/generic/src/console/kconsole.c
/branches/dd/kernel/generic/src/interrupt/interrupt.c
/branches/dd/kernel/generic/src/ipc/ipc.c
/branches/dd/kernel/generic/src/ipc/ipcrsc.c
/branches/dd/kernel/generic/src/ipc/kbox.c
/branches/dd/kernel/generic/src/ipc/sysipc.c
/branches/dd/kernel/generic/src/lib/string.c
/branches/dd/kernel/generic/src/main/kinit.c
/branches/dd/kernel/generic/src/main/main.c
/branches/dd/kernel/generic/src/mm/slab.c
/branches/dd/kernel/generic/src/proc/program.c
/branches/dd/kernel/generic/src/syscall/syscall.c
/branches/dd/kernel/generic/src/udebug/udebug.c
/branches/dd/kernel/generic/src/udebug/udebug_ops.c
/branches/dd/tools/mkfat.py
/branches/dd/uspace/Makefile
/branches/dd/uspace/app/bdsh/Makefile
/branches/dd/uspace/app/bdsh/cmds/modules/cat/cat.c
/branches/dd/uspace/app/bdsh/cmds/modules/module_aliases.h
/branches/dd/uspace/app/bdsh/cmds/modules/modules.h
/branches/dd/uspace/app/init/Makefile
/branches/dd/uspace/app/init/init.c
/branches/dd/uspace/app/klog/Makefile
/branches/dd/uspace/app/tester/Makefile
/branches/dd/uspace/app/tester/devmap/devmap1.c
/branches/dd/uspace/app/tester/tester.c
/branches/dd/uspace/app/tester/tester.h
/branches/dd/uspace/app/tester/vfs/vfs1.c
/branches/dd/uspace/app/tetris/Makefile
/branches/dd/uspace/app/tetris/input.c
/branches/dd/uspace/app/trace/trace.c
/branches/dd/uspace/lib/libblock/libblock.c
/branches/dd/uspace/lib/libc/Makefile
/branches/dd/uspace/lib/libc/generic/async.c
/branches/dd/uspace/lib/libc/generic/console.c
/branches/dd/uspace/lib/libc/generic/ddi.c
/branches/dd/uspace/lib/libc/generic/io/io.c
/branches/dd/uspace/lib/libc/generic/io/stream.c
/branches/dd/uspace/lib/libc/generic/io/vprintf.c
/branches/dd/uspace/lib/libc/generic/ipc.c
/branches/dd/uspace/lib/libc/generic/kbd.c
/branches/dd/uspace/lib/libc/generic/libadt/list.c
/branches/dd/uspace/lib/libc/generic/libc.c
/branches/dd/uspace/lib/libc/generic/string.c
/branches/dd/uspace/lib/libc/generic/vfs/vfs.c
/branches/dd/uspace/lib/libc/include/async.h
/branches/dd/uspace/lib/libc/include/console.h
/branches/dd/uspace/lib/libc/include/io/stream.h
/branches/dd/uspace/lib/libc/include/ipc/devmap.h
/branches/dd/uspace/lib/libc/include/ipc/fb.h
/branches/dd/uspace/lib/libc/include/libadt/list.h
/branches/dd/uspace/lib/libc/include/string.h
/branches/dd/uspace/lib/libc/include/vfs/vfs.h
/branches/dd/uspace/lib/libfs/libfs.c
/branches/dd/uspace/lib/libfs/libfs.h
/branches/dd/uspace/srv/console/Makefile
/branches/dd/uspace/srv/console/console.c
/branches/dd/uspace/srv/devmap/Makefile
/branches/dd/uspace/srv/devmap/devmap.c
/branches/dd/uspace/srv/fb/Makefile
/branches/dd/uspace/srv/fb/ega.c
/branches/dd/uspace/srv/fb/fb.c
/branches/dd/uspace/srv/fb/serial_console.c
/branches/dd/uspace/srv/fhc/Makefile
/branches/dd/uspace/srv/fs/fat/Makefile
/branches/dd/uspace/srv/fs/fat/fat.h
/branches/dd/uspace/srv/fs/fat/fat_dentry.c
/branches/dd/uspace/srv/fs/fat/fat_dentry.h
/branches/dd/uspace/srv/fs/fat/fat_ops.c
/branches/dd/uspace/srv/fs/tmpfs/Makefile
/branches/dd/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs.h
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dd/uspace/srv/kbd/Makefile
/branches/dd/uspace/srv/kbd/generic/kbd.c
/branches/dd/uspace/srv/kbd/include/kbd.h
/branches/dd/uspace/srv/kbd/include/kbd_port.h
/branches/dd/uspace/srv/kbd/layout/cz.c
/branches/dd/uspace/srv/kbd/port/dummy.c
/branches/dd/uspace/srv/kbd/port/gxemul.c
/branches/dd/uspace/srv/kbd/port/i8042.c
/branches/dd/uspace/srv/kbd/port/msim.c
/branches/dd/uspace/srv/kbd/port/ns16550.c
/branches/dd/uspace/srv/kbd/port/sgcn.c
/branches/dd/uspace/srv/kbd/port/ski.c
/branches/dd/uspace/srv/kbd/port/sun.c
/branches/dd/uspace/srv/kbd/port/z8530.c
/branches/dd/uspace/srv/loader/main.c
/branches/dd/uspace/srv/ns/Makefile
/branches/dd/uspace/srv/obio/Makefile
/branches/dd/uspace/srv/rd/Makefile
/branches/dd/uspace/srv/rd/rd.c
/branches/dd/uspace/srv/vfs/Makefile
/branches/dd/uspace/srv/vfs/vfs.c
/branches/dd/uspace/srv/vfs/vfs.h
/branches/dd/uspace/srv/vfs/vfs_file.c
/branches/dd/uspace/srv/vfs/vfs_ops.c
4419 5518 d 23 h trochtova /branches/dd/uspace/srv/ Adding srv directories deleted by mistake.  
/branches/dd/uspace/srv/console
/branches/dd/uspace/srv/console/Makefile
/branches/dd/uspace/srv/console/anim_1.ppm
/branches/dd/uspace/srv/console/anim_2.ppm
/branches/dd/uspace/srv/console/anim_3.ppm
/branches/dd/uspace/srv/console/anim_4.ppm
/branches/dd/uspace/srv/console/cons_has_data.ppm
/branches/dd/uspace/srv/console/cons_idle.ppm
/branches/dd/uspace/srv/console/cons_kernel.ppm
/branches/dd/uspace/srv/console/cons_selected.ppm
/branches/dd/uspace/srv/console/console.c
/branches/dd/uspace/srv/console/console.h
/branches/dd/uspace/srv/console/gcons.c
/branches/dd/uspace/srv/console/gcons.h
/branches/dd/uspace/srv/console/helenos.ppm
/branches/dd/uspace/srv/console/nameic.ppm
/branches/dd/uspace/srv/console/screenbuffer.c
/branches/dd/uspace/srv/console/screenbuffer.h
/branches/dd/uspace/srv/devmap
/branches/dd/uspace/srv/devmap/Makefile
/branches/dd/uspace/srv/devmap/devmap.c
/branches/dd/uspace/srv/fb
/branches/dd/uspace/srv/fb/Makefile
/branches/dd/uspace/srv/fb/ega.c
/branches/dd/uspace/srv/fb/ega.h
/branches/dd/uspace/srv/fb/fb.c
/branches/dd/uspace/srv/fb/fb.h
/branches/dd/uspace/srv/fb/font-8x16.c
/branches/dd/uspace/srv/fb/font-8x16.h
/branches/dd/uspace/srv/fb/main.c
/branches/dd/uspace/srv/fb/main.h
/branches/dd/uspace/srv/fb/msim.c
/branches/dd/uspace/srv/fb/msim.h
/branches/dd/uspace/srv/fb/pointer.xbm
/branches/dd/uspace/srv/fb/pointer_mask.xbm
/branches/dd/uspace/srv/fb/ppm.c
/branches/dd/uspace/srv/fb/ppm.h
/branches/dd/uspace/srv/fb/serial_console.c
/branches/dd/uspace/srv/fb/serial_console.h
/branches/dd/uspace/srv/fb/sgcn.c
/branches/dd/uspace/srv/fb/sgcn.h
/branches/dd/uspace/srv/fb/ski.c
/branches/dd/uspace/srv/fb/ski.h
/branches/dd/uspace/srv/fhc
/branches/dd/uspace/srv/fhc/Makefile
/branches/dd/uspace/srv/fhc/fhc.c
/branches/dd/uspace/srv/fs
/branches/dd/uspace/srv/fs/fat
/branches/dd/uspace/srv/fs/fat/Makefile
/branches/dd/uspace/srv/fs/fat/fat.c
/branches/dd/uspace/srv/fs/fat/fat.h
/branches/dd/uspace/srv/fs/fat/fat_dentry.c
/branches/dd/uspace/srv/fs/fat/fat_dentry.h
/branches/dd/uspace/srv/fs/fat/fat_fat.c
/branches/dd/uspace/srv/fs/fat/fat_fat.h
/branches/dd/uspace/srv/fs/fat/fat_idx.c
/branches/dd/uspace/srv/fs/fat/fat_ops.c
/branches/dd/uspace/srv/fs/tmpfs
/branches/dd/uspace/srv/fs/tmpfs/Makefile
/branches/dd/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs.h
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dd/uspace/srv/kbd
/branches/dd/uspace/srv/kbd/Makefile
/branches/dd/uspace/srv/kbd/ctl
/branches/dd/uspace/srv/kbd/ctl/gxe_fb.c
/branches/dd/uspace/srv/kbd/ctl/pc.c
/branches/dd/uspace/srv/kbd/ctl/stty.c
/branches/dd/uspace/srv/kbd/ctl/sun.c
/branches/dd/uspace/srv/kbd/genarch
/branches/dd/uspace/srv/kbd/genarch/gsp.c
/branches/dd/uspace/srv/kbd/genarch/stroke.c
/branches/dd/uspace/srv/kbd/generic
/branches/dd/uspace/srv/kbd/generic/kbd.c
/branches/dd/uspace/srv/kbd/generic/key_buffer.c
/branches/dd/uspace/srv/kbd/include
/branches/dd/uspace/srv/kbd/include/gsp.h
/branches/dd/uspace/srv/kbd/include/kbd.h
/branches/dd/uspace/srv/kbd/include/kbd_ctl.h
/branches/dd/uspace/srv/kbd/include/kbd_port.h
/branches/dd/uspace/srv/kbd/include/key_buffer.h
/branches/dd/uspace/srv/kbd/include/layout.h
/branches/dd/uspace/srv/kbd/include/stroke.h
/branches/dd/uspace/srv/kbd/include/sun.h
/branches/dd/uspace/srv/kbd/layout
/branches/dd/uspace/srv/kbd/layout/cz.c
/branches/dd/uspace/srv/kbd/layout/us_dvorak.c
/branches/dd/uspace/srv/kbd/layout/us_qwerty.c
/branches/dd/uspace/srv/kbd/port
/branches/dd/uspace/srv/kbd/port/dummy.c
/branches/dd/uspace/srv/kbd/port/gxemul.c
/branches/dd/uspace/srv/kbd/port/i8042.c
/branches/dd/uspace/srv/kbd/port/i8042.h
/branches/dd/uspace/srv/kbd/port/msim.c
/branches/dd/uspace/srv/kbd/port/ns16550.c
/branches/dd/uspace/srv/kbd/port/sgcn.c
/branches/dd/uspace/srv/kbd/port/ski.c
/branches/dd/uspace/srv/kbd/port/sun.c
/branches/dd/uspace/srv/kbd/port/z8530.c
/branches/dd/uspace/srv/loader
/branches/dd/uspace/srv/loader/Makefile
/branches/dd/uspace/srv/loader/arch
/branches/dd/uspace/srv/loader/arch/amd64
/branches/dd/uspace/srv/loader/arch/amd64/Makefile.inc
/branches/dd/uspace/srv/loader/arch/amd64/_link.ld.in
/branches/dd/uspace/srv/loader/arch/amd64/amd64.s
/branches/dd/uspace/srv/loader/arch/arm32
/branches/dd/uspace/srv/loader/arch/arm32/Makefile.inc
/branches/dd/uspace/srv/loader/arch/arm32/_link.ld.in
/branches/dd/uspace/srv/loader/arch/arm32/arm32.s
/branches/dd/uspace/srv/loader/arch/ia32
/branches/dd/uspace/srv/loader/arch/ia32/Makefile.inc
/branches/dd/uspace/srv/loader/arch/ia32/_link.ld.in
/branches/dd/uspace/srv/loader/arch/ia32/ia32.s
/branches/dd/uspace/srv/loader/arch/ia64
/branches/dd/uspace/srv/loader/arch/ia64/Makefile.inc
/branches/dd/uspace/srv/loader/arch/ia64/_link.ld.in
/branches/dd/uspace/srv/loader/arch/ia64/ia64.s
/branches/dd/uspace/srv/loader/arch/mips32
/branches/dd/uspace/srv/loader/arch/mips32/Makefile.inc
/branches/dd/uspace/srv/loader/arch/mips32/_link.ld.in
/branches/dd/uspace/srv/loader/arch/mips32/mips32.s
/branches/dd/uspace/srv/loader/arch/mips32eb
/branches/dd/uspace/srv/loader/arch/ppc32
/branches/dd/uspace/srv/loader/arch/ppc32/Makefile.inc
/branches/dd/uspace/srv/loader/arch/ppc32/_link.ld.in
/branches/dd/uspace/srv/loader/arch/ppc32/ppc32.s
/branches/dd/uspace/srv/loader/arch/sparc64
/branches/dd/uspace/srv/loader/arch/sparc64/Makefile.inc
/branches/dd/uspace/srv/loader/arch/sparc64/_link.ld.in
/branches/dd/uspace/srv/loader/arch/sparc64/sparc64.s
/branches/dd/uspace/srv/loader/elf_load.c
/branches/dd/uspace/srv/loader/include
/branches/dd/uspace/srv/loader/include/arch.h
/branches/dd/uspace/srv/loader/include/elf.h
/branches/dd/uspace/srv/loader/include/elf_load.h
/branches/dd/uspace/srv/loader/interp.s
/branches/dd/uspace/srv/loader/main.c
/branches/dd/uspace/srv/ns
/branches/dd/uspace/srv/ns/Makefile
/branches/dd/uspace/srv/ns/ns.c
/branches/dd/uspace/srv/obio
/branches/dd/uspace/srv/obio/Makefile
/branches/dd/uspace/srv/obio/obio.c
/branches/dd/uspace/srv/rd
/branches/dd/uspace/srv/rd/Makefile
/branches/dd/uspace/srv/rd/rd.c
/branches/dd/uspace/srv/rd/rd.h
/branches/dd/uspace/srv/vfs
/branches/dd/uspace/srv/vfs/Makefile
/branches/dd/uspace/srv/vfs/vfs.c
/branches/dd/uspace/srv/vfs/vfs.h
/branches/dd/uspace/srv/vfs/vfs_file.c
/branches/dd/uspace/srv/vfs/vfs_lookup.c
/branches/dd/uspace/srv/vfs/vfs_node.c
/branches/dd/uspace/srv/vfs/vfs_ops.c
/branches/dd/uspace/srv/vfs/vfs_register.c
4418 5518 d 23 h trochtova /branches/dd/uspace/srv/pci/ minor changes  
/branches/dd/uspace/srv/pci/pci.c
/branches/dd/uspace/srv/pci/psycho.c
4417 5519 d 5 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 5519 d 5 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
4415 5519 d 5 h decky /trunk/uspace/lib/libc/ add list_count()
cstyle
 
/trunk/uspace/lib/libc/generic/libadt/list.c
/trunk/uspace/lib/libc/include/libadt/list.h
4414 5519 d 5 h decky /trunk/uspace/lib/libfs/ cstyle  
/trunk/uspace/lib/libfs/libfs.c