source: mainline/uspace/lib/c/generic@ 569a51a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
device c19a5a59   8 years zarevucky.jiri Return value from hw_res_dma_channel_remain separately from error code.
elf f77c1c9   8 years zarevucky.jiri Return VFS handles separately from error codes.
inet 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
io 9246016   8 years zarevucky.jiri In SYS_KLOG, pass number of bytes read separately from error code.
l18n f8d43aa   13 years jano.vesely Minor style changes.
private 58898d1d   8 years jakub Remove VFS_IN_SEEK from VFS
rtld 33f86a3   8 years zarevucky.jiri Add PRI*PTR macros and correct a few printfs.
vfs f77c1c9   8 years zarevucky.jiri Return VFS handles separately from error codes.
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 4.0 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
assert.c 2.3 KB 6fa9a99d   11 years sucha14 Rename klog to kio
async.c 80.0 KB 569a51a   8 years zarevucky.jiri Return phone handle in SYS_IPC_CONNECT_KBOX separately from error code.
bd.c 4.9 KB b2f542a   8 years jiri Fix BD file comments.
bd_srv.c 6.4 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
cap.c 6.1 KB 05b59393   8 years zarevucky.jiri Fix a couple of benign clang warnings. No change in semantics.
clipboard.c 5.0 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
config.c 2.2 KB 582a0b8   8 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.4 KB aa537a5a   8 years jakub Add 64-bit PIO functions
devman.c 17.5 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
dhcp.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
dirent.c 2.9 KB f77c1c9   8 years zarevucky.jiri Return VFS handles separately from error codes.
dlfcn.c 2.4 KB 582a0b8   8 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 16bfcd3   8 years zarevucky.jiri Fix up headers.
errno.c 1.6 KB 9af1c61   8 years zarevucky.jiri Print errno values as string, rather than just numbers.
event.c 3.2 KB 8820544   11 years martin support for kernel notification multiplexing in the async framework * …
fibril.c 8.7 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
fibril_synch.c 14.7 KB 39026d7c   8 years jiri Replace fibril_usleep() with async_usleep().
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 f538ef3   8 years jiri No need to have a (broken) BSD errx() function in libc.
gsort.c 3.6 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
ieee_double.c 3.8 KB 1cf26ab   9 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 11.0 KB 569a51a   8 years zarevucky.jiri Return phone handle in SYS_IPC_CONNECT_KBOX separately from error code.
iplink.c 6.8 KB dc12262   8 years martin add standardized case fallthrough comment annotations, add actual …
iplink_srv.c 8.1 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
irc.c 3.5 KB 39026d7c   8 years jiri Replace fibril_usleep() with async_usleep().
irq.c 2.5 KB 9233e9d   8 years zarevucky.jiri Return capability handle in SYS_IPC_IRQ_SUBSCRIBE separately from …
libc.c 3.3 KB d96d9bc   8 years jakub Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
loader.c 8.7 KB f77c1c9   8 years zarevucky.jiri Return VFS handles separately from error codes.
loc.c 19.8 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
malloc.c 27.2 KB 582a0b8   8 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
mem.c 5.5 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
ns.c 4.2 KB 7b616e2   8 years jiri Name service should communicate using async.h.
pcb.c 1.5 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
perm.c 2.6 KB cf13b17   8 years zarevucky.jiri Rename <sys/types.h> to <types/common.h>
pio_trace.c 3.6 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
power_of_ten.c 7.0 KB 82d062d8   13 years jakub Add a missing copyright message and cstyle.
qsort.c 4.7 KB f2460a50   8 years jiri qsort() compliant with C standard.
rcu.c 13.4 KB 582a0b8   8 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   8 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   8 years jakub Reduce the number of files that include <sys/types.h>
stats.c 7.5 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
stdio.c 2.0 KB b942a66   8 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.6 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
str_error.c 3.5 KB 9af1c61   8 years zarevucky.jiri Print errno values as string, rather than just numbers.
sysinfo.c 6.5 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
task.c 10.9 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
thread.c 5.2 KB 582a0b8   8 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
time.c 24.1 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
tls.c 4.3 KB 38d150e   8 years jiri Prefer to get memory allocation functions through the standard stdlib …
udebug.c 4.3 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
uuid.c 4.6 KB 582a0b8   8 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 7.1 KB 9c2c7d2   8 years jiri Fdisk should be able to set volume label for newly created partitions.
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.