Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4618 5450 d 12 h svoboda /trunk/uspace/ Pass task ID to NS from loader. This prevents ID spoofing by user apps.  
4547 5470 d 11 h svoboda /trunk/uspace/srv/loader/ Suppress warnings in loader.  
4492 5482 d 21 h jermar /trunk/uspace/ inode_t -> fdi_node_t  
4491 5483 d 8 h decky /trunk/uspace/ rename libc's fs_node_t to inode_t to avoid type conflict with VFS  
4461 5483 d 12 h decky /trunk/uspace/srv/loader/ add support for passing preset files
rename loader_ prefix to ldr_ prefix (to avoid confusion with libc functions)
 
4331 5522 d 14 h svoboda /trunk/uspace/srv/loader/ Fix interpretation of return value. This caused loader to crash instead of returning an error.  
4265 5538 d 9 h svoboda /trunk/uspace/ Nuke strchr() and strrchr().  
4264 5538 d 10 h svoboda /trunk/uspace/ Nuke strcpy() and strcmp().  
4241 5542 d 10 h svoboda /trunk/uspace/ NS was forgetting to hangup phones. One phone was leaked for every load attempt and when all 16 phones were exhausted, NS would lock up.  
4154 5560 d 8 h svoboda /trunk/uspace/ Consolidate console interface.  
4014 5575 d 18 h decky /trunk/ cstyle  
4012 5576 d 9 h svoboda /trunk/ Task names should only contain base names of commands. Also add 'boot:' prefix for binaries loaded by the kernel.  
3983 5577 d 16 h svoboda /trunk/ task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.  
3896 5592 d 7 h svoboda /trunk/ More elegant way of invoking the loader - as a 'cloneable' service. Task names functionality lost for the time being.  
3882 5594 d 11 h decky /trunk/uspace/ cleanup configuration
code cleanup
 
3803 5617 d 12 h decky /trunk/ configuration system overhaul (requires newt)  
3787 5630 d 8 h svoboda /trunk/uspace/srv/loader/ Disable message displaying in loader.  
3784 5631 d 10 h svoboda /trunk/ Fix loader problem on ia64 and remove workaround.  
3754 5640 d 18 h svoboda /trunk/ Fix mips32eb build a bit.  
3676 5663 d 8 h svoboda /trunk/uspace/ Remove obsolete dld-related loader fragments.  
3585 5685 d 20 h svoboda /trunk/ Fix bug #67. It was obviously all my fault - I allocated r3 for pcb_ptr, which was alredy used by uarg.  
3568 5690 d 20 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.  
3559 5692 d 8 h svoboda /trunk/uspace/srv/loader/ Fix: Quit loader when caller hangs up (was leaking VCs).  
3475 5735 d 15 h svoboda /trunk/uspace/ Fix bugs in getting task ID from loader (was breaking ppc32).  
3470 5735 d 20 h svoboda /trunk/uspace/ Separate load and run commands for loader. Update tracer - no events get missed on startup anymore.  
3447 5741 d 22 h svoboda /trunk/uspace/ Allow trace to run programs and trace them (no more task IDs)  
3315 5776 d 11 h jermar /trunk/uspace/srv/loader/ Make sure that the loader keeps on read()ing until it read()s all it wanted to
read().
 
3223 5813 d 13 h svoboda /trunk/uspace/srv/loader/ Some Cstyle  
3222 5813 d 15 h svoboda /trunk/ Merge program-loader related stuff from dynload branch to trunk. (huge)