newlib-cygwin/winsup/cygwin/lib
Corinna Vinschen 34a1d63d80 * 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.
2003-09-10 15:51:59 +00:00
..
_cygwin_crt0_common.cc * lib/pseudo-reloc.c: New file. 2002-12-09 22:49:12 +00:00
crt0.h Update copyrights. 2001-09-11 20:01:02 +00:00
cygwin_attach_dll.c Update copyrights. 2001-09-11 20:01:02 +00:00
cygwin_crt0.c * winsup.h: Remove alloca definition since it's now defined through 2001-11-14 10:47:54 +00:00
dll_entry.c Update copyrights. 2001-09-11 20:01:02 +00:00
dll_main.cc Eliminate excess whitespace. 2001-11-05 06:09:15 +00:00
getopt.c * lib/getopt.c: Refresh from NetBSD sources. 2003-03-03 04:30:09 +00:00
iruserok.c * Makefile.in (DLL_OFILES): Add bsdlib.o. 2003-09-10 15:51:59 +00:00
libcmain.c Update copyrights. 2001-09-11 20:01:02 +00:00
premain0.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
premain1.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
premain2.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
premain3.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
pseudo-reloc.c * lib/pseudo-reloc.c: New file. 2002-12-09 22:49:12 +00:00