summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor2003-03-312-0/+6
* * include/cygwin/fs.h: Remove unneeded include.Christopher Faylor2003-03-303-5/+8
* * syscalls.cc (login): Fix comment.Corinna Vinschen2003-03-292-4/+7
* * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen2003-03-292-70/+132
* * Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .sChristopher Faylor2003-03-294-82/+9
* * 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
* * autoload.cc: added RegGetKeySecurity()Corinna Vinschen2003-03-273-12/+73
* Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor2003-03-263-32/+37
* *** empty log message ***Thomas Pfaff2003-03-231-1/+1
* * thread.h (class List): Move inline code inside classThomas Pfaff2003-03-233-209/+201
* * 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
* * glob.c: Eliminate __INSIDE_CYGWIN__ preprocessor conditionalsCorinna Vinschen2003-03-192-12/+5
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen2003-03-194-14/+25
* * include/cygwin/version.h (CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES):Corinna Vinschen2003-03-193-2/+15
* * pthread.cc (pthread_attr_init): RemoveThomas Pfaff2003-03-184-596/+310
* * cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff2003-03-187-3/+761
* * thread.h (pthread_cond::ExitingWait): Remove.Thomas Pfaff2003-03-183-197/+214
* * include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff2003-03-184-50/+119
* * fhandler_proc.cc (format_proc_cpuinfo): Use IsProcessorFeaturePresentCorinna Vinschen2003-03-182-53/+83
* * glob.c (g_lstat): Change API minor test to match API minor numberCorinna Vinschen2003-03-172-2/+8
* * include/cygwin/version.h: Reorganize last two api versions so that btowc andChristopher Faylor2003-03-172-3/+10
* * cygwin.din: Export btowc, trunc.Christopher Faylor2003-03-176-15/+55
* * include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor2003-03-134-3/+15
* * autoload.cc (IsProcessorFeaturePresent): Add.Corinna Vinschen2003-03-133-1/+15
* * fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.Corinna Vinschen2003-03-132-1/+5
* * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen2003-03-132-2/+7
* * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor2003-03-133-3/+10
* * fhandler_socket.cc (fhandler_socket::dup): Don't callCorinna Vinschen2003-03-112-1/+20
* 2003-03-11 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2003-03-112-4/+24
* * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen2003-03-103-10/+9
* Fix typo.Corinna Vinschen2003-03-091-1/+1
* * winver.rc: Change Copyright hint to inlcude 2003.Corinna Vinschen2003-03-092-1/+5
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-0911-43/+190
* fix typoChristopher Faylor2003-03-091-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 21.Christopher Faylor2003-03-092-1/+5
* whitespace cleanupChristopher Faylor2003-03-0915-56/+55
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-0913-111/+511
* * syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor2003-03-092-12/+30
* * rmsym: Fix regular expression.Corinna Vinschen2003-03-092-2/+6
* * Makefile.in: Change from using new-* to cygwin0 for temporary targets.Christopher Faylor2003-03-092-10/+16
* * include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.Corinna Vinschen2003-03-092-1/+5
* * syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor2003-03-092-57/+29
* missed in last checkinChristopher Faylor2003-03-081-1/+1
* Revert below changes regarding _pinfo::cmdline.Christopher Faylor2003-03-085-19/+17