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

ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 36795edf   4 years martin Improve lists and other data structures Provide more …
async ccbd2e1   5 years jiri Assert ipc_hangup succeeded. Do not hang up twice.
crt f3f4149   6 years zarevucky.jiri Rename entry.[cS] files to match their export names
device 5fc8244   4 years jiri Move device-related stuff out of libc to libdevice Unfortunately, we …
elf bdca26a   6 years jakub Removing printf when failing from lib/rtld If rtld failed a message …
io 60ebe63   3 years jiri Store positioning device ID in position events
l18n 1433ecda   7 years jiri Fix cstyle: make ccheck-fix and commit only files where all the …
private bc56f30   6 years zarevucky.jiri Make some libc and libposix headers usable in C++ These headers …
rtld b83c5e4   2 years zarevucky.jiri Make sure we don't call memcpy() with NULL pointer The standard …
stdio 28a5ebd   5 years martin Use char32_t instead of wchat_t to represent UTF-32 strings The …
thread ffccdff0   5 years martin Unify alignment handling Use the C11 alignof() operator. Make sure …
vfs 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
arg_parse.c 5.1 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
as.c 4.5 KB c477c80   6 years jiri Fix some common misspellings
assert.c 2.8 KB 498ced1   7 years jiri.zarevucky Unify reference counting and remove some unnecessary instances of …
bsearch.c 2.3 KB 75c430e3   7 years jiri Bsearch, getenv, system need to go to libc. (although we might …
capa.c 6.8 KB 5fc8244   4 years jiri Move device-related stuff out of libc to libdevice Unfortunately, we …
clipboard.c 5.0 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
config.c 2.2 KB 582a0b8   8 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
context.c 2.5 KB b4f1171   6 years zarevucky.jiri Rename setjmp/longjmp to context_save/context_restore Once …
corecfg.c 2.6 KB b7fd2a0   7 years zarevucky.jiri Use errno_t in all uspace and kernel code. Change type of every …
ctype.c 2.5 KB 42e91ae   6 years zarevucky.jiri Replace kernel's copy of str_uint64_t with a piece of strtol.c
ddi.c 10.7 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
dirent.c 3.1 KB bebd154   6 years zarevucky.jiri Fix coastline gcc build Not really sure why, but during gcc build the …
dlfcn.c 2.6 KB a949f4a   6 years jiri Dynamic linking on IA-64 (WIP)
double_to_str.c 25.1 KB d1582b50   5 years jiri Fix spacing in single-line comments using latest ccheck This found …
errno.c 1.6 KB 9af1c61   8 years zarevucky.jiri Print errno values as string, rather than just numbers.
event.c 3.3 KB 1b20da0   7 years zarevucky.jiri style: Remove trailing whitespace on non-empty lines, in certain file …
getopt.c 12.2 KB d1582b50   5 years jiri Fix spacing in single-line comments using latest ccheck This found …
gsort.c 3.6 KB bae2a05f   6 years zarevucky.jiri Update file description for gsort.c This commit removes the old file …
ieee_double.c 3.8 KB 0a520db   6 years zarevucky.jiri Change static_assert to its standard definition
imath.c 2.9 KB 76ec309b   6 years zarevucky.jiri Correct ipow10_u64() for large exponents theoretically ipow10_u64() …
inttypes.c 2.2 KB 9912f49   7 years jiri imaxabs, imaxdiv.
ipc.c 7.9 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
ipc_test.c 5.3 KB 3b3fcf36   7 years jiri IPC share-in test using text and data segment.
irq.c 2.6 KB bb97118   6 years zarevucky.jiri Convert CAP_HANDLE_RAW and CAP_HANDLE_VALID into functions
libc.c 4.5 KB 25f6bddb   7 years jakub Deallocate waitq's used by the loader
loader.c 9.4 KB 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
loc.c 20.0 KB 2a09dcb   5 years zarevucky.jiri Avoid memory leak in loc_get_ids_internal function on realloc fails
malloc.c 26.0 KB ffccdff0   5 years martin Unify alignment handling Use the C11 alignof() operator. Make sure …
mem.c 6.0 KB 472fe7a   6 years jiri Fix ccheck
ns.c 5.6 KB 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
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 a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
pio_trace.c 3.6 KB c3fa24e   6 years zarevucky.jiri Use LIST_INITIALIZER() macro
power_of_ten.c 7.0 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
qsort.c 4.7 KB f2460a50   8 years jiri qsort() compliant with C standard.
rndgen.c 3.1 KB bd41ac52   7 years jakub Get rid of sys/time.h This commit moves the POSIX-like time …
setjmp.c 1.8 KB b4f1171   6 years zarevucky.jiri Rename setjmp/longjmp to context_save/context_restore Once …
smc.c 1.7 KB b7fd2a0   7 years zarevucky.jiri Use errno_t in all uspace and kernel code. Change type of every …
stack.c 1.7 KB 0aae87a6   13 years jakub Unify the default stack size used by userspace threads and fibrils. - …
stacktrace.c 3.2 KB 6bb136b2   7 years jiri Limit userspace stack trace depth.
stats.c 7.4 KB a6302ae   6 years martin add basic support for IPC statistics Dumping of phone connections is …
stdio.c 4.0 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
stdlib.c 7.0 KB bd41ac52   7 years jakub Get rid of sys/time.h This commit moves the POSIX-like time …
str.c 37.2 KB 28a5ebd   5 years martin Use char32_t instead of wchat_t to represent UTF-32 strings The …
str_error.c 3.0 KB 04b7f2f   5 years martin add space after the bracket for a more aesthetically pleasing output
string.c 13.1 KB 89e3152   6 years zarevucky.jiri Fix strndup() PCUT showed one failure which occured while testing the …
strtol.c 12.8 KB 1c9bf292   6 years zarevucky.jiri Reunite uspace string-to-int conversion functions
sysinfo.c 6.5 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
task.c 13.4 KB 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
time.c 25.0 KB 5fc8244   4 years jiri Move device-related stuff out of libc to libdevice Unfortunately, we …
tmpfile.c 3.8 KB 4e6a610   7 years jiri Temporary file functions rework. Fix libposix access() not working on …
ubsan.c 6.8 KB a4cf312   6 years zarevucky.jiri Fix build with -fsanitize=undefined
udebug.c 4.8 KB 0800b26   5 years jiri Do not leak exchanges in udebug client API
uuid.c 5.3 KB 11e4856   5 years zarevucky.jiri Fix memory leak in uuid_format function
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.