../
|
adt
|
|
d9c8c81
|
16 years
|
martin |
rename libadt → adt
|
io
|
|
c77a64f
|
15 years
|
jiri |
Must clear error indicator when reading/writing blocks in file_bd, …
|
vfs
|
|
21f32ee1
|
15 years
|
jakub |
Add dummy unmount() implementation to libc.
|
as.c
|
3.8 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
async.c
|
38.0 KB
|
8aa42e3
|
16 years
|
martin |
add two convenient functions for transfering data
|
cap.c
|
2.4 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
clipboard.c
|
4.5 KB
|
fb623e2
|
16 years
|
martin |
move from file-backed clipboard to service-backed clipboard
there is a …
|
ddi.c
|
4.1 KB
|
3ddd90c
|
16 years
|
martin |
avoid compiler warning
|
devmap.c
|
10.0 KB
|
1313ee9
|
16 years
|
martin |
introduce device namespaces
* add support for explicit open in libfs …
|
err.c
|
1.6 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
errno.c
|
1.5 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
event.c
|
1.9 KB
|
3636964
|
16 years
|
martin |
make klog more generic
|
fibril.c
|
8.7 KB
|
ec8b0dac
|
16 years
|
jakub |
Things are much easier when the compiler knows that context_save() …
|
fibril_synch.c
|
7.4 KB
|
1e4cada
|
16 years
|
martin |
rename fibril_sync.[ch] to fibril_synch.[ch]
|
futex.c
|
2.6 KB
|
4774a32
|
16 years
|
jakub |
Greatly simplify futexes.
Drop timeout support.
|
getopt.c
|
12.4 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
ipc.c
|
25.5 KB
|
ba8f8cb
|
16 years
|
jakub |
The original ipc_data_*() and ipc_share_*() should use plain HelenOS …
|
libc.c
|
2.4 KB
|
7591b27d
|
16 years
|
jiri |
Working directory must be set only after initializing stdio, otherwise …
|
loader.c
|
8.6 KB
|
622cdbe
|
16 years
|
jakub |
Inherit the current working directory from the spawner to the spawnee task.
|
malloc.c
|
12.6 KB
|
e6b73ad0
|
16 years
|
jiri |
calloc() should actually zero out the block.
|
mem.c
|
5.3 KB
|
3bf907a
|
16 years
|
martin |
be more pedantic about undefined function prototypes (to avoid memory …
|
mman.c
|
2.0 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
pcb.c
|
1.5 KB
|
c98e6ee
|
17 years
|
jirik.svoboda |
Merge program-loader related stuff from dynload branch to trunk. (huge)
|
smc.c
|
1.7 KB
|
c61d34b
|
17 years
|
jirik.svoboda |
Fix assorted warnings.
|
stacktrace.c
|
2.0 KB
|
7db4275
|
15 years
|
jakub |
Print just the stack trace.
|
stdlib.c
|
1.7 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
string.c
|
22.4 KB
|
fc6dd18
|
16 years
|
martin |
add str_ndup
|
sysinfo.c
|
1.7 KB
|
9eb3623
|
16 years
|
jirik.svoboda |
Replace some uses of old string functions in C library.
|
task.c
|
4.1 KB
|
622cdbe
|
16 years
|
jakub |
Inherit the current working directory from the spawner to the spawnee task.
|
thread.c
|
4.3 KB
|
a2c58f6
|
16 years
|
jakub |
thread_exit() needs to be noreturn as well
|
time.c
|
5.3 KB
|
22e6802
|
16 years
|
martin |
fix kernel thread_sleep() not to overflow thread_usleep()
introduce …
|
tls.c
|
3.8 KB
|
c61d34b
|
17 years
|
jirik.svoboda |
Fix assorted warnings.
|
udebug.c
|
2.9 KB
|
f2ef7fd
|
17 years
|
jakub |
Support for SYSENTER on ia32.
|