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
3846 5572 d 10 h mejdrech /branches/network/uspace/ Added an ARP module, assigned numbers' definitions, common functions-htons,inet_ntop and others  
/branches/network/uspace/srv/net/arp/Makefile
/branches/network/uspace/srv/net/arp/arp.c
/branches/network/uspace/srv/net/arp/arp.h
/branches/network/uspace/srv/net/arp/arp_header.h
/branches/network/uspace/srv/net/arp/arp_module.c
/branches/network/uspace/srv/net/arp/arp_module.h
/branches/network/uspace/srv/net/arp/arp_oc.h
/branches/network/uspace/srv/net/include
/branches/network/uspace/srv/net/include/byteorder.h
/branches/network/uspace/srv/net/include/ethernet_protocols.h
/branches/network/uspace/srv/net/include/hardware.h
/branches/network/uspace/srv/net/include/protocol_map.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/ip/ip_header.h
/branches/network/uspace/srv/net/ip/ip_messages.h
/branches/network/uspace/srv/net/ip/ip_module.h
/branches/network/uspace/srv/net/netif/device.h
/branches/network/uspace/srv/net/packet_queue.c
/branches/network/uspace/srv/net/packet_queue.h
/branches/network/uspace/srv/net/sockaddr.c
/branches/network/uspace/srv/net/tcp/tcp_module.h
/branches/network/uspace/srv/net/netif/netif_device_id_type.h
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/char_map.c
/branches/network/uspace/srv/net/char_map.h
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/generic_char_map.h
/branches/network/uspace/srv/net/int_map.h
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/ip/ip_module.c
/branches/network/uspace/srv/net/measured_strings.c
/branches/network/uspace/srv/net/measured_strings.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/Makefile
/branches/network/uspace/srv/net/netif/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/networking_startup/networking_startup.c
/branches/network/uspace/srv/net/packet.c
/branches/network/uspace/srv/net/packet.h
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/tcp/Makefile
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
/branches/network/uspace/srv/net/tcp/tcp_module.c
3685 5627 d 10 h mejdrech /branches/network/uspace/srv/net/ successful loopback interface startup and configuration, bidirectional connection deadlock resolved  
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/measured_strings.c
/branches/network/uspace/srv/net/measured_strings.h
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/netif/Makefile
/branches/network/uspace/srv/net/netif/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/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
3666 5632 d 10 h mejdrech /branches/network/ network startup, netif skeleton, loopback interface, network interface initialization, edited module skeletons  
/branches/network/uspace/srv/net/Makefile
/branches/network/uspace/srv/net/char_map.c
/branches/network/uspace/srv/net/char_map.h
/branches/network/uspace/srv/net/configuration.h
/branches/network/uspace/srv/net/err.h
/branches/network/uspace/srv/net/generic_char_map.h
/branches/network/uspace/srv/net/generic_field.h
/branches/network/uspace/srv/net/int_map.h
/branches/network/uspace/srv/net/measured_strings.c
/branches/network/uspace/srv/net/measured_strings.h
/branches/network/uspace/srv/net/module.c
/branches/network/uspace/srv/net/netif
/branches/network/uspace/srv/net/netif/Makefile
/branches/network/uspace/srv/net/netif/lo.c
/branches/network/uspace/srv/net/netif/netif.c
/branches/network/uspace/srv/net/netif/netif.h
/branches/network/uspace/srv/net/netif/netif_device_id_type.h
/branches/network/uspace/srv/net/networking_startup
/branches/network/uspace/srv/net/networking_startup/Makefile
/branches/network/uspace/srv/net/networking_startup/networking_startup.c
/branches/network/uspace/srv/net/packet.c
/branches/network/uspace/srv/net/packet.h
/branches/network/uspace/srv/net/self_test.c
/branches/network/uspace/srv/net/self_test.h
/branches/network/uspace/srv/net/drivers
/branches/network/Makefile
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/Makefile
/branches/network/uspace/app/init/init.c
/branches/network/uspace/lib/libc/include/ipc/services.h
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/ip/ip_module.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/tcp/Makefile
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
/branches/network/uspace/srv/net/tcp/tcp_module.c
3466 5704 d 18 h mejdrech /branches/network/ networking - basic modules and configurable build architecture  
/branches/network/uspace/srv/net
/branches/network/uspace/srv/net/arp
/branches/network/uspace/srv/net/drivers
/branches/network/uspace/srv/net/ethernet
/branches/network/uspace/srv/net/icmp
/branches/network/uspace/srv/net/ip
/branches/network/uspace/srv/net/ip/Makefile
/branches/network/uspace/srv/net/ip/ip.c
/branches/network/uspace/srv/net/ip/ip.h
/branches/network/uspace/srv/net/ip/ip_module.c
/branches/network/uspace/srv/net/messages.h
/branches/network/uspace/srv/net/modules.c
/branches/network/uspace/srv/net/modules.h
/branches/network/uspace/srv/net/networking
/branches/network/uspace/srv/net/networking/Makefile
/branches/network/uspace/srv/net/networking/networking.c
/branches/network/uspace/srv/net/rarp
/branches/network/uspace/srv/net/socket
/branches/network/uspace/srv/net/tcp
/branches/network/uspace/srv/net/tcp/Makefile
/branches/network/uspace/srv/net/tcp/tcp.c
/branches/network/uspace/srv/net/tcp/tcp.h
/branches/network/uspace/srv/net/tcp/tcp_module.c
/branches/network/uspace/srv/net/udp
/branches/network/HelenOS.config
/branches/network/Makefile
/branches/network/boot/arch/ia32/Makefile.inc
/branches/network/uspace/Makefile
/branches/network/uspace/app/init/init.c
/branches/network/uspace/doc/doxygroups.h
/branches/network/uspace/lib/libc/include/ipc/services.h
3386 5722 d 17 h decky /branches/network/ add new network branch (copy of current trunk)  
/branches/network
3378 5726 d 19 h post /trunk/uspace/app/bdsh/ main() - remove unused variable i  
/trunk/uspace/app/bdsh/scli.c
3377 5726 d 19 h post /trunk/uspace/app/bdsh/ Let 'cd' invoke cli_set_prompt(), no need to do it in every iteration of the main loop.  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/scli.c
/trunk/uspace/app/bdsh/scli.h
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3376 5727 d 23 h post /trunk/uspace/app/bdsh/ Just make cli_count_args() a function  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.c
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.c
/trunk/uspace/app/bdsh/util.c
/trunk/uspace/app/bdsh/util.h
3375 5728 d 21 h post /trunk/uspace/app/bdsh/cmds/modules/ long_options[] should be const where implemented  
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
3374 5728 d 23 h post /trunk/uspace/app/bdsh/ Drop inclusion of lib/ and lib/ustr in the Makefile (this completes housekeeping)  
/trunk/uspace/app/bdsh/Makefile
3373 5728 d 23 h post /trunk/uspace/app/bdsh/cmds/ Rename non-standard extensions (cmd.def -> cmd_def.h)  
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd_def.h
/trunk/uspace/app/bdsh/cmds/modules/cat/cat_def.h
/trunk/uspace/app/bdsh/cmds/modules/help/help_def.h
/trunk/uspace/app/bdsh/cmds/modules/ls/ls_def.h
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd_def.h
/trunk/uspace/app/bdsh/cmds/modules/quit/quit_def.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm_def.h
/trunk/uspace/app/bdsh/cmds/modules/touch/touch_def.h
/trunk/uspace/app/bdsh/cmds/builtins/cd/cd.def
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.def
/trunk/uspace/app/bdsh/cmds/modules/help/help.def
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.def
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.def
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.def
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.def
/trunk/uspace/app/bdsh/cmds/builtins/builtins.h
/trunk/uspace/app/bdsh/cmds/mknewcmd
/trunk/uspace/app/bdsh/cmds/modules/modules.h
3372 5729 d 2 h post /trunk/uspace/app/bdsh/ More house cleaning, don't expose beyond what's needed  
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/exec.h
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/bdsh/input.h
/trunk/uspace/app/bdsh/scli.h
3371 5729 d 7 h post /trunk/uspace/app/bdsh/ pwd should be a module, not a builtin  
/trunk/uspace/app/bdsh/cmds/modules/pwd
/trunk/uspace/app/bdsh/cmds/modules/pwd/entry.h
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.c
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.def
/trunk/uspace/app/bdsh/cmds/modules/pwd/pwd.h
/trunk/uspace/app/bdsh/cmds/builtins/pwd
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/builtins/builtins.h
/trunk/uspace/app/bdsh/cmds/modules/modules.h
3369 5729 d 17 h decky /trunk/ configurable cross-compiler prefix (using CROSS_PREFIX)  
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/ppc64/loader/Makefile
/trunk/contrib/toolchain/toolchain.amd64.sh
/trunk/contrib/toolchain/toolchain.arm32.sh
/trunk/contrib/toolchain/toolchain.ia32.sh
/trunk/contrib/toolchain/toolchain.ia64.sh
/trunk/contrib/toolchain/toolchain.mipseb32.sh
/trunk/contrib/toolchain/toolchain.mipsel32.sh
/trunk/contrib/toolchain/toolchain.ppc32.sh
/trunk/contrib/toolchain/toolchain.ppc64.sh
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/arm32/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia32xen/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc64/Makefile.inc
/trunk/uspace/lib/libc/arch/amd64/Makefile.inc
/trunk/uspace/lib/libc/arch/arm32/Makefile.inc
/trunk/uspace/lib/libc/arch/ia32/Makefile.inc
/trunk/uspace/lib/libc/arch/ia64/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32/Makefile.inc
/trunk/uspace/lib/libc/arch/mips32eb/Makefile.inc
/trunk/uspace/lib/libc/arch/ppc32/Makefile.inc
/trunk/uspace/lib/libc/arch/ppc64/Makefile.inc
3368 5729 d 18 h decky /trunk/ configurable cross-compiler prefix (using CROSS_PREFIX)  
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/contrib/toolchain/toolchain.sparc64.sh
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/uspace/lib/libc/arch/sparc64/Makefile.inc
3367 5730 d 4 h post /trunk/uspace/app/bdsh/ Add a README to explain how things work  
/trunk/uspace/app/bdsh/README
3366 5730 d 4 h post /trunk/uspace/app/bdsh/ Housekeeping list, complete lingering things before they get forgotten:
* cli_*() now sets a global cli_errno, error functions cleaned up
* Finish internal cli_*() functions in util.c
* Don't expose cli_init() or cli_finit()
* Get rid of unused globals
* Don't set globals in commands themselves
* Update README files
* Fix stale comments
 
/trunk/uspace/app/bdsh/cmds/builtins/README
/trunk/uspace/app/bdsh/cmds/modules/README
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/quit/quit.c
/trunk/uspace/app/bdsh/errors.c
/trunk/uspace/app/bdsh/errors.h
/trunk/uspace/app/bdsh/errstr.h
/trunk/uspace/app/bdsh/exec.c
/trunk/uspace/app/bdsh/input.c
/trunk/uspace/app/bdsh/scli.c
/trunk/uspace/app/bdsh/scli.h
/trunk/uspace/app/bdsh/util.c
3364 5732 d 4 h post /trunk/uspace/app/bdsh/cmds/modules/ Fix command description display, only command entry points need to be exposed.  
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.c
/trunk/uspace/app/bdsh/cmds/modules/cat/cat.h
/trunk/uspace/app/bdsh/cmds/modules/help/help.c
/trunk/uspace/app/bdsh/cmds/modules/help/help.h
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.c
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.def
/trunk/uspace/app/bdsh/cmds/modules/ls/ls.h
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.def
/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.h
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.c
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.def
/trunk/uspace/app/bdsh/cmds/modules/rm/rm.h
/trunk/uspace/app/bdsh/cmds/modules/touch/touch.def
3361 5732 d 18 h post /trunk/uspace/app/bdsh/ Update TODO list  
/trunk/uspace/app/bdsh/TODO
3360 5732 d 18 h post /trunk/uspace/app/bdsh/ Remove 'mount'  
/trunk/uspace/app/bdsh/cmds/modules/mount
/trunk/uspace/app/bdsh/Makefile
/trunk/uspace/app/bdsh/cmds/modules/modules.h

Show All