This is a small library including some functions that make
your life so much easier when porting BSD software.

If you want me to include other stuff, please mail me.


Enjoy and please report any bugs you find.

Kay Roemer,
roemer@hera.rbi.informatik.uni-frankfurt.de



Changes:
--------

PL 01:
	Made openpty() work.
	Included a bogus chroot() (which does only chdir).

PL 02:
	ioctl.h and sys/ioctl.h files including socket ioctl's. They
	will go away when they are in the MintLib.

PL 03:
	New sys/uio.h file. Readv() and writev() emulation. They will
	only work on socket descriptors!

PL 04-05:
	Lots of additional files and fixes. Baserel lib.

PL 06-07:
	Pty files are named ttyxy and have a link from /dev/ttyxy to
	/pipe/ttyxy. (Fix by TeSche, tanx!)
	__check_nbio_read() and __check_nbio_write functions.
