newlib/winsup
Corinna Vinschen 8304de2e34 * syscalls.cc: Slightly cleanup all utmp functions.
(login): Use mutex to secure against concurrent access to wtmp file.
	(logout): Rewrite using POSIX calls.
	(utmp_fd): Initialized to -1 now.  Any value < 0 is treated as closed
	in subsequent functions.
	(utmp_readonly): New variable, indicating utmp file open for reading
	only.
	(internal_setutent): New function implementing setutent().
	(setutent): Call internal_setutent now.
	(endutent): Reset utmp_readonly.
	(getutent): Return immediately if utmp file can't be opened.
	(getutid): Ditto.
	(getutline): Ditto.
	(pututline): Ditto. Use mutex to secure against concurrent access to
	utmp file.
2003-03-29 12:44:01 +00:00
..
bz2lib
cygserver Switch to 32/64 datatypes: 2003-03-09 21:51:00 +00:00
cygwin * syscalls.cc: Slightly cleanup all utmp functions. 2003-03-29 12:44:01 +00:00
doc * setup-net.sgml: Make suggested additions to setup.exe documentation 2003-03-27 04:56:52 +00:00
mingw Get rid of some warnings 2003-03-17 01:03:43 +00:00
subauth
testsuite * winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header. 2003-03-27 19:46:35 +00:00
utils note mount binary default. 2003-03-27 18:46:16 +00:00
w32api * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS, 2003-03-29 05:06:53 +00:00
CYGWIN_LICENSE Change location. 2003-01-13 21:11:19 +00:00
ChangeLog * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that 2003-03-29 04:15:52 +00:00
Makefile.common * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that 2003-03-29 04:15:52 +00:00
Makefile.in * Makefile.in (check): Be more defensive when creating testsuite config.status. 2002-09-28 03:15:44 +00:00
configure * configure.in: w32api directory was already optional. Semi-revert 2003-02-06 2003-03-17 22:27:07 +00:00
configure.in * configure.in: w32api directory was already optional. Semi-revert 2003-02-06 2003-03-17 22:27:07 +00:00