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
4078 5586 d 2 h decky /trunk/kernel/genarch/ add dummy serial line input and output drivers  
/trunk/kernel/genarch/include/drivers/dsrln
/trunk/kernel/genarch/include/drivers/dsrln/dsrlnin.h
/trunk/kernel/genarch/include/drivers/dsrln/dsrlnout.h
/trunk/kernel/genarch/src/drivers/dsrln
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnin.c
/trunk/kernel/genarch/src/drivers/dsrln/dsrlnout.c
4077 5586 d 17 h mejdrech /branches/network/uspace/srv/net/nil/eth/ Networking: * eth fcs in big-endian correction  
/branches/network/uspace/srv/net/nil/eth/eth.c
4076 5586 d 17 h jermar /trunk/kernel/arch/sparc64/src/ Fix SMP on sparc64.  
/trunk/kernel/arch/sparc64/src/sparc64.c
4075 5586 d 17 h mejdrech /branches/network/uspace/srv/net/ finished eth module, added crc32 and packet queue next and previous functions  
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/include/ethernet_lsap.h
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/include/ethernet_protocols.h
/branches/network/uspace/srv/net/include/protocol_map.h
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/networking/startup/Makefile
/branches/network/uspace/srv/net/nil/eth/Makefile
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/nil/eth/eth_header.h
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/structures/packet/packet.c
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/structures/packet/packet_client.h
4074 5586 d 18 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4073 5586 d 18 h rimsky /branches/sparc/ Implemented input and output drivers for Niagara. Written in the old-fashion style (do not use the new DDI infrastructure nor the new keyboard driver). Anyway, tetris can be played.  
/branches/sparc/uspace/srv/fb/niagara.c
/branches/sparc/uspace/srv/fb/niagara.h
/branches/sparc/uspace/srv/kbd/arch/sparc64/include/niagara.h
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/niagara.c
/branches/sparc/kernel/arch/sparc64/include/drivers/niagara.h
/branches/sparc/kernel/arch/sparc64/src/console.c
/branches/sparc/kernel/arch/sparc64/src/drivers/niagara.c
/branches/sparc/kernel/generic/include/ddi/irq.h
/branches/sparc/kernel/generic/src/ipc/irq.c
/branches/sparc/kernel/generic/src/ipc/kbox.c
/branches/sparc/kernel/generic/src/udebug/udebug.c
/branches/sparc/kernel/generic/src/udebug/udebug_ipc.c
/branches/sparc/kernel/generic/src/udebug/udebug_ops.c
/branches/sparc/uspace/srv/fb/Makefile
/branches/sparc/uspace/srv/fb/main.c
/branches/sparc/uspace/srv/kbd/Makefile
/branches/sparc/uspace/srv/kbd/arch/sparc64/src/kbd.c
/branches/sparc/uspace/srv/kbd/genarch/src/nofb.c
4072 5586 d 18 h jermar /trunk/kernel/arch/sparc64/src/ Fix sparc64 builds without srln.  
/trunk/kernel/arch/sparc64/src/console.c
4071 5586 d 18 h jermar /trunk/kernel/arch/sparc64/ Some additional fixes to the sgcn driver.  
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
4070 5586 d 21 h rimsky /trunk/ SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/arch/sparc64/include/drivers/sgcn.h
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/kbd/port/sgcn.c
4069 5587 d 0 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4068 5588 d 16 h rimsky /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/ Fixed a stupid bug.  
/branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S
4067 5589 d 15 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile
4066 5589 d 15 h jermar /trunk/ Fix configuration options for ns16550.  
/trunk/HelenOS.config
4065 5589 d 16 h rimsky /branches/sparc/kernel/arch/sparc64/src/ minor cleanup  
/branches/sparc/kernel/arch/sparc64/src/mm/frame.c
/branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c
4064 5589 d 16 h rimsky /branches/sparc/kernel/arch/sparc64/src/trap/sun4v/ Workaround for the bug which usually caused rewriting saved register window data on the uspace stack. More investigation needed.  
/branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S
4063 5589 d 16 h rimsky /branches/sparc/uspace/lib/libc/arch/sparc64/include/ Fixed the bug which caused unexpected MMU misses. The fix breaks sun4u ports - this will be solved once the sun4v is integrated with the new configuration mechanism, which allows to define common options for both kernel and uspace.  
/branches/sparc/uspace/lib/libc/arch/sparc64/include/config.h
4062 5589 d 22 h decky /trunk/tools/ handle the Done (dialog) button before doing anything else  
/trunk/tools/config.py
4061 5589 d 23 h svoboda /trunk/uspace/srv/kbd/ Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.  
/trunk/uspace/srv/kbd/genarch
/trunk/uspace/srv/kbd/genarch/gsp.c
/trunk/uspace/srv/kbd/genarch/stroke.c
/trunk/uspace/srv/kbd/include/gsp.h
/trunk/uspace/srv/kbd/include/stroke.h
/trunk/uspace/srv/kbd/Makefile
/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/ctl/sun.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/include/kbd_ctl.h
4060 5590 d 0 h jermar /trunk/kernel/arch/ia64/ Clean up ski handling in kernel.  
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/ski/ski.c
4059 5590 d 0 h decky /trunk/contrib/ remove orphaned directory  
/trunk/contrib/default

Show All