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 5577 d 2 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 5632 d 3 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 5637 d 2 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 5709 d 10 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 5727 d 10 h decky /branches/network/ add new network branch (copy of current trunk)  
/branches/network
3352 5739 d 7 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 5743 d 5 h jermar /trunk/uspace/srv/fs/fat/ Support for readdir() on FAT.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3325 5746 d 7 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 5747 d 6 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 5747 d 7 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 5747 d 7 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 5749 d 6 h jermar /trunk/uspace/srv/fs/fat/ More complete fat_read().  
/trunk/uspace/srv/fs/fat/fat_ops.c
3307 5749 d 7 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 5751 d 4 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 5751 d 17 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 5752 d 17 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 5752 d 17 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 5753 d 12 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 5754 d 5 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 5754 d 5 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
3251 5754 d 8 h jermar /trunk/uspace/ Move tmpfs_blockread() to libfs and rename it to libfs_blockread().
Add one argument to specify block size.
 
/trunk/uspace/lib/libfs/libfs.c
/trunk/uspace/lib/libfs/libfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
3250 5754 d 8 h jermar /trunk/uspace/srv/fs/tmpfs/ Let tmpfs_blockread() use async_req_2_1() instead of ipc_call_sync_2_1().  
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
3247 5755 d 8 h jermar /trunk/uspace/srv/fs/tmpfs/ Avoid magic numbers in tmpfs_dump.c.  
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
3235 5765 d 11 h decky /trunk/uspace/srv/fb/ clear screen not until successful connection from console  
/trunk/uspace/srv/fb/msim.c
3234 5765 d 11 h decky /trunk/ reintroduce support for MSIM text console in user space  
/trunk/uspace/srv/fb/msim.c
/trunk/uspace/srv/fb/msim.h
/trunk/kernel/arch/ia32/src/drivers/ega.c
/trunk/kernel/arch/mips32/include/drivers/msim.h
/trunk/kernel/arch/mips32/include/drivers/serial.h
/trunk/kernel/arch/mips32/src/drivers/msim.c
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fb/main.c
3223 5784 d 9 h svoboda /trunk/uspace/srv/loader/ Some Cstyle  
/trunk/uspace/srv/loader/elf_load.c
3222 5784 d 10 h svoboda /trunk/ Merge program-loader related stuff from dynload branch to trunk. (huge)  
/trunk/kernel/generic/include/proc/program.h
/trunk/kernel/generic/include/synch/smc.h
/trunk/kernel/generic/src/proc/program.c
/trunk/kernel/generic/src/synch/smc.c
/trunk/uspace/app/cli
/trunk/uspace/app/cli/Makefile
/trunk/uspace/app/cli/cli.c
/trunk/uspace/lib/libc/generic/pcb.c
/trunk/uspace/lib/libc/generic/smc.c
/trunk/uspace/lib/libc/include/ipc/loader.h
/trunk/uspace/lib/libc/include/loader
/trunk/uspace/lib/libc/include/loader/pcb.h
/trunk/uspace/lib/libc/include/smc.h
/trunk/uspace/srv/loader
/trunk/uspace/srv/loader/Makefile
/trunk/uspace/srv/loader/arch
/trunk/uspace/srv/loader/arch/amd64
/trunk/uspace/srv/loader/arch/amd64/Makefile.inc
/trunk/uspace/srv/loader/arch/amd64/_link.ld.in
/trunk/uspace/srv/loader/arch/amd64/amd64.s
/trunk/uspace/srv/loader/arch/arm32
/trunk/uspace/srv/loader/arch/arm32/Makefile.inc
/trunk/uspace/srv/loader/arch/arm32/_link.ld.in
/trunk/uspace/srv/loader/arch/arm32/arm32.s
/trunk/uspace/srv/loader/arch/ia32
/trunk/uspace/srv/loader/arch/ia32/Makefile.inc
/trunk/uspace/srv/loader/arch/ia32/_link.ld.in
/trunk/uspace/srv/loader/arch/ia32/ia32.s
/trunk/uspace/srv/loader/arch/ia64
/trunk/uspace/srv/loader/arch/ia64/Makefile.inc
/trunk/uspace/srv/loader/arch/ia64/_link.ld.in
/trunk/uspace/srv/loader/arch/ia64/ia64.s
/trunk/uspace/srv/loader/arch/mips32
/trunk/uspace/srv/loader/arch/mips32/Makefile.inc
/trunk/uspace/srv/loader/arch/mips32/_link.ld.in
/trunk/uspace/srv/loader/arch/mips32/mips32.s
/trunk/uspace/srv/loader/arch/ppc32
/trunk/uspace/srv/loader/arch/ppc32/Makefile.inc
/trunk/uspace/srv/loader/arch/ppc32/_link.ld.in
/trunk/uspace/srv/loader/arch/ppc32/ppc32.s
/trunk/uspace/srv/loader/arch/sparc64
/trunk/uspace/srv/loader/arch/sparc64/Makefile.inc
/trunk/uspace/srv/loader/arch/sparc64/_link.ld.in
/trunk/uspace/srv/loader/arch/sparc64/sparc64.s
/trunk/uspace/srv/loader/elf_load.c
/trunk/uspace/srv/loader/include
/trunk/uspace/srv/loader/include/arch.h
/trunk/uspace/srv/loader/include/elf.h
/trunk/uspace/srv/loader/include/elf_load.h
/trunk/uspace/srv/loader/interp.s
/trunk/uspace/srv/loader/main.c
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/amd64/grub/menu.lst
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia32/grub/menu.lst
/trunk/boot/arch/ia64/loader/Makefile
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/src/userspace.c
/trunk/kernel/arch/arm32/src/userspace.c
/trunk/kernel/arch/ia32/src/userspace.c
/trunk/kernel/arch/ia32xen/src/userspace.c
/trunk/kernel/arch/ia64/src/asm.S
/trunk/kernel/arch/mips32/src/start.S
/trunk/kernel/arch/ppc32/src/asm.S
/trunk/kernel/arch/ppc64/src/asm.S
/trunk/kernel/arch/sparc64/src/asm.S
/trunk/kernel/generic/include/lib/elf.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/include/proc/task.h
/trunk/kernel/generic/include/proc/thread.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/lib/elf.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/proc/task.c
/trunk/kernel/generic/src/proc/thread.c
/trunk/kernel/generic/src/syscall/syscall.c
/trunk/uspace/Makefile
/trunk/uspace/app/init/init.c
/trunk/uspace/app/tester/tester.c
/trunk/uspace/lib/libc/Makefile
/trunk/uspace/lib/libc/arch/amd64/src/entry.s
/trunk/uspace/lib/libc/arch/arm32/src/entry.s
/trunk/uspace/lib/libc/arch/ia32/src/entry.s
/trunk/uspace/lib/libc/arch/ia64/src/entry.s
/trunk/uspace/lib/libc/arch/mips32/src/entry.s
/trunk/uspace/lib/libc/arch/ppc32/src/entry.s
/trunk/uspace/lib/libc/arch/ppc64/src/entry.s
/trunk/uspace/lib/libc/arch/sparc64/src/entry.s
/trunk/uspace/lib/libc/generic/as.c
/trunk/uspace/lib/libc/generic/io/stream.c
/trunk/uspace/lib/libc/generic/libc.c
/trunk/uspace/lib/libc/generic/task.c
/trunk/uspace/lib/libc/include/as.h
/trunk/uspace/lib/libc/include/io/stream.h
/trunk/uspace/lib/libc/include/libc.h
/trunk/uspace/lib/libc/include/task.h
3215 5785 d 13 h jermar /trunk/uspace/srv/vfs/ Instead of aborting or crashing, return EBADF when an invalid file descriptor
is passed to vfs_close().
 
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_file.c
/trunk/uspace/srv/vfs/vfs_ops.c
3201 5789 d 13 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
/trunk/uspace/app/init/Makefile
/trunk/uspace/app/klog/Makefile
/trunk/uspace/app/tester/Makefile
/trunk/uspace/app/tetris/Makefile
/trunk/uspace/srv/console/Makefile
/trunk/uspace/srv/devmap/Makefile
/trunk/uspace/srv/fb/Makefile
/trunk/uspace/srv/fs/fat/Makefile
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/kbd/Makefile
/trunk/uspace/srv/ns/Makefile
/trunk/uspace/srv/rd/Makefile
/trunk/uspace/srv/vfs/Makefile
3119 5815 d 12 h jermar /trunk/uspace/srv/fs/fat/ Initialize in-core FAT root directory node during mount.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3111 5816 d 6 h jermar /trunk/uspace/srv/fs/fat/ Put a frequently used construct into a function.  
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_idx.c
3110 5816 d 6 h jermar /trunk/uspace/srv/fs/fat/ Initialize global FAT IDX structures when the FAT server starts and initialize
per-file system FAT IDX structures when a file system gets mounted.
 
/trunk/uspace/srv/fs/fat/fat.c
/trunk/uspace/srv/fs/fat/fat.h
/trunk/uspace/srv/fs/fat/fat_idx.c
/trunk/uspace/srv/fs/fat/fat_ops.c
3109 5816 d 11 h jermar /trunk/uspace/srv/ Split the 'mount another filesystem here' and 'you are being mounted and the
device is this' mount semantics. Add VFS_MOUNTED VFS operation that corresponds
to the latter and reserve VFS_MOUNT only for the former. Because of this
change, the VFS server does not maintain the mr_node VFS node for the name space
root anymore and the VFS_LOOKUP operation is now not meant to be used on
unmounted file system, not even for looking up the root node of unmounted file
systems. In the light of these changes, TMPFS is now initialized from
tmpfs_mounted() function.
 
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
/trunk/uspace/srv/vfs/vfs.h
/trunk/uspace/srv/vfs/vfs_lookup.c
/trunk/uspace/srv/vfs/vfs_ops.c
3103 5817 d 4 h jermar /trunk/uspace/srv/fs/tmpfs/ Evict the code which loads the TMPFS file system from a file system dump to a
dedicated source file.
 
/trunk/uspace/srv/fs/tmpfs/tmpfs_dump.c
/trunk/uspace/srv/fs/tmpfs/Makefile
/trunk/uspace/srv/fs/tmpfs/tmpfs.h
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3091 5819 d 7 h jermar /trunk/uspace/srv/fs/tmpfs/ Return value argument to ipc_call_sync_X_Y() may not be int or it will
break on 64-machines that are sensitive to unaligned memory accesses.
Moreover, overcasting int * to sysarg_t * is not a good idea either
even if the int is by chance aligned on a 64-bit boundary as some
unknown memory will get overwritten during the assignment. Change the
type of the retval argument to ipcarg_t.
 
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3087 5819 d 11 h decky /trunk/uspace/srv/fs/tmpfs/ initialize tmpfs from RAM disk  
/trunk/uspace/srv/fs/tmpfs/tmpfs.c
/trunk/uspace/srv/fs/tmpfs/tmpfs_ops.c
3086 5819 d 11 h decky /trunk/uspace/srv/fb/ disable kernel console output for now
(this breaks some archs)
 
/trunk/uspace/srv/fb/sysio.c
/trunk/uspace/srv/fb/sysio.h
/trunk/uspace/srv/fb/main.c
3085 5819 d 11 h decky /trunk/uspace/srv/rd/ devmap support, small fixes  
/trunk/uspace/srv/rd/rd.c
3084 5819 d 11 h decky /trunk/uspace/srv/console/ service banner  
/trunk/uspace/srv/console/console.c
3083 5819 d 11 h decky /trunk/uspace/srv/ns/ service banner  
/trunk/uspace/srv/ns/ns.c