
THINGS TO DO (in no particular order):

- Assembler references to ".+2" should probably be removed.

- string/gets.c:	this function should be removed... at least make it
  put up a requester and ask abort/continue

- gethostname()/sethostname():  On library startup, try getenv("HOSTNAME"),
  if successful, call sethostname() using result.

- ixemul.library should be compiled with AmigaOS 3.0 include files to
  receive full functionality (library/stat.c, for example).

- Write documentation for "annotated attributes" hidden in the amigados
  file comment field.  See library/stat.c for the source.  This gives
  the possibility to specify full owner/group/other file protection
  attributes even in versions of dos.library that doesn't support it.

- stdlib/system.c: think about stacksize set; think about exit code;
  think about "system(0);".

- library/ix_init.c: Find the definition for AFF_68060.

- investigate why defining DEBUG in library/buddy-alloc.c causes get_block to
  complain: ix_panic ("get_block: invalid exec_block!");

- network/*: Make Makefiles compile libnet.a in different flavours. (?)
  Install libnet.a

- libsrc/Makefile.in: Shouldn't rcrt0.o be compiled with -resident?

- ixemul.h: redefine u and usave to not access execbase (careful, check use
  carefully)

- launch: don't access execbase at all (now does it twice at least)

- glue routines: don't add and then jmp a0@, use jmp a0@(offset)
