summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor2003-04-043-28/+32
* add commentsChristopher Faylor2003-04-041-1/+2
* * cygthread.cc (operator new): Be more defensive when messing with threads thatChristopher Faylor2003-04-042-2/+12
* * fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.Christopher Faylor2003-04-031-0/+4
* * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen2003-04-032-1/+8
* ChangeLog already commited yesterday:Corinna Vinschen2003-04-033-2/+16
* fix usageChristopher Faylor2003-04-031-2/+2
* * Makefile.in (EXTRA_OFILES): Remove debugging object.Christopher Faylor2003-04-032-1/+5
* * external.cc (check_ntsec): New function.Christopher Faylor2003-04-024-3/+18
* * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen2003-04-014-10/+15
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-0123-153/+178
* * exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor2003-03-312-0/+6
* * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.Danny Smith2003-03-312-2/+9
* 2003-03-30 Hans E. Molin <kvasi@users.sourceforge.net>Danny Smith2003-03-302-1/+5
* * include/cygwin/fs.h: Remove unneeded include.Christopher Faylor2003-03-303-5/+8
* 2003-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-03-295-10/+295
* * syscalls.cc (login): Fix comment.Corinna Vinschen2003-03-292-4/+7
* * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen2003-03-292-70/+132
* * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,Danny Smith2003-03-292-47/+93
* * Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .sChristopher Faylor2003-03-294-82/+9
* * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so thatChristopher Faylor2003-03-292-1/+6
* 2003-03-28 Bang Jun-Young <junyoung@netbsd.org>Danny Smith2003-03-292-0/+5
* * include/sys/cygwin.h: Declare cygwin_internal as unsigned long.Christopher Faylor2003-03-283-2/+12
* * thread.cc: Change 1==foo equations to foo==1 throughout.Thomas Pfaff2003-03-272-13/+17
* * thread.h: Change class names, methods, members and local varsThomas Pfaff2003-03-275-472/+486
* * winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header.Thomas Pfaff2003-03-277-202/+9
* * winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff2003-03-274-4/+13
* note mount binary default.Christopher Faylor2003-03-271-2/+2
* * autoload.cc: added RegGetKeySecurity()Corinna Vinschen2003-03-273-12/+73
* * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],Danny Smith2003-03-274-8/+42
* * setup-net.sgml: Make suggested additions to setup.exe documentationJoshua Daniel Franklin2003-03-272-5/+24
* 2003-03-27 Vladimir Michl <michlv@users.sourceforge.net>Danny Smith2003-03-272-12/+19
* * include/w32api.h: Increment version to 2.4.Earnie Boyd2003-03-263-3/+8
* Move some ddk defines to winnt.h as per MSDN documentationDanny Smith2003-03-266-327/+286
* Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor2003-03-263-32/+37
* * cygcheck.cc (dump_sysinfo): Ensure that CYGWIN environment variable isChristopher Faylor2003-03-252-1/+10
* * setup-net.sgml: Improve setup.exe documentationJoshua Daniel Franklin2003-03-231-1/+1
* * setup-net.sgml: Improve setup.exe documentationJoshua Daniel Franklin2003-03-231-15/+12
* * setup-net.sgml: Improve setup.exe documentationJoshua Daniel Franklin2003-03-232-21/+36
* *** empty log message ***Thomas Pfaff2003-03-231-1/+1
* * thread.h (class List): Move inline code inside classThomas Pfaff2003-03-233-209/+201
* * setup-net.sgml: Document setup.exeJoshua Daniel Franklin2003-03-221-6/+6
* * setup-net.sgml: Document setup.exeJoshua Daniel Franklin2003-03-222-0/+205
* * pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist.Christopher Faylor2003-03-222-3/+11
* * syscalls.cc (unlink): Be more defensive when SetFileAttributes is called.Christopher Faylor2003-03-222-3/+10
* * fork.cc: Conditionalize use of slow_pid_reuse throughout. It's not necessaryChristopher Faylor2003-03-222-0/+9
* * fhandler_socket.cc (fhandler_socket::sendto): Restrict EPIPE andCorinna Vinschen2003-03-202-2/+12
* * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor2003-03-205-11/+30
* *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.Danny Smith2003-03-202-4/+12
* * glob.c: Eliminate __INSIDE_CYGWIN__ preprocessor conditionalsCorinna Vinschen2003-03-192-12/+5