minix/etc
David van Moolenbroek 9ba65d2ea8 This patch switches the MINIX3 ethernet driver stack from a port-based
model to an instance-based model. Each ethernet driver instance is now
responsible for exactly one network interface card. The port field in
/etc/inet.conf now acts as an instance field instead.

This patch also updates the data link protocol. This update:
- eliminates the concept of ports entirely;
- eliminates DL_GETNAME entirely;
- standardizes on using m_source for IPC and DL_ENDPT for safecopies;
- removes error codes from TASK/STAT replies, as they were unused;
- removes a number of other old or unused fields;
- names and renames a few other fields.

All ethernet drivers have been changed to:
- conform to the new protocol, and exactly that;
- take on an instance number based on a given "instance" argument;
- skip that number of PCI devices in probe iterations;
- use config tables and environment variables based on that number;
- no longer be limited to a predefined maximum of cards in any way;
- get rid of any leftover non-safecopy support and other ancient junk;
- have a correct banner protocol figure, or none at all.

Other changes:
* Inet.conf is now taken to be line-based, and supports #-comments.
  No existing installations are expected to be affected by this.
* A new, select-based asynchio library replaces the old one.
  Kindly contributed by Kees J. Bot.
* Inet now supports use of select() on IP devices.
  Combined, the last two changes together speed up dhcpd
  considerably in the presence of multiple interfaces.
* A small bug has been fixed in nonamed.
2010-05-17 22:22:53 +00:00
..
ast . no .vimrc in standard user's dirs 2007-01-22 17:08:36 +00:00
fonts Include fonts blobs in src repository. 2007-05-16 13:00:43 +00:00
mk Awk build tweaks 2010-05-13 19:29:42 +00:00
mtree Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
usr This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
binary_sizes update binary_sizes to not make binaries smaller than the build does. 2007-04-17 13:50:58 +00:00
binary_sizes.big shell at least as big in 'big' as in normal 2007-05-01 14:11:10 +00:00
binary_sizes.xxl There is no lex. 2006-06-20 10:14:25 +00:00
crontab version /usr/lib/crontab too 2007-04-02 16:18:46 +00:00
fstab Initial revision 2005-04-21 14:53:53 +00:00
group postfix complaint 2006-03-31 22:33:29 +00:00
hostname.file Made things a little more boot-cd friendly (specifically readonly /usr). 2005-05-03 08:56:01 +00:00
inet.conf Initial revision 2005-04-21 14:53:53 +00:00
make.conf Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
Makefile Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
motd Don't call X 'X Windows'. 2006-07-19 10:51:30 +00:00
motd.install install motd as motd.install 2006-04-13 18:06:22 +00:00
mtab Initial revision 2005-04-21 14:53:53 +00:00
mtree.sh Let symlinks be in the installed set of files ; make symlink from /var/log to 2006-01-25 13:00:14 +00:00
passwd Drivers and servers are simply known as services. 2009-12-17 01:53:26 +00:00
profile Added a default $MANPATH 2006-04-03 14:26:53 +00:00
protocols Initial revision 2005-04-21 14:53:53 +00:00
rc Driver mapping refactory. 2010-04-09 21:56:44 +00:00
rc.cd Don't do this here too 2006-04-05 11:27:25 +00:00
rc.daemons.dist (1) remove ftpd in favour of ftpd200 2006-04-11 11:55:45 +00:00
rs.inet New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
rs.single Removed args debugging line 2007-02-16 15:58:05 +00:00
services postgresql services entry. 2009-09-02 13:23:22 +00:00
shadow Initial revision 2005-04-21 14:53:53 +00:00
syslog.conf Disable debug log 2006-04-05 14:25:21 +00:00
system.conf at_wini: more general system to allow devices that behave like ata controllers. 2010-04-28 11:52:28 +00:00
termcap Console function keys and color support: 2009-12-22 23:30:50 +00:00
termcap.big Console function keys and color support: 2009-12-22 23:30:50 +00:00
ttytab Add pty entries 2006-03-29 10:03:49 +00:00
utmp Initial revision 2005-04-21 14:53:53 +00:00