../
|
adt
|
|
96b02eb9
|
15 years
|
martin |
more unification of basic types
- use sysarg_t and native_t (unsigned …
|
console
|
|
96b02eb9
|
15 years
|
martin |
more unification of basic types
- use sysarg_t and native_t (unsigned …
|
ddi
|
|
d7533c7
|
14 years
|
martin |
add support for pareas mappable by unprivileged tasks
(currenty, only …
|
ipc
|
|
5bcf1f9
|
14 years
|
martin |
add syscall for properly terminating the currently running task …
|
lib
|
|
666f492
|
15 years
|
martin |
cstyle changes
|
main
|
|
7a0359b
|
15 years
|
martin |
improve kernel function tracing
- add support for more generic kernel …
|
mm
|
|
fc47885
|
14 years
|
martin |
keep track of the number of resident pages on-the-fly (do not traverse …
|
printf
|
|
a721f6a
|
15 years
|
martin |
tiny cstyle modifications (no change in functionality)
|
proc
|
|
5bcf1f9
|
14 years
|
martin |
add syscall for properly terminating the currently running task …
|
security
|
|
6b10dab
|
15 years
|
martin |
ABI split: pass 64-bit task ID as plain 64-bit argument to …
|
smp
|
|
7a0359b
|
15 years
|
martin |
improve kernel function tracing
- add support for more generic kernel …
|
synch
|
|
96b02eb9
|
15 years
|
martin |
more unification of basic types
- use sysarg_t and native_t (unsigned …
|
syscall
|
|
5bcf1f9
|
14 years
|
martin |
add syscall for properly terminating the currently running task …
|
sysinfo
|
|
a0ce870
|
14 years
|
martin |
statistics: provide resident (actually used) memory of tasks
|
time
|
|
96b02eb9
|
15 years
|
martin |
more unification of basic types
- use sysarg_t and native_t (unsigned …
|
udebug
|
|
9c81703
|
14 years
|
martin |
cstyle changes (no change in functionality)
|
align.h
|
2.0 KB
|
e49e234
|
16 years
|
martin |
kernel memory management revisited (phase 2): map physical memory …
|
arch.h
|
3.2 KB
|
eb239dc
|
15 years
|
jakub |
Add a descriptive comment for THE.
|
atomic.h
|
1.9 KB
|
7a0359b
|
15 years
|
martin |
improve kernel function tracing
- add support for more generic kernel …
|
bitops.h
|
2.4 KB
|
7a0359b
|
15 years
|
martin |
improve kernel function tracing
- add support for more generic kernel …
|
byteorder.h
|
3.4 KB
|
d99c1d2
|
15 years
|
martin |
use [u]int{8|16|32|64}_t type definitions as detected by the autotool …
|
config.h
|
2.6 KB
|
04357767
|
15 years
|
martin |
using unsigned int seems to be more suitable than size_t is several cases
|
context.h
|
3.8 KB
|
7a0359b
|
15 years
|
martin |
improve kernel function tracing
- add support for more generic kernel …
|
cpu.h
|
2.9 KB
|
04357767
|
15 years
|
martin |
using unsigned int seems to be more suitable than size_t is several cases
|
debug.h
|
3.2 KB
|
0843f02
|
14 years
|
martin |
on assertion print also the function, file and line
(to make it easier …
|
errno.h
|
2.6 KB
|
b352895
|
15 years
|
pavel |
Cleanup of errnos.
|
fpu_context.h
|
1.8 KB
|
0f81ceb7
|
16 years
|
martin |
remove platform dependent constructs from generic code
|
func.h
|
1.7 KB
|
4ce914d4
|
15 years
|
martin |
get rid of atoi, use str_uint64
|
interrupt.h
|
2.3 KB
|
63594c0
|
14 years
|
jiri |
Obtain userspace state in case of system call.
|
macros.h
|
3.9 KB
|
052f535
|
15 years
|
martin |
use portable constant macros
|
memstr.h
|
1.8 KB
|
a504856
|
14 years
|
martin |
cstyle
|
panic.h
|
2.3 KB
|
9ac2013
|
15 years
|
martin |
add format checking to more printf-like functions …
|
preemption.h
|
1.6 KB
|
2e4e706
|
15 years
|
martin |
cstyle changes (no change in functionality)
|
print.h
|
2.1 KB
|
d16fc78
|
15 years
|
martin |
* verify the correctness of printf()'s and friends' attributes in …
|
putchar.h
|
1.6 KB
|
eec616b
|
16 years
|
martin |
Unicode aware printf and family functions
(this breaks some things, …
|
sort.h
|
1.7 KB
|
4babe62
|
15 years
|
martin |
port uspace sorting improvements back to kernel
|
stacktrace.h
|
2.8 KB
|
257ceb1
|
15 years
|
jakub |
Introduce the stack trace context which is passed to the individual …
|
stdarg.h
|
1.9 KB
|
6ab8697
|
16 years
|
martin |
use builtin_va_* for va_* functions and va_list type
(this is …
|
stdint.h
|
2.1 KB
|
019a348
|
15 years
|
martin |
use portable constant defines for integer ranges
|
str.h
|
3.5 KB
|
e535eeb
|
15 years
|
martin |
rename order() to order_suffix(), make it a generic libc string …
|
symtab.h
|
2.1 KB
|
da1bafb
|
15 years
|
martin |
major code revision
- replace spinlocks taken with interrupts …
|
trace.h
|
1.6 KB
|
7a0359b
|
15 years
|
martin |
improve kernel function tracing
- add support for more generic kernel …
|
typedefs.h
|
2.3 KB
|
6b10dab
|
15 years
|
martin |
ABI split: pass 64-bit task ID as plain 64-bit argument to …
|
userspace.h
|
1.7 KB
|
d99c1d2
|
15 years
|
martin |
use [u]int{8|16|32|64}_t type definitions as detected by the autotool …
|
verify.h
|
2.3 KB
|
fc81981
|
15 years
|
martin |
add and improve annotations
|