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
4387 5521 d 9 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 5522 d 7 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 5522 d 7 h svoboda /trunk/kernel/generic/src/syscall/ Revert accidental change.  
/trunk/kernel/generic/src/syscall/syscall.c
4384 5522 d 7 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 5524 d 8 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 5525 d 8 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 5525 d 9 h svoboda /trunk/uspace/app/bdsh/ Slash missing in bdsh makefile.  
/trunk/uspace/app/bdsh/Makefile
4374 5525 d 10 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 5525 d 10 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 5527 d 7 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 5527 d 20 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 5528 d 7 h svoboda /trunk/kernel/generic/src/proc/ Only announce loader registration in verbose mode.  
/trunk/kernel/generic/src/proc/program.c
4366 5528 d 8 h jermar /trunk/uspace/srv/vfs/ Allow rename("a", "aa");  
/trunk/uspace/srv/vfs/vfs_ops.c
4365 5528 d 17 h jermar /trunk/uspace/lib/libc/include/ Fix doxygen comments.  
/trunk/uspace/lib/libc/include/string.h
4364 5528 d 18 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 5529 d 9 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 5530 d 8 h jermar /trunk/uspace/srv/vfs/ Negative file descriptors shoud be considered invalid.
This fixes ticket #70.
 
/trunk/uspace/srv/vfs/vfs_file.c
4361 5530 d 8 h jermar /trunk/uspace/app/bdsh/cmds/modules/cat/ HelenOS open() returns the actual error code, not mere -1.  
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
4360 5530 d 9 h decky /trunk/ add support for lowercase extension and lowercase basename bits (NT extension of plain FAT16)
this implements request ticket #57
 
/trunk/tools/mkfat.py
/trunk/uspace/srv/fs/fat/fat_dentry.c
/trunk/uspace/srv/fs/fat/fat_dentry.h
4359 5530 d 10 h jermar /trunk/uspace/srv/fs/fat/ Do not attempt to unlink non-empty FAT directories.  
/trunk/uspace/srv/fs/fat/fat_ops.c
4358 5531 d 7 h jermar /trunk/uspace/srv/fs/fat/ Do not attempt to unlink() FAT root.  
/trunk/uspace/srv/fs/fat/fat_ops.c
4357 5531 d 7 h jermar /trunk/uspace/ Introduce the concept of FS nodes. A FS node is a typed abstraction of
file-system-specific node type. It replaces the void * in libfs interfaces
and is suitable for holding various information such as mount point data.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/fat/fat.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
4356 5532 d 6 h svoboda /trunk/uspace/app/trace/ Add console.write method to tracer.  
/trunk/uspace/app/trace/trace.c
4353 5533 d 20 h svoboda /trunk/uspace/lib/libc/ klog_puts() is useful for debugging.  
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/include/io/stream.h
4352 5533 d 20 h svoboda /trunk/uspace/srv/console/ Fix incorrect serialization in console, which could lead to the console server getting stuck.  
/trunk/uspace/srv/console/console.c
4335 5539 d 14 h decky /trunk/kernel/arch/sparc64/src/drivers/ make sgcnin_init() consistent with similar driver functions  
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4334 5541 d 6 h svoboda /trunk/uspace/srv/kbd/ Select correct kbd controller driver on bgxemul.  
/trunk/uspace/srv/kbd/Makefile
4333 5541 d 7 h svoboda /trunk/kernel/ Fix ELF loading issue on mips32eb.  
/trunk/kernel/arch/mips32/include/elf.h
/trunk/kernel/generic/include/byteorder.h
4331 5541 d 12 h svoboda /trunk/uspace/srv/loader/ Fix interpretation of return value. This caused loader to crash instead of returning an error.  
/trunk/uspace/srv/loader/main.c
4330 5541 d 17 h svoboda /trunk/uspace/srv/kbd/port/ On sgcn disable polling too when switching to kcon.  
/trunk/uspace/srv/kbd/port/sgcn.c
4329 5541 d 17 h svoboda /trunk/ Stop userspace kbd driver from polling when switching to kcon. Also, fix swapped reversed enabling/disabling of polling in kernel sgcn and ski drivers.  
/trunk/kernel/arch/ia64/src/drivers/ski.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd.h
/trunk/uspace/srv/kbd/include/kbd_port.h
/trunk/uspace/srv/kbd/port/dummy.c
/trunk/uspace/srv/kbd/port/gxemul.c
/trunk/uspace/srv/kbd/port/i8042.c
/trunk/uspace/srv/kbd/port/msim.c
/trunk/uspace/srv/kbd/port/ns16550.c
/trunk/uspace/srv/kbd/port/sgcn.c
/trunk/uspace/srv/kbd/port/ski.c
/trunk/uspace/srv/kbd/port/sun.c
/trunk/uspace/srv/kbd/port/z8530.c
4326 5542 d 8 h svoboda /trunk/uspace/ Use better method names.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4325 5542 d 8 h svoboda /trunk/uspace/ Better switch to kcon on serial console -- relinquish/reclaim screen before/after switching to kcon.  
/trunk/uspace/lib/libc/include/ipc/fb.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/serial_console.c
4324 5542 d 13 h decky /trunk/uspace/lib/libc/ create a new fibril for each notification received, which allows to do nested async calls from the notification handler
(this fixes ticket #19 and solves various problems with klog)
 
/trunk/uspace/lib/libc/generic/async.c
/trunk/uspace/lib/libc/include/async.h
4323 5542 d 14 h decky /trunk/kernel/generic/src/console/ push newline to stdin only if the kconsole was previously silent  
/trunk/kernel/generic/src/console/console.c
4322 5542 d 16 h decky /trunk/uspace/srv/fb/ fix disappeared cursor in aligned rendering  
/trunk/uspace/srv/fb/fb.c
4321 5542 d 18 h jermar /trunk/uspace/srv/console/ Clear the framebuffer when the new connection inherits the virtual console after
exiting task.
 
/trunk/uspace/srv/console/console.c
4320 5542 d 19 h decky /trunk/kernel/genarch/src/drivers/ega/ avoid touching EGA video memory or cursor in silent mode  
/trunk/kernel/genarch/src/drivers/ega/ega.c
4319 5542 d 20 h decky /trunk/kernel/generic/src/console/ make the 'continue' command behave even nicer  
/trunk/kernel/generic/src/console/cmd.c
4318 5542 d 21 h decky /trunk/kernel/generic/src/console/ force to kernel console to always print the prompt when switching to it from uspace  
/trunk/kernel/generic/src/console/console.c