minix/servers
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
..
devman Cleanup servers to make GCC/Clang a little happier 2011-09-08 13:57:03 +00:00
ds Add "expected size" parameter to getsysinfo() 2011-12-11 22:34:14 +01:00
ext2 Don't repeat out-of-space messages 2011-12-21 10:47:28 +00:00
hgfs hgfs: fix atime/mtime attribute setting bug 2011-12-23 19:02:57 +01:00
inet Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
init Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
ipc vm_remap_ro 2012-01-13 11:30:01 +00:00
is VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
iso9660fs VFS/FS: REQ_NEW_DRIVER now provides a label 2011-11-30 19:05:26 +01:00
lwip Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
mfs temporarily disable update-superblock check 2012-02-02 15:04:51 +01:00
pfs Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
pm APFS: drop privileges upon startup 2012-01-30 15:16:20 +00:00
procfs VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
rs PM: extend srv_fork to set a specific UID 2012-01-30 15:16:19 +00:00
sched boot: Add multiboot support 2011-06-24 17:21:51 +02:00
vfs Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
vm Cut PM out of the adddma/deldma/getdma call path 2012-01-14 00:27:06 +01:00
Makefile VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00