source: mainline/uspace/lib/c/generic

Name Size Rev Age Author Last Change
../
vfs 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
thread 32254d6   5 months noreply init RTLD runtime at load time even for statically linked binaries …
stdio 28a5ebd   5 years martin Use char32_t instead of wchat_t to represent UTF-32 strings The …
rtld da54714   4 months noreply partially implement key-based pthread local storage (#245) * check …
private 3951046   12 days jiri Async ports and interfaces do the castling. Now interfaces hang under …
l18n 1433ecda   7 years jiri Fix cstyle: make ccheck-fix and commit only files where all the …
io 690ad20   2 months zarevucky.jiri Convert kio buffer to bytes (part 1)
elf 32254d6   5 months noreply init RTLD runtime at load time even for statically linked binaries …
device 832cbe7   5 months jiri Add proper IDE PCI to ISA fallback mechanism. To determine if legacy …
crt f3f4149   6 years zarevucky.jiri Rename entry.[cS] files to match their export names
async cb20b05   8 days jiri Fix missing argument when destroying async port.
adt d76862d0   20 months zarevucky.jiri Move prodcons back to libc
uuid.c 8.3 KB 878736e   12 months jiri Fix ccheck.
udebug.c 4.8 KB 0800b26   5 years jiri Do not leak exchanges in udebug client API
ubsan.c 6.8 KB a4cf312   6 years zarevucky.jiri Fix build with -fsanitize=undefined
tmpfile.c 3.8 KB 4e6a610   7 years jiri Temporary file functions rework. Fix libposix access() not working on …
time.c 25.0 KB 5fc8244   4 years jiri Move device-related stuff out of libc to libdevice Unfortunately, we …
task.c 13.4 KB 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
sysinfo.c 6.5 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
string.c 13.1 KB 89e3152   6 years zarevucky.jiri Fix strndup() PCUT showed one failure which occured while testing the …
stdlib.c 7.0 KB bd41ac52   7 years jakub Get rid of sys/time.h This commit moves the POSIX-like time …
stdio.c 4.0 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
stats.c 7.4 KB a6302ae   6 years martin add basic support for IPC statistics Dumping of phone connections is …
stacktrace.c 3.2 KB 6bb136b2   7 years jiri Limit userspace stack trace depth.
stack.c 1.7 KB 0aae87a6   13 years jakub Unify the default stack size used by userspace threads and fibrils. - …
smc.c 1.7 KB b7fd2a0   7 years zarevucky.jiri Use errno_t in all uspace and kernel code. Change type of every …
shutdown.c 1.6 KB f35749e   4 months jiri System restart via shutdown -r
setjmp.c 1.8 KB b4f1171   6 years zarevucky.jiri Rename setjmp/longjmp to context_save/context_restore Once …
rndgen.c 3.5 KB 0b1f01c   13 months 5887334+jxsvoboda Add option for 16-bit random number generation
power_of_ten.c 7.0 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
pio_trace.c 3.6 KB c3fa24e   6 years zarevucky.jiri Use LIST_INITIALIZER() macro
perm.c 2.6 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
pcb.c 1.5 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
ns.c 5.7 KB ca48672   8 days jiri loc_service_register() needs to take a port ID argument.
malloc.c 26.1 KB dd50aa19   10 months zarevucky.jiri Allocation function tweaks - Add reallocarray() from POSIX 2024 for …
loc.c 19.1 KB ca48672   8 days jiri loc_service_register() needs to take a port ID argument.
loader.c 9.4 KB 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
libc.c 4.5 KB 32254d6   5 months noreply init RTLD runtime at load time even for statically linked binaries …
irq.c 2.6 KB bb97118   6 years zarevucky.jiri Convert CAP_HANDLE_RAW and CAP_HANDLE_VALID into functions
ipc.c 7.9 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
inttypes.c 2.2 KB 9912f49   7 years jiri imaxabs, imaxdiv.
imath.c 2.9 KB 76ec309b   6 years zarevucky.jiri Correct ipow10_u64() for large exponents theoretically ipow10_u64() …
ieee_double.c 3.8 KB 0a520db   6 years zarevucky.jiri Change static_assert to its standard definition
getopt.c 12.2 KB d1582b50   5 years jiri Fix spacing in single-line comments using latest ccheck This found …
event.c 3.3 KB 1b20da0   7 years zarevucky.jiri style: Remove trailing whitespace on non-empty lines, in certain file …
errno.c 1.6 KB 9af1c61   8 years zarevucky.jiri Print errno values as string, rather than just numbers.
double_to_str.c 25.1 KB d1582b50   5 years jiri Fix spacing in single-line comments using latest ccheck This found …
dlfcn.c 2.6 KB a949f4a   6 years jiri Dynamic linking on IA-64 (WIP)
dirent.c 3.1 KB bebd154   6 years zarevucky.jiri Fix coastline gcc build Not really sure why, but during gcc build the …
ddi.c 10.7 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
dbgcon.c 1.6 KB 69c376b5   13 months jiri Avoid invoking SYSCALL macro outside of libc.
context.c 2.5 KB b4f1171   6 years zarevucky.jiri Rename setjmp/longjmp to context_save/context_restore Once …
config.c 2.2 KB 582a0b8   8 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
capa.c 6.8 KB 5fc8244   4 years jiri Move device-related stuff out of libc to libdevice Unfortunately, we …
assert.c 2.8 KB 30b56d9   2 years zarevucky.jiri Use the correct format specifier when printing task_id_t
as.c 4.5 KB c477c80   6 years jiri Fix some common misspellings
arg_parse.c 5.1 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.