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
3998 5601 d 22 h decky /trunk/uspace/app/init/ remove console_wait() (this will be moved to libc)
mount only a single root filesystem, use IPC_FLAG_BLOCKING
 
/trunk/uspace/app/init/init.c
3997 5601 d 22 h decky /trunk/uspace/app/tetris/ get_cons_phone() -> get_console_phone()  
/trunk/uspace/app/tetris/input.c
3996 5601 d 22 h decky /trunk/uspace/app/klog/ remove console_wait() (this will be moved to libc)  
/trunk/uspace/app/klog/klog.c
3995 5601 d 22 h decky /trunk/kernel/generic/src/main/ lower startup sleep (with proper explanation)  
/trunk/kernel/generic/src/main/kinit.c
3994 5602 d 1 h decky /trunk/kernel/genarch/src/drivers/ega/ make sure the EGA framebuffer is initialized with proper attributes  
/trunk/kernel/genarch/src/drivers/ega/ega.c
3993 5602 d 16 h rimsky /branches/sparc/kernel/ Implemented preemptible trap handler for userspace (including syscalls - did not forget enabling interrupts for them) and the ralated stuff. Implemented handlers of instruction/data MMU miss/protection. Now some userspace tasks are run; there are, however, still some bugs causing unexpected data MMU misses.  
/branches/sparc/kernel/arch/sparc64/include/sun4u/asm.h
/branches/sparc/kernel/arch/sparc64/include/sun4v/asm.h
/branches/sparc/kernel/arch/sparc64/include/trap/sun4u/regwin.h
/branches/sparc/kernel/arch/sparc64/include/trap/sun4v/regwin.h
/branches/sparc/kernel/arch/sparc64/src/proc/sun4u
/branches/sparc/kernel/arch/sparc64/src/proc/sun4u/scheduler.c
/branches/sparc/kernel/arch/sparc64/src/proc/sun4v
/branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c
/branches/sparc/kernel/arch/sparc64/src/proc/scheduler.c
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/include/asm.h
/branches/sparc/kernel/arch/sparc64/include/mm/sun4v/tlb.h
/branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h
/branches/sparc/kernel/arch/sparc64/include/trap/regwin.h
/branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h
/branches/sparc/kernel/arch/sparc64/src/mm/sun4v/tlb.c
/branches/sparc/kernel/arch/sparc64/src/sun4u/start.S
/branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S
/branches/sparc/kernel/arch/sparc64/src/sun4v/start.S
/branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S
/branches/sparc/kernel/generic/src/main/kinit.c
/branches/sparc/kernel/generic/src/mm/as.c
3992 5602 d 17 h mejdrech /branches/network/ Networking: added eth prototype  
/branches/network/uspace/srv/net/nil/eth
/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.h
/branches/network/uspace/srv/net/nil/eth/eth_header.h
/branches/network/uspace/srv/net/nil/eth/eth_module.c
/branches/network/uspace/srv/net/nil/eth/eth_module.h
/branches/network/uspace/srv/net/nil/ethernet
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/include/ethernet_protocols.h
3991 5602 d 17 h mejdrech /branches/network/uspace/srv/net/ Networking: lo processes packet queues, arp, ip and tcp use altered packet functions/messages, added rwlock into arp, added netif flags  
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip_header.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/netif/device.h
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/tl/tcp/tcp.c
3990 5602 d 17 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Networking: rwlock packet locking, removed packet_copy(), packet mode and owner  
/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.c
/branches/network/uspace/srv/net/structures/packet/packet_client.h
/branches/network/uspace/srv/net/structures/packet/packet_header.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
3989 5602 d 17 h mejdrech /branches/network/uspace/srv/net/ Networking: consolidated modules' make  
/branches/network/uspace/srv/net/Makefile.module
/branches/network/uspace/srv/net/il/arp/Makefile
/branches/network/uspace/srv/net/il/ip/Makefile
/branches/network/uspace/srv/net/netif/lo/Makefile
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/startup/Makefile
/branches/network/uspace/srv/net/tl/tcp/Makefile
3988 5602 d 17 h svoboda /trunk/kernel/generic/src/proc/ Fix misaligned columns (whoops).  
/trunk/kernel/generic/src/proc/task.c
3987 5602 d 18 h svoboda /trunk/kernel/ Read command line for multiboot modules on ia32 and copy it to task name. Other arches will need to initialize task names in the init structure to an empty string.  
/trunk/kernel/arch/amd64/src/boot/boot.S
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/proc/task.c
3986 5602 d 19 h jermar /trunk/uspace/lib/libc/ Introduce pio_enable() libc call.  
/trunk/uspace/lib/libc/arch/ia32/include/ddi.h
/trunk/uspace/lib/libc/generic/ddi.c
/trunk/uspace/lib/libc/include/ddi.h
3985 5602 d 19 h svoboda /trunk/kernel/arch/ia32/src/boot/ Rewrite rest of multiboot info parsing to C.  
/trunk/kernel/arch/ia32/src/boot/boot.S
/trunk/kernel/arch/ia32/src/boot/cboot.c
3984 5602 d 20 h svoboda /trunk/kernel/ The ia32-specific boot code is written completely in assembly for no reason. Start fixing this. For now rewrite the copying of multiboot info to C.  
/trunk/kernel/arch/ia32/include/boot/cboot.h
/trunk/kernel/arch/ia32/src/boot/cboot.c
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32/src/boot/boot.S
/trunk/kernel/generic/include/main/main.h
/trunk/kernel/generic/src/main/main.c
3983 5603 d 0 h svoboda /trunk/ task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.  
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/task.h
/trunk/uspace/srv/loader/main.c
3982 5603 d 20 h jermar /trunk/kernel/ Do not set sysinfo for uspace drivers directly in the kernel drivers.  
/trunk/kernel/arch/amd64/src/amd64.c
/trunk/kernel/arch/ia32/src/ia32.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/drivers/kbd.c
/trunk/kernel/genarch/src/kbd/i8042.c
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/genarch/src/kbd/z8530.c
3981 5603 d 21 h jermar /trunk/kernel/genarch/src/kbd/ Get rid of unused variable.  
/trunk/kernel/genarch/src/kbd/i8042.c
3980 5604 d 0 h svoboda /trunk/uspace/app/bdsh/ The command line should ignore Tab.  
/trunk/uspace/app/bdsh/input.c
3979 5604 d 16 h jermar /trunk/uspace/app/init/ Spawn OBIO driver from init.  
/trunk/uspace/app/init/init.c

Show All