source: mainline/uspace/lib/c/include@ c5b59ce

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
io 369a5f8   15 years martin add STYLE_SELECTED and STYLE_INVERTED into serial output driver move …
ipc 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
loader 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
sys 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
vfs eaf22d4   15 years jiri Fix typo.
align.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
arg_parse.h 1.9 KB d8e3467   15 years martin rename arg_short_long() to arg_parse_short_long() and move it to libc
as.h 1.9 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
assert.h 2.1 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
async.h 16.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
async_priv.h 2.5 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
async_rel.h 1.7 KB ddd7118   15 years jakub Add simple support for IPC relations to improve support for concurrent …
atomic.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
atomicdflt.h 2.1 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
bitops.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
bool.h 1.6 KB 5c45ca8   15 years martin declare user space "bool" type as "uint8_t" (to be compliant with the …
byteorder.h 3.4 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
cap.h 1.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
clipboard.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
ctype.h 2.3 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
ddi.h 1.8 KB 2fa10f6   15 years jakub Remove syscall for controlling preemption.
devmap.h 2.4 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
dirent.h 1.8 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
err.h 2.8 KB c5b59ce   15 years jakub Integrate net_err.h into the standard library's err.h.
errno.h 2.8 KB e98b1d5   15 years jakub Include socket and networking error codes in the standard library's …
event.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
fcntl.h 1.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
fibril.h 2.9 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
fibril_synch.h 3.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
futex.h 1.8 KB 596d65c   15 years martin coding style change (no change in functionality)
getopt.h 2.5 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
inttypes.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
libc.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
macros.h 2.1 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
malloc.h 1.9 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
mem.h 1.8 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
rwlock.h 2.1 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
setjmp.h 1.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
smc.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
sort.h 1.8 KB c6c49de   15 years martin replace bubble sort with gnome sort improve quicksort readability use …
stacktrace.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
stats.h 2.2 KB 8eec3c8   15 years martin merge basic exception accounting (this is the last piece missing from …
stdarg.h 1.8 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
stddef.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
stdint.h 2.2 KB 9539be6   15 years martin autotool now also detects values of UINT_MAX and friends
stdio.h 4.4 KB 3629481   15 years martin implement fileno()
stdlib.h 1.9 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
str.h 3.6 KB e535eeb   15 years martin rename order() to order_suffix(), make it a generic libc string …
str_error.h 1.6 KB 2721a75   15 years martin ping overhaul: * coding style * shorter and better readable main() …
syscall.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
sysinfo.h 1.9 KB 80bfb601   15 years martin improve sysinfo and stats documentation (no change in functionality)
task.h 1.9 KB d9fae235   15 years martin sysinfo overhaul - cleanup (nicer data structures, use of SLAB …
thread.h 2.0 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
time.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
tls.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
trace.h 1.6 KB 7a0359b   15 years martin improve kernel function tracing - add support for more generic kernel …
udebug.h 2.4 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
unistd.h 2.3 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.