source: mainline/uspace/lib/c/generic

Name Size Rev Age Author Last Change
../
adt d76862d0   20 months zarevucky.jiri Move prodcons back to libc
async cb20b05   8 days jiri Fix missing argument when destroying async port.
crt f3f4149   6 years zarevucky.jiri Rename entry.[cS] files to match their export names
device 832cbe7   5 months jiri Add proper IDE PCI to ISA fallback mechanism. To determine if legacy …
elf 32254d6   5 months noreply init RTLD runtime at load time even for statically linked binaries …
io 690ad20   2 months zarevucky.jiri Convert kio buffer to bytes (part 1)
l18n 1433ecda   7 years jiri Fix cstyle: make ccheck-fix and commit only files where all the …
private 3951046   12 days jiri Async ports and interfaces do the castling. Now interfaces hang under …
rtld da54714   4 months noreply partially implement key-based pthread local storage (#245) * check …
stdio 28a5ebd   5 years martin Use char32_t instead of wchat_t to represent UTF-32 strings The …
thread 32254d6   5 months noreply init RTLD runtime at load time even for statically linked binaries …
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 30b56d9   2 years zarevucky.jiri Use the correct format specifier when printing task_id_t
capa.c 6.8 KB 5fc8244   4 years jiri Move device-related stuff out of libc to libdevice Unfortunately, we …
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 …
dbgcon.c 1.6 KB 69c376b5   13 months jiri Avoid invoking SYSCALL macro outside of libc.
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 …
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_*
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 32254d6   5 months noreply init RTLD runtime at load time even for statically linked binaries …
loader.c 9.4 KB 01900b6   5 years martin Use an optional output argument instead of errno to propagate the …
loc.c 19.1 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 …
ns.c 5.7 KB ca48672   8 days jiri loc_service_register() needs to take a port ID argument.
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.
rndgen.c 3.5 KB 0b1f01c   13 months 5887334+jxsvoboda Add option for 16-bit random number generation
setjmp.c 1.8 KB b4f1171   6 years zarevucky.jiri Rename setjmp/longjmp to context_save/context_restore Once …
shutdown.c 1.6 KB f35749e   4 months jiri System restart via shutdown -r
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 …
string.c 13.1 KB 89e3152   6 years zarevucky.jiri Fix strndup() PCUT showed one failure which occured while testing the …
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 8.3 KB 878736e   12 months jiri Fix ccheck.
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.