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
4086 5599 d 4 h decky /trunk/kernel/generic/include/console/ split chardev_t into indev_t and outdev_t
simplify and cleanup operations
 
/trunk/kernel/generic/include/console/chardev.h
4085 5599 d 4 h decky /trunk/kernel/generic/src/interrupt/ do not echo keypress  
/trunk/kernel/generic/src/interrupt/interrupt.c
4084 5599 d 4 h decky /trunk/kernel/generic/src/main/ separate console_init() is actually not needed  
/trunk/kernel/generic/src/main/main.c
4083 5599 d 4 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 5599 d 5 h decky /trunk/ streamlined HID configuration
this breaks most ports except ia32, amd64 and mips32 (will be fixed ASAP)
 
/trunk/HelenOS.config
4081 5599 d 6 h decky /trunk/tools/ interpret negative inference properly  
/trunk/tools/config.py
4080 5599 d 6 h decky /trunk/tools/ add support for negative inference  
/trunk/tools/config.py
4079 5599 d 9 h decky /trunk/kernel/genarch/ support for dummy serial line input and output (e.g. msim)  
/trunk/kernel/genarch/Makefile.inc
4078 5599 d 9 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 5600 d 1 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 5600 d 1 h jermar /trunk/kernel/arch/sparc64/src/ Fix SMP on sparc64.  
/trunk/kernel/arch/sparc64/src/sparc64.c
4075 5600 d 1 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 5600 d 2 h jermar /trunk/ Prevent duplicit NS16550 offering.  
/trunk/HelenOS.config
4073 5600 d 2 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 5600 d 2 h jermar /trunk/kernel/arch/sparc64/src/ Fix sparc64 builds without srln.  
/trunk/kernel/arch/sparc64/src/console.c
4071 5600 d 2 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 5600 d 4 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 5600 d 7 h decky /trunk/ set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP
do not use serial line on msim
 
/trunk/HelenOS.config
4068 5602 d 0 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 5602 d 23 h jermar /trunk/uspace/srv/kbd/ Fix typo in i460GX  
/trunk/uspace/srv/kbd/Makefile

Show All