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
4158 5572 d 21 h jermar /trunk/defaults/ia64/ Do not include VHPT in the default build.  
/trunk/defaults/ia64/Makefile.config
4157 5573 d 2 h decky /trunk/contrib/toolchain/ bump versions  
/trunk/contrib/toolchain/toolchain.ppc32.sh
/trunk/contrib/toolchain/toolchain.ppc64.sh
4154 5574 d 19 h svoboda /trunk/uspace/ Consolidate console interface.  
/trunk/uspace/app/init/init.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/srv/loader/main.c
4152 5574 d 23 h jermar /trunk/kernel/arch/ia32/src/boot/ Fix typo.  
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
4151 5575 d 1 h decky /trunk/kernel/arch/ia32/src/ properly detect VESA 16 bpp modes with 5:5:5 colors  
/trunk/kernel/arch/ia32/src/boot/vesa_prot.inc
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
/trunk/kernel/arch/ia32/src/drivers/vesa.c
4150 5575 d 2 h decky /trunk/kernel/arch/ia32/src/boot/ check for proper VESA mode attributes  
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
4149 5575 d 3 h decky /trunk/kernel/arch/ia32/src/boot/ ignore leading spaces in video mode command line  
/trunk/kernel/arch/ia32/src/boot/vesa_prot.inc
4148 5575 d 7 h decky /trunk/ as kernel little brother drivers are not needed anymore, the device numbers do not have to be correlated between kernel and uspace in any way
introduce new syscall sys_device_assign_devno() for generating system-wide unique device numbers for uspace
 
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/arm32/src/arm32.c
/trunk/kernel/arch/ia32/src/drivers/i8254.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia32/src/smp/apic.c
/trunk/kernel/arch/ia64/src/drivers/it.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/include/drivers/cuda.h
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/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/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/generic/include/ddi/device.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/ddi/device.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/lib/libc/generic/ddi.c
/trunk/uspace/lib/libc/include/ddi.h
/trunk/uspace/srv/console/console.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/z8530.c
4147 5575 d 7 h decky /trunk/kernel/generic/include/console/ move syscall wrappers to more suitable location  
/trunk/kernel/generic/include/console/console.h
4146 5575 d 7 h decky /trunk/kernel/generic/src/console/ move syscall wrappers to more suitable location  
/trunk/kernel/generic/src/console/console.c
4145 5575 d 7 h decky /trunk/kernel/arch/amd64/src/ fix typo  
/trunk/kernel/arch/amd64/src/interrupt.c
4144 5575 d 9 h decky /trunk/uspace/srv/kbd/port/ cstyle (Jiri, please be more careful)  
/trunk/uspace/srv/kbd/port/ski.c
4143 5575 d 19 h svoboda /trunk/uspace/srv/kbd/port/ Smarter polling to make ski keyboard usable again.  
/trunk/uspace/srv/kbd/port/ski.c
4142 5575 d 19 h svoboda /trunk/uspace/srv/fb/ Remove garbage.  
/trunk/uspace/srv/fb/serial_console.c
4141 5575 d 19 h svoboda /trunk/uspace/srv/fb/ Interbuffer support in serial framebuffer driver for faster VC switches.  
/trunk/uspace/srv/fb/serial_console.c
/trunk/uspace/srv/fb/serial_console.h
4140 5575 d 21 h jermar /trunk/kernel/arch/sparc64/src/mm/ Update comments for the new hw_map(), which was committed in r4138.  
/trunk/kernel/arch/sparc64/src/mm/page.c
4139 5575 d 21 h jermar /trunk/uspace/srv/obio/ Revert the previous commit, which inappropriately reverted r4136. I should
really stop smoking this crap.
 
/trunk/uspace/srv/obio/obio.c
4138 5575 d 21 h jermar /trunk/ Revert the previous commit.  
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/uspace/srv/obio/obio.c
4137 5575 d 21 h svoboda /trunk/kernel/ Make optionality of symbol information less intrusive per Jakub's request. Also, improve symtab function names and update their semantics.  
/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/include/symtab.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/interrupt/interrupt.c
/trunk/kernel/generic/src/synch/spinlock.c
4136 5575 d 21 h decky /trunk/uspace/srv/obio/ fix (probably) wrong bracketing  
/trunk/uspace/srv/obio/obio.c

Show All