../
|
time
|
|
5c9a08b
|
19 years
|
jakub |
Move list and fifo data types to adt/.
|
syscall
|
|
6fa476f7
|
19 years
|
jakub |
Rename SYS_AS_AREA_SHARE_APPROVE and SYS_AS_AREA_SHARE_PERFORM, resp., …
|
synch
|
|
203f4c3
|
19 years
|
jakub |
Sleeping in a wait queue can be now interrupted with …
|
smp
|
|
5f85c91
|
20 years
|
martin |
make configuration variables usage consistent
|
security
|
|
c7c0b89b
|
19 years
|
ondrap |
Added uspace call to enable/disable interrupts.
|
proc
|
|
df0103f7
|
19 years
|
jakub |
Implementation of SYS_AS_AREA_ACCEPT and SYS_AS_AREA_SEND syscalls. …
|
mm
|
|
6fa476f7
|
19 years
|
jakub |
Rename SYS_AS_AREA_SHARE_APPROVE and SYS_AS_AREA_SHARE_PERFORM, resp., …
|
main
|
|
44c259c
|
19 years
|
martin |
remove obsolete in-kernel userspace code
remove CONFIG_USERSPACE …
|
ipc
|
|
7c7aae16
|
19 years
|
ondrap |
Reduced unnecessary IPC system calls.
Allow everything to be sync & …
|
ddi
|
|
24f3874
|
19 years
|
jakub |
Reorganize syscall names to better correspond to kernel architecture. …
|
console
|
|
5c9a08b
|
19 years
|
jakub |
Move list and fifo data types to adt/.
|
adt
|
|
97a7eff
|
19 years
|
jakub |
Add bitmap ADT.
|
userspace.h
|
1.7 KB
|
9f52563
|
19 years
|
jakub |
Support for user space threads.
|
typedefs.h
|
3.0 KB
|
d2ab461
|
19 years
|
jakub |
Small atomic #include and typedef changes.
|
test.h
|
1.5 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
symtab.h
|
1.9 KB
|
0c8e692
|
20 years
|
ondrap |
Added some readline functionality to kconsole.
Arrows editing, …
|
stdarg.h
|
1.8 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
stackarg.h
|
1.9 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
sort.h
|
1.9 KB
|
5ff4f6b
|
20 years
|
jakub |
sort.h was actually written by Sergey Bondari.
|
putchar.h
|
1.5 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
print.h
|
1.8 KB
|
280a27e
|
19 years
|
malyzelenyhnus |
Printf ported back from uspace to kernel.
Printf calls changed to …
|
preemption.h
|
1.6 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
panic.h
|
1.8 KB
|
5a95b25
|
20 years
|
ondrap |
Cleanups to make it compile with -Wall. Did not catch everything yet.
|
memstr.h
|
1.8 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
macros.h
|
2.2 KB
|
5a7d9d1
|
19 years
|
jakub |
More checks for address space area conflicts.
|
interrupt.h
|
1.8 KB
|
25d7709
|
19 years
|
jakub |
Nicer ia32 interrupt handlers and structures holding interrupted …
|
func.h
|
1.8 KB
|
23684b7
|
19 years
|
jakub |
Define atomic_t only once in atomic.h
Change the encapsulated counter …
|
fpu_context.h
|
1.9 KB
|
f76fed4
|
19 years
|
ondrap |
Added lazy fpu context allocation.
- threads that don't use fpu, don't …
|
errno.h
|
2.0 KB
|
9a8d91b
|
19 years
|
jakub |
Add task_find_by_id().
Add kernel support for SYS_MAP_PHYSMEM.
|
elf.h
|
7.6 KB
|
78a95d6f
|
19 years
|
jakub |
Support for loading segments containing .bss section.
|
debug.h
|
2.1 KB
|
ad45bde9
|
19 years
|
malyzelenyhnus |
Fix pointers output format.
Fix format of slab and zones tables.
|
cpu.h
|
2.5 KB
|
d1e414c
|
19 years
|
jakub |
More lightweighed TLB shootdown implementation.
|
context.h
|
3.0 KB
|
e1888f9
|
19 years
|
ondrap |
Fix context_save, so that it works even with inlines disabled (-O0).
|
config.h
|
2.0 KB
|
b6d4566
|
19 years
|
jakub |
CPU stacks must have two frames on ia64.
Make sure both thread stack …
|
byteorder.h
|
1.9 KB
|
169c408
|
20 years
|
jakub |
Move src/ and include/ to generic.
|
bitops.h
|
2.0 KB
|
81e52f2a
|
19 years
|
ondrap |
Fixed non-initialized cpu-cache.
|
atomic.h
|
1.7 KB
|
d2ab461
|
19 years
|
jakub |
Small atomic #include and typedef changes.
|
arch.h
|
2.6 KB
|
6ecc8bce
|
19 years
|
jakub |
Make ia64 and sparc64 compile again.
Fix ia64 to set up inits in …
|
align.h
|
1.9 KB
|
effee6f
|
19 years
|
jakub |
Remove nasty ppc32 hack.
ppc32 now uses the stock ALIGN_UP().
|