aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor6-8/+25
2001-06-15* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor2-6/+10
2001-06-15 * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set sizeCorinna Vinschen2-1/+9
2001-06-15* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits forChristopher Faylor2-44/+40
2001-06-14* thread.cc (pthread_cond::Signal): Release the condition access variableChristopher Faylor2-1/+11
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda4-21/+40
2001-06-12* environ.cc (set_file_api_mode): New function. Move settingEgor Duda4-4/+29
2001-06-11Add missing entry.Christopher Faylor1-1/+5
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor4-36/+31
2001-06-11* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor2-2/+7
2001-06-11* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor2-18/+22
2001-06-11* path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor2-7/+32
2001-06-10* exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor3-4/+17
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen5-10/+36
2001-06-09 * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen3-84/+185
2001-06-07* thread.cc (pthread_cond::Broadcast): Don't print error messages on invalidChristopher Faylor2-1/+16
2001-06-05 * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen2-6/+12
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda7-38/+140
2001-06-05 * fhandler.cc (fhandler_disk_file::fstat): Always reset file positionCorinna Vinschen2-8/+20
2001-06-04 * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen3-1/+10
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor5-26/+39
2001-06-03 * net.cc (wsock_event): Add destructor.Corinna Vinschen2-0/+10
2001-06-03* dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor2-1/+8
2001-06-03* syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.Christopher Faylor2-7/+17
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor7-138/+201
2001-06-01* path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor2-1/+6
2001-06-01 * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen2-8/+33
2001-06-01revert.Christopher Faylor1-14/+14
2001-05-31* fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits sinceChristopher Faylor2-3/+11
2001-05-31Maintain 80 col line length.Christopher Faylor1-1/+2
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor8-62/+91
2001-05-29 * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen5-190/+140
2001-05-29Avoid NAME too long error.Christopher Faylor1-14/+14
2001-05-29 * shortcut.c (check_shortcut): Treat only Cygwin shortcuts as symlinks.Corinna Vinschen2-2/+9
2001-05-25* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor2-15/+20
2001-05-25 * path.cc (symlink_info::check): Add a check to return correctlyCorinna Vinschen2-1/+6
2001-05-25* path.cc (slash_drive_prefix_p): Remove.Christopher Faylor3-45/+20
2001-05-24* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor4-12/+36
2001-05-23 * syscalls.cc (seteuid): Restrict overriding external providedCorinna Vinschen2-13/+28
2001-05-23 * syscalls.cc (chown_worker): Don't check for ENOSYS.Corinna Vinschen2-6/+10
2001-05-22* signal.cc (sleep): Protect with sigframe.Christopher Faylor2-0/+5
2001-05-22 * security.cc (get_file_attribute): Don't set errno.Corinna Vinschen2-2/+4
2001-05-21* configure.in: Allow --enable-newvfork to turn NEWVFORK on and off.Christopher Faylor3-15/+22
2001-05-21* include/cygwin/version.h: Bump minor version number.Christopher Faylor2-1/+5
2001-05-20* fhandler_dsp.cc: Reformat to GNU standards.Christopher Faylor2-282/+293
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen9-161/+1041
2001-05-20* fork.cc (fork_parent): Move atforkprepare call here.Christopher Faylor2-5/+10
2001-05-19 * autoload.cc: Add missing load statement for `CancelIo'.Corinna Vinschen2-0/+5
2001-05-19* grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor4-11/+12
2001-05-18 * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen2-1/+13