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
3203 5801 d 10 h svoboda /branches/dynload/ Move stuff related to running programs to a separate source file proc/program.c  
3202 5801 d 12 h svoboda /branches/dynload/uspace/ Fix ia64: retval in async_wait_for is ipcarg_t, not int; fix entry point  
3190 5807 d 9 h svoboda /branches/dynload/ Remove vestiges of loading code coming from trunk  
3174 5818 d 12 h svoboda /branches/dynload/uspace/ Pass args to loader from task_spawn_ex(), completing argument support. Can pass args from CLI to tester.  
3150 5821 d 9 h svoboda /branches/dynload/ Merge trunk changes up to r3090 into dynload (still broken)  
3148 5821 d 10 h svoboda /branches/dynload/uspace/ Make use of async in communication with loader. Add pretty loader method name numbers.  
3102 5832 d 8 h svoboda /branches/dynload/ Update iloader linker scripts for supported arches  
3004 5842 d 7 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2927 5853 d 12 h decky /branches/dynload/ added dynload branch  
2479 6180 d 9 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6337 d 2 h jermar /trunk/ (c) versus (C)  
1866 6472 d 2 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1787 6527 d 4 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1653 6561 d 3 h cejka /uspace/trunk/ Doxygen comments.  
1228 6606 d 6 h jermar /uspace/trunk/ Reflect changes in syscall names in userspace.  
1175 6617 d 10 h jermar /uspace/trunk/ Userspace suport for SYS_GET_TASK_ID syscall.