* Makefile.in (DLL_OFILES): Add bsdlib.o.
* autoload.cc (RegisterServiceProcess): Add. * bsdlib.cc: New file. (daemon): New function. (login_tty): Ditto. (openpty): Ditto. (forkpty): Ditto. * cygwin.din: Export daemon, forkpty, login_tty, logwtmp, updwtmp, openpty and revoke. * syscalls.cc (updwtmp): New function, writing to wtmp exclusively. (logwtmp): Ditto. (login): Call updwtmp instead of writing to wtmp by itself. (logout): Ditto. * tty.cc (revoke): New funtion. * include/paths.h: Define _PATH_DEVNULL. * include/pty.h: New header. * include/cygwin/version.h: Bump API minor number. * include/sys/utmp.h: Declare logwtmp with const arguments. Declare updwtmp. * lib/iruserok.c: New file. (ruserok): New function. (iruserok): Ditto. (__ivaliduser): Ditto. (__icheckhost): Ditto.
This commit is contained in:
@ -214,14 +214,16 @@ details. */
|
||||
argz_create_sep argz_delete argz_extract argz_insert
|
||||
argz_next argz_replace argz_stringify envz_add envz_entry
|
||||
envz_get envz_merge envz_remove envz_strip
|
||||
92: Export getusershell, setusershell, eetusershell
|
||||
92: Export getusershell, setusershell, endusershell
|
||||
93: Export daemon, forkpty, openpty, iruserok, ruserok, login_tty,
|
||||
openpty, forkpty, revoke, logwtmp, updwtmp
|
||||
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 92
|
||||
#define CYGWIN_VERSION_API_MINOR 93
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Reference in New Issue
Block a user