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
4335 5505 d 3 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 5506 d 20 h svoboda /trunk/uspace/srv/kbd/ Select correct kbd controller driver on bgxemul.  
/trunk/uspace/srv/kbd/Makefile
4333 5506 d 20 h svoboda /trunk/kernel/ Fix ELF loading issue on mips32eb.  
/trunk/kernel/arch/mips32/include/elf.h
/trunk/kernel/generic/include/byteorder.h
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 22 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
4323 5508 d 3 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 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
4320 5508 d 8 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 5508 d 10 h decky /trunk/kernel/generic/src/console/ make the 'continue' command behave even nicer  
/trunk/kernel/generic/src/console/cmd.c
4318 5508 d 10 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
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 1 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
4315 5510 d 22 h jermar /trunk/ Replace non-canonical B instructions with BA %xcc.
Fix one occurrence of deprecated Bicc instruction.
 
/trunk/boot/arch/sparc64/loader/asm.S
/trunk/boot/arch/sparc64/loader/boot.S
/trunk/kernel/arch/sparc64/include/trap/trap_table.h
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/arch/sparc64/src/dummy.s
4314 5510 d 22 h jermar /trunk/kernel/arch/sparc64/ Replace all deprecated BA (Bicc) instructions with BA %xcc instructions.  
/trunk/kernel/arch/sparc64/include/atomic.h
/trunk/kernel/arch/sparc64/src/start.S
/trunk/kernel/arch/sparc64/src/trap/trap_table.S
4313 5510 d 22 h jermar /trunk/kernel/arch/ Convert sgcn to the new HID wiring mechanism.  
/trunk/kernel/arch/ia64/src/drivers/ski.c
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c

Show All