../
|
adt
|
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
io
|
|
2595dab
|
16 years
|
martin |
I/O subsystem overhaul:
- add more POSIX-like file and stream …
|
ipc
|
|
5d96851b
|
16 years
|
jirik.svoboda |
Pass task ID to NS from loader. This prevents ID spoofing by user apps.
|
loader
|
|
99272a3
|
16 years
|
jakub |
inode_t → fdi_node_t
|
sys
|
|
415c7e0d
|
16 years
|
jakub |
Implement stat() and VFS_IN_STAT.
Modify bdsh() to use stat() during …
|
vfs
|
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
align.h
|
2.2 KB
|
71f1cc1
|
17 years
|
jakub |
Add the ROUND_UP() macro.
|
as.h
|
1.9 KB
|
c98e6ee
|
17 years
|
jirik.svoboda |
Merge program-loader related stuff from dynload branch to trunk. (huge)
|
assert.h
|
2.0 KB
|
89cb140
|
18 years
|
jakub |
assert.h should include stdio.h
|
async.h
|
11.6 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
atomic.h
|
1.8 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
bitops.h
|
2.2 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
bool.h
|
1.6 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
byteorder.h
|
3.4 KB
|
ac47b7c2
|
16 years
|
martin |
define endianess externally to be able to exactly specify whether we …
|
cap.h
|
1.7 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
ctype.h
|
2.3 KB
|
b9e7944
|
17 years
|
jirik.svoboda |
Get rid of meaningless voodo in tolower()/toupper().
|
ddi.h
|
1.8 KB
|
84afc7b
|
16 years
|
martin |
as kernel little brother drivers are not needed anymore, the device …
|
devmap.h
|
2.2 KB
|
7fcb74c
|
16 years
|
martin |
add support for creating null devices on demand
|
dirent.h
|
1.8 KB
|
2595dab
|
16 years
|
martin |
I/O subsystem overhaul:
- add more POSIX-like file and stream …
|
err.h
|
1.6 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
errno.h
|
2.0 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
event.h
|
1.6 KB
|
3636964
|
16 years
|
martin |
make klog more generic
|
fcntl.h
|
1.7 KB
|
2595dab
|
16 years
|
martin |
I/O subsystem overhaul:
- add more POSIX-like file and stream …
|
fibril.h
|
2.9 KB
|
ec8b0dac
|
16 years
|
jakub |
Things are much easier when the compiler knows that context_save() …
|
fibril_sync.h
|
3.1 KB
|
c51a7cd
|
16 years
|
jakub |
On condvar signal/broadcast, dequeue the waiting fibril from the …
|
futex.h
|
1.9 KB
|
4db6eaf
|
17 years
|
jakub |
Fix type in declaration of VFS node rwlock.
Introduce a dedicated type …
|
getopt.h
|
2.5 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
libc.h
|
2.2 KB
|
f15cb3c4
|
17 years
|
martin |
cstyle
|
limits.h
|
2.2 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
macros.h
|
2.0 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
malloc.h
|
1.8 KB
|
ae75080a
|
16 years
|
martin |
define just the basic memory allocator interface
|
mem.h
|
1.8 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
rwlock.h
|
2.1 KB
|
67f63c4
|
17 years
|
jakub |
Make uspace rwlock API naming conventions consistent with kernel …
|
setjmp.h
|
1.7 KB
|
d2fa31f7
|
17 years
|
malyzelenyhnus |
United headers using context_t in uspace.
|
smc.h
|
1.6 KB
|
c98e6ee
|
17 years
|
jirik.svoboda |
Merge program-loader related stuff from dynload branch to trunk. (huge)
|
stdarg.h
|
1.8 KB
|
5d4e90f0
|
18 years
|
jakub |
Header cleanup.
Move off_t, size_t and ssize_t into sys/types.h.
Get …
|
stddef.h
|
1.6 KB
|
5d4e90f0
|
18 years
|
jakub |
Header cleanup.
Move off_t, size_t and ssize_t into sys/types.h.
Get …
|
stdint.h
|
2.1 KB
|
5d4e90f0
|
18 years
|
jakub |
Header cleanup.
Move off_t, size_t and ssize_t into sys/types.h.
Get …
|
stdio.h
|
3.9 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
stdlib.h
|
1.9 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|
string.h
|
3.4 KB
|
ac47b7c2
|
16 years
|
martin |
define endianess externally to be able to exactly specify whether we …
|
syscall.h
|
2.2 KB
|
f2ef7fd
|
17 years
|
jakub |
Support for SYSENTER on ia32.
|
sysinfo.h
|
1.6 KB
|
00acd66
|
18 years
|
jakub |
New, better-structured, directory layout for uspace.
|
task.h
|
1.9 KB
|
adb49f58
|
16 years
|
jirik.svoboda |
Allow to determine whether a task returned value before terminatign.
|
thread.h
|
2.0 KB
|
a2c58f6
|
16 years
|
jakub |
thread_exit() needs to be noreturn as well
|
time.h
|
1.6 KB
|
813a703
|
18 years
|
jakub |
Support for time() function.
|
tls.h
|
2.2 KB
|
fa23560
|
18 years
|
jakub |
Unify implementations of TLS variant I and variant II alloc_tls() …
|
udebug.h
|
2.1 KB
|
9a1b20c
|
17 years
|
jirik.svoboda |
Merge syscall tracer (trace) and relevant part of udebug interface …
|
unistd.h
|
2.2 KB
|
db24058
|
16 years
|
martin |
small fixes and coding style changes related to the new memory allocator
|