Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4661 5443 d 20 h svoboda /trunk/uspace/app/trace/ Update proto definitions in tracer.  
4660 5443 d 20 h svoboda /trunk/uspace/app/trace/ Cope with ipc_call_sync_slow() overwriting input argument with output argument. This fixes the tracer not understanding connect_to_me_blocking().  
4659 5444 d 16 h svoboda /trunk/uspace/app/trace/ Use bool type.  
4658 5444 d 16 h svoboda /trunk/uspace/app/trace/ Wait for app to exit before returning from tracer.  
4657 5444 d 17 h svoboda /trunk/uspace/app/trace/ Remove accidentally commited debugging messages.  
4656 5444 d 18 h svoboda /trunk/uspace/app/trace/ Use a dedicated fibril to wait for console events so that we can quit the tracer as soon as the app exits. (Need to wait for two different things.)  
4655 5444 d 18 h svoboda /trunk/uspace/app/trace/ Let application inherit tracer's std. files.  
4654 5444 d 19 h svoboda /trunk/uspace/app/trace/ Make use of fibril sync primitives.  
4653 5444 d 20 h svoboda /trunk/uspace/app/trace/ Read keys directly from console in tracer. This works around the current inability to write to stdout while blocked in getchar().  
4649 5450 d 17 h svoboda /trunk/uspace/srv/kbd/layout/ Fix comments.  
4648 5450 d 18 h jermar /trunk/uspace/app/bdsh/ Fix a couple of memory leaks and an improper use of sizeof().  
4644 5451 d 17 h svoboda /trunk/ Method for getting console color capabilities. Use to fix invisible tetris pieces.  
4643 5452 d 6 h jermar /trunk/uspace/lib/libc/generic/ realloc() should really check whether the next block is indeed free.  
4642 5452 d 17 h svoboda /trunk/uspace/lib/libc/generic/ Fix alignment errors in realloc().  
4636 5454 d 18 h jermar /trunk/ sparc64's SP_DELTA needs more space.  
4635 5454 d 23 h jermar /trunk/ Things are much easier when the compiler knows that context_save() returns twice.  
4633 5455 d 16 h jermar /trunk/uspace/lib/libc/generic/ In fibril_switch(), make sure to reload srcf with the current fibril address
in the post-context_restore() code. Its value may be invalid after
contex_restore() due to e.g. register recycling.
 
4623 5459 d 17 h svoboda /trunk/uspace/srv/bd/ata_bd/ Prettier output from ata_bd.  
4622 5459 d 17 h jermar /trunk/uspace/app/init/ Do not attempt to spawn non-existing programs.  
4621 5459 d 18 h svoboda /trunk/uspace/ Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.  
4620 5459 d 18 h svoboda /trunk/uspace/ Allow to determine whether a task returned value before terminatign.  
4619 5459 d 19 h svoboda /trunk/uspace/srv/ns/ Move fully to IPC-based tracking of task startup and termination in NS. This also gets rid of the race condition present in the previous code.  
4618 5459 d 19 h svoboda /trunk/uspace/ Pass task ID to NS from loader. This prevents ID spoofing by user apps.  
4617 5459 d 23 h svoboda /trunk/uspace/ Allow task to return value (will be improved).  
4611 5462 d 2 h jermar /trunk/uspace/lib/libblock/ Make the libblock cache behave more like a cache and fix some bugs
present in the previously unused code paths.
 
4609 5463 d 23 h decky /trunk/uspace/lib/libc/include/ipc/ remove obsolete VFS methods  
4608 5464 d 0 h jermar /trunk/uspace/ Statically allocated stat structure will do.  
4607 5464 d 0 h jermar /trunk/uspace/lib/libc/generic/ Fix typos.  
4606 5464 d 0 h decky /trunk/uspace/lib/libc/generic/ small allocator optimization
add some comments
 
4604 5464 d 22 h decky /trunk/uspace/srv/fb/ cstyle  
4602 5465 d 23 h decky /trunk/uspace/app/tester/ tester framework rewrite (go from a menu-driven interface to command-line interface)  
4601 5465 d 23 h decky /trunk/uspace/lib/libc/ small fixes and coding style changes related to the new memory allocator  
4600 5465 d 23 h decky /trunk/uspace/lib/libc/generic/ implement simple first-fit memory allocator
(modified from original code by Petr Tuma, used under permission)
 
4599 5465 d 23 h decky /trunk/uspace/lib/libc/include/ define just the basic memory allocator interface  
4598 5465 d 23 h decky /trunk/uspace/lib/libc/ remove dlmalloc  
4597 5465 d 23 h decky /trunk/uspace/app/tester/mm/ memory allocator test
(modified from original code by Tomas Bures and Lubomir Bulej, used under permission)
 
4596 5465 d 23 h decky /trunk/uspace/srv/kbd/ avoid compiler warnings and one small bug  
4595 5465 d 23 h decky /trunk/uspace/srv/console/ avoid compiler warning  
4594 5465 d 23 h decky /trunk/uspace/srv/fb/ avoid possible segfault  
4593 5466 d 22 h decky /trunk/uspace/srv/vfs/ avoid unaligned memory access