Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4605 5558 d 20 h decky /branches/snapshot/ add task snapshoting branch  
4508 5582 d 22 h decky /trunk/uspace/lib/libc/ keep a list of open files to support proper cleanup  
4492 5587 d 0 h jermar /trunk/uspace/ inode_t -> fdi_node_t  
4491 5587 d 11 h decky /trunk/uspace/ rename libc's fs_node_t to inode_t to avoid type conflict with VFS  
4470 5587 d 15 h decky /trunk/uspace/lib/libc/ pass current task stdin, stdout and stderr as preset files to the loader
add task_wait()
 
4256 5643 d 15 h svoboda /trunk/uspace/lib/libc/generic/ Replace some uses of old string functions in C library.  
3983 5681 d 19 h svoboda /trunk/ task_set_name() syscall so that we can have names (for userspace-loaded) tasks again.  
3896 5696 d 10 h svoboda /trunk/ More elegant way of invoking the loader - as a 'cloneable' service. Task names functionality lost for the time being.  
3566 5795 d 0 h svoboda /trunk/ Set meaningful names for loaded programs. Now 'tasks' kconsole command is much less obscure.  
3470 5839 d 23 h svoboda /trunk/uspace/ Separate load and run commands for loader. Update tracer - no events get missed on startup anymore.  
3469 5840 d 2 h svoboda /trunk/uspace/lib/libc/ Introduce loader API in C library.  
3462 5843 d 22 h svoboda /trunk/ Include trace on sparc64 ramdisk. Assorted fixes.  
3447 5846 d 1 h svoboda /trunk/uspace/ Allow trace to run programs and trace them (no more task IDs)  
3306 5882 d 23 h jermar /trunk/uspace/lib/libc/ Fix handling of relative paths in task_spawn().  
3222 5917 d 18 h svoboda /trunk/ Merge program-loader related stuff from dynload branch to trunk. (huge)  
3073 5952 d 19 h decky /trunk/uspace/lib/libc/ add support for (trivial) task_spawn  
2479 6298 d 21 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6455 d 14 h jermar /trunk/ (c) versus (C)  
1866 6590 d 14 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1787 6645 d 16 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1653 6679 d 15 h cejka /uspace/trunk/ Doxygen comments.  
1228 6724 d 18 h jermar /uspace/trunk/ Reflect changes in syscall names in userspace.  
1175 6735 d 22 h jermar /uspace/trunk/ Userspace suport for SYS_GET_TASK_ID syscall.