Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4691 5405 d 0 h svoboda /branches/dynload/ Merge trunk changes up to r4686.  
4601 5455 d 3 h decky /trunk/uspace/lib/libc/ small fixes and coding style changes related to the new memory allocator  
4509 5477 d 5 h decky /trunk/uspace/ rename libadt -> adt  
4415 5495 d 12 h decky /trunk/uspace/lib/libc/ add list_count()
cstyle
 
2879 5877 d 3 h jermar /trunk/uspace/lib/libc/include/libadt/ Add functions for inserting items before or after other items in a boubly-linked
circular lists.
 
2759 5935 d 20 h jermar /trunk/uspace/lib/libc/ Add hash_table_destroy().  
2595 6057 d 1 h jermar /trunk/uspace/lib/libc/include/libadt/ Formatting of uspace hash_table.h.  
2526 6109 d 4 h jermar /trunk/uspace/ VFS work.
Delve deeper into VFS_REGISTER.
 
2479 6193 d 5 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6349 d 22 h jermar /trunk/ (c) versus (C)  
1866 6484 d 22 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1787 6540 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1653 6573 d 23 h cejka /uspace/trunk/ Doxygen comments.  
1481 6580 d 7 h cejka /uspace/trunk/ Console stores unsatisfied getchar requests and handle them after keypress.
Fifo modified to be usable as structure member.
 
1392 6590 d 23 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.
 
1335 6597 d 7 h jermar /uspace/trunk/ Simple registration of services at NS.  
999 6658 d 19 h palkovsky /uspace/trunk/ Completed asynchronous IPC.
Fixed sbrk.
Cleared some unnecessary defines in malloc.
Changed __u8 * to char * in list.
 
997 6658 d 20 h cejka /uspace/trunk/ Hash_table conversion done.
Simple assert function converted from kernel.
 
996 6658 d 21 h cejka /uspace/trunk/ List from LibAdt converted to userspace.
Hash_table not converted yet.