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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 6b82009   14 years martin networking stack: convert to the new async framework
device 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
elf e16e2ba4   14 years jiri Eliminate userspace copy of elf.h (ELF format definitions).
io 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
ipc cc574511   14 years jiri Basic category support in location service. Devman adds device …
l18n 749f18c5   14 years vojtechhorky Add function for string representation of a locale
loader 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
net 6b82009   14 years martin networking stack: convert to the new async framework
rtld bfdb5af1   14 years jiri Fix build with dynamic linking enabled. Eliminate surplus copy of …
sys 15f3c3f   14 years jiri Rename devmap to loc, devfs to locfs.
vfs 15f3c3f   14 years jiri Rename devmap to loc, devfs to locfs.
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 2.2 KB f414851   14 years martin cstyle
assert.h 2.1 KB d8de5d3   14 years martin do not reinvent the wheel in assert_abort(), use the services of …
async.h 18.6 KB 3815efb   14 years martin cstyle
async_obsolete.h 14.1 KB 6a0ff7f4   14 years jiri async_obsolete_serialize_xxx() is not used anymore.
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.7 KB 64e6945d   14 years jiri Factor out bit operations from usbmast to bitops.h.
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.6 KB 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
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.9 KB 64d2b10   14 years martin libc: do not intermix low-level IPC methods with async framework methods
devman.h 2.5 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
dirent.h 1.8 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
dlfcn.h 1.7 KB ebf5ced6   56 years (none)
entry_point.h 1.6 KB bae7bdc   14 years jiri Move functions for jumping to the entry point from loader to the C …
err.h 1.7 KB 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
errno.h 3.0 KB 36082362   14 years vojtechhorky Add ENAK negative acknowledgement error code
event.h 1.7 KB f9061b4   14 years martin add kernel event notification masking (currently used only for …
fcntl.h 1.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
fibril.h 3.0 KB 8f466fc   14 years martin cstyle (no change in functionality)
fibril_synch.h 3.9 KB b72efe8   14 years jiri Separate list_t typedef from link_t (user-space part). * list_t …
fourcc.h 1.7 KB d408ea0   14 years martin towards stable ABI: define system-wide singleton service numbers using …
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.3 KB e26a4633   14 years martin introduce private libc.h header containing items which should not be …
loc.h 2.8 KB cc574511   14 years jiri Basic category support in location service. Devman adds device …
macros.h 2.0 KB 933cadf   14 years martin use binary suffixes in printouts where appropriate
malloc.h 1.9 KB 1b3e854   14 years martin add library function for explicit heap structure consistency check use …
mem.h 1.8 KB 61bfc370   14 years martin * make measured_string and other network-related data types …
ns.h 1.9 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
ns_obsolete.h 1.7 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
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 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
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.3 KB 062fde4   15 years martin use portable constant defines for integer ranges
stdio.h 4.1 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
stdlib.h 1.8 KB 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
str.h 4.1 KB dcb74c0a   14 years jiri Add function to str.c to convert space-padded ASCII to standard 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 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
sysinfo.h 1.9 KB 80bfb601   15 years martin improve sysinfo and stats documentation (no change in functionality)
task.h 2.2 KB ae45201   14 years sucha14 Allow redirecting output of tasks to file in bdsh
thread.h 1.9 KB 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
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 47b7006   14 years martin improve run-time termination * get rid of exit() * get rid of …
trace.h 1.6 KB 7a0359b   15 years martin improve kernel function tracing - add support for more generic kernel …
typedefs.h 1.7 KB e16e2ba4   14 years jiri Eliminate userspace copy of elf.h (ELF format definitions).
udebug.h 2.4 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
unistd.h 2.4 KB 8fd04ba9   14 years jiri read_all() and write_all().
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.