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
4360 5495 d 22 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 5495 d 23 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 5496 d 19 h jermar /trunk/uspace/srv/fs/fat/ Do not attempt to unlink() FAT root.  
/trunk/uspace/srv/fs/fat/fat_ops.c
4357 5496 d 19 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 5497 d 18 h svoboda /trunk/uspace/app/trace/ Add console.write method to tracer.  
/trunk/uspace/app/trace/trace.c
4353 5499 d 8 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 5499 d 8 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
4334 5506 d 19 h svoboda /trunk/uspace/srv/kbd/ Select correct kbd controller driver on bgxemul.  
/trunk/uspace/srv/kbd/Makefile
4331 5507 d 1 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 5507 d 6 h svoboda /trunk/uspace/srv/kbd/port/ On sgcn disable polling too when switching to kcon.  
/trunk/uspace/srv/kbd/port/sgcn.c
4329 5507 d 6 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 5507 d 21 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 5507 d 21 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 5508 d 2 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
4322 5508 d 5 h decky /trunk/uspace/srv/fb/ fix disappeared cursor in aligned rendering  
/trunk/uspace/srv/fb/fb.c
4321 5508 d 7 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
4317 5508 d 10 h decky /trunk/ use buffering for klog output (this can be used to avoid the ugly usleeps while starting tasks)
unify and cleanup console.c and related files
 
/trunk/kernel/generic/src/main/kinit.c
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/io/vprintf.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/io/stream.h
4316 5510 d 0 h decky /trunk/uspace/srv/fb/ generate the prerendered glyph mask not using rgb_, but properly using mask_
(this fixes inverted glyph rendering on 8 bpp, where the pallete is reversed)
slight cleanup
 
/trunk/uspace/srv/fb/fb.c
4312 5511 d 1 h decky /trunk/ fix of-by-one-character bug in str_chr() and str_rchr()  
/trunk/kernel/generic/src/lib/string.c
/trunk/uspace/lib/libc/generic/string.c
4311 5511 d 5 h decky /trunk/ change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)
 
/trunk/kernel/arch/ia64/include/drivers/ski.h
/trunk/kernel/arch/ia64/src/drivers/ski.c
/trunk/kernel/genarch/include/drivers/via-cuda
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
/trunk/kernel/arch/arm32/include/console.h
/trunk/kernel/arch/arm32/src/console.c
/trunk/kernel/arch/ia64/include/ski
/trunk/kernel/arch/ia64/src/ski
/trunk/kernel/arch/mips32/include/console.h
/trunk/kernel/arch/mips32/src/console.c
/trunk/kernel/arch/ppc32/include/drivers/cuda.h
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/ia64/include/arch.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc32/include/drivers/pic.h
/trunk/kernel/arch/ppc32/src/drivers/pic.c
/trunk/kernel/arch/ppc32/src/dummy.s
/trunk/kernel/arch/ppc32/src/interrupt.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/include/drivers/kbd.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/include/drivers/dsrln/dsrlnin.h
/trunk/kernel/genarch/include/drivers/i8042/i8042.h
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
/trunk/kernel/genarch/include/drivers/z8530/z8530.h
/trunk/kernel/genarch/include/kbrd/kbrd.h
/trunk/kernel/genarch/include/srln/srln.h
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
/trunk/kernel/genarch/src/kbrd/kbrd.c
/trunk/kernel/genarch/src/srln/srln.c
/trunk/uspace/srv/kbd/port/sun.c

Show All