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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
device 1e94e09   12 years martin implement driver support for blink(1) USB LED devices add simple LED …
elf 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
inet 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
io 456c086   9 years jakub fseek() shall take long and ftell() shall return long
l18n f8d43aa   13 years jano.vesely Minor style changes.
private 58898d1d   9 years jakub Remove VFS_IN_SEEK from VFS
rtld 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
vfs 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
arg_parse.c 5.1 KB d8e3467   16 years martin rename arg_short_long() to arg_parse_short_long() and move it to libc
as.c 4.0 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
assert.c 2.3 KB 6fa9a99d   12 years sucha14 Rename klog to kio
async.c 81.4 KB ae6021d   9 years jakub Associate each paged as_area with its memory object upon creation …
bd.c 4.9 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
bd_srv.c 6.4 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
clipboard.c 4.8 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
config.c 2.2 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
corecfg.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
ddi.c 10.3 KB 7ee7e6a   9 years jakub Further reduce the number of inclusions of sys/types.h
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 …
dhcp.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
dirent.c 2.9 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
dlfcn.c 2.4 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
dnsr.c 4.6 KB 58563585   9 years martin code review and cstyle cleanup (no change in functionality)
double_to_str.c 25.1 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
errno.c 1.6 KB fde2982c   15 years martin use thread/fibril-safe errno
event.c 3.2 KB 8820544   11 years martin support for kernel notification multiplexing in the async framework * …
fibril.c 8.7 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
fibril_synch.c 14.7 KB 2654afb   10 years jakub Remove support for the abandoned concept of fibril serialization. …
futex.c 2.0 KB 063a74b9   12 years jakub Futexes have the lock/unlock semantics and therefore need to use barriers.
getopt.c 12.3 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
gsort.c 3.6 KB f2460a50   9 years jiri qsort() compliant with C standard.
ieee_double.c 3.8 KB 1cf26ab   10 years jakub Use static assert instead of regular ones
imath.c 2.9 KB 9854a8f   10 years jiri Capacity simplification, for display.
inet.c 6.0 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 …
inetping.c 5.5 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
ipc.c 15.0 KB c170438   10 years jakub Do not create a new fibril for each IRQ notification In the …
iplink.c 6.8 KB dc12262   9 years martin add standardized case fallthrough comment annotations, add actual …
iplink_srv.c 8.1 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
irc.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
irq.c 2.5 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
libc.c 3.3 KB d96d9bc   9 years jakub Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
loader.c 8.8 KB d96d9bc   9 years jakub Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
loc.c 19.5 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
malloc.c 27.2 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
mem.c 5.5 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
ns.c 3.2 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
pcb.c 1.5 KB 63f8966   16 years martin rename library directories (the common "lib" prefix is already in the …
perm.c 2.6 KB 719a208   9 years jakub Rename SYS_CAP_GRANT/REVOKE to SYS_PERM_GRANT/REVOKE
pio_trace.c 3.6 KB feeac0d   12 years jiri Simplify use of list_foreach.
power_of_ten.c 7.0 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
qsort.c 4.7 KB f2460a50   9 years jiri qsort() compliant with C standard.
rcu.c 13.4 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
setjmp.c 2.1 KB 91e22dc   12 years vojtechhorky setjmp() shall be a macro according to C standard As a matter of …
smc.c 1.7 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
smp_memory_barrier.c 1.6 KB 43b8c65   13 years adam.hraska+hos Added syscall smp_memory_barrier.
stack.c 1.7 KB 0aae87a6   13 years jakub Unify the default stack size used by userspace threads and fibrils. - …
stacktrace.c 2.7 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
stats.c 7.5 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
stdio.c 2.0 KB b942a66   9 years jiri C library should continue to provide C standard rename() and remove().
stdlib.c 1.7 KB ff98ce8   13 years jakub Make sure random() is seeded with a value that will not cause it to …
str.c 44.3 KB b06414f   9 years jakub Use proper sizes for buffers holding conversions from/to UTF-16 LFN's …
str_error.c 2.7 KB b14d9f9   9 years jiri Mount should be able to print the list of available file system types.
sysinfo.c 6.5 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
task.c 10.7 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
thread.c 5.2 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
time.c 24.2 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
tls.c 4.3 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
udebug.c 4.3 KB 8d2dd7f2   9 years jakub Reduce the number of files that include <sys/types.h>
uuid.c 4.6 KB 582a0b8   9 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
vbd.c 8.3 KB 372df8f   10 years jiri Let VBD handle unlabeled devices too. Now volsrv only cares about …
vol.c 6.3 KB 44fe800   10 years jiri Create file system when creating partition.
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.