Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1968 6467 d 15 h jermar /tags/ Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
 
1963 6467 d 16 h jermar /tags/0.1.1/ Tagging release 0.1.1  
1306 6636 d 21 h jermar /kernel/trunk/generic/ Add SYS_AS_AREA_DESTROY syscall.
Add few error codes to errno.h
and change as.c accordingly.
 
1281 6645 d 16 h palkovsky /kernel/trunk/ Added means to make a simple action upon interrupt.  
1258 6648 d 15 h palkovsky /kernel/trunk/ Added support for IRQ notifiactions.
- seems to work correctly on ia32, amd64
- the mips kbd probably lowers interrupts when the char is read from
the port, we will have to find a way how to deal with it.
 
1178 6665 d 21 h jermar /kernel/trunk/ Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM.
 
1088 6690 d 1 h palkovsky /kernel/trunk/generic/ More IPC stuff, added correct closing of connections from both sides.  
1040 6693 d 1 h palkovsky /kernel/trunk/generic/ Changed ipc to use spinlocks instead of mutexes again.
Fixed loading inits to set nameservice as the first loaded process.
Lot of TODO in ipc done.
 
1027 6693 d 13 h palkovsky /kernel/trunk/ Implemented callback IPC call (connect_to_me).  
980 6694 d 23 h palkovsky /kernel/trunk/ Small speed update of ipc.
Fixed some bugs regarding pages in mremap.
 
955 6695 d 18 h palkovsky /kernel/trunk/ Added kernel IPC functionality.