source: mainline/uspace/lib/c/generic@ dc12262

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
vfs a6fc88a   8 years jakub Let vfs_link() and vfs_link_path() return the linked file handle Add …
rtld b19e892   8 years jakub Merge open() with posix_open() and provide vfs_lookup_open() instead …
private 58898d1d   8 years jakub Remove VFS_IN_SEEK from VFS
l18n f8d43aa   13 years jano.vesely Minor style changes.
io dc12262   8 years martin add standardized case fallthrough comment annotations, add actual …
inet a62ceaf   9 years jiri Need better interfaces for handling internet host and host:port …
elf ce04ea44   8 years jakub Rename read() to vfs_read() and write() to vfs_write()
device 1e94e09   11 years martin implement driver support for blink(1) USB LED devices add simple LED …
adt 838ea8aa   9 years jiri Ordered dictionary data type.
vol.c 6.3 KB 44fe800   10 years jiri Create file system when creating partition.
vbd.c 8.3 KB 372df8f   10 years jiri Let VBD handle unlabeled devices too. Now volsrv only cares about …
uuid.c 4.6 KB f57ccb5   10 years jiri Set partition type based on selected filesystem type.
udebug.c 4.3 KB c0699467   14 years martin do not provide general access to kernel headers from uspace, only …
tls.c 4.3 KB 58563585   9 years martin code review and cstyle cleanup (no change in functionality)
time.c 24.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
thread.c 4.7 KB 6aeca0d   9 years jakub Make as_area_create() accept phone to external pager
task.c 10.7 KB 9c4cf0d   8 years jakub Rename close() to vfs_put() This is motivated mainly by the fact that …
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 43.9 KB 1558d85   9 years jakub Remove duplicate includes
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   15 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 …
rcu.c 13.4 KB af2254ec   9 years jiri Fix build with lightweight futex locks enabled.
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   15 years martin rename library directories (the common "lib" prefix is already in the …
ns.c 3.2 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
mem.c 5.5 KB 44ecf89   12 years jiri Replace deprecated function bcmp() with memcmp().
malloc.c 27.1 KB 5b46ec8   8 years jakub realloc() should try harder to avoid relocating the buffer (Thanks to …
loc.c 19.5 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
loader.c 8.8 KB d96d9bc   8 years jakub Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
libc.c 3.3 KB d96d9bc   8 years jakub Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
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 f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
iplink_srv.c 8.1 KB c3b25985   11 years Agnieszka Tabaka Add support for actual MAC change in networking stack.
iplink.c 6.8 KB dc12262   8 years martin add standardized case fallthrough comment annotations, add actual …
ipc.c 15.0 KB c170438   9 years jakub Do not create a new fibril for each IRQ notification In the …
inetping.c 5.5 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
inetcfg.c 10.5 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
inet.c 6.0 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
imath.c 2.9 KB 9854a8f   10 years jiri Capacity simplification, for display.
ieee_double.c 3.8 KB 1cf26ab   9 years jakub Use static assert instead of regular ones
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.7 KB 6aeca0d   9 years jakub Make as_area_create() accept phone to external pager
event.c 3.2 KB 8820544   11 years martin support for kernel notification multiplexing in the async framework * …
errno.c 1.6 KB fde2982c   14 years martin use thread/fibril-safe errno
double_to_str.c 25.1 KB 1cf26ab   9 years jakub Use static assert instead of regular ones
dnsr.c 4.6 KB 58563585   9 years martin code review and cstyle cleanup (no change in functionality)
dlfcn.c 2.4 KB 153c7a29   9 years jiri Since dlopen() sets up runtime_env, we would no longer use the static …
dirent.c 2.9 KB d4067a7   8 years jakub Separate the dirent functions to dirent.c
dhcp.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
devman.c 17.2 KB be12474   10 years jiri Revisit a few uses of list_count, list_nth w.r.t. type used for object …
ddi.c 10.3 KB 8cd680c   11 years jakub Add pio_disable(). - Implement *iospace_disable*(). - Implement …
corecfg.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
config.c 2.2 KB 1a2befb   9 years jakub Abstract querying boot configuration into a library call
clipboard.c 4.8 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
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 f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
async.c 81.4 KB ae6021d   9 years jakub Associate each paged as_area with its memory object upon creation …
assert.c 2.3 KB 6fa9a99d   12 years sucha14 Rename klog to kio
as.c 4.0 KB ae6021d   9 years jakub Associate each paged as_area with its memory object upon creation …
arg_parse.c 5.1 KB d8e3467   15 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.