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
4401 5508 d 12 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
4400 5508 d 14 h svoboda /trunk/uspace/ Rename ramdisk protocol -> block device protocol.  
/trunk/uspace/lib/libc/include/ipc/bd.h
/trunk/uspace/srv/rd/rd.h
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/srv/rd/rd.c
4397 5509 d 12 h rimsky /trunk/kernel/arch/sparc64/src/mm/ TLB demap optimalization for US3.  
/trunk/kernel/arch/sparc64/src/mm/tlb.c
4387 5511 d 11 h svoboda /trunk/kernel/generic/src/ Reduce Udebug overhead with some nifty tricks.  
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/generic/src/udebug/udebug.c
4386 5512 d 10 h svoboda /trunk/kernel/generic/src/udebug/ udebug_stoppable_begin/end() should always proceed. In any case they must not use independet prechecks, as this could unbalance them.  
/trunk/kernel/generic/src/udebug/udebug.c
4385 5512 d 10 h svoboda /trunk/kernel/generic/src/syscall/ Revert accidental change.  
/trunk/kernel/generic/src/syscall/syscall.c
4384 5512 d 10 h svoboda /trunk/kernel/generic/src/ Clean up various log messages, mostly udebug.  
/trunk/kernel/generic/src/ipc/kbox.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/generic/src/udebug/udebug.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
4382 5514 d 10 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
4381 5515 d 10 h jermar /trunk/uspace/lib/libc/generic/ msg->wdata.inlist needs to be allocated before the reply_received()
callback can be called.
 
/trunk/uspace/lib/libc/generic/async.c
4379 5515 d 11 h svoboda /trunk/uspace/app/bdsh/ Slash missing in bdsh makefile.  
/trunk/uspace/app/bdsh/Makefile
4374 5515 d 12 h jermar /trunk/uspace/srv/rd/ Create a second RD device called "spared".
This is for testing purposes.
 
/trunk/uspace/srv/rd/rd.c
4371 5515 d 13 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
4370 5517 d 10 h jermar /trunk/uspace/ Streamline TMPFS and fix its design so that it properly supports hardlinks.
libfs operation unlink() is now passed also the name of the component being
unlinked.
 
/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.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4368 5517 d 23 h jermar /trunk/uspace/ Lookup a node's parent lexically rather than using the broken L_PARENT flag of
VFS_LOOKUP.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_ops.c
4367 5518 d 9 h svoboda /trunk/kernel/generic/src/proc/ Only announce loader registration in verbose mode.  
/trunk/kernel/generic/src/proc/program.c
4366 5518 d 11 h jermar /trunk/uspace/srv/vfs/ Allow rename("a", "aa");  
/trunk/uspace/srv/vfs/vfs_ops.c
4365 5518 d 20 h jermar /trunk/uspace/lib/libc/include/ Fix doxygen comments.  
/trunk/uspace/lib/libc/include/string.h
4364 5518 d 20 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
4363 5519 d 12 h svoboda /trunk/kernel/arch/ia64/src/drivers/ Kernel Ski driver should pull more keys at a time, similarly to the user-space driver.  
/trunk/kernel/arch/ia64/src/drivers/ski.c
4362 5520 d 11 h jermar /trunk/uspace/srv/vfs/ Negative file descriptors shoud be considered invalid.
This fixes ticket #70.
 
/trunk/uspace/srv/vfs/vfs_file.c

Show All