CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/12/03 13:08:33
Modified files:
include : stdlib.h
lib/libc/stdlib: Makefile.inc
lib/libc : shlib_version
Added files:
lib/libc/stdlib: posix_openpt.3 ptsname.3 posix_pty.c
Log message:
Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),
grantpt() and unlockpt() using /dev/ptm. Man pages from FreeBSD.
OK kettenis@ deraadt@ beck@ ajacoutot@ naddy@
