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
4505 5477 d 11 h mejdrech /branches/network/ Net: + The new IP! + informative TCP and UDP, + packet->pq_insert_after, + checksum for internetwork and transport layers, * bug fixes in packet and ip_header, * usage of size_t in net where appropriate  
/branches/network/uspace/srv/net/il/ip/ip_client.c
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/include/ip_client.h
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/crc.c
/branches/network/uspace/srv/net/il/il_messages.h
/branches/network/uspace/srv/net/il/ip/Makefile
/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/il/ip/ip_remote.c
/branches/network/uspace/srv/net/include/crc.h
/branches/network/uspace/srv/net/include/ip_interface.h
/branches/network/uspace/srv/net/include/net_interface.h
/branches/network/uspace/srv/net/include/sockaddr.h
/branches/network/uspace/srv/net/net/Makefile
/branches/network/uspace/srv/net/net/net.c
/branches/network/uspace/srv/net/net/net_bundle.c
/branches/network/uspace/srv/net/net/net_remote.c
/branches/network/uspace/srv/net/net/net_standalone.c
/branches/network/uspace/srv/net/nil/eth/eth.c
/branches/network/uspace/srv/net/structures/generic_char_map.h
/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_header.h
/branches/network/uspace/srv/net/structures/packet/packet_remote.c
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/udp/udp.c
4504 5477 d 20 h decky /trunk/ group fhc and obio under a common directory  
/trunk/uspace/srv/cir
/trunk/uspace/srv/cir/fhc
/trunk/uspace/srv/cir/obio
/trunk/uspace/srv/fhc
/trunk/uspace/srv/obio
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/uspace/Makefile
/trunk/uspace/srv/cir/fhc/Makefile
/trunk/uspace/srv/cir/obio/Makefile
4503 5477 d 22 h mejdrech /branches/network/uspace/srv/net/include/ Net: + forgotten arp interface definition (completes rev 4501)  
/branches/network/uspace/srv/net/include/arp_interface.h
4502 5477 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: + forgotten tl messages definition (completes rev 4499)  
/branches/network/uspace/srv/net/messages.h
4501 5477 d 22 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: * arp task_id_t and pq_detach consolidation  
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp_remote.c
4500 5477 d 22 h mejdrech /branches/network/uspace/srv/net/nil/eth/ Net: * eth packet queue send with errors fixed, * eth->net_nil_packet_space suffix parameter fixed  
/branches/network/uspace/srv/net/nil/eth/eth.c
4499 5477 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: + transport layer tcp and udp prototypes (do not function with the current ip)  
/branches/network/uspace/srv/net/include/tl_interface.h
/branches/network/uspace/srv/net/tl/tl_messages.h
/branches/network/uspace/srv/net/tl/udp/Makefile
/branches/network/uspace/srv/net/tl/udp/udp.c
/branches/network/uspace/srv/net/tl/udp/udp.h
/branches/network/uspace/srv/net/tl/udp/udp_module.c
/branches/network/uspace/srv/net/tl/udp/udp_module.h
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.h
4498 5477 d 23 h mejdrech /branches/network/uspace/srv/net/netif/ Net: + lo->net_nil_packet_space message, * dp8390 send queueing problem fixed, + dp8390 packet queue send  
/branches/network/uspace/srv/net/netif/dp8390/dp8390.c
/branches/network/uspace/srv/net/netif/dp8390/dp8390.h
/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c
/branches/network/uspace/srv/net/netif/lo/lo.c
4497 5478 d 15 h decky /trunk/uspace/srv/console/ no not disturb console initialization by connections  
/trunk/uspace/srv/console/console.c
4496 5478 d 16 h decky /trunk/uspace/ be more pedantic about undefined function prototypes (to avoid memory access traps)
add missing header files
 
/trunk/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile.toolchain
/trunk/uspace/lib/libc/generic/mem.c
/trunk/uspace/srv/ns/clonable.c
/trunk/uspace/srv/ns/ns.c
4495 5478 d 19 h decky /trunk/uspace/app/klog/ as_get_mappable_page() has an argument in bytes, not in pages  
/trunk/uspace/app/klog/klog.c
4494 5478 d 20 h decky /trunk/uspace/srv/console/ keep the kernel console intact as long as it is possible (to be able to see any out-of-order errors)  
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/console/gcons.c
4493 5478 d 21 h decky /trunk/uspace/srv/console/ add forgotten answer in case of an error  
/trunk/uspace/srv/console/console.c
4492 5478 d 23 h jermar /trunk/uspace/ inode_t -> fdi_node_t  
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/loader/main.c
4491 5479 d 10 h decky /trunk/uspace/ rename libc's fs_node_t to inode_t to avoid type conflict with VFS  
/trunk/uspace/lib/libc/generic/io/io.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/lib/libc/include/vfs/vfs.h
/trunk/uspace/srv/loader/main.c
4490 5479 d 13 h decky /trunk/kernel/ remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)  
/trunk/kernel/arch/amd64/include/cpu.h
/trunk/kernel/arch/amd64/include/mm/page.h
/trunk/kernel/arch/amd64/include/proc/task.h
/trunk/kernel/arch/amd64/include/types.h
/trunk/kernel/arch/amd64/src/ddi/ddi.c
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/arm32/include/mm/page.h
/trunk/kernel/arch/arm32/include/types.h
/trunk/kernel/arch/arm32/src/mm/tlb.c
/trunk/kernel/arch/ia32/include/cpu.h
/trunk/kernel/arch/ia32/include/mm/page.h
/trunk/kernel/arch/ia32/include/proc/task.h
/trunk/kernel/arch/ia32/include/smp/smp.h
/trunk/kernel/arch/ia32/include/types.h
/trunk/kernel/arch/ia32/src/ddi/ddi.c
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/kernel/arch/ia32/src/mm/frame.c
/trunk/kernel/arch/ia32/src/mm/tlb.c
/trunk/kernel/arch/ia32/src/smp/mps.c
/trunk/kernel/arch/ia64/include/mm/page.h
/trunk/kernel/arch/ia64/include/mm/tlb.h
/trunk/kernel/arch/ia64/include/types.h
/trunk/kernel/arch/ia64/src/mm/page.c
/trunk/kernel/arch/ia64/src/mm/tlb.c
/trunk/kernel/arch/ia64/src/mm/vhpt.c
/trunk/kernel/arch/mips32/include/arch.h
/trunk/kernel/arch/mips32/include/debugger.h
/trunk/kernel/arch/mips32/include/mm/page.h
/trunk/kernel/arch/mips32/include/types.h
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/mm/frame.c
/trunk/kernel/arch/mips32/src/mm/tlb.c
/trunk/kernel/arch/ppc32/include/mm/page.h
/trunk/kernel/arch/ppc32/include/types.h
/trunk/kernel/arch/ppc32/src/mm/frame.c
/trunk/kernel/arch/ppc32/src/mm/tlb.c
/trunk/kernel/arch/sparc64/include/mm/tlb.h
/trunk/kernel/arch/sparc64/include/mm/tsb.h
/trunk/kernel/arch/sparc64/include/types.h
/trunk/kernel/arch/sparc64/src/drivers/fhc.c
/trunk/kernel/arch/sparc64/src/drivers/pci.c
/trunk/kernel/arch/sparc64/src/mm/as.c
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/mm/tsb.c
/trunk/kernel/arch/sparc64/src/smp/smp.c
/trunk/kernel/genarch/src/acpi/madt.c
/trunk/kernel/genarch/src/mm/asid.c
/trunk/kernel/genarch/src/mm/page_ht.c
/trunk/kernel/genarch/src/ofw/ebus.c
/trunk/kernel/genarch/src/ofw/fhc.c
/trunk/kernel/genarch/src/ofw/ofw_tree.c
/trunk/kernel/genarch/src/ofw/pci.c
/trunk/kernel/genarch/src/ofw/sbus.c
/trunk/kernel/generic/include/adt/bitmap.h
/trunk/kernel/generic/include/adt/btree.h
/trunk/kernel/generic/include/adt/fifo.h
/trunk/kernel/generic/include/adt/hash_table.h
/trunk/kernel/generic/include/arch.h
/trunk/kernel/generic/include/config.h
/trunk/kernel/generic/include/console/chardev.h
/trunk/kernel/generic/include/console/console.h
/trunk/kernel/generic/include/console/kconsole.h
/trunk/kernel/generic/include/cpu.h
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/include/ipc/event.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/include/mm/frame.h
/trunk/kernel/generic/include/mm/slab.h
/trunk/kernel/generic/include/mm/tlb.h
/trunk/kernel/generic/include/proc/scheduler.h
/trunk/kernel/generic/include/sort.h
/trunk/kernel/generic/include/string.h
/trunk/kernel/generic/include/symtab.h
/trunk/kernel/generic/include/synch/futex.h
/trunk/kernel/generic/include/synch/rwlock.h
/trunk/kernel/generic/include/synch/spinlock.h
/trunk/kernel/generic/src/adt/bitmap.c
/trunk/kernel/generic/src/adt/btree.c
/trunk/kernel/generic/src/adt/hash_table.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/ddi/ddi.c
/trunk/kernel/generic/src/ddi/irq.c
/trunk/kernel/generic/src/debug/symtab.c
/trunk/kernel/generic/src/ipc/event.c
/trunk/kernel/generic/src/lib/sort.c
/trunk/kernel/generic/src/lib/string.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/mm/backend_anon.c
/trunk/kernel/generic/src/mm/backend_elf.c
/trunk/kernel/generic/src/mm/frame.c
/trunk/kernel/generic/src/mm/slab.c
/trunk/kernel/generic/src/mm/tlb.c
/trunk/kernel/generic/src/printf/printf_core.c
/trunk/kernel/generic/src/printf/vprintf.c
/trunk/kernel/generic/src/printf/vsnprintf.c
/trunk/kernel/generic/src/proc/scheduler.c
/trunk/kernel/generic/src/synch/futex.c
/trunk/kernel/generic/src/synch/spinlock.c
/trunk/kernel/generic/src/synch/waitq.c
/trunk/kernel/generic/src/time/clock.c
/trunk/kernel/test/avltree/avltree1.c
/trunk/kernel/test/mm/falloc2.c
/trunk/kernel/test/mm/purge1.c
/trunk/kernel/test/synch/rwlock4.c
4489 5479 d 13 h decky /trunk/uspace/app/trace/ update for latest I/O changes
(the protocols are not yet described completely, will be solved soon)
 
/trunk/uspace/app/trace/trace.c
4488 5479 d 13 h decky /trunk/uspace/app/ update for latest I/O changes  
/trunk/uspace/app/klog/klog.c
/trunk/uspace/app/tetris/input.c
/trunk/uspace/app/tetris/scores.c
/trunk/uspace/app/tetris/screen.c
/trunk/uspace/app/tetris/screen.h
4487 5479 d 14 h decky /trunk/uspace/app/tester/ update for latest I/O changes
(some tests are not 100% working yet, will be solved soon)
 
/trunk/uspace/app/tester/console/console1.c
/trunk/uspace/app/tester/ipc/ping_pong.c
/trunk/uspace/app/tester/tester.c
4486 5479 d 14 h decky /trunk/uspace/app/bdsh/ bdsh: sync with I/O changes, block until spawned task exits  
/trunk/uspace/app/bdsh/cmds/modules/kcon/kcon.c
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c

Show All