Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4459 5452 d 19 h decky /trunk/uspace/srv/ns/ split naming service into multiple files for better readability
add support for waiting on tasks (receives kernel task notifications)
 
4413 5467 d 2 h decky /trunk/uspace/ add space before $@  
3882 5563 d 17 h decky /trunk/uspace/ cleanup configuration
code cleanup
 
3803 5586 d 19 h decky /trunk/ configuration system overhaul (requires newt)  
3699 5624 d 2 h svoboda /trunk/uspace/ Clean .o files in individual makefiles.  
3568 5660 d 3 h svoboda /trunk/uspace/ Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.  
3201 5788 d 0 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3081 5817 d 22 h decky /trunk/uspace/srv/ remove __entry_driver entry points  
2479 6164 d 0 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6320 d 17 h jermar /trunk/ (c) versus (C)  
1787 6510 d 19 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1392 6561 d 18 h palkovsky /uspace/trunk/ Merged libadt into libc.
Made lot of psthread and thread stuff thread-safe.
Added new driver framework for easy C connection programming.
Changed FB code to use new API.
 
1367 6565 d 16 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1351 6567 d 0 h palkovsky /uspace/trunk/ Merge ipc and libc. Does not compile.  
1335 6568 d 2 h jermar /uspace/trunk/ Simple registration of services at NS.  
1073 6627 d 2 h cejka /uspace/trunk/ Userspace printf was rewritten to support standard format. Not all needed features implemented yet.  
1028 6628 d 13 h palkovsky /uspace/trunk/ Added simple testing skeleton for nameservice.
Added support for ipc_connect_to_me, some fixes.