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
3568 5675 d 14 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 5803 d 12 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3081 5833 d 10 h decky /trunk/uspace/srv/ remove __entry_driver entry points  
2479 6179 d 11 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6336 d 4 h jermar /trunk/ (c) versus (C)  
1787 6526 d 7 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1392 6577 d 6 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 6581 d 3 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1351 6582 d 11 h palkovsky /uspace/trunk/ Merge ipc and libc. Does not compile.  
1335 6583 d 13 h jermar /uspace/trunk/ Simple registration of services at NS.  
1073 6642 d 13 h cejka /uspace/trunk/ Userspace printf was rewritten to support standard format. Not all needed features implemented yet.  
1028 6644 d 1 h palkovsky /uspace/trunk/ Added simple testing skeleton for nameservice.
Added support for ipc_connect_to_me, some fixes.