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
4252 5561 d 15 h decky /trunk/kernel/ move event notification to the ipc directory (where it probably belogs to, side-by-side to IRQ notifications)
cleanup the notification code a little bit (there is probably no need to allocate two structured dynamically)
 
/trunk/kernel/generic/include/ipc/event.h
/trunk/kernel/generic/include/ipc/event_types.h
/trunk/kernel/generic/src/ipc/event.c
/trunk/kernel/generic/include/event
/trunk/kernel/generic/src/event
/trunk/kernel/Makefile
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/syscall/syscall.c
4251 5561 d 18 h decky /trunk/kernel/ ia32, amd64: do not reboot via a triple fault (which is nasty), but use the i8042 controller to trigger CPU reset  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/amd64/src/pm.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia32/src/pm.c
/trunk/kernel/genarch/include/drivers/i8042/i8042.h
/trunk/kernel/genarch/src/drivers/i8042/i8042.c
4250 5561 d 18 h decky /trunk/kernel/generic/src/main/ halt all CPUs in case reboot was not succesful  
/trunk/kernel/generic/src/main/shutdown.c
4249 5561 d 18 h decky /trunk/kernel/generic/src/adt/ call remove_callback only optionally
(this fixes the cleanup phase of the reboot command)
 
/trunk/kernel/generic/src/adt/hash_table.c
4248 5561 d 18 h decky /trunk/kernel/generic/src/ipc/ avoid deadlock during cleanup
(the compare function which is called inside hash_table_remove acquires irq->lock)
 
/trunk/kernel/generic/src/ipc/irq.c
4247 5561 d 18 h decky /trunk/kernel/generic/src/synch/ more readable spinning printout  
/trunk/kernel/generic/src/synch/spinlock.c
4246 5561 d 19 h decky /trunk/kernel/generic/src/adt/ split asserts into atomic conditions to ease debugging  
/trunk/kernel/generic/src/adt/hash_table.c
4245 5561 d 19 h decky /trunk/uspace/lib/libc/ sync with kernel  
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/generic/io/printf_core.c
/trunk/uspace/lib/libc/include/string.h
4244 5561 d 19 h decky /trunk/kernel/generic/ ignore leading byte-order mark while printing wide strings
(GCC sometimes generates constant UTF-32 strings with BOM)
 
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/printf/printf_core.c
4243 5562 d 0 h mejdrech /branches/network/uspace/srv/net/ Net: +extended gcc checks, +netif ipc message interface, *packed header structures' definitions, +auto gateway hardware address resolution, code cleanup  
/branches/network/uspace/srv/net/include/device.h
/branches/network/uspace/srv/net/include/netif_messages.h
/branches/network/uspace/srv/net/netif/netif_wrappers.h
/branches/network/uspace/srv/net/netif/device.h
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/Makefile.module
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_header.h
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip.h
/branches/network/uspace/srv/net/il/ip/ip_header.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/netif/dp8390/Makefile
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/Makefile
/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/netif/netif_interface.h
/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.c
/branches/network/uspace/srv/net/nil/eth/eth.h
/branches/network/uspace/srv/net/nil/eth/eth_header.h
/branches/network/uspace/srv/net/sockaddr.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.h
/branches/network/uspace/srv/net/structures/packet/packet_client.c
/branches/network/uspace/srv/net/structures/packet/packet_server.c
4242 5562 d 13 h trochtova /branches/dd/uspace/srv/pci/libpci/ experimenting with pci config. space  
/branches/dd/uspace/srv/pci/libpci/internal.h
/branches/dd/uspace/srv/pci/libpci/sysdep.h
/branches/dd/uspace/srv/pci/libpci/us2i.c
4241 5562 d 13 h svoboda /trunk/uspace/ NS was forgetting to hangup phones. One phone was leaked for every load attempt and when all 16 phones were exhausted, NS would lock up.  
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
4240 5562 d 18 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
4239 5562 d 18 h svoboda /trunk/uspace/ Make Czech layout work partially in bdsh.  
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/print/print4.c
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/generic/console.c
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/include/console.h
/trunk/uspace/srv/kbd/layout/cz.c
4238 5563 d 0 h svoboda /trunk/uspace/dist/ Add multilingual text to dist/readme.  
/trunk/uspace/dist/readme
4237 5563 d 0 h svoboda /trunk/ WIP Czech keyboard layout.  
/trunk/uspace/srv/kbd/layout/cz.c
/trunk/HelenOS.config
/trunk/uspace/srv/kbd/Makefile
4236 5563 d 1 h svoboda /trunk/uspace/ UCS in keyboard driver.  
/trunk/uspace/lib/libc/include/kbd/kbd.h
/trunk/uspace/srv/kbd/generic/key_buffer.c
/trunk/uspace/srv/kbd/include/key_buffer.h
/trunk/uspace/srv/kbd/include/layout.h
/trunk/uspace/srv/kbd/layout/us_dvorak.c
/trunk/uspace/srv/kbd/layout/us_qwerty.c
4235 5563 d 1 h svoboda /trunk/uspace/srv/fb/ Make ega-fb and serial-fb aware of UCS.  
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/serial_console.c
4234 5563 d 12 h svoboda /trunk/ Copy printf with Unicode support to userspace.  
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/src/lib/string.c
/trunk/uspace/lib/libc/arch/amd64/include/types.h
/trunk/uspace/lib/libc/arch/arm32/include/types.h
/trunk/uspace/lib/libc/arch/ia32/include/types.h
/trunk/uspace/lib/libc/arch/ia64/include/types.h
/trunk/uspace/lib/libc/arch/mips32/include/types.h
/trunk/uspace/lib/libc/arch/ppc32/include/types.h
/trunk/uspace/lib/libc/arch/sparc64/include/types.h
/trunk/uspace/lib/libc/generic/io/fprintf.c
/trunk/uspace/lib/libc/generic/io/printf_core.c
/trunk/uspace/lib/libc/generic/io/vprintf.c
/trunk/uspace/lib/libc/generic/io/vsnprintf.c
/trunk/uspace/lib/libc/generic/string.c
/trunk/uspace/lib/libc/include/io/printf_core.h
/trunk/uspace/lib/libc/include/string.h
/trunk/uspace/lib/libc/include/sys/types.h
4233 5563 d 13 h svoboda /trunk/uspace/srv/fb/ The pre-rendered glyphs are not viewport-specific. This was taking too much time and memory.  
/trunk/uspace/srv/fb/fb.c

Show All