minix/servers/rs
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
..
const.h Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
exec.c RS fixes: 2009-11-28 13:23:45 +00:00
glo.h Rewrite of boot process 2009-12-11 00:08:19 +00:00
inc.h Rewrite of boot process 2009-12-11 00:08:19 +00:00
main.c Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
Makefile Rewrite of boot process 2009-12-11 00:08:19 +00:00
manager.c Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
manager.h RS changes: 2009-12-02 09:54:50 +00:00
memory.c Rewrite of boot process 2009-12-11 00:08:19 +00:00
proto.h Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
service.c Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
table.c Rewrite of boot process 2009-12-11 00:08:19 +00:00
type.h Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
utility.c Rewrite of boot process 2009-12-11 00:08:19 +00:00