Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4581 5473 d 5 h mejdrech /branches/network/ Net: synchronized with trunk rev.4580  
4580 5473 d 6 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: * udp build fix  
4579 5473 d 6 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: + udp(sock_dgram) socket, sendto and closesocket implemented  
4578 5473 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: + libsocket prototype  
4577 5473 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: * answer clearing fixed  
4576 5473 d 9 h mejdrech /branches/network/uspace/srv/net/structures/ Net: + used include added  
4575 5473 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: * inet header inclusion fixed, * ip destination address fixed  
4574 5473 d 9 h mejdrech /branches/network/uspace/srv/net/net/ Net: - unused module and message handling code removed  
4573 5473 d 14 h svoboda /trunk/ Automatically try to mount FAT from disk0 on /data upon boot. Save Tetris score there. Automatically create disk image in sample config files, if it does not already exist. This tentatively reaches the Milanstone (t.m.).  
4572 5474 d 2 h svoboda /trunk/uspace/ Allow libblock to operate in write-through mode. With 'wtcache' mount option, FAT sets write-through mode on the cache.  
4571 5474 d 8 h jermar /trunk/uspace/srv/console/ Do not use the pending mechanism in console.  
4570 5474 d 8 h jermar /trunk/uspace/srv/devmap/ Do not use the pending mechanism in devmap.  
4569 5474 d 8 h jermar /trunk/kernel/genarch/src/acpi/ A little bit of cstyle.  
4568 5474 d 8 h jermar /trunk/kernel/doc/ Mention arm32 in the document describing virtual address translation.  
4567 5474 d 18 h jermar /trunk/uspace/srv/vfs/ Use condvar broadcast instead of signal when registering a new file system.  
4566 5475 d 2 h jermar /trunk/uspace/srv/vfs/ Do not use the "pending" fibril mechanism in VFS  
4565 5477 d 5 h svoboda /trunk/uspace/app/tetris/ Tetris high-score table now persists across multiple Tetris executions (and also propagate between concurrently running instances). It is much more stupid than the original BSD implementation, but it works.  
4564 5477 d 5 h svoboda /trunk/uspace/srv/bd/rd/ Use rwlock instead of futex for ramdisk.  
4563 5478 d 3 h jermar /trunk/uspace/srv/vfs/ Remove an obsolete comment.  
4562 5478 d 3 h jermar /trunk/uspace/srv/fs/ Endpoint file systems should terminate the connection fibril when VFS closes the connection.  
4561 5478 d 10 h decky /trunk/uspace/srv/fs/devfs/ avoid races during access to the shared hash table  
4560 5478 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: - removed old sockaddr  
4559 5478 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: * sockaddr divided into in.h, in6.h and inet.h  
4558 5478 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: + ip locks, - some gcc extended warnings  
4557 5480 d 4 h svoboda /trunk/uspace/srv/bd/ Use fibril synchronization in bd drivers. Use per-disk locks.  
4556 5482 d 15 h decky /trunk/ define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32
 
4555 5483 d 1 h jermar /trunk/uspace/srv/vfs/ Finish converting VFS to fibril synchronization.  
4554 5483 d 1 h jermar /trunk/uspace/srv/fs/fat/ Strange left-over.  
4553 5483 d 1 h jermar /trunk/uspace/lib/libblock/ Use fibril synchronization in libblock.  
4552 5483 d 1 h jermar /trunk/uspace/srv/fs/fat/ Use fibril synchronization in FAT.  
4551 5483 d 2 h jermar /trunk/uspace/srv/vfs/ Handle each VFS request using a dedicated connection.  
4550 5483 d 2 h jermar /trunk/uspace/lib/libblock/ Disk I/O should be serialized until libblock switches to fibril synchronization.  
4549 5484 d 1 h svoboda /trunk/uspace/ Fix assorted warnings and tiny glitches.  
4548 5484 d 3 h svoboda /trunk/uspace/srv/fb/ Fix signedness issues and warnings in fb.  
4547 5484 d 3 h svoboda /trunk/uspace/srv/loader/ Suppress warnings in loader.  
4546 5484 d 3 h svoboda /trunk/uspace/srv/bd/ata_bd/ Improve ATA cmd regs block definition to suppress warnings.  
4545 5484 d 4 h svoboda /trunk/uspace/srv/bd/ Get rid of warnings (size_t is enough for block size).  
4544 5484 d 5 h svoboda /trunk/uspace/app/getvc/ Replace one hack with another.  
4543 5485 d 1 h jermar /trunk/uspace/app/getvc/ Flush stdout before spawning shell.  
4542 5485 d 1 h jermar /trunk/uspace/ Handle pending input using only one fibril.
Relax serialization in console, keep your fingers crossed.
Do not create a new "pending" fibril after each received call.