aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2001-11-24This commit was manufactured by cvs2svn to create branch 'unlabeled-1.90.2'.cvs2svn1-5076/+0
2001-11-24* path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor1-0/+5
2001-11-24* autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor1-0/+8
2001-11-24* net.cc (inet_makeaddr): Revert previous change.Christopher Faylor1-0/+4
2001-11-24* path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor1-0/+4
2001-11-24fix typo.Christopher Faylor1-1/+1
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-0/+39
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor1-0/+49
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor1-0/+20
2001-11-17* path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor1-0/+4
2001-11-16 * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen1-0/+6
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda1-0/+13
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor1-1/+11
2001-11-14 * fhandler.cc (fhandler_disk_file::fstat): Add setting access timeCorinna Vinschen1-0/+9
2001-11-14 * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen1-0/+6
2001-11-14* syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor1-0/+4
2001-11-13 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen1-0/+9
2001-11-12* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor1-0/+5
2001-11-12* include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor1-0/+4
2001-11-11fix typo.Christopher Faylor1-1/+1
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor1-0/+7
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen1-0/+6
2001-11-08 * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen1-0/+6
2001-11-07 * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen1-0/+5
2001-11-06* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor1-0/+5
2001-11-05* include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor1-0/+4
2001-11-05 * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen1-0/+4
2001-11-05* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor1-0/+5
2001-11-05* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor1-0/+8
2001-11-05* pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor1-0/+5
2001-11-05* select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor1-0/+8
2001-11-04* select.cc (verify_console): New function.Christopher Faylor1-0/+8
2001-11-04* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor1-0/+16
2001-11-03 * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen1-0/+7
2001-11-03* fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor1-0/+12
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor1-0/+20
2001-11-02* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor1-0/+8
2001-11-01* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor1-0/+9
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor1-0/+43
2001-10-31* environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor1-0/+5
2001-10-31 * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen1-0/+5
2001-10-31remove garbage ChangeLog entry.Christopher Faylor1-4/+5
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor1-0/+6
2001-10-31* fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.Christopher Faylor1-0/+5
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor1-0/+16
2001-10-30 * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen1-1/+7
2001-10-30 * (fhandler_socket::dup): Revert previous change.Corinna Vinschen1-0/+4
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor1-0/+10
2001-10-30 * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen1-0/+6
2001-10-29* fhandler.cc (fhandler_base::set_name): Set namehash here to catch nameChristopher Faylor1-0/+12