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
3912 5581 d 11 h mejdrech /branches/network/uspace/ Networking: documenting arp, packet and other files, spell check, code cleanup, changed implementation year, minor corrections  
/branches/network/uspace/srv/net/Doxyfile
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/il/arp/arp.c
/branches/network/uspace/srv/net/il/arp/arp.h
/branches/network/uspace/srv/net/il/arp/arp_header.h
/branches/network/uspace/srv/net/il/arp/arp_module.c
/branches/network/uspace/srv/net/il/arp/arp_module.h
/branches/network/uspace/srv/net/il/arp/arp_oc.h
/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_messages.h
/branches/network/uspace/srv/net/il/ip/ip_module.c
/branches/network/uspace/srv/net/il/ip/ip_module.h
/branches/network/uspace/srv/net/include/byteorder.h
/branches/network/uspace/srv/net/include/hardware.h
/branches/network/uspace/srv/net/include/protocols.h
/branches/network/uspace/srv/net/include/sockaddr.h
/branches/network/uspace/srv/net/include/socket.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/netif/device.h
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/networking/startup/networking_startup.c
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/self_test.h
/branches/network/uspace/srv/net/sockaddr.c
/branches/network/uspace/srv/net/structures/char_map.c
/branches/network/uspace/srv/net/structures/char_map.h
/branches/network/uspace/srv/net/structures/generic_char_map.h
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/int_map.h
/branches/network/uspace/srv/net/structures/measured_strings.c
/branches/network/uspace/srv/net/structures/measured_strings.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_client.h
/branches/network/uspace/srv/net/structures/packet/packet_header.h
/branches/network/uspace/srv/net/structures/packet/packet_server.c
/branches/network/uspace/srv/net/structures/packet/packet_server.h
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp.h
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.h
3911 5581 d 23 h decky /trunk/ dummy SMP support in msim  
/trunk/boot/arch/mips32/loader/boot.S
/trunk/contrib/conf/msim.conf
3910 5581 d 23 h decky /trunk/kernel/arch/mips32/ eliminate non-standard -D$(MACHINE)  
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/mips32/_link.ld.in
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/mips32/src/mm/frame.c
3909 5581 d 23 h decky /trunk/tools/ prepare to eliminate any non-standard defines
for each '#define name value' add also '#define name_value'
 
/trunk/tools/config.py
3908 5582 d 5 h decky /trunk/ overhaul pareas: use one single physical area for the physical address space not belonging to physical memory  
/trunk/kernel/arch/amd64/include/mm/frame.h
/trunk/kernel/arch/amd64/src/mm/page.c
/trunk/kernel/arch/arm32/include/mm/frame.h
/trunk/kernel/arch/arm32/src/mm/frame.c
/trunk/kernel/arch/arm32/src/mm/page.c
/trunk/kernel/arch/ia32/include/mm/frame.h
/trunk/kernel/arch/ia32/src/mm/frame.c
/trunk/kernel/arch/ia32/src/mm/page.c
/trunk/kernel/arch/ia64/include/mm/frame.h
/trunk/kernel/arch/ia64/src/mm/frame.c
/trunk/kernel/arch/ia64/src/mm/page.c
/trunk/kernel/arch/mips32/include/mm/frame.h
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/mm/frame.c
/trunk/kernel/arch/mips32/src/mm/page.c
/trunk/kernel/arch/ppc32/include/mm/frame.h
/trunk/kernel/arch/ppc32/src/mm/frame.c
/trunk/kernel/arch/ppc32/src/mm/page.c
/trunk/kernel/arch/sparc64/include/mm/frame.h
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/mm/frame.c
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/genarch/src/drivers/ega/ega.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/generic/include/ddi/ddi.h
/trunk/kernel/generic/include/mm/page.h
/trunk/kernel/generic/src/adt/avl.c
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/ddi/ddi.c
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/time/clock.c
/trunk/uspace/srv/fb/ega.c
/trunk/uspace/srv/fb/fb.c
/trunk/uspace/srv/fb/msim.c
/trunk/uspace/srv/fb/sgcn.c
/trunk/uspace/srv/kbd/arch/sparc64/src/sgcn.c
/trunk/uspace/srv/ns/ns.c
/trunk/uspace/srv/rd/rd.c
3907 5582 d 13 h decky /trunk/kernel/ remove forgotten #ifdef arch  
/trunk/kernel/test/debug/mips1_skip.c
/trunk/kernel/test/mm/purge1_skip.c
/trunk/kernel/Makefile
/trunk/kernel/genarch/include/kbd/ns16550.h
/trunk/kernel/test/debug/mips1.c
/trunk/kernel/test/debug/mips1.def
/trunk/kernel/test/mm/purge1.c
/trunk/kernel/test/mm/purge1.def
3906 5583 d 0 h jermar /trunk/kernel/ IRQ handlers are using one superfluous argument and an unused elipsis.
On the other hand, IRQ claim functions would need to be passed the instance
argument.
 
/trunk/kernel/arch/amd64/src/interrupt.c
/trunk/kernel/arch/arm32/src/drivers/gxemul.c
/trunk/kernel/arch/ia32/src/drivers/i8254.c
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/kernel/arch/ia32/src/smp/apic.c
/trunk/kernel/arch/ia64/src/drivers/it.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/kernel/arch/mips32/src/drivers/serial.c
/trunk/kernel/arch/mips32/src/exception.c
/trunk/kernel/arch/mips32/src/interrupt.c
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/interrupt.c
/trunk/kernel/arch/sparc64/include/cpu_family.h
/trunk/kernel/arch/sparc64/include/cpu_node.h
/trunk/kernel/arch/sparc64/src/drivers/sgcn.c
/trunk/kernel/arch/sparc64/src/trap/interrupt.c
/trunk/kernel/genarch/include/kbd/ns16550.h
/trunk/kernel/genarch/include/kbd/z8530.h
/trunk/kernel/genarch/src/kbd/i8042.c
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/genarch/src/kbd/z8530.c
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/src/console/console.c
/trunk/kernel/generic/src/console/kconsole.c
/trunk/kernel/generic/src/ddi/irq.c
3905 5583 d 1 h svoboda /trunk/uspace/ Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm.  
/trunk/uspace/lib/libc/generic/kbd.c
/trunk/uspace/lib/libc/include/kbd
/trunk/uspace/lib/libc/include/kbd/kbd.h
/trunk/uspace/lib/libc/include/kbd/keycode.h
/trunk/uspace/app/tetris/input.c
/trunk/uspace/app/trace/trace.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/include/ipc/console.h
/trunk/uspace/srv/console/console.c
/trunk/uspace/srv/kbd/arch/arm32/src/kbd_gxemul.c
/trunk/uspace/srv/kbd/arch/ia64/src/kbd.c
/trunk/uspace/srv/kbd/arch/mips32/src/kbd.c
/trunk/uspace/srv/kbd/arch/ppc32/src/kbd.c
/trunk/uspace/srv/kbd/genarch/src/kbd.c
/trunk/uspace/srv/kbd/genarch/src/nofb.c
/trunk/uspace/srv/kbd/generic/kbd.c
/trunk/uspace/srv/kbd/generic/key_buffer.c
/trunk/uspace/srv/kbd/include/key_buffer.h
/trunk/uspace/srv/kbd/include/keys.h
3904 5583 d 1 h svoboda /trunk/uspace/srv/ns/ Careful, call must be copied by value in ns.  
/trunk/uspace/srv/ns/ns.c
3903 5583 d 8 h jermar /trunk/kernel/arch/ia32/include/ Fix ia32 build for Pentium 3 systems.  
/trunk/kernel/arch/ia32/include/barrier.h
3902 5583 d 8 h jermar /trunk/kernel/ Introduce a more platform-neutral name for programmed I/O.

The new API looks like pio_read_n() or pio_write_n(), where n is 8, 16 or 32.
The old API (i.e. inb(), inw(), inl(), outb() outw(), outl()) may have made
some people think that the interface is only to be used with the separate I/O
space. That's not the case. This API is to be implemented on all platforms
so that we can finally have really generic kernel device drivers.
 
/trunk/kernel/arch/amd64/include/asm.h
/trunk/kernel/arch/arm32/include/asm.h
/trunk/kernel/arch/ia32/include/asm.h
/trunk/kernel/arch/ia32/include/drivers/i8042.h
/trunk/kernel/arch/ia32/src/drivers/i8254.c
/trunk/kernel/arch/ia32/src/drivers/i8259.c
/trunk/kernel/arch/ia32/src/smp/smp.c
/trunk/kernel/arch/ia64/include/asm.h
/trunk/kernel/arch/ia64/include/drivers/i8042.h
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/mips32/include/asm.h
/trunk/kernel/arch/ppc32/include/asm.h
/trunk/kernel/arch/sparc64/include/asm.h
/trunk/kernel/genarch/include/kbd/ns16550.h
/trunk/kernel/genarch/src/drivers/ega/ega.c
/trunk/kernel/generic/src/ipc/irq.c
3901 5583 d 8 h mejdrech /branches/network/uspace/srv/net/ Networking: added packet management system  
/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
/branches/network/uspace/srv/net/structures/packet/packet_server.h
/branches/network/uspace/srv/net/structures/packet/packet_queue.c
/branches/network/uspace/srv/net/structures/packet/packet_queue.h
/branches/network/uspace/srv/net/il/arp/Makefile
/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/Makefile
/branches/network/uspace/srv/net/il/ip/ip.c
/branches/network/uspace/srv/net/il/ip/ip_messages.h
/branches/network/uspace/srv/net/il/ip/ip_module.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/netif/lo/Makefile
/branches/network/uspace/srv/net/netif/lo/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/structures/generic_field.h
/branches/network/uspace/srv/net/structures/packet/packet.c
/branches/network/uspace/srv/net/structures/packet/packet.h
/branches/network/uspace/srv/net/tl/tcp/Makefile
/branches/network/uspace/srv/net/tl/tcp/tcp.c
/branches/network/uspace/srv/net/tl/tcp/tcp_module.c
3900 5583 d 10 h jermar /trunk/ Get rid of CONFIG_NS16550_INTERRUPT_DRIVEN and CONFIG_I8042_INTERRUPT_DRIVEN.  
/trunk/HelenOS.config
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/genarch/src/kbd/ns16550.c
3899 5583 d 13 h jermar /trunk/ Configure ns16550 by default on sparc64 and not on ia64.  
/trunk/HelenOS.config
3898 5583 d 13 h svoboda /trunk/ Compile Udebug in by default.  
/trunk/HelenOS.config
3897 5583 d 13 h svoboda /trunk/uspace/app/trace/ Update tracer vs loading changes.  
/trunk/uspace/app/trace/trace.c
3896 5583 d 23 h svoboda /trunk/ More elegant way of invoking the loader - as a 'cloneable' service. Task names functionality lost for the time being.  
/trunk/kernel/generic/include/proc/program.h
/trunk/kernel/generic/src/proc/program.c
/trunk/uspace/lib/libc/generic/loader.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/ipc/services.h
/trunk/uspace/lib/libc/include/loader/loader.h
/trunk/uspace/srv/loader/main.c
/trunk/uspace/srv/ns/ns.c
3895 5584 d 2 h decky /trunk/ including Makefile.config in primary Makefile is no longer needed  
/trunk/Makefile
3894 5584 d 2 h decky /tags/0.4.0/ change to the corresponding code name  
/tags/0.4.0/version
3893 5584 d 2 h decky /tags/0.4.0/ change to the corresponding version  
/tags/0.4.0/version

Show All