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
4662 5406 d 21 h svoboda /trunk/ Make automatic start of BDDs and mounting of /data optional and disabled by default not to mess with people's hard drivers.  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/sparc64/Makefile.config
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/init/init.c
4610 5426 d 21 h svoboda /trunk/ Kernel Mac ADB keyboard driver revived.  
/trunk/kernel/genarch/include/kbrd/scanc_mac.h
/trunk/kernel/genarch/src/kbrd/scanc_mac.c
/trunk/HelenOS.config
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/include/drivers/via-cuda/cuda.h
/trunk/kernel/genarch/src/drivers/via-cuda/cuda.c
/trunk/kernel/genarch/src/kbrd/kbrd.c
4426 5468 d 21 h decky /trunk/ turn off SMP for Athlon XP  
/trunk/HelenOS.config
4402 5471 d 20 h decky /trunk/ remove the confusing "Improved support for hyperthreading" configuration option  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/kernel/arch/amd64/include/atomic.h
/trunk/kernel/arch/ia32/include/atomic.h
/trunk/kernel/arch/ia32/src/atomic.S
4309 5499 d 4 h decky /trunk/ add explicit option for VIA CUDA  
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
4275 5506 d 2 h decky /trunk/ complete configuration options  
/trunk/HelenOS.config
4270 5509 d 21 h decky /trunk/ fix serengeti console  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/src/console.c
4240 5515 d 0 h svoboda /trunk/ Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, 1 = QWERTY, 2 = Dvorak, 3 = Czech. Remove compile-time option.  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/sparc64/Makefile.config
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4237 5515 d 6 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4135 5533 d 22 h decky /trunk/ fix bad syntax  
/trunk/HelenOS.config
4132 5534 d 19 h svoboda /trunk/ Make kernel symbol information optional.  
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/arm32/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/mips32/Makefile.config
/trunk/defaults/ppc32/Makefile.config
/trunk/defaults/sparc64/Makefile.config
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/mips32/src/debugger.c
/trunk/kernel/arch/mips32/src/exception.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/arch/ppc32/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/trap/exception.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/interrupt/interrupt.c
/trunk/kernel/generic/src/synch/spinlock.c
4127 5538 d 4 h decky /trunk/ parse VESA mode from a string
unify VESA initialization for ia32 and amd64
 
/trunk/kernel/arch/amd64/src/boot/vesa_prot.inc
/trunk/kernel/arch/amd64/src/boot/vesa_real.inc
/trunk/kernel/arch/amd64/src/boot/vesa_ret.inc
/trunk/kernel/arch/ia32/src/boot/vesa_prot.inc
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
/trunk/kernel/arch/ia32/src/boot/vesa_ret.inc
/trunk/HelenOS.config
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/amd64/src/boot/memmap.c
/trunk/kernel/arch/ia32/src/boot/boot.S
4123 5538 d 6 h decky /trunk/ bring back kernel HID on ppc32
this concludes the transition from chardev_t to indev_t and outdev_t
 
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/ppc32.c
4122 5538 d 7 h decky /trunk/ bring back HID on ia64  
/trunk/HelenOS.config
/trunk/defaults/ia64/Makefile.config
/trunk/defaults/ia64/i460GX/Makefile.config
/trunk/kernel/arch/ia64/src/ia64.c
4121 5538 d 7 h decky /trunk/ bring back support for Serengeti console  
/trunk/HelenOS.config
4119 5538 d 8 h decky /trunk/ get back support for framebuffer and keyboard for sparc64 (generic)  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/include/drivers/z8530/z8530.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
4117 5538 d 17 h decky /trunk/ arm32: update for the new scheme of device drivers and keyboard/serial modules
streamline arm32 port (as GXemul is still the only machine supported), more cleanup is needed
 
/trunk/kernel/arch/arm32/include/debug
/trunk/kernel/arch/arm32/include/machine.h
/trunk/kernel/arch/arm32/src/debug
/trunk/HelenOS.config
/trunk/defaults/arm32/Makefile.config
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/include/asm/boot.h
/trunk/kernel/arch/arm32/include/drivers/gxemul.h
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/arm32/src/console.c
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/kernel/arch/arm32/src/exception.c
/trunk/kernel/arch/arm32/src/interrupt.c
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/mm/page.c
/trunk/kernel/arch/arm32/src/mm/page_fault.c
/trunk/kernel/arch/arm32/src/panic.S
4115 5538 d 20 h jermar /trunk/ Revert part of r4114 as I accidentally committed more than I intended.  
/trunk/HelenOS.config
4114 5538 d 20 h jermar /trunk/ Fix one RAW dependency.  
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
4082 5538 d 23 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config

Show All