minix/servers/pm
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
..
alarm.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
const.h <sys/wait.h> 2014-03-02 12:28:32 +01:00
exec.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
forkexit.c PM_TIME_SEC into 64bit 2014-03-03 20:45:28 +01:00
getset.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
glo.h Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
main.c Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
Makefile Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
mcontext.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
misc.c big <utmp.h>-inspired netbsd switch 2014-03-01 09:05:02 +01:00
mproc.h Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
pm.h PM/VFS protocol: prefix with VFS_PM_ 2014-03-01 09:05:00 +01:00
profile.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
proto.h Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
schedule.c Replacing timer_t by netbsd's timer_t 2014-03-01 09:04:54 +01:00
signal.c use netbsd <sys/signal.h> and sigset_t 2014-03-02 12:28:31 +01:00
table.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00
time.c PM_TIME_SEC into 64bit 2014-03-03 20:45:28 +01:00
trace.c <sys/wait.h> 2014-03-02 12:28:32 +01:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c Clean up interface to PM and VFS 2014-03-01 09:05:01 +01:00