OSDN Git Service

Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil
authorEric Andersen <andersen@codepoet.org>
Tue, 8 May 2001 19:58:20 +0000 (19:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 8 May 2001 19:58:20 +0000 (19:58 -0000)
commita3e03be058a9b9a2caf36c5b18f66c0fc3df3bf0
tree2ad333bd1e56590e981eba3c54f6057cbf5758bb
parent6c0899094d50e0d35d699594bfcd9cae4164abe2
Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil
port.  I have reworked the code quite a bit so that the stuff that is supposed
to be in libc is in libc, and I added a bunch of missing stuff so the libutil
interface matches that of glibc's libutil.  The only caveat is that
libutil/login.c is currently a stub.
 -Erik
17 files changed:
include/pty.h [new file with mode: 0644]
include/utmp.h
libc/stdlib/Makefile
libc/stdlib/bsd_getpt.c [new file with mode: 0644]
libc/stdlib/getpt.c [new file with mode: 0644]
libc/stdlib/grantpt.c [new file with mode: 0644]
libc/stdlib/ptsname.c [new file with mode: 0644]
libc/stdlib/pty-private.h [new file with mode: 0644]
libc/stdlib/unix_grantpt.c [new file with mode: 0644]
libc/stdlib/unlockpt.c [new file with mode: 0644]
libutil/Makefile [new file with mode: 0644]
libutil/forkpty.c [new file with mode: 0644]
libutil/login.c [new file with mode: 0644]
libutil/login_tty.c [new file with mode: 0644]
libutil/logout.c [new file with mode: 0644]
libutil/logwtmp.c [new file with mode: 0644]
libutil/openpty.c [new file with mode: 0644]