source: mainline/uspace/lib/c/generic@ 207e8880

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 205832b   13 years adam.hraska+hos Replaced 0 with NULL where appropriate (in rcu, cht, uspace hashtable, …
device 917797f   13 years m.lombardi85 Add support to the battery interface, not tested yet
elf faba839   13 years martin use symbolic values for address space constants
io 34b9299   13 years jakub printf() full floating point support. (Thanks to Adam Hraska.)
l18n 749f18c5   14 years vojtechhorky Add function for string representation of a locale
net 77ad86c   13 years martin cstyle (no change in functionality)
private d54b303   13 years adam.hraska+hos Initial version of nop futexes that are upgradable to proper futexes.
rtld bfdb5af1   14 years jiri Fix build with dynamic linking enabled. Eliminate surplus copy of …
vfs 6b8e5b74   14 years m.lombardi85 vfs_get_mtab(): service_id is more useful than flags and fs_handle
arg_parse.c 5.1 KB d8e3467   15 years martin rename arg_short_long() to arg_parse_short_long() and move it to libc
as.c 3.8 KB faba839   13 years martin use symbolic values for address space constants
assert.c 2.3 KB d8de5d3   14 years martin do not reinvent the wheel in assert_abort(), use the services of …
async.c 67.1 KB 927a181e   13 years adam.hraska+hos Turned futex_t in uspace into an opaque type.
bd.c 4.6 KB 4802dd7   13 years jiri Factor out client and server IPC stubs for block devices.
bd_srv.c 5.9 KB 135486d   13 years jiri Allow more than one client connection to block device.
cap.c 2.5 KB 6b10dab   15 years martin ABI split: pass 64-bit task ID as plain 64-bit argument to …
cfg.c 9.6 KB 47fecbb   14 years martin configuration file parser cherrypicked from …
clipboard.c 4.8 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
ddi.c 6.5 KB b5c2f56   13 years jano.vesely libc: Make pio_read_* accept const ioports.
devman.c 14.5 KB 3f57fb7   13 years jiri In devctl print driver name for child of each function (and not the …
dlfcn.c 2.7 KB c6f1eb05   13 years jiri Make dlfcn functions available even when dynamic linking is not …
double_to_str.c 25.1 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
errno.c 1.6 KB fde2982c   14 years martin use thread/fibril-safe errno
event.c 2.4 KB 9bf51e64   14 years jakub Uspace support for per-task events.
fibril.c 9.7 KB 6c1bb0d   13 years adam.hraska+hos Fixed new/dying fibril (de)registration with urcu; due to typo in macro.
fibril_synch.c 12.8 KB 45cbcaf4   13 years m.lombardi85 avoid deadlocks by replacing gettimeofday() with getuptime() in …
futex.c 2.0 KB 156b6406   13 years adam.hraska+hos Differentiated futexes when used with mutex semantics from those with …
getopt.c 12.4 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
ieee_double.c 3.8 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
inet.c 4.6 KB 77ad86c   13 years martin cstyle (no change in functionality)
inetcfg.c 8.8 KB 77ad86c   13 years martin cstyle (no change in functionality)
inetping.c 4.1 KB 77ad86c   13 years martin cstyle (no change in functionality)
ipc.c 15.6 KB 52d2603   13 years adam.hraska+hos Fix: added missing unlock of ipc futex when memory is scarce.
iplink.c 4.4 KB 77ad86c   13 years martin cstyle (no change in functionality)
iplink_srv.c 4.7 KB 4802dd7   13 years jiri Factor out client and server IPC stubs for block devices.
libc.c 3.1 KB d54b303   13 years adam.hraska+hos Initial version of nop futexes that are upgradable to proper futexes.
loader.c 8.7 KB 50b581d   13 years jakub Replace the async_wait_for(msg, NULL) pattern in the error paths with …
loc.c 20.0 KB a3fcfba   13 years jiri In loc print server name instead of handle.
malloc.c 26.4 KB af5dfa5b   13 years adam.hraska+hos Turned malloc's futex semaphore into a lock upgradable from a light …
mem.c 5.4 KB 61bfc370   14 years martin * make measured_string and other network-related data types …
mman.c 1.9 KB faba839   13 years martin use symbolic values for address space constants
ns.c 4.2 KB b1bd89ea   13 years martin get rid of net/modules.{c|h}
pcb.c 1.5 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
pio_trace.c 3.7 KB b5c2f56   13 years jano.vesely libc: Make pio_read_* accept const ioports.
power_of_ten.c 7.0 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
smc.c 1.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
smp_memory_barrier.c 1.6 KB 43b8c65   13 years adam.hraska+hos Added syscall smp_memory_barrier.
sort.c 6.0 KB c6c49de   15 years martin replace bubble sort with gnome sort improve quicksort readability use …
stack.c 1.7 KB 0aae87a6   13 years jakub Unify the default stack size used by userspace threads and fibrils. - …
stacktrace.c 2.4 KB d4d74dc   13 years vojtechhorky Less includes in library headers There is no need for errno.h to …
stats.c 7.8 KB d4d74dc   13 years vojtechhorky Less includes in library headers There is no need for errno.h to …
stdlib.c 1.7 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
str.c 40.8 KB 568693b   13 years sucha14 Add reverse variant of str_decode.
str_error.c 2.6 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
sysinfo.c 6.5 KB d4d74dc   13 years vojtechhorky Less includes in library headers There is no need for errno.h to …
task.c 7.3 KB 9f5cf68   13 years martin implement va_list variant of task_spawn()
thread.c 4.7 KB af5dfa5b   13 years adam.hraska+hos Turned malloc's futex semaphore into a lock upgradable from a light …
time.c 23.1 KB 664fc031   13 years m.lombardi85 rename the new time functions to the time_* naming scheme
tls.c 3.9 KB 0d57c3e   13 years jakub Check for allocation failures when allocating TLS.
udebug.c 4.3 KB c0699467   14 years martin do not provide general access to kernel headers from uspace, only …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.