minix/servers
Cristiano Giuffrida e090013056 Drivers and servers are simply known as services.
/etc CHANGES:
- /etc/drivers.conf has been renamed to /etc/system.conf. Every entry in 
the file is now marked as "service" rather than driver.
- user "service" has been added to password file /etc/passwd.
- docs/UPDATING updated accordingly, as well as every other mention to the old
drivers.conf in the system.

RS CHANGES:
- No more distinction between servers and drivers.
- RS_START has been renamed to RS_UP and the old legacy RS_UP and RS_UP_COPY
dropped.
- RS asks PCI to set / remove ACL entries only for services whose ACL properties
have been set. This change eliminates unnecessary warnings.
- Temporarily minimize the risk of potential races at boot time or when starting
a new service. Upcoming changes will eliminate races completely.
- General cleanup.
2009-12-17 01:53:26 +00:00
..
ds DS: do not panic when sending reply fails 2009-10-27 17:06:45 +00:00
inet Alternative VirtualBox/Lance driver workaround 2009-11-28 13:28:55 +00:00
init Rewrite of boot process 2009-12-11 00:08:19 +00:00
ipc fix compiler warning by including for prototype. 2009-10-05 16:45:03 +00:00
is Rewrite of boot process 2009-12-11 00:08:19 +00:00
iso9660fs Various small IS, TTY, isofs fixes 2009-11-02 23:04:52 +00:00
mfs Allow servers to run with fewer privileges: 2009-12-02 10:06:58 +00:00
pm Rewrite of boot process 2009-12-11 00:08:19 +00:00
rs Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
vfs Filter driver by Wu Bingzheng et al 2009-12-02 10:08:58 +00:00
vm Make VM fix up memory for kernel that crosses region boundaries 2009-12-08 13:35:52 +00:00
Makefile Fixes to ISOFS 2009-10-01 14:34:17 +00:00