source: mainline/uspace/lib/c/generic@ 1be7bee

Name Size Rev Age Author Last Change
../
vfs fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
thread d8cb48d   6 years zarevucky.jiri Remove FIBRIL_DFLT_STK_SIZE macro
stdio 58e7b26   7 years jiri.zarevucky Make uspace hosted.
rtld a0e2f9c   6 years jakub Correcting return handling of rtld/module_load() Because of the …
private 1be7bee   6 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
l18n 1433ecda   7 years jiri Fix cstyle: make ccheck-fix and commit only files where all the …
io fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
inet fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
elf bdca26a   6 years jakub Removing printf when failing from lib/rtld If rtld failed a message …
device 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
crt f3f4149   6 years zarevucky.jiri Rename entry.[cS] files to match their export names
async 1be7bee   6 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
adt c2d50c8   6 years matthieu.riolo dyn_array: Add concat and clear_range operations
vol.c 13.4 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
vbd.c 8.4 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
uuid.c 5.3 KB a4ee8b3f   6 years zarevucky.jiri Make sure rndgen_destroy() always gets called The original …
udebug.c 4.4 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
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 0a520db   6 years zarevucky.jiri Change static_assert to its standard definition
taskman.c 2.7 KB fe86d9d   6 years matthieu.riolo taskman: .bzrignore + forgotten printf Conflicts: .bzrignore
task.c 11.6 KB 1be7bee   6 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
sysinfo.c 6.5 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
strtol.c 12.8 KB 1c9bf292   6 years zarevucky.jiri Reunite uspace string-to-int conversion functions
string.c 13.1 KB 89e3152   6 years zarevucky.jiri Fix strndup() PCUT showed one failure which occured while testing the …
str_error.c 3.0 KB 7c3fb9b   7 years jiri Fix block comment formatting (ccheck).
str.c 36.9 KB 1c9bf292   6 years zarevucky.jiri Reunite uspace string-to-int conversion functions
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 6.8 KB 38d8849   7 years jiri.zarevucky Privatize <thread.h>.
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 …
setjmp.c 1.8 KB b4f1171   6 years zarevucky.jiri Rename setjmp/longjmp to context_save/context_restore Once …
rndgen.c 3.1 KB bd41ac52   7 years jakub Get rid of sys/time.h This commit moves the POSIX-like time …
qsort.c 4.7 KB f2460a50   8 years jiri qsort() compliant with C standard.
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 …
pci.c 5.5 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
pcb.c 1.5 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
ns.c 4.7 KB 0a8f070   6 years matthieu.riolo Create taskman server (extracts task-related operations from naming …
mem.c 6.0 KB 472fe7a   6 years jiri Fix ccheck
malloc.c 25.7 KB 25f6bddb   7 years jakub Deallocate waitq's used by the loader
loc.c 19.9 KB 63a3276   6 years matthieu.riolo sysman: Instrumented locsrv for autostart - also refactored unit name …
loader.c 8.7 KB 0a8f070   6 years matthieu.riolo Create taskman server (extracts task-related operations from naming …
libc.c 4.7 KB 1be7bee   6 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
irq.c 2.6 KB bb97118   6 years zarevucky.jiri Convert CAP_HANDLE_RAW and CAP_HANDLE_VALID into functions
irc.c 3.5 KB fec7ba0   6 years zarevucky.jiri Avoid including <fibril.h> from <async.h>
iplink_srv.c 7.7 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
iplink.c 6.6 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.
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.
inetping.c 5.4 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
inetcfg.c 10.5 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
inet.c 5.9 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
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
gsort.c 3.6 KB bae2a05f   6 years zarevucky.jiri Update file description for gsort.c This commit removes the old file …
getopt.c 12.2 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
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 0a520db   6 years zarevucky.jiri Change static_assert to its standard definition
dnsr.c 4.6 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
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 …
dhcp.c 2.6 KB b7fd2a0   7 years zarevucky.jiri Use errno_t in all uspace and kernel code. Change type of every …
devman.c 17.4 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
ddi.c 10.7 KB 09ab0a9a   7 years jiri Fix vertical spacing with new Ccheck revision.
ctype.c 2.5 KB 42e91ae   6 years zarevucky.jiri Replace kernel's copy of str_uint64_t with a piece of strtol.c
corecfg.c 2.6 KB b7fd2a0   7 years zarevucky.jiri Use errno_t in all uspace and kernel code. Change type of every …
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 …
clipboard.c 5.0 KB a35b458   7 years zarevucky.jiri style: Remove trailing whitespace on _all_ lines, including empty …
cap.c 6.2 KB 1433ecda   7 years jiri Fix cstyle: make ccheck-fix and commit only files where all the …
bsearch.c 2.3 KB 75c430e3   7 years jiri Bsearch, getenv, system need to go to libc. (although we might …
bd_srv.c 6.1 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
bd.c 4.9 KB fafb8e5   6 years zarevucky.jiri Mechanically lowercase IPC_SET_*/IPC_GET_*
assert.c 2.8 KB 498ced1   7 years jiri.zarevucky Unify reference counting and remove some unnecessary instances of …
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.