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
4200 5660 d 4 h svoboda /trunk/kernel/generic/ Start converting string functions according to the terminology agreed upon.  
/trunk/kernel/generic/include/string.h
/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
4199 5660 d 5 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 5660 d 8 h svoboda /trunk/kernel/generic/src/lib/ Slightly decompile character encoder.  
/trunk/kernel/generic/src/lib/string.c
4197 5660 d 16 h mejdrech /branches/network/uspace/srv/net/ Net: corrected dp8390 get_addr_message, safer task name printfs  
/branches/network/uspace/srv/net/il/arp/arp_module.c
/branches/network/uspace/srv/net/il/ip/ip_module.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/networking/startup/networking_startup.c
/branches/network/uspace/srv/net/nil/eth/eth_module.c
/branches/network/uspace/srv/net/structures/char_map.c
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/int_map.h
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
4196 5661 d 5 h svoboda /trunk/kernel/generic/src/lib/ Slightly 'decompile' character decoder.  
/trunk/kernel/generic/src/lib/string.c
4195 5661 d 7 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 5661 d 8 h decky /trunk/kernel/generic/ cstyle  
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/src/console/console.c
4193 5661 d 8 h decky /trunk/kernel/genarch/src/multiboot/ more sanity checks  
/trunk/kernel/genarch/src/multiboot/multiboot.c
4192 5662 d 5 h mejdrech /branches/network/ Net: ported dp8390, finished netif startup, enable irq explicitly while registering, improved integration, temporarily removed One module architecture, bug fixes  
/branches/network/uspace/srv/net/netif/netif_interface.h
/branches/network/uspace/srv/net/structures/module_map.c
/branches/network/uspace/srv/net/structures/module_map.h
/branches/network/HelenOS.config
/branches/network/kernel/generic/src/ipc/irq.c
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_drv.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_port.h
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/sockaddr.c
/branches/network/uspace/srv/net/structures/char_map.c
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/int_map.h
/branches/network/uspace/srv/net/structures/measured_strings.c
/branches/network/uspace/srv/net/structures/packet/packet.c
/branches/network/uspace/srv/net/structures/packet/packet_client.c
/branches/network/uspace/srv/net/structures/packet/packet_client.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
4191 5665 d 14 h decky /trunk/contrib/toolchain/ bump versions  
/trunk/contrib/toolchain/toolchain.arm32.sh
/trunk/contrib/toolchain/toolchain.ia64.sh
4190 5667 d 1 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 5667 d 1 h decky /trunk/kernel/test/print/ more compact ASCII printout
fix typo in Czech sentence
 
/trunk/kernel/test/print/print4.c
4188 5667 d 1 h decky /trunk/contrib/font/ sync with sources  
/trunk/contrib/font/bdf2c.pl
4187 5667 d 11 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 5667 d 12 h decky /trunk/kernel/test/print/ add more supported script samples  
/trunk/kernel/test/print/print4.c
4185 5667 d 12 h decky /trunk/kernel/ fix wchar_t printing  
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/test/print/print4.c
4184 5667 d 12 h decky /trunk/kernel/generic/src/printf/ fix off-by-one bug  
/trunk/kernel/generic/src/printf/vsnprintf.c
4183 5667 d 12 h decky /trunk/kernel/generic/src/printf/ fix wrong assignment  
/trunk/kernel/generic/src/printf/printf_core.c
4182 5667 d 12 h decky /trunk/kernel/genarch/src/fb/ fix cursor  
/trunk/kernel/genarch/src/fb/fb.c
4181 5667 d 12 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

Show All