minix/servers/inet
Ben Gras 2fe8fb192f Full switch to clang/ELF. Drop ack. Simplify.
There is important information about booting non-ack images in
docs/UPDATING. ack/aout-format images can't be built any more, and
booting clang/ELF-format ones is a little different. Updating to the
new boot monitor is recommended.

Changes in this commit:

	. drop boot monitor -> allowing dropping ack support
	. facility to copy ELF boot files to /boot so that old boot monitor
	  can still boot fairly easily, see UPDATING
	. no more ack-format libraries -> single-case libraries
	. some cleanup of OBJECT_FMT, COMPILER_TYPE, etc cases
	. drop several ack toolchain commands, but not all support
	  commands (e.g. aal is gone but acksize is not yet).
	. a few libc files moved to netbsd libc dir
	. new /bin/date as minix date used code in libc/
	. test compile fix
	. harmonize includes
	. /usr/lib is no longer special: without ack, /usr/lib plays no
	  kind of special bootstrapping role any more and bootstrapping
	  is done exclusively through packages, so releases depend even
	  less on the state of the machine making them now.
	. rename nbsd_lib* to lib*
	. reduce mtree
2012-02-14 14:52:02 +01:00
..
generic INET: fix 'improved' assert 2012-02-02 11:53:52 +00:00
buf.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
clock.c Removed a whole herd of unused variables. 2010-01-14 13:53:12 +00:00
const.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
inet.c inet: strncmp() fix 2012-02-03 14:49:18 +01:00
inet.h Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
inet_config.c INET: fix a few GCC compilation warnings 2012-02-01 13:24:28 +00:00
inet_config.h Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
Makefile Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
mnx_eth.c Miscellaneous legacy cleanup 2011-11-07 22:20:55 +01:00
mq.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00
mq.h Initial revision 2005-04-21 14:53:53 +00:00
osdep_eth.h This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
proto.h This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
qp.c Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
qp.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
queryparam.c Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
queryparam.h <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
sr.c INET: fix a few GCC compilation warnings 2012-02-01 13:24:28 +00:00
sr_int.h More use of endpoint_t. Other code cleanup. 2010-03-30 14:07:15 +00:00
version.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00