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
3615 5673 d 5 h jermar /trunk/uspace/srv/fs/fat/ Add implementation of fat_idx_destroy().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_idx.c
3609 5673 d 6 h jermar /trunk/uspace/srv/fs/fat/ Implementation of fat_create_node().  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3608 5673 d 6 h svoboda /trunk/uspace/app/tester/ Add endless loop test.  
/trunk/uspace/app/tester/loop
/trunk/uspace/app/tester/loop/loop1.c
/trunk/uspace/app/tester/loop/loop1.def
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tester/tester.c
/trunk/uspace/app/tester/tester.h
3605 5673 d 18 h svoboda /trunk/uspace/app/trace/ Display hint on keyboard controls.  
/trunk/uspace/app/trace/trace.c
3603 5673 d 19 h svoboda /trunk/ Stoppability sections must be much smaller (design error). Also fix deadlock in udebug_stop(). Fix pause functionality in tracer.  
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/kernel/generic/src/synch/futex.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/kernel/generic/src/udebug/udebug_ops.c
/trunk/uspace/app/trace/trace.c
3599 5674 d 7 h jermar /trunk/uspace/srv/console/ Do not typecast (sysarg_t *) to (int *). Especially on big endian 64-bit
machines, this does not have the intended effect.
 
/trunk/uspace/srv/console/console.c
3595 5676 d 20 h jermar /trunk/uspace/ Avoid unnecessary block reads in block_get().  
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3585 5682 d 6 h svoboda /trunk/ Fix bug #67. It was obviously all my fault - I allocated r3 for pcb_ptr, which was alredy used by uarg.  
/trunk/kernel/arch/ppc32/src/asm.S
/trunk/uspace/lib/libc/arch/ppc32/src/entry.s
/trunk/uspace/srv/loader/arch/ppc32/ppc32.s
3575 5685 d 19 h jermar /trunk/uspace/ libfs create operation should take the device handle as argument.  
/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_dump.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3574 5685 d 20 h jermar /trunk/uspace/srv/fs/fat/ Move common code to dedicated functions so that it can be easily reused.  
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3573 5685 d 21 h jermar /trunk/uspace/srv/fs/fat/ VFS_WRITE has two return arguments on success.  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3572 5685 d 23 h jermar /trunk/uspace/srv/fs/fat/ Finish implementation of fat_truncate() and fix several warnings.  
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3571 5686 d 3 h jermar /trunk/uspace/ Simplify the fat_cluster_walk() interface.
Introduce the bn_t type for holding block offsets.
 
/trunk/uspace/lib/libblock/libblock.c
/trunk/uspace/lib/libblock/libblock.h
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
3568 5687 d 6 h svoboda /trunk/uspace/ Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.  
/trunk/uspace/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/app/trace/Makefile
/trunk/uspace/lib/libblock/Makefile
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libfs/Makefile
/trunk/uspace/lib/softfloat/Makefile
/trunk/uspace/lib/softint/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/pci/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3566 5687 d 7 h svoboda /trunk/ Set meaningful names for loaded programs. Now 'tasks' kconsole command is much less obscure.  
/trunk/kernel/generic/include/proc/program.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/loader/loader.h
3565 5687 d 18 h svoboda /trunk/ Fix sys_thread_create(): could fail when passed name was at end of mapping, could crash if provided name was not null-terminated.  
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/src/proc/thread.c
/trunk/uspace/lib/libc/generic/thread.c
3559 5688 d 18 h svoboda /trunk/uspace/srv/loader/ Fix: Quit loader when caller hangs up (was leaking VCs).  
/trunk/uspace/srv/loader/main.c
3551 5689 d 18 h jermar /trunk/uspace/srv/fs/fat/ Need to initialize the lcl variable via a call to fat_cluster_walk().  
/trunk/uspace/srv/fs/fat/fat_fat.c
3550 5689 d 18 h jermar /trunk/uspace/srv/fs/fat/ Extend _fat_blcks_get() to fat_cluster_walk(). Use fat_cluster_walk() to
implement fat_clusters_get() and _fat_block_get().
 
/trunk/uspace/srv/fs/fat/fat_fat.c
/trunk/uspace/srv/fs/fat/fat_fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3548 5690 d 18 h jermar /trunk/uspace/srv/fs/fat/ More fat_truncate() bits.  
/trunk/uspace/srv/fs/fat/fat_ops.c

Show All