Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
4099 5592 d 14 h decky /trunk/kernel/arch/ia32/src/ update for the new scheme of wiring device drivers to keyboard/serial modules
use ega_redraw() only if it is compiled in
 
/trunk/kernel/arch/ia32/src/ia32.c
4098 5592 d 14 h decky /trunk/kernel/arch/ia32/include/drivers/ whitespace changes  
/trunk/kernel/arch/ia32/include/drivers/i8254.h
/trunk/kernel/arch/ia32/include/drivers/i8259.h
/trunk/kernel/arch/ia32/include/drivers/vesa.h
4097 5592 d 14 h decky /trunk/kernel/arch/ia32/include/drivers/ remove obsolete include file  
/trunk/kernel/arch/ia32/include/drivers/kbd.h
4096 5592 d 14 h decky /trunk/kernel/arch/ia32/src/drivers/ fix very strange condition  
/trunk/kernel/arch/ia32/src/drivers/vesa.c
4095 5592 d 14 h decky /trunk/kernel/arch/ make cpu_halt() really halt the execution  
/trunk/kernel/arch/amd64/include/asm.h
/trunk/kernel/arch/ia32/include/asm.h
4094 5592 d 14 h decky /trunk/kernel/genarch/ update for the new scheme of wiring device drivers to keyboard/serial modules  
/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/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
4093 5592 d 14 h decky /trunk/kernel/genarch/src/ chardev_t -> outdev_t
small fixes and cleanups
 
/trunk/kernel/genarch/src/drivers/ega/ega.c
/trunk/kernel/genarch/src/fb/fb.c
4092 5592 d 14 h decky /trunk/kernel/genarch/ wire keyboard/serial module and device drivers in a more obvious way
(first a device driver is initialized and then it is connected to the generic module)
 
/trunk/kernel/genarch/include/kbrd/kbrd.h
/trunk/kernel/genarch/include/srln/srln.h
/trunk/kernel/genarch/src/kbrd/kbrd.c
/trunk/kernel/genarch/src/srln/srln.c
4091 5592 d 14 h decky /trunk/kernel/generic/src/console/ split chardev_t into indev_t and outdev_t  
/trunk/kernel/generic/src/console/chardev.c
4090 5592 d 14 h decky /trunk/kernel/generic/src/console/ remove the confusing "exit" from the list of commands
(the exit command still works in last resort and debug consoles)
 
/trunk/kernel/generic/src/console/cmd.c
4089 5592 d 14 h decky /trunk/kernel/generic/ avoid page fault on exit command
cleanup
 
/trunk/kernel/generic/include/console/kconsole.h
/trunk/kernel/generic/src/console/kconsole.c
4088 5592 d 14 h decky /trunk/kernel/generic/src/lib/ do not create last resort console if there is no polling input device
cleanup
 
/trunk/kernel/generic/src/lib/func.c
4087 5592 d 14 h decky /trunk/kernel/generic/ use indev_t
remove console IRQ notification (will be replaced by a proper solution)
remove null_stdout (just initialize stdout to NULL)
remove console_init()
add check_poll()
more understandable message on halt with no polled input device
cleanup
 
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/src/console/console.c
4086 5592 d 14 h decky /trunk/kernel/generic/include/console/ split chardev_t into indev_t and outdev_t
simplify and cleanup operations
 
/trunk/kernel/generic/include/console/chardev.h
4085 5592 d 14 h decky /trunk/kernel/generic/src/interrupt/ do not echo keypress  
/trunk/kernel/generic/src/interrupt/interrupt.c
4084 5592 d 14 h decky /trunk/kernel/generic/src/main/ separate console_init() is actually not needed  
/trunk/kernel/generic/src/main/main.c
4083 5592 d 14 h decky /trunk/defaults/ update defaults  
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/mips32/GXemul/Makefile.config
/trunk/defaults/mips32/Makefile.config
4082 5592 d 14 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config
4081 5592 d 16 h decky /trunk/tools/ interpret negative inference properly  
/trunk/tools/config.py
4080 5592 d 16 h decky /trunk/tools/ add support for negative inference  
/trunk/tools/config.py
4079 5592 d 19 h decky /trunk/kernel/genarch/ support for dummy serial line input and output (e.g. msim)  
/trunk/kernel/genarch/Makefile.inc
4078 5592 d 19 h decky /trunk/kernel/genarch/ add dummy serial line input and output drivers  
/trunk/kernel/genarch/include/drivers/dsrln
/trunk/kernel/genarch/include/drivers/dsrln/dsrlnin.h
/trunk/kernel/genarch/include/drivers/dsrln/dsrlnout.h
/trunk/kernel/genarch/src/drivers/dsrln
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnout.c
4076 5593 d 11 h jermar /trunk/kernel/arch/sparc64/src/ Fix SMP on sparc64.  
/trunk/kernel/arch/sparc64/src/sparc64.c
4074 5593 d 12 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4072 5593 d 12 h jermar /trunk/kernel/arch/sparc64/src/ Fix sparc64 builds without srln.  
/trunk/kernel/arch/sparc64/src/console.c
4071 5593 d 12 h jermar /trunk/kernel/arch/sparc64/ Some additional fixes to the sgcn driver.  
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4070 5593 d 14 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.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/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4069 5593 d 17 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4067 5596 d 9 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile
4066 5596 d 9 h jermar /trunk/ Fix configuration options for ns16550.  
/trunk/HelenOS.config
4062 5596 d 16 h decky /trunk/tools/ handle the Done (dialog) button before doing anything else  
/trunk/tools/config.py
4061 5596 d 17 h svoboda /trunk/uspace/srv/kbd/ Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.  
/trunk/uspace/srv/kbd/genarch
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/genarch/stroke.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/kbd/include/stroke.h
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/ctl/gxe_fb.c
/trunk/uspace/srv/kbd/ctl/pc.c
/trunk/uspace/srv/kbd/ctl/stty.c
/trunk/uspace/srv/kbd/ctl/sun.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd_ctl.h
4060 5596 d 18 h jermar /trunk/kernel/arch/ia64/ Clean up ski handling in kernel.  
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
4059 5596 d 18 h decky /trunk/contrib/ remove orphaned directory  
/trunk/contrib/default
4058 5596 d 18 h decky /trunk/ add support for predefined configuration profiles (and subprofiles, configuration can be nested)  
/trunk/defaults
/trunk/defaults/amd64
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/amd64/output
/trunk/defaults/arm32
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/arm32/output
/trunk/defaults/ia32
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia32/output
/trunk/defaults/ia64
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/ia64/i460GX
/trunk/defaults/ia64/i460GX/Makefile.config
/trunk/defaults/ia64/output
/trunk/defaults/ia64/ski
/trunk/defaults/ia64/ski/Makefile.config
/trunk/defaults/mips32
/trunk/defaults/mips32/GXemul
/trunk/defaults/mips32/GXemul/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/mips32/msim
/trunk/defaults/mips32/msim/Makefile.config
/trunk/defaults/mips32/output
/trunk/defaults/ppc32
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/ppc32/output
/trunk/defaults/sparc64
/trunk/defaults/sparc64/output
/trunk/contrib/default/amd64
/trunk/contrib/default/arm32
/trunk/contrib/default/ia32
/trunk/contrib/default/ia64
/trunk/contrib/default/mips32
/trunk/contrib/default/ppc32
/trunk/contrib/default/sparc64
/trunk/tools/config.py
4057 5596 d 18 h decky /trunk/kernel/arch/ optional EGA support  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
4056 5596 d 18 h decky /trunk/ do not ask personal questions in configuration  
/trunk/HelenOS.config
4054 5596 d 20 h decky /trunk/tools/ indicate undefined configuration options more explicitly
(the "None" was not clear enought and might get confused with "none" value)
 
/trunk/tools/config.py
/trunk/tools/xtui.py
4053 5596 d 20 h jermar /trunk/ Extended HID options.  
/trunk/HelenOS.config
4052 5596 d 21 h jermar /trunk/kernel/genarch/src/srln/ Add a new line - gcc is very picky lately.  
/trunk/kernel/genarch/src/srln/srln.c