Go to file
Tomas Hruby dedb53fb10 ipc.h - IPC defined as functions again
- CHOOSETRAP define makes impossible to use some common words
  like send, receive and notify in any other context, for
  instance as members or structures

- any reasonable compiler inlines the static inline functions so
  no extra function call overhead is introduced by this change

- this gets us back to the situation before the SYSCALL/SYSENTER
  change. It is not perfect, but it used to work and still does.
2012-11-15 16:51:59 +01:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
commands Cross compile on minix support 2012-11-15 16:07:30 +01:00
common Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
dist/bzip2 Removing binaries from sources. 2012-11-15 16:07:30 +01:00
distrib Cross compile on minix support 2012-11-15 16:07:30 +01:00
docs Adding the required steps to docs/UPDATING 2012-11-15 16:15:31 +01:00
drivers Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
etc Cross compile on minix support 2012-11-15 16:07:30 +01:00
external Cross compile on minix support 2012-11-15 16:07:30 +01:00
gnu/dist Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
include ipc.h - IPC defined as functions again 2012-11-15 16:51:59 +01:00
kernel Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
lib Hack for unresolved symbol read_tsc_64 2012-11-15 16:07:30 +01:00
libexec Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
man remove extra mkfs.1 2012-11-08 12:36:38 +01:00
releasetools Restablishing old behaviour of make hdboot 2012-11-15 16:12:45 +01:00
sbin Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
servers ipc.h - IPC defined as functions again 2012-11-15 16:51:59 +01:00
share Detect clang version, instead of assuming default one 2012-11-15 16:12:45 +01:00
sys Removing test on __MINIX_w which is never defined 2012-11-15 16:07:30 +01:00
test Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
tools Cross compile on minix support 2012-11-15 16:07:30 +01:00
usr.bin Cross compile on minix support 2012-11-15 16:07:30 +01:00
usr.sbin Cross compile on minix support 2012-11-15 16:07:30 +01:00
.gitignore Update gitignore for releasetools 2012-06-18 10:54:52 +00:00
build.sh Cross compile on minix support 2012-11-15 16:07:30 +01:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Adding back the world target, as well as a warning. 2012-11-15 16:12:45 +01:00