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
1888 6441 d 13 h jermar /trunk/ C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
 
1819 6489 d 8 h decky /trunk/kernel/generic/include/ formatting changes  
1787 6506 d 12 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1702 6534 d 16 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
1544 6544 d 16 h palkovsky /kernel/trunk/generic/ Slightly better behaviour with caching on memory sharing.  
1484 6546 d 16 h palkovsky /kernel/trunk/generic/include/ Added EINVAL error code.  
1440 6550 d 7 h palkovsky /kernel/trunk/generic/include/ Added error code for timeouts.  
1306 6567 d 15 h jermar /kernel/trunk/generic/ Add SYS_AS_AREA_DESTROY syscall.
Add few error codes to errno.h
and change as.c accordingly.
 
1281 6576 d 9 h palkovsky /kernel/trunk/ Added means to make a simple action upon interrupt.  
1258 6579 d 8 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 6596 d 14 h jermar /kernel/trunk/ Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM.
 
1088 6620 d 18 h palkovsky /kernel/trunk/generic/ More IPC stuff, added correct closing of connections from both sides.  
1040 6623 d 18 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 6624 d 6 h palkovsky /kernel/trunk/ Implemented callback IPC call (connect_to_me).  
980 6625 d 16 h palkovsky /kernel/trunk/ Small speed update of ipc.
Fixed some bugs regarding pages in mremap.
 
955 6626 d 11 h palkovsky /kernel/trunk/ Added kernel IPC functionality.