Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras 7550304e19 Changes to support endpoints.
. rename message field name macros from *PROC* to *ENDPT*,
    both to reflect the new meaning and to use it to hunt down where
    they are used
  . _PM_SEG_FLAG in fd replaces funny segment loading construction by
    PM in FS
  . _MAX_MAGIC_PROC is the highest used proc number, including magic
    constants such as (currently) ANY, NONE and SELF, used by the
    endpoint macros to make sure they are encoded properly and no valid
    endpoint number ever encodes to it.
  . rename proc_nr in address copy struct to proc_nr_e (endpoint)
2006-03-03 09:43:06 +00:00
boot Moved the print statement till after the K_CLAIM flag check after 2005-12-20 14:38:14 +00:00
commands Allow bigger sizes. 2006-02-24 12:53:54 +00:00
drivers LBA48 support. 2006-02-24 12:55:47 +00:00
etc It's not always initialization 2006-02-20 15:11:41 +00:00
include Changes to support endpoints. 2006-03-03 09:43:06 +00:00
kernel Moved PCI driver to the ramdisk. 2006-02-15 14:21:56 +00:00
lib Conditional compilation for SIGIOT and SIGEMT. 2006-02-17 14:12:47 +00:00
man *** empty log message *** 2006-02-13 13:10:53 +00:00
servers Don't include cdprobe any more 2006-02-24 12:56:06 +00:00
test Test fixes 2006-03-01 15:28:07 +00:00
tools Smaller device 2006-02-17 14:43:00 +00:00
LICENSE LICENSE taken from website instead of old PH license. 2006-01-05 16:58:38 +00:00
Makefile No more gmake in top makefile 2006-01-17 15:09:15 +00:00