source: mainline/uspace/lib/c/generic@ 0dd16778

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
vfs 2133e02   10 years martin canonically reserve the first argument of IPC_M_CONNECT_ME_TO for …
rtld 4b63316   12 years jakub Fix build when dynamic linking is enabled.
private 6fa9a99d   12 years sucha14 Rename klog to kio
l18n 749f18c5   15 years vojtechhorky Add function for string representation of a locale
io 2133e02   10 years martin canonically reserve the first argument of IPC_M_CONNECT_ME_TO for …
inet 78bb04b   10 years martin introduce ports for callback connections
elf faba839   13 years martin use symbolic values for address space constants
device 1e94e09   11 years martin implement driver support for blink(1) USB LED devices add simple LED …
adt fab2746   11 years jiri New transport layer API. Only UDP implemented.
udebug.c 4.3 KB c0699467   14 years martin do not provide general access to kernel headers from uspace, only …
tls.c 3.9 KB 31399f3   13 years jiri alloc_tls, maketls and free_tls are not …
time.c 24.6 KB 7f9d97f3   11 years jakub Make gettimeofday() return the actual microseconds. Enhance …
thread.c 4.7 KB 4d11204   10 years jakub Protect accesses to fibril_list by fibril_futex.
task.c 10.4 KB 1c635d6   11 years sucha14 Do not hold a task's return value after it has disconnected. Holding …
sysinfo.c 6.5 KB 3e6a98c5   13 years jiri Standards-compliant boolean type.
str_error.c 2.6 KB 79ae36dd   14 years martin new async framework with integrated exchange tracking * strict …
str.c 41.5 KB ee3f6f6   11 years jakub Removal of strtok() and strtok_r() in favour of str_tok().
stdlib.c 1.7 KB ff98ce8   13 years jakub Make sure random() is seeded with a value that will not cause it to …
stats.c 7.5 KB 1ab8539   11 years martin remove system.uptime sysinfo entry since it is redundant cleanup the …
stacktrace.c 2.7 KB c1b979a   11 years jiri Taskdump printing of fibril stacktraces.
stack.c 1.7 KB 0aae87a6   13 years jakub Unify the default stack size used by userspace threads and fibrils. - …
sort.c 6.0 KB c6c49de   15 years martin replace bubble sort with gnome sort improve quicksort readability use …
smp_memory_barrier.c 1.6 KB 43b8c65   13 years adam.hraska+hos Added syscall smp_memory_barrier.
smc.c 1.7 KB 63f8966   16 years martin rename library directories (the common "lib" prefix is already in the …
setjmp.c 2.1 KB 91e22dc   12 years vojtechhorky setjmp() shall be a macro according to C standard As a matter of …
power_of_ten.c 7.0 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
pio_trace.c 3.6 KB feeac0d   12 years jiri Simplify use of list_foreach.
pcb.c 1.5 KB 63f8966   16 years martin rename library directories (the common "lib" prefix is already in the …
ns.c 6.4 KB 0dd16778   10 years martin start migrating devman to interfaces
mem.c 5.5 KB 44ecf89   12 years jiri Replace deprecated function bcmp() with memcmp().
malloc.c 26.4 KB 21799398   11 years jakub Fix typos.
loc.c 20.4 KB 0dd16778   10 years martin start migrating devman to interfaces
loader.c 8.7 KB 566992e1   10 years martin extremely rudimentary support for interfaces and ports (does not do …
libc.c 3.2 KB 4d11204   10 years jakub Protect accesses to fibril_list by fibril_futex.
irq.c 2.5 KB 7edfde9   10 years martin fix the device driver regressions in a generic way therefore the …
irc.c 2.6 KB 2133e02   10 years martin canonically reserve the first argument of IPC_M_CONNECT_ME_TO for …
iplink_srv.c 8.1 KB c3b25985   11 years Agnieszka Tabaka Add support for actual MAC change in networking stack.
iplink.c 6.7 KB 8d48c7e   10 years jiri Find the association to deliver the datagram using amap.
ipc.c 15.6 KB 52d2603   13 years adam.hraska+hos Fix: added missing unlock of ipc futex when memory is scarce.
inetping.c 5.5 KB 9749e47   12 years jiri ping6 - resistance is futile.
inetcfg.c 10.5 KB 7af0cc5   12 years jiri Move IP link discovery to a separate network configuration server.
inet.c 6.0 KB 8d48c7e   10 years jiri Find the association to deliver the datagram using amap.
ieee_double.c 3.8 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
getopt.c 12.2 KB 193d280c   10 years martin cstyle improvements replace traditional K&R-style function …
futex.c 2.0 KB 063a74b9   12 years jakub Futexes have the lock/unlock semantics and therefore need to use barriers.
fibril_synch.c 14.7 KB 2654afb   10 years jakub Remove support for the abandoned concept of fibril serialization. …
fibril.c 8.5 KB 2654afb   10 years jakub Remove support for the abandoned concept of fibril serialization. …
event.c 3.2 KB 8820544   11 years martin support for kernel notification multiplexing in the async framework * …
errno.c 1.6 KB fde2982c   15 years martin use thread/fibril-safe errno
double_to_str.c 25.1 KB 3e6a98c5   13 years jiri Standards-compliant boolean type.
dnsr.c 4.5 KB e948fde   12 years jiri dnsr_name2host should use ip_ver_t instead of AF.
dlfcn.c 2.7 KB c6f1eb05   13 years jiri Make dlfcn functions available even when dynamic linking is not …
dhcp.c 2.6 KB 053fc2b   11 years kolarik Locking, correctly disconnecting device, sending DHCP address discover …
devman.c 17.3 KB 2133e02   10 years martin canonically reserve the first argument of IPC_M_CONNECT_ME_TO for …
ddi.c 10.3 KB 8cd680c   11 years jakub Add pio_disable(). - Implement *iospace_disable*(). - Implement …
corecfg.c 2.6 KB 92c1680   12 years jiri Run-time core dump enable/disable.
clipboard.c 4.8 KB 2133e02   10 years martin canonically reserve the first argument of IPC_M_CONNECT_ME_TO for …
cfg.c 9.4 KB feeac0d   12 years jiri Simplify use of list_foreach.
cap.c 2.5 KB 6b10dab   15 years martin ABI split: pass 64-bit task ID as plain 64-bit argument to …
bd_srv.c 6.4 KB ccfe9c3   11 years vojtechhorky Add missing free() in error path (Coccinelle) The problem was found …
bd.c 4.8 KB dd8b6a8   11 years jiri Add synchronize cache operation to block layer and usbmast.
async.c 82.0 KB 0dd16778   10 years martin start migrating devman to interfaces
assert.c 2.3 KB 6fa9a99d   12 years sucha14 Rename klog to kio
as.c 3.8 KB faba839   13 years martin use symbolic values for address space constants
arg_parse.c 5.1 KB d8e3467   16 years martin rename arg_short_long() to arg_parse_short_long() and move it to libc
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.