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
4199 5582 d 0 h svoboda /trunk/kernel/generic/src/ Semantics for 'index' parameter of utf8_encode/decode() should be more logical.  
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/printf/vprintf.c
/trunk/kernel/generic/src/printf/vsnprintf.c
4198 5582 d 4 h svoboda /trunk/kernel/generic/src/lib/ Slightly decompile character encoder.  
/trunk/kernel/generic/src/lib/string.c
4196 5583 d 0 h svoboda /trunk/kernel/generic/src/lib/ Slightly 'decompile' character decoder.  
/trunk/kernel/generic/src/lib/string.c
4195 5583 d 2 h decky /trunk/kernel/arch/ detect SYSENTER/SYSEXIT support on boot
(this serves as a hint for people who try to boot HelenOS on Bochs emulating plain Pentium,
unfortunatelly it also kills VirtualBox, as it does not support SYSENTER/SYSEXIT officially,
see http://www.virtualbox.org/ticket/1248)
 
/trunk/kernel/arch/amd64/include/cpuid.h
/trunk/kernel/arch/ia32/include/cpuid.h
/trunk/kernel/arch/ia32/src/boot/boot.S
4194 5583 d 3 h decky /trunk/kernel/generic/ cstyle  
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/src/console/console.c
4193 5583 d 3 h decky /trunk/kernel/genarch/src/multiboot/ more sanity checks  
/trunk/kernel/genarch/src/multiboot/multiboot.c
4190 5588 d 20 h decky /trunk/kernel/genarch/src/drivers/ega/ convert Unicode characters to OEM (a.k.a. 437) code page
add colors to EGA output
 
/trunk/kernel/genarch/src/drivers/ega/ega.c
4189 5588 d 20 h decky /trunk/kernel/test/print/ more compact ASCII printout
fix typo in Czech sentence
 
/trunk/kernel/test/print/print4.c
4187 5589 d 6 h decky /trunk/ simplify glyph mapping function
draw invalid glyphs with a distinctive color
 
/trunk/contrib/font/bdf2c.pl
/trunk/kernel/genarch/include/fb/font-8x16.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/fb/font-8x16.c
4186 5589 d 7 h decky /trunk/kernel/test/print/ add more supported script samples  
/trunk/kernel/test/print/print4.c
4185 5589 d 7 h decky /trunk/kernel/ fix wchar_t printing  
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/test/print/print4.c
4184 5589 d 7 h decky /trunk/kernel/generic/src/printf/ fix off-by-one bug  
/trunk/kernel/generic/src/printf/vsnprintf.c
4183 5589 d 7 h decky /trunk/kernel/generic/src/printf/ fix wrong assignment  
/trunk/kernel/generic/src/printf/printf_core.c
4182 5589 d 7 h decky /trunk/kernel/genarch/src/fb/ fix cursor  
/trunk/kernel/genarch/src/fb/fb.c
4181 5589 d 7 h decky /trunk/kernel/genarch/src/fb/ add copyright of the original font author
source: http://www.inp.nsk.su/~bolkhov/files/fonts/univga/
copying policy: freely distributable
license: X license (exact wording is unknown, assuming BSD style)
 
/trunk/kernel/genarch/src/fb/font-8x16.c
4180 5589 d 8 h decky /trunk/kernel/generic/ Unicode aware printf and family functions
(this breaks some things, but will be fixed soon)
 
/trunk/kernel/generic/include/console/chardev.h
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/include/print.h
/trunk/kernel/generic/include/printf/printf_core.h
/trunk/kernel/generic/include/putchar.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/printf/printf.c
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/printf/snprintf.c
/trunk/kernel/generic/src/printf/vprintf.c
/trunk/kernel/generic/src/printf/vsnprintf.c
/trunk/kernel/generic/src/syscall/syscall.c
4179 5589 d 8 h decky /trunk/kernel/generic/ more Unicode functions  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
4178 5589 d 8 h decky /trunk/kernel/ remove unbounded (possibly dangerous) string functions  
/trunk/kernel/generic/src/printf/sprintf.c
/trunk/kernel/generic/src/printf/vsprintf.c
/trunk/kernel/Makefile
4177 5589 d 8 h decky /trunk/kernel/genarch/ use Unicode font glyphs and mapping for framebuffer  
/trunk/kernel/genarch/include/fb/font-8x16.h
/trunk/kernel/genarch/src/drivers/ega/ega.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/genarch/src/fb/font-8x16.c
4175 5589 d 19 h decky /trunk/kernel/generic/ UTF-8 decoding routine  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
4174 5589 d 19 h decky /trunk/kernel/generic/ add malloc slab caches for up to 4 MB blocks  
/trunk/kernel/generic/include/mm/slab.h
/trunk/kernel/generic/src/mm/slab.c
4173 5590 d 1 h jermar /trunk/ Revive kernel notifications.  
/trunk/kernel/generic/include/event
/trunk/kernel/generic/include/event/event.h
/trunk/kernel/generic/include/event/event_types.h
/trunk/kernel/generic/src/event
/trunk/kernel/generic/src/event/event.c
/trunk/uspace/lib/libc/generic/event.c
/trunk/uspace/lib/libc/include/event.h
/trunk/kernel/Makefile
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/trace/syscalls.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/srv/console/console.c
4172 5591 d 0 h decky /trunk/kernel/ unicode preparation work  
/trunk/kernel/Makefile
/trunk/kernel/test/print/print4.c
4171 5591 d 0 h decky /trunk/kernel/test/print/ unicode test (not working properly yet)  
/trunk/kernel/test/print/print4.c
4170 5591 d 1 h decky /trunk/kernel/ split printf test into several tests for better readability  
/trunk/kernel/test/print/print2.c
/trunk/kernel/test/print/print2.def
/trunk/kernel/test/print/print3.c
/trunk/kernel/test/print/print3.def
/trunk/kernel/test/print/print4.c
/trunk/kernel/test/print/print4.def
/trunk/kernel/Makefile
/trunk/kernel/test/print/print1.c
/trunk/kernel/test/print/print1.def
/trunk/kernel/test/test.c
/trunk/kernel/test/test.h
4169 5591 d 2 h decky /trunk/kernel/generic/include/ start unicode support  
/trunk/kernel/generic/include/typedefs.h
4162 5593 d 1 h jermar /trunk/kernel/arch/amd64/ Discard the eh_frame section on amd64, which improves the kernel size by
hundreds of kilobytes. Discard all other unknown sections as well.
 
/trunk/kernel/arch/amd64/_link.ld.in
4152 5595 d 4 h jermar /trunk/kernel/arch/ia32/src/boot/ Fix typo.  
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
4151 5595 d 6 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 5595 d 7 h decky /trunk/kernel/arch/ia32/src/boot/ check for proper VESA mode attributes  
/trunk/kernel/arch/ia32/src/boot/vesa_real.inc
4149 5595 d 8 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 5595 d 11 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 5595 d 12 h decky /trunk/kernel/generic/include/console/ move syscall wrappers to more suitable location  
/trunk/kernel/generic/include/console/console.h
4146 5595 d 12 h decky /trunk/kernel/generic/src/console/ move syscall wrappers to more suitable location  
/trunk/kernel/generic/src/console/console.c
4145 5595 d 12 h decky /trunk/kernel/arch/amd64/src/ fix typo  
/trunk/kernel/arch/amd64/src/interrupt.c
4140 5596 d 1 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
4138 5596 d 2 h jermar /trunk/ Revert the previous commit.  
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/uspace/srv/obio/obio.c
4137 5596 d 2 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
4134 5596 d 23 h decky /trunk/ resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet
 
/trunk/boot/arch/mips32/loader/_link.ld.in
/trunk/uspace/lib/libc/arch/mips32eb/include/ddi.h
/trunk/boot/arch/mips32/loader/_link.ld.in.binary
/trunk/boot/arch/mips32/loader/_link.ld.in.ecoff
/trunk/boot/arch/mips32/loader/Makefile
/trunk/contrib/toolchain/toolchain.mipseb32.sh
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
4133 5597 d 0 h svoboda /trunk/kernel/arch/ia32/include/ Fix non-SMP ia32 build.  
/trunk/kernel/arch/ia32/include/atomic.h