Subversion Repositories HelenOS-historic

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
1544 7140 d 5 h palkovsky /kernel/trunk/generic/ Slightly better behaviour with caching on memory sharing.  
1484 7142 d 4 h palkovsky /kernel/trunk/generic/include/ Added EINVAL error code.  
1440 7145 d 19 h palkovsky /kernel/trunk/generic/include/ Added error code for timeouts.  
1306 7163 d 3 h jermar /kernel/trunk/generic/ Add SYS_AS_AREA_DESTROY syscall.
Add few error codes to errno.h
and change as.c accordingly.
 
1281 7171 d 21 h palkovsky /kernel/trunk/ Added means to make a simple action upon interrupt.  
1258 7174 d 21 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 7192 d 2 h jermar /kernel/trunk/ Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM.
 
1088 7216 d 6 h palkovsky /kernel/trunk/generic/ More IPC stuff, added correct closing of connections from both sides.  
1040 7219 d 6 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 7219 d 18 h palkovsky /kernel/trunk/ Implemented callback IPC call (connect_to_me).  
980 7221 d 4 h palkovsky /kernel/trunk/ Small speed update of ipc.
Fixed some bugs regarding pages in mremap.
 
955 7221 d 23 h palkovsky /kernel/trunk/ Added kernel IPC functionality.