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
4083 5677 d 9 h decky /trunk/defaults/ update defaults  
/trunk/defaults/amd64/Makefile.config
/trunk/defaults/ia32/Makefile.config
/trunk/defaults/mips32/GXemul/Makefile.config
/trunk/defaults/mips32/Makefile.config
4082 5677 d 9 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config
4081 5677 d 11 h decky /trunk/tools/ interpret negative inference properly  
/trunk/tools/config.py
4080 5677 d 11 h decky /trunk/tools/ add support for negative inference  
/trunk/tools/config.py
4079 5677 d 14 h decky /trunk/kernel/genarch/ support for dummy serial line input and output (e.g. msim)  
/trunk/kernel/genarch/Makefile.inc
4078 5677 d 14 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 5678 d 6 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 5678 d 6 h jermar /trunk/kernel/arch/sparc64/src/ Fix SMP on sparc64.  
/trunk/kernel/arch/sparc64/src/sparc64.c
4075 5678 d 6 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 5678 d 6 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4073 5678 d 6 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 5678 d 7 h jermar /trunk/kernel/arch/sparc64/src/ Fix sparc64 builds without srln.  
/trunk/kernel/arch/sparc64/src/console.c
4071 5678 d 7 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 5678 d 9 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 5678 d 12 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4068 5680 d 5 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 5681 d 4 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile
4066 5681 d 4 h jermar /trunk/ Fix configuration options for ns16550.  
/trunk/HelenOS.config
4065 5681 d 4 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 5681 d 5 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

Show All