source: mainline/uspace/lib/c/include@ fe8961d

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 30eab78   8 years jiri Remove remaining differences between kernel and user lists.
compiler 11904316   13 years adam.hraska+hos Added compiler_barrier() to uspace.
device 1e94e09   11 years martin implement driver support for blink(1) USB LED devices add simple LED …
elf 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
ieee80211 8a64320e   10 years martin pre-merge coding style cleanup and code review
inet 58e8646   8 years jiri Fix DNS resolution not working due to missing local address.
io 5e962ad   8 years jiri Add a module to format command output as a table.
ipc 7b616e2   8 years jiri Name service should communicate using async.h.
l18n f8d43aa   13 years jano.vesely Minor style changes.
loader 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
nic 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
rtld 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
sys 7354b5e   8 years jakub Remove sys/typefmt.h
types fe8961d   8 years jiri There is a good reason why there should be no default branch.
vfs 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
align.h 2.2 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
arg_parse.h 1.9 KB d8e3467   15 years martin rename arg_short_long() to arg_parse_short_long() and move it to libc
as.h 2.2 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
assert.h 2.1 KB 1cf26ab   9 years jakub Use static assert instead of regular ones
async.h 19.9 KB 4d6629f   8 years jakub Remove unused connection cloning
atomic.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
atomicdflt.h 2.1 KB 78188e5   8 years jiri stdbool.h should not include libarch/types.h
bd.h 2.0 KB 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
bd_srv.h 2.4 KB 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
bitops.h 2.7 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
byteorder.h 3.6 KB 47b7006   15 years martin improve run-time termination * get rid of exit() * get rid of …
cap.h 3.0 KB 120d5bc   8 years jiri Let df give 'human-readable' output by default. Use cap.h for better …
cc.h 1.7 KB 797d4d19   12 years vojtechhorky Clang does not know attribute(optimize)
clipboard.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
config.h 1.7 KB 1a2befb   9 years jakub Abstract querying boot configuration into a library call
corecfg.h 1.7 KB 88942938   8 years jakub Fix header guard
ctype.h 2.3 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
ddi.h 4.5 KB 7ee7e6a   8 years jakub Further reduce the number of inclusions of sys/types.h
devman.h 3.6 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
dirent.h 1.8 KB 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
dlfcn.h 1.7 KB ca22536   56 years (none)
double_to_str.h 2.2 KB 582a0b8   8 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
entry_point.h 1.7 KB 31a30fa   8 years martin declare routines as noreturn
errno.h 2.3 KB b14d9f9   8 years jiri Mount should be able to print the list of available file system types.
fibril.h 3.3 KB 78188e5   8 years jiri stdbool.h should not include libarch/types.h
fibril_synch.h 5.4 KB 9a99aa5   8 years jiri Fibrils need sleep, too.
fourcc.h 1.6 KB e299dbe   8 years jakub Move fourcc_t to fourcc.h
futex.h 3.7 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
getopt.h 2.5 KB 582a0b8   8 years jakub Remove unistd.h - Rename usleep() and sleep() to thread_usleep() and …
gsort.h 1.7 KB f2460a50   8 years jiri qsort() compliant with C standard.
ieee_double.h 2.5 KB 3e6a98c5   13 years jiri Standards-compliant boolean type.
imath.h 1.7 KB 9854a8f   10 years jiri Capacity simplification, for display.
inttypes.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
irc.h 1.6 KB e5424e9   11 years jiri Defer connecting IRC service until actually needed. This allows the …
libc.h 2.2 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
limits.h 1.6 KB c7a67c4   8 years jiri libc should provide limits.h from the C std. Here's a first crude …
loc.h 3.0 KB f9b2cb4c   10 years martin unify interface API * introduce new interfaces * unify location …
macros.h 2.5 KB 805552d   8 years jakub Remove obsolete STATIC_ASSERT, use static_assert instead
malloc.h 2.0 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
mem.h 2.0 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
ns.h 1.9 KB 7b616e2   8 years jiri Name service should communicate using async.h.
offset.h 1.9 KB 7354b5e   8 years jakub Remove sys/typefmt.h
perm.h 1.6 KB 719a208   8 years jakub Rename SYS_CAP_GRANT/REVOKE to SYS_PERM_GRANT/REVOKE
qsort.h 1.7 KB f2460a50   8 years jiri qsort() compliant with C standard.
rcu.h 3.1 KB af2254ec   9 years jiri Fix build with lightweight futex locks enabled.
setjmp.h 2.6 KB 91e22dc   12 years vojtechhorky setjmp() shall be a macro according to C standard As a matter of …
smc.h 1.6 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
smp_memory_barrier.h 1.6 KB 43b8c65   13 years adam.hraska+hos Added syscall smp_memory_barrier.
stack.h 1.6 KB 0aae87a6   13 years jakub Unify the default stack size used by userspace threads and fibrils. - …
stacktrace.h 2.4 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
stats.h 2.2 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
stdarg.h 1.8 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
stdbool.h 1.6 KB 78188e5   8 years jiri stdbool.h should not include libarch/types.h
stddef.h 1.7 KB 7367c31   8 years martin cstyle
stdint.h 2.2 KB 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
stdio.h 4.2 KB 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
stdlib.h 1.9 KB f2460a50   8 years jiri qsort() compliant with C standard.
str.h 5.1 KB b2906c0   8 years jiri One function to compute the number of code units in a UTF-16 …
str_error.h 1.6 KB 2721a75   15 years martin ping overhaul: * coding style * shorter and better readable main() …
syscall.h 2.2 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
sysinfo.h 1.9 KB 78188e5   8 years jiri stdbool.h should not include libarch/types.h
task.h 2.5 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
thread.h 2.0 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
time.h 1.6 KB 63f8966   15 years martin rename library directories (the common "lib" prefix is already in the …
tls.h 2.4 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
trace.h 1.6 KB 7a0359b   15 years martin improve kernel function tracing - add support for more generic kernel …
udebug.h 2.4 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
unaligned.h 1.9 KB b4d08a4   8 years jakub Move the unaligned types into unaligned.h
uuid.h 1.8 KB f57ccb5   10 years jiri Set partition type based on selected filesystem type.
vbd.h 3.4 KB 23c8acd9   8 years jakub Move off64_t and aoff64_t into offset.h
vol.h 2.1 KB 9c2c7d2   8 years jiri Fdisk should be able to set volume label for newly created partitions.
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.