4041 |
5802 d 22 h |
jermar |
/trunk/kernel/generic/ |
If the server cannot receive a call because it supplied a bad userspace address, the kernel will immediately answer the call with EPARTY. |
|
3370 |
5994 d 17 h |
jermar |
/trunk/kernel/generic/ |
Synchronous IPC must be interruptible. |
|
2684 |
6228 d 19 h |
jermar |
/trunk/ |
Add libc and VFS implementation of lseek(), VFS_SEEK resp.
Add the size member to the VFS node structure (not yet initialized). |
|
2476 |
6428 d 18 h |
jermar |
/trunk/ |
Cleanup. |
|
2445 |
6448 d 0 h |
decky |
/trunk/ |
initial merge of branches/fs
(not finished, huge cleanup is needed) |
|
2071 |
6582 d 18 h |
jermar |
/trunk/ |
(c) versus (C) |
|
1888 |
6707 d 21 h |
jermar |
/trunk/ |
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64. |
|
1819 |
6755 d 15 h |
decky |
/trunk/kernel/generic/include/ |
formatting changes |
|
1787 |
6772 d 20 h |
decky |
/ |
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot |
|
1702 |
6801 d 0 h |
cejka |
/kernel/trunk/ |
Kernel doxygen comments updated. |
|
1544 |
6811 d 0 h |
palkovsky |
/kernel/trunk/generic/ |
Slightly better behaviour with caching on memory sharing. |
|
1484 |
6813 d 0 h |
palkovsky |
/kernel/trunk/generic/include/ |
Added EINVAL error code. |
|
1440 |
6816 d 15 h |
palkovsky |
/kernel/trunk/generic/include/ |
Added error code for timeouts. |
|
1306 |
6833 d 22 h |
jermar |
/kernel/trunk/generic/ |
Add SYS_AS_AREA_DESTROY syscall.
Add few error codes to errno.h
and change as.c accordingly. |
|
1281 |
6842 d 17 h |
palkovsky |
/kernel/trunk/ |
Added means to make a simple action upon interrupt. |
|
1258 |
6845 d 16 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 |
6862 d 22 h |
jermar |
/kernel/trunk/ |
Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM. |
|
1088 |
6887 d 2 h |
palkovsky |
/kernel/trunk/generic/ |
More IPC stuff, added correct closing of connections from both sides. |
|
1040 |
6890 d 2 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 |
6890 d 14 h |
palkovsky |
/kernel/trunk/ |
Implemented callback IPC call (connect_to_me). |
|