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 5564 d 14 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 5619 d 15 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 5624 d 14 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 5696 d 22 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 5714 d 22 h decky /branches/network/ add new network branch (copy of current trunk)  
/branches/network
3352 5726 d 19 h jermar /trunk/uspace/srv/ Add reference to the mounted FS root.

This makes it possible to keep the FS root logically unlinked (i.e. lnkcnt == 0)
because it prevents VFS from attempting to destroy it during closedir().
 
/trunk/uspace/srv/fs/fat/fat_ops.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs_ops.c
3335 5730 d 17 h jermar /trunk/uspace/srv/fs/fat/ Support for readdir() on FAT.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3325 5733 d 18 h jermar /trunk/uspace/srv/fs/fat/ Determine the size of a directory node by walking the FAT and counting clusters.
This eliminates the hardcoded limit on the number of directory entries.
 
/trunk/uspace/srv/fs/fat/fat_ops.c
3315 5734 d 18 h jermar /trunk/uspace/srv/loader/ Make sure that the loader keeps on read()ing until it read()s all it wanted to
read().
 
/trunk/uspace/srv/loader/elf_load.c
3314 5734 d 19 h jermar /trunk/uspace/srv/fs/fat/ fat_read() should expect IPC_M_DATA_READ instead of IPC_M_DATA_WRITE.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3312 5734 d 19 h jermar /trunk/uspace/srv/fs/fat/ When removing a FAT node from the ffn list, use the correct pointer instead of
an uninitialized one.
 
/trunk/uspace/srv/fs/fat/fat_ops.c
3308 5736 d 18 h jermar /trunk/uspace/srv/fs/fat/ More complete fat_read().  
/trunk/uspace/srv/fs/fat/fat_ops.c
3307 5736 d 19 h jermar /trunk/uspace/srv/fs/fat/ Dummy implementation of fat_read().  
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_ops.c
3282 5738 d 16 h jermar /trunk/uspace/srv/fs/fat/ FAT dentry type used for subdirectories doesn't store the directory size in the 'size' field.
Introduce a simple workaround that will let us have 64 directory entries at maximum.
 
/trunk/uspace/srv/fs/fat/fat_ops.c
3272 5739 d 5 h jermar /trunk/uspace/srv/fs/fat/ Several fixes for the FAT file system:
- do not copy padding during file name canonization
- properly nul-terminate the FAT file name during canonization
- compare FAT file name and the component name case insensitively
- block_get() takes a block offset, not byte offset as parameter
 
/trunk/uspace/srv/fs/fat/fat_ops.c
3257 5740 d 4 h jermar /trunk/uspace/srv/fs/fat/ First attempt at delivering the FAT16 read-only support.
Needless to say it doesn't work yet, but now it's only
the lurking bugs that need to be fixed.
 
/trunk/uspace/srv/fs/fat/fat_ops.c
3255 5740 d 5 h jermar /trunk/uspace/ Fix the VFS protocol so that the client can determine that VFS_MOUNT failed due
to a request to mount an unregistered file system.
 
/trunk/uspace/lib/libc/generic/vfs/vfs.c
/trunk/uspace/srv/vfs/vfs_ops.c
3254 5741 d 0 h jermar /trunk/uspace/ Stop using fixed size BLOCK_SIZE in the ramdisk task and allow each client to negotiate its own
maximum block size. Allow the individual transfers to use block sizes smaller and equal to the
negotiated maximum block size.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/srv/rd/rd.c
/trunk/uspace/srv/rd/rd.h
3253 5741 d 17 h jermar /trunk/uspace/srv/fs/fat/ Pass block size to block_get() in the last argument.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3252 5741 d 17 h jermar /trunk/uspace/ Add a comment to libfs_blockread() and change type from size_t to off_t at
various places.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c

Show All