Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2003-04-07 * include/time.h (strftime): Remove duplicate declaration.Danny Smith
2003-04-072003-04-07 Marcel Telka <telka@users.sourceforge.net>Danny Smith
2003-04-04* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor
2003-04-04add commentsChristopher Faylor
2003-04-04* cygthread.cc (operator new): Be more defensive when messing with threads thatChristopher Faylor
2003-04-03* fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.Christopher Faylor
2003-04-03 * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen
2003-04-03 ChangeLog already commited yesterday:Corinna Vinschen
2003-04-03fix usageChristopher Faylor
2003-04-03* Makefile.in (EXTRA_OFILES): Remove debugging object.Christopher Faylor
2003-04-03* external.cc (check_ntsec): New function.Christopher Faylor
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-04-01* exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor
2003-04-01 * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.Danny Smith
2003-03-312003-03-30 Hans E. Molin <kvasi@users.sourceforge.net>Danny Smith
2003-03-30* include/cygwin/fs.h: Remove unneeded include.Christopher Faylor
2003-03-302003-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-03-29 * syscalls.cc (login): Fix comment.Corinna Vinschen
2003-03-29 * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen
2003-03-29 * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,Danny Smith
2003-03-29* Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .sChristopher Faylor
2003-03-29* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so thatChristopher Faylor
2003-03-292003-03-28 Bang Jun-Young <junyoung@netbsd.org>Danny Smith
2003-03-28* include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor
2003-03-27* thread.cc: Change 1==foo equations to foo==1 throughout.Thomas Pfaff
2003-03-27* thread.h: Change class names, methods, members and local varsThomas Pfaff
2003-03-27* winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header.Thomas Pfaff
2003-03-27* winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff
2003-03-27note mount binary default.Christopher Faylor
2003-03-27 * autoload.cc: added RegGetKeySecurity()Corinna Vinschen
2003-03-27 * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],Danny Smith
2003-03-27* setup-net.sgml: Make suggested additions to setup.exe documentationJoshua Daniel Franklin
2003-03-272003-03-27 Vladimir Michl <michlv@users.sourceforge.net>Danny Smith
2003-03-27 * include/w32api.h: Increment version to 2.4.Earnie Boyd
2003-03-27Move some ddk defines to winnt.h as per MSDN documentationDanny Smith
2003-03-26Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor
2003-03-25* cygcheck.cc (dump_sysinfo): Ensure that CYGWIN environment variable isChristopher Faylor
2003-03-23* setup-net.sgml: Improve setup.exe documentationJoshua Daniel Franklin
2003-03-23* setup-net.sgml: Improve setup.exe documentationJoshua Daniel Franklin
2003-03-23* setup-net.sgml: Improve setup.exe documentationJoshua Daniel Franklin
2003-03-23*** empty log message ***Thomas Pfaff
2003-03-23* thread.h (class List): Move inline code inside classThomas Pfaff
2003-03-23* setup-net.sgml: Document setup.exeJoshua Daniel Franklin
2003-03-22* setup-net.sgml: Document setup.exeJoshua Daniel Franklin
2003-03-22* pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist.Christopher Faylor
2003-03-22* syscalls.cc (unlink): Be more defensive when SetFileAttributes is called.Christopher Faylor
2003-03-22* fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessaryChristopher Faylor
2003-03-20 * fhandler_socket.cc (fhandler_socket::sendto): Restrict EPIPE andCorinna Vinschen
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor