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.

PL 08:
	set pgrp of tty in login_tty(). (Bug reported by entropy, thanks!)
	Add new ioctl stuff to ioctl.h.
	Added identification string (ident.c).
	Added working versions of *sprintf (for older Mintlibs).
	Added __5ms_[sg]timeofday -- 5 ms resolution version ignoring the
	timezone arg.
