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

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 cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
elf 48fd597   8 years zarevucky.jiri Fix mixing of error returns in ELF loader.
inet cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
io cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
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 cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
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 d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
assert.c 2.6 KB e8d3c6f5   8 years zarevucky.jiri Align <assert.h> with standards, remove it from libposix, and do not …
async.c 79.8 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
bd.c 4.9 KB 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
bd_srv.c 6.4 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
cap.c 6.2 KB d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
clipboard.c 5.0 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
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 cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
devman.c 17.3 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
dhcp.c 2.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
dirent.c 2.9 KB f04b5b3   8 years zarevucky.jiri Fix error propagating in closedir().
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 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
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.3 KB d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
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 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
inetcfg.c 10.4 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
inetping.c 5.5 KB 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
ipc.c 10.9 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
iplink.c 6.7 KB 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
iplink_srv.c 8.0 KB 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
irc.c 3.5 KB 39026d7c   8 years jiri Replace fibril_usleep() with async_usleep().
irq.c 2.5 KB d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
libc.c 3.3 KB d96d9bc   8 years jakub Rename chdir() to vfs_cwd_set() and getcwd() to vfs_cwd_get()
loader.c 8.6 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
loc.c 19.7 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
malloc.c 27.0 KB e8d3c6f5   8 years zarevucky.jiri Align <assert.h> with standards, remove it from libposix, and do not …
mem.c 5.5 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
ns.c 4.2 KB 25a179e   8 years zarevucky.jiri IPC return values are always errno constants. Adjust types to reflect …
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 d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
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 d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
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 cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
str_error.c 3.0 KB 68a2fab2   8 years zarevucky.jiri Use defined macros instead of literal number in str_error.c array. …
sysinfo.c 6.5 KB d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
task.c 10.9 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
thread.c 5.2 KB d5c1051   8 years zarevucky.jiri "Obviously harmless" error handling tweaks.
time.c 24.1 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
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 cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
vbd.c 8.2 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
vol.c 7.1 KB cde999a   8 years zarevucky.jiri Fix comments to stop referring to error codes as negative.
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.