minix/lib
Thomas Veerman c8d0edc06a - Refactor mthread structure fields to prevent name clashes
- Remove sanity checks for initialized mutexes and condition variables. This
  significantly boosts performance. The checks can be turned back on by
  compiling libmthread with MTHREAD_STRICT. According to POSIX operations on
  uninitialized variables are a MAY fail if, therefore allowing this
  optimization.
- Test59 has to be accommodated to the lack of sanity checks on uninitialized
  variables in the library. It specifically tests for them and will run into
  segfaults when the checks are absent in the library.
- Fix a few bugs related to the scheduler
- Do some general code cleanups
2011-03-18 10:29:54 +00:00
..
ack libfp: use ${CC} instead of cc, reported by Antoine Leca. 2010-07-22 22:24:08 +00:00
csu libc and csu updates for ELF 2010-12-10 23:04:04 +00:00
libarchive GCC/clang: int64 routines in C 2010-11-12 18:38:10 +00:00
libaudiodriver libaudiodriver <minix/audio_fw.h> fixes 2010-08-25 11:18:38 +00:00
libbz2 Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libc _mount.c: don't check for excutable if MS_EXISTING is set 2011-02-22 17:59:08 +00:00
libcurses lib: fixes for warnings that clang has for libraries. 2010-07-06 12:08:22 +00:00
libddekit Cleaning up Makefiles (thx antoine) 2011-03-07 13:54:17 +00:00
libdevman minor fix for clang - do_unbind() becomes void 2011-02-27 00:10:33 +00:00
libdriver Fix comment mutilated by find/replace 2011-02-02 14:53:49 +00:00
libedit Remove revision IDs from files 2010-11-04 01:13:59 +00:00
libend Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libexec rename aligned() macro to _minix_aligned 2011-03-02 16:05:59 +00:00
libfetch libfetch - move fetch.3 to man and fetch.h to include 2010-07-01 00:05:48 +00:00
libhgfs Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
libl Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libm Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libmthread - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
libnetdriver Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
libsys VM and kernel support for ELF 2011-02-26 23:00:55 +00:00
libtimers Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
libusb added libusb, a IPC abstraction lib for USB stuff 2011-02-22 10:23:38 +00:00
libutil GCC/clang: int64 routines in C 2010-11-12 18:38:10 +00:00
libvtreefs <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
libz lib: fixes for warnings that clang has for libraries. 2010-07-06 12:08:22 +00:00
nbsd_libc Sync NBSD libc errno.h with minix errno.h 2011-03-04 22:37:43 +00:00
ack_build.sh Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
clang_build.sh clang - let buildsystem figure out how to invoke AR, etc., for clang too. 2011-02-22 01:08:29 +00:00
elf_build.sh csu/build support for ELF 2010-12-10 22:20:12 +00:00
gnu_build.sh Update PATHs for llvm and X11 2010-09-12 17:56:53 +00:00
Makefile added libddekit 2011-02-25 12:40:31 +00:00
Makefile.inc Makefile updates: 2010-06-11 16:05:36 +00:00
README Incorporate bsdmake into buildsystem and reorganize libs 2010-02-16 14:41:33 +00:00

ack_build.sh - for ACK library building
gnu_build.sh - for GNU library building

ack_build.sh obj     - create objdirs for gnu libraries
ack_build.sh depend  - find dependencies of ack libraries
ack_build.sh all     - compile ack libraries
ack_build.sh install - compile and install ack libraries
ack_build.sh clean   - clean for ack libraries

gnu_build.sh obj     - create objdirs for gnu libraries
gnu_build.sh depend  - find dependencies of gnu libraries
gnu_build.sh all     - compile gnu libraries
gnu_build.sh install - compile and install gnu libraries
gnu_build.sh clean   - clean for gnu libraries