minix/lib/libc
Tomas Hruby 504abf4b34 Inlining 64bit integer handling functions
- if gcc/clang is used the C functions that use long long can be
  inlined to get better performance (yes, it makes difference)
2010-11-18 16:37:40 +00:00
..
ack Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
ansi Use int64 functions consistently 2010-11-07 23:35:29 +00:00
arch/i386 Inlining 64bit integer handling functions 2010-11-18 16:37:40 +00:00
asyn Use endpoint_t for the destination of mini_send and _syscall, and the 2010-06-02 21:51:32 +00:00
db Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
gnu Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
ip - Add support for file descriptor passing to PFS. 2010-08-30 13:46:44 +00:00
math Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
other GCC/clang: int64 routines in C 2010-11-12 18:38:10 +00:00
posix Move minix/paths.h to paths.h 2010-11-06 20:40:15 +00:00
regex lib: fixes for warnings that clang has for libraries. 2010-07-06 12:08:22 +00:00
stdio stdio: split vsprintf and vsnprintf 2010-11-02 22:05:40 +00:00
stdtime Fix unintended changes in r7614 2010-07-01 11:56:02 +00:00
syscall make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
sysvipc Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00
wchar Add some support for wchar_t. 2010-04-19 15:20:24 +00:00
Makefile libc: add db code from netbsd 2010-07-14 17:46:18 +00:00
Makefile.inc Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00