source: mainline/uspace/lib/c/include@ 22299ed

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Name Size Rev Age Author Last Change
../
adt 78188e5   8 years jiri stdbool.h should not include libarch/types.h
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 78188e5   8 years jiri stdbool.h should not include libarch/types.h
io 78188e5   8 years jiri stdbool.h should not include libarch/types.h
ipc 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.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 7ee7e6a   8 years jakub Further reduce the number of inclusions of sys/types.h
types 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.h>
vfs 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.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 20.1 KB ae6021d   9 years jakub Associate each paged as_area with its memory object upon creation …
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 dd8b6a8   11 years jiri Add synchronize cache operation to block layer and usbmast.
bd_srv.h 2.4 KB dd8b6a8   11 years jiri Add synchronize cache operation to block layer and usbmast.
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 …
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 58898d1d   8 years jakub Remove VFS_IN_SEEK from VFS
dlfcn.h 1.7 KB db9a8464   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
err.h 1.7 KB 47b7006   15 years martin improve run-time termination * get rid of exit() * get rid of …
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.
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.8 KB 8d2dd7f2   8 years jakub Reduce the number of files that include <sys/types.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.3 KB d6c98451   10 years jiri Move (u)intmax_t to libc. Some stdint.h work.
stdio.h 4.2 KB 456c086   8 years jakub fseek() shall take long and ftell() shall return long
stdlib.h 1.9 KB f2460a50   8 years jiri qsort() compliant with C standard.
str.h 5.1 KB b06414f   8 years jakub Use proper sizes for buffers holding conversions from/to UTF-16 LFN's …
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>
uuid.h 1.8 KB f57ccb5   10 years jiri Set partition type based on selected filesystem type.
vbd.h 3.4 KB 53e3950   10 years jiri libfdisk should not depend on libblock nor should it access the block …
vol.h 2.0 KB 44fe800   10 years jiri Create file system when creating partition.
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.