summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-289-60/+183
* Revert erroneous checkin.Christopher Faylor2001-11-261-5/+0
* * Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor2001-11-263-1/+11
* Add missing ChangeLog entries.Corinna Vinschen2001-11-251-0/+16
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor2001-11-253-1/+11
* * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen2001-11-241-1/+13
* * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen2001-11-242-1/+12
* * path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor2001-11-242-11/+13
* * autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor2001-11-243-5/+14
* * net.cc (inet_makeaddr): Revert previous change.Christopher Faylor2001-11-242-1/+5
* * path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor2001-11-242-6/+17
* fix typo.Christopher Faylor2001-11-241-1/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-2412-146/+297
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-228-50/+239
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-218-744/+896
* * path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor2001-11-172-3/+12
* * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen2001-11-163-1/+7
* * include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda2001-11-154-4/+26
* * exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor2001-11-155-7/+24
* * fhandler.cc (fhandler_disk_file::fstat): Add setting access timeCorinna Vinschen2001-11-142-6/+25
* * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen2001-11-143-3/+7
* * syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor2001-11-142-0/+7
* * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen2001-11-135-6/+45
* * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor2001-11-122-3/+5
* * include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor2001-11-122-2/+6
* fix typo.Christopher Faylor2001-11-111-1/+1
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-103-8/+11
* * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen2001-11-084-10/+18
* * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen2001-11-083-1/+8
* * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2001-11-072-1/+6
* * select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor2001-11-062-1/+6
* * include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor2001-11-052-2/+6
* * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen2001-11-052-0/+6
* Eliminate excess whitespace.Christopher Faylor2001-11-0538-184/+183
* Add strace debugging section.Christopher Faylor2001-11-051-6/+29
* * dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2001-11-052-1/+6
* * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor2001-11-053-5/+13
* * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2001-11-052-1/+6
* * select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor2001-11-052-17/+34
* * select.cc (verify_console): New function.Christopher Faylor2001-11-042-2/+25
* * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor2001-11-044-162/+128
* * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen2001-11-032-0/+38
* * fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor2001-11-035-46/+36
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-0310-58/+87
* * fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor2001-11-024-12/+21
* * cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor2001-11-014-2/+29
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-019-119/+146
* * environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor2001-10-313-1/+7
* * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen2001-10-312-0/+13
* remove garbage ChangeLog entry.Christopher Faylor2001-10-311-4/+5