summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.cc (fhandler_disk_file::fstat): Always reset file positionCorinna Vinschen2001-06-051-0/+5
* * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen2001-06-041-0/+6
* * path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor2001-06-041-0/+6
* * net.cc (wsock_event): Add destructor.Corinna Vinschen2001-06-031-0/+4
* * dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close wasChristopher Faylor2001-06-031-0/+5
* * syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.Christopher Faylor2001-06-031-0/+5
* * cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor2001-06-031-0/+31
* * path.cc (chdir): Really make sure that isspace gets only an unsigned char.Christopher Faylor2001-06-011-0/+5
* * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen2001-06-011-0/+5
* * fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits sinceChristopher Faylor2001-05-311-0/+5
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-311-0/+25
* * sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.Corinna Vinschen2001-05-291-1/+13
* * shortcut.c (check_shortcut): Treat only Cygwin shortcuts as symlinks.Corinna Vinschen2001-05-291-0/+4
* * path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this toChristopher Faylor2001-05-251-0/+6
* * path.cc (symlink_info::check): Add a check to return correctlyCorinna Vinschen2001-05-251-0/+5
* * path.cc (slash_drive_prefix_p): Remove.Christopher Faylor2001-05-251-0/+10
* * exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor2001-05-241-0/+13
* * syscalls.cc (seteuid): Restrict overriding external providedCorinna Vinschen2001-05-231-0/+7
* * syscalls.cc (chown_worker): Don't check for ENOSYS.Corinna Vinschen2001-05-231-0/+4
* * signal.cc (sleep): Protect with sigframe.Christopher Faylor2001-05-221-0/+4
* * security.cc (get_file_attribute): Don't set errno.Corinna Vinschen2001-05-221-0/+4
* * configure.in: Allow --enable-newvfork to turn NEWVFORK on and off.Christopher Faylor2001-05-211-0/+5
* * include/cygwin/version.h: Bump minor version number.Christopher Faylor2001-05-211-0/+4
* * fhandler_dsp.cc: Reformat to GNU standards.Christopher Faylor2001-05-201-0/+6
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-0/+60
* * fork.cc (fork_parent): Move atforkprepare call here.Christopher Faylor2001-05-201-0/+5
* * autoload.cc: Add missing load statement for `CancelIo'.Corinna Vinschen2001-05-191-0/+4
* * grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor2001-05-191-0/+7
* * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen2001-05-181-0/+6
* * security.cc (cygwin_set_impersonation_token): Never destroyCorinna Vinschen2001-05-171-0/+6
* * uinfo.cc (uinfo_init): Just set user token to INVALID_HANDLE_VALUE.Corinna Vinschen2001-05-161-0/+5
* * net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.Corinna Vinschen2001-05-161-0/+4
* * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen2001-05-161-0/+5
* * autoload.h: Eliminate.Christopher Faylor2001-05-161-5/+16
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-0/+35
* * fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addrCorinna Vinschen2001-05-151-0/+5
* * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen2001-05-151-0/+15
* * errno.cc (_sys_errlist): Add missing commas.Christopher Faylor2001-05-141-0/+4
* * security.cc (subauth): Check if Secur32.dll could be loaded.Corinna Vinschen2001-05-141-0/+4
* * path.cc (path_conv::check): Revert allow_ntsec check so that volume info isChristopher Faylor2001-05-141-0/+5
* Fix formatting.Christopher Faylor2001-05-141-4/+4
* * fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping aChristopher Faylor2001-05-131-0/+5
* * dir.cc (rmdir): Rearrange slightly to allow removing directoriesCorinna Vinschen2001-05-121-0/+5
* * external.cc (fillout_pinfo): Use correct pids.Christopher Faylor2001-05-111-0/+6
* * exceptions.cc (handle_exceptions): Don't print message when executing from aChristopher Faylor2001-05-111-0/+5
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2001-05-111-0/+6
* * path.cc (mount_info::conv_to_win32_path): Treat UNC paths the same as pathsChristopher Faylor2001-05-091-0/+5
* * fhandler.h (fhandler_termios::echo_erase): Declare new method.Christopher Faylor2001-05-091-0/+8
* * include/pthread.h: Remove C++ comment.Christopher Faylor2001-05-091-0/+4
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-0/+24