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 5420 d 2 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 5440 d 1 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 5482 d 2 h decky /trunk/ turn off SMP for Athlon XP  
/trunk/HelenOS.config
4402 5485 d 0 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 5512 d 8 h decky /trunk/ add explicit option for VIA CUDA  
/trunk/HelenOS.config
/trunk/defaults/ppc32/Makefile.config
4275 5519 d 7 h decky /trunk/ complete configuration options  
/trunk/HelenOS.config
4270 5523 d 1 h decky /trunk/ fix serengeti console  
/trunk/HelenOS.config
/trunk/kernel/arch/sparc64/src/console.c
4240 5528 d 5 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 5528 d 11 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4135 5547 d 3 h decky /trunk/ fix bad syntax  
/trunk/HelenOS.config
4132 5547 d 23 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 5551 d 8 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 5551 d 11 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 5551 d 11 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 5551 d 12 h decky /trunk/ bring back support for Serengeti console  
/trunk/HelenOS.config
4119 5551 d 12 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 5551 d 22 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 5552 d 1 h jermar /trunk/ Revert part of r4114 as I accidentally committed more than I intended.  
/trunk/HelenOS.config
4114 5552 d 1 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 5552 d 4 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config
4074 5553 d 1 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4069 5553 d 7 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4066 5555 d 22 h jermar /trunk/ Fix configuration options for ns16550.  
/trunk/HelenOS.config
4056 5556 d 7 h decky /trunk/ do not ask personal questions in configuration  
/trunk/HelenOS.config
4053 5556 d 9 h jermar /trunk/ Extended HID options.  
/trunk/HelenOS.config
4051 5556 d 11 h svoboda /trunk/ Keyboard layout must always be specified. Msim does not support non-serial HID.  
/trunk/HelenOS.config
4050 5556 d 12 h jermar /trunk/ Remove the hated DEFAULTS config option.  
/trunk/HelenOS.config
4047 5557 d 0 h jermar /trunk/ Improve the configuration file.

- Support for easy configuration with sane defaults.

- Fix the ambiguous MACHINE variable by introducing the PROCESSOR variable.

- Eliminate some unnecessarily detailed questions by providing defaults for the
Serengeti machine.

- Introduce CONFIG_HID_IN and CONFIG_HID_OUT variables. They help to limit the
number of offered HID devices. In the future, they can be also used to
configure the way how the serial controller devices are connected to the
keyboard / serial line modules on some platforms where we can't autodetect.
 
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
4043 5557 d 4 h jermar /trunk/ Serial line module.  
/trunk/kernel/genarch/include/srln
/trunk/kernel/genarch/include/srln/srln.h
/trunk/kernel/genarch/src/srln
/trunk/kernel/genarch/src/srln/srln.c
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/genarch/Makefile.inc
4042 5557 d 5 h jermar /trunk/ Complete emancipation of kernel serial controller drivers (i8042, ns16550 and
z8530). Provide a common keyboard module for PC and Sun keyboards. The serial
line module is still to follow.
 
/trunk/kernel/genarch/include/drivers/i8042
/trunk/kernel/genarch/include/drivers/i8042/i8042.h
/trunk/kernel/genarch/include/drivers/ns16550
/trunk/kernel/genarch/include/drivers/ns16550/ns16550.h
/trunk/kernel/genarch/include/drivers/z8530
/trunk/kernel/genarch/include/drivers/z8530/z8530.h
/trunk/kernel/genarch/include/kbrd
/trunk/kernel/genarch/include/kbrd/kbrd.h
/trunk/kernel/genarch/src/drivers/i8042
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
/trunk/kernel/genarch/src/drivers/ns16550
/trunk/kernel/genarch/src/drivers/ns16550/ns16550.c
/trunk/kernel/genarch/src/drivers/z8530
/trunk/kernel/genarch/src/drivers/z8530/z8530.c
/trunk/kernel/genarch/src/kbrd
/trunk/kernel/genarch/src/kbrd/kbrd.c
/trunk/kernel/genarch/include/kbd
/trunk/kernel/genarch/include/kbrd/i8042.h
/trunk/kernel/genarch/include/kbrd/key.h
/trunk/kernel/genarch/include/kbrd/ns16550.h
/trunk/kernel/genarch/include/kbrd/z8530.h
/trunk/kernel/genarch/src/kbd
/trunk/kernel/genarch/src/kbrd/i8042.c
/trunk/kernel/genarch/src/kbrd/key.c
/trunk/kernel/genarch/src/kbrd/ns16550.c
/trunk/kernel/genarch/src/kbrd/z8530.c
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/smp/smp.c
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/genarch/Makefile.inc
/trunk/kernel/genarch/src/kbrd/scanc_pc.c
/trunk/kernel/genarch/src/kbrd/scanc_sun.c
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/main/main.c
4022 5561 d 0 h svoboda /trunk/ Move multiboot parsing to genarch/*/multiboot and adapt it for use with both ia32 and amd64. Multiboot info parsing now supported on amd64, too.  
/trunk/kernel/genarch/include/multiboot
/trunk/kernel/genarch/include/multiboot/multiboot.h
/trunk/kernel/genarch/src/multiboot
/trunk/kernel/genarch/src/multiboot/multiboot.c
/trunk/kernel/arch/ia32/include/boot/multiboot.h
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/include/arch.h
/trunk/kernel/arch/amd64/include/boot/boot.h
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/include/arch.h
/trunk/kernel/arch/ia32/include/boot/boot.h
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/genarch/Makefile.inc
3936 5572 d 5 h decky /trunk/ dash is not a safe character for C preprocessor, use underscore instead  
/trunk/HelenOS.config
/trunk/kernel/arch/ia32/Makefile.inc
3923 5574 d 22 h svoboda /trunk/ Keyboard driver overhaul -- organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet.  
/trunk/uspace/srv/kbd/ctl
/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/include/kbd_ctl.h
/trunk/uspace/srv/kbd/include/kbd_port.h
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
/trunk/uspace/srv/kbd/port
/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/i8042.h
/trunk/uspace/srv/kbd/port/msim.c
/trunk/HelenOS.config
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/kbd/keycode.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd.h
3917 5574 d 23 h decky /trunk/ remove non-standard define  
/trunk/HelenOS.config
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/arm32/_link.ld.in
/trunk/kernel/arch/arm32/include/machine.h
3915 5575 d 0 h decky /trunk/ fix conditions (actually only CNF and DNF is supported, not arbitrary logical forms)  
/trunk/HelenOS.config
3913 5575 d 7 h decky /trunk/ mips32: basic SMP support  
/trunk/kernel/arch/mips32/include/smp/dorder.h
/trunk/kernel/arch/mips32/src/smp/dorder.c
/trunk/kernel/arch/mips32/src/smp/smp.c
/trunk/kernel/arch/mips32/include/smp/order.h
/trunk/kernel/arch/mips32/src/dummy.S
/trunk/kernel/arch/mips32/src/smp/order.c
/trunk/HelenOS.config
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/_link.ld.in
/trunk/kernel/arch/mips32/include/asm.h
/trunk/kernel/arch/mips32/include/atomic.h
/trunk/kernel/arch/mips32/include/cpu.h
/trunk/kernel/arch/mips32/include/interrupt.h
/trunk/kernel/arch/mips32/src/asm.S
/trunk/kernel/arch/mips32/src/debugger.c
/trunk/kernel/arch/mips32/src/interrupt.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/generic/src/mm/as.c
3900 5577 d 7 h jermar /trunk/ Get rid of CONFIG_NS16550_INTERRUPT_DRIVEN and CONFIG_I8042_INTERRUPT_DRIVEN.  
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/genarch/src/kbd/ns16550.c
3899 5577 d 11 h jermar /trunk/ Configure ns16550 by default on sparc64 and not on ia64.  
/trunk/HelenOS.config
3898 5577 d 11 h svoboda /trunk/ Compile Udebug in by default.  
/trunk/HelenOS.config
3892 5578 d 0 h jermar /trunk/ Get rid of CONFIG_DEBUG_AS_WATCHPOINT.  
/trunk/HelenOS.config
/trunk/kernel/arch/amd64/src/debugger.c
/trunk/kernel/arch/amd64/src/proc/scheduler.c
/trunk/kernel/arch/ia32/src/proc/scheduler.c