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 5528 d 22 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 5530 d 14 h svoboda /trunk/uspace/srv/kbd/ Select correct kbd controller driver on bgxemul.  
/trunk/uspace/srv/kbd/Makefile
4333 5530 d 14 h svoboda /trunk/kernel/ Fix ELF loading issue on mips32eb.  
/trunk/kernel/arch/mips32/include/elf.h
/trunk/kernel/generic/include/byteorder.h
4331 5530 d 20 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 5531 d 1 h svoboda /trunk/uspace/srv/kbd/port/ On sgcn disable polling too when switching to kcon.  
/trunk/uspace/srv/kbd/port/sgcn.c
4329 5531 d 1 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 5531 d 16 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 5531 d 16 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 5531 d 21 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 5531 d 22 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 5532 d 0 h decky /trunk/uspace/srv/fb/ fix disappeared cursor in aligned rendering  
/trunk/uspace/srv/fb/fb.c
4321 5532 d 2 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 5532 d 3 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 5532 d 4 h decky /trunk/kernel/generic/src/console/ make the 'continue' command behave even nicer  
/trunk/kernel/generic/src/console/cmd.c
4318 5532 d 4 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 5532 d 5 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 5533 d 20 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 5534 d 17 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 5534 d 17 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 5534 d 17 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
4312 5534 d 20 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 5535 d 0 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
4310 5535 d 0 h decky /trunk/kernel/generic/ rename _getc() to indev_pop_character()
implicit creation of stdin via stdin_wire()
 
/trunk/kernel/generic/include/console/chardev.h
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/src/console/chardev.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/interrupt/interrupt.c
4309 5535 d 0 h decky /trunk/ add explicit option for VIA CUDA  
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
4308 5535 d 14 h decky /trunk/boot/arch/ppc32/loader/ add support for alternate spelling of macio alias  
/trunk/boot/arch/ppc32/loader/ofwarch.c
4306 5537 d 17 h jermar /trunk/uspace/srv/fs/tmpfs/ Support multiple TMPFS instances.  
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
4305 5537 d 21 h jermar /trunk/uspace/ Support mount options.
Let tmpfs decide whether to start empty or restored a TMPFS dump based on the mount option.
 
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/vfs/vfs1.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_ops.c
4304 5537 d 21 h jermar /trunk/kernel/generic/src/ipc/ Allow IPC_M_DATA_WRITE to transfer zero data.  
/trunk/kernel/generic/src/ipc/sysipc.c
4303 5537 d 21 h jermar /trunk/kernel/generic/src/mm/ Allow malloc(0, ...) in kernel.  
/trunk/kernel/generic/src/mm/slab.c
4302 5537 d 23 h jermar /trunk/uspace/ Make IPC_M_PING part of the VFS_MOUNT protocol again.  
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs_ops.c
4301 5538 d 0 h jermar /trunk/uspace/srv/vfs/ Return the actual error code instead of EREFUSED.  
/trunk/uspace/srv/vfs/vfs_ops.c
4299 5539 d 4 h decky /trunk/boot/arch/ppc32/ add support for up-to-date Mac booting specs
(this fixes booting on QEMU 10+ with OpenBIOS)
 
/trunk/boot/arch/ppc32/yaboot/bootinfo.txt
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc32/yaboot/ofboot.b
/trunk/boot/arch/ppc32/yaboot/yaboot.conf
4298 5539 d 14 h svoboda /trunk/uspace/srv/kbd/layout/ Handle shift properly on top row of main block in Czech layout.  
/trunk/uspace/srv/kbd/layout/cz.c
4297 5539 d 15 h decky /trunk/kernel/generic/src/console/ fix off-by-one bug in kconsole argument parser  
/trunk/kernel/generic/src/console/kconsole.c
4294 5539 d 21 h decky /trunk/defaults/ppc32/ ISO image is now produced on ppc32  
/trunk/defaults/ppc32/output
4293 5540 d 1 h decky /trunk/uspace/lib/libc/ don't forget to flush the console after the application finishes
(yes, this is not very elegant, but until we have a proper stdin/stdout/stderr, the whole console stuff, buffering, etc. is just a big heap of hacks)
 
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/include/console.h
4292 5540 d 2 h decky /trunk/boot/arch/ppc32/yaboot/ add yaboot license and information  
/trunk/boot/arch/ppc32/yaboot/COPYING
/trunk/boot/arch/ppc32/yaboot/README
4291 5540 d 2 h decky /trunk/boot/arch/ia32/ add symlink to grub  
/trunk/boot/arch/ia32/grub
4290 5540 d 2 h decky /trunk/boot/arch/ia32/ remove duplicate grub  
/trunk/boot/arch/ia32/grub
4289 5540 d 2 h decky /trunk/ ppc32: create bootable ISO image instead of plain binary
add sample configuration for QEMU
 
/trunk/contrib/conf/ppc32-qe.sh
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/contrib/conf/pearpc.conf