Tue Oct 17 23:37:45 1995  Eric Youngdale  (eric@localhost)

	* Makefile: Add cuserid.c.

	* cuserid.c: New file - copied from libc-linux.

Sat May  6 16:36:12 1995  Eric Youngdale  (eric@localhost)

	* Makefile: Add syslog.c, lockf.c, __sysinfo.S, __statvfs.S and
	  __fstatvfs.S

	* syslog.c: New file borrowed from libc-linux.

	* lockf.c: New file borrowed from libc-linux.

	* __sysinfo.S: New file borrowed from libc-linux

	* __statvfs.S: New file borrowed from libc-linux

	* __fstatvfs.S:New file borrowed from libc-linux

Sat May  6 14:57:42 1995  Eric Youngdale  (eric@localhost)

	* Makefile: Update with new functions.

	* gettimeofday.c: Use hrtsys() instead of hrtcntl/hrtalarm.

	* __hrtsys.S: New file - provides syscall stub for hrtsys.

Sat Mar 11 14:18:33 1995  Eric Youngdale  (eric@andante.aib.com)

	* Makefile (SRC2S): Add gettimeofday.c

	* gettimeofday.c: New file - interface to hrtcntl function in
	ibcs2 emulator.

Wed Jan 18 17:09:56 1995  Eric Youngdale  (eric@aib.com)

	* Makefile (SRC2S): Remove sysconf (defined in sysdefs).

Tue Dec 13 14:51:11 1994  Eric Youngdale  (eric@esp22.nrl.navy.mil)

	* Makefile (SRC2S): Add sigsetjmp, sysconf.

Wed Mar 23 08:00:40 1994  Eric Youngdale  (eric@esp22)

	* Makefile (SRC2S): Add readv.c, writev.c.

	* readv.c, writev.c: New files, copied from libc-linux.
	Technically these are syscalls under SVr4, but this was
	the easy way of getting it done.

Sat Feb 26 12:14:38 1994  Eric Youngdale  (eric@esp22)

	* __getline.c: New function, copied from libc-linux.

	* Makefile: add __getline.c.

Mon Feb 21 22:14:47 1994  Eric Youngdale  (eric@esp22)

	* wctomb.c (wctomb): If character code is < 0xff, simply
	return that with a length of 1.

Sat Feb 19 01:10:05 1994  Eric Youngdale  (eric@esp22)

	* sleep.c: New file, copied from libc-linux.  Elfize.

	* __poll.S, __ulimit.S: New files.

	* Makefile: Add sleep.c, __poll.S, __ulimit.S.

Fri Feb 18 00:32:48 1994  Eric Youngdale  (eric@esp22)

	* __ulimit.S: New file (syscall).

	* __poll.S: New file (syscall).

Thu Feb 17 22:33:44 1994  Eric Youngdale  (eric@esp22)

	* __makedev.c (LINUX_DEV): Define.

	* Makefile (SRC2S): Add mblen.c, mbtowc.c, wctomb.c, dup2.c, getcwd.c.
	Remove setlocale.c.

	* dup2.c: New file, written from scratch.

	* mblen.c, mbtowc.c, wctomb.c, getcwd.c: New files, copied from
	libc-linux.

	* setlocale.c: Delete (functionality now provided in locale dir).

Wed Feb 16 22:05:31 1994  Eric Youngdale  (eric@esp22)

	* Makefile (SRC2S): Remove tcgetatr (now in stdlib).
	(SRC2S): Add __makedev.c, setlocale.c

	* __makedev.c: New file, defines __makedev, __major, and
	__minor.  Do not know whether to use SVr4 style dev numbers
	or linux dev numbers.  Use linux for now.

	* setlocale.c: New file - contains simple stubs for setlocale.
	Ultimately we need a much more mature version of this.  The
	version in this file prints a warning.

Sun Feb 13 19:00:29 1994  Eric Youngdale  (eric@esp22)

	* tcgetatr.c: Define as _tcgetatr (weak tcgetatr).  Use
	_ioctl, not ioctl.

	* tcsetatr.c: Likewise.

	* __nuname.S: Use SYSCALLXX not SYSCALL.

Sat Feb 12 13:53:51 1994  Eric Youngdale  (eric@esp22)

	* Makefile (SRC2S): Add tcsetatr.c.
	(SRC1S): Add __memcntl.S
	(SRC2S): Add remove.c, _msync.c
	(SRC2S): Add strerror.c

	* __memcntl.S, _msync.c, remove.c, strerror.c tcsetatr.c: New files.

Fri Feb 11 10:09:26 1994  Eric Youngdale  (eric@esp22)

	* svr4/Makefile (SRC1S): Add __xstat, __lxstat, __fxstat.
	(SRC1S): 

	*  __xstat.S, __lxstat.S, __fxstat.S: New files, copied from
	sysdeps, and adapted as required.

	* __mmap.S: New file, moved from sysdeps.

	* tcgetatr.c: Ditto.

	* __munmap.S: New file (syscall).

	* __nuname.S: New file (syscall).

	* __xmknod.S: New file (syscall).

	* __assert.c: New file.

	* perror.c: New file, copied from libc-linux.

	* _errlist.c: New file, copied from libc-linux, and edited
	for proper error numbers.

	* __longjmp.c, __setjmp.c: Moved from sysdeps directory.  Modify
	names slightly.
