minix/servers
Lionel Sambuc 175d3e7eae Changing the message union to anonymous.
This allows us to write things like this:
  message m;
  m.m_notify.interrupts = new_value;

or
  message *mp;
  mp->m_notify.interrupts = new_value;

The shorthands macro have been adapted for the new scheme, and will be
kept as long as we have generic messages being used.

Change-Id: Icfd02b5f126892b1d5d2cebe8c8fb02b180000f7
2014-03-03 20:46:47 +01:00
..
devman Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
ds Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
ext2 Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
input Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
ipc Adding ipc_ prefix to ipc primitives 2014-03-01 09:05:01 +01:00
is use netbsd <sys/signal.h> and sigset_t 2014-03-02 12:28:31 +01:00
iso9660fs Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
lwip Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
mfs Replaced common u64.h functions with operators. 2014-03-02 12:28:32 +01:00
pfs Aligning dev_t to 64bits. 2014-03-02 12:28:32 +01:00
pm Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
procfs PM: rework signal handling 2014-03-01 09:04:59 +01:00
rs Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
sched Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
vm Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
Makefile big <utmp.h>-inspired netbsd switch 2014-03-01 09:05:02 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00