index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.
Christopher Faylor
2005-05-11
1
-0
/
+8
*
* cygtls.cc (_cygtls::remove): Clear exitsock after close.
Christopher Faylor
2005-05-11
1
-0
/
+6
*
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
Corinna Vinschen
2005-05-10
1
-0
/
+25
*
* dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors are
Christopher Faylor
2005-05-10
1
-0
/
+5
*
* path.cc (path_conv::check): Set correct file attributes for socket
Corinna Vinschen
2005-05-10
1
-0
/
+5
*
2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2005-05-09
1
-0
/
+14
*
* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.
Christopher Faylor
2005-05-09
1
-0
/
+9
*
* path.cc (normalize_posix_path): Don't treat '//' specially since newer
Christopher Faylor
2005-05-07
1
-0
/
+5
*
* devices.cc: Regenerate with correct name for dev_netdrive_storage.
Christopher Faylor
2005-05-07
1
-0
/
+4
*
* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.
Christopher Faylor
2005-05-06
1
-0
/
+9
*
* cygerrno.h (__set_errno): Remove useless parentheses.
Corinna Vinschen
2005-05-04
1
-0
/
+4
*
* cygerrno.h (__set_errno): Define as inline function here.
Corinna Vinschen
2005-05-04
1
-0
/
+6
*
* shared.cc (user_shared_initialize): Rework locking so that nothing is checked
Christopher Faylor
2005-05-04
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treat
Corinna Vinschen
2005-05-03
1
-0
/
+6
*
* fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.
Corinna Vinschen
2005-05-03
1
-0
/
+4
*
* fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==
Christopher Faylor
2005-05-02
1
-0
/
+5
*
* environ.cc (spenv::force_into_environment): Rename from add_always.
Christopher Faylor
2005-04-30
1
-0
/
+11
*
* errno.cc (errmap): Sort table.
Christopher Faylor
2005-04-30
1
-0
/
+4
*
* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.
Christopher Faylor
2005-04-30
1
-0
/
+4
*
* shared_info.h (cygwin_shared_address): Bump to a higher value to avoid
Christopher Faylor
2005-04-28
1
-0
/
+20
*
* fhandler.cc (fhandler_base::open_9x): Remove (broken) check for
Christopher Faylor
2005-04-28
1
-0
/
+6
*
* environ.cc (build_env): Ensure that win32 array is properly filled in when a
Christopher Faylor
2005-04-27
1
-0
/
+5
*
* include/cygwin/version.h: Bump DLL minor number to 17.
Christopher Faylor
2005-04-26
1
-0
/
+4
*
* how-to-debug-cygwin.txt: Fix typo.
Joshua Daniel Franklin
2005-04-25
1
-0
/
+4
*
* shared.cc (user_shared_initialize): Implement locking similar to shared_info
Christopher Faylor
2005-04-23
1
-0
/
+5
*
* fhandler.h (dev_console::set_color): Define new function.
Christopher Faylor
2005-04-22
1
-0
/
+20
*
* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
Christopher Faylor
2005-04-22
1
-0
/
+13
*
* shared.cc (shared_info::initialize): Test previous version of shared memory
Christopher Faylor
2005-04-21
1
-0
/
+6
*
* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.
Christopher Faylor
2005-04-20
1
-0
/
+7
*
* path.cc (path_conv::check): Fix problem reading symlinks introduced in below
Christopher Faylor
2005-04-20
1
-0
/
+6
*
* path.cc (path_conv::check): Punt when attempting to access a nonexistent
Christopher Faylor
2005-04-20
1
-0
/
+5
*
* security.cc (alloc_sd): Remove DELETE bit from user's ACE if
Corinna Vinschen
2005-04-19
1
-0
/
+5
*
* cygwin.din (pselect): Export.
Corinna Vinschen
2005-04-19
1
-0
/
+7
*
* fhandler.h (enum conn_state): Add connect_failed state.
Corinna Vinschen
2005-04-18
1
-0
/
+18
*
* include/cygwin/version.h: Bump DLL minor number to 16.
Christopher Faylor
2005-04-18
1
-0
/
+4
*
* grp.cc (initgroups32): Return the correct value.
Corinna Vinschen
2005-04-18
1
-0
/
+4
*
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Ignore
Corinna Vinschen
2005-04-16
1
-0
/
+7
*
* security.h (cygsidlist::addfromgr): Allow duplicate entries.
Corinna Vinschen
2005-04-16
1
-0
/
+14
*
* environ.cc (environ_init): Don't set traverse checking as default.
Corinna Vinschen
2005-04-16
1
-0
/
+4
*
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touching
Corinna Vinschen
2005-04-16
1
-0
/
+5
*
* fhandler.cc (fhandler::dup): Duplicate flags, too.
Christopher Faylor
2005-04-16
1
-0
/
+19
*
* syscalls.cc (setuid32): Correct debugging output.
Corinna Vinschen
2005-04-15
1
-0
/
+4
*
* dcrt0.cc (do_global_dtors): Run DLL dtors.
Christopher Faylor
2005-04-14
1
-0
/
+20
*
* fhandler.h (class fhandler_socket): Remove utimes.
Corinna Vinschen
2005-04-13
1
-0
/
+5
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
1
-0
/
+15
*
* fhandler.h (fhandler_base::utimes_fs): New method.
Christopher Faylor
2005-04-13
1
-0
/
+8
*
* fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errno
Corinna Vinschen
2005-04-13
1
-3
/
+7
*
* autoload.cc (NtQueryVolumeInformationFile): Add.
Corinna Vinschen
2005-04-12
1
-0
/
+41
*
Fix ChangeLog entry.
Corinna Vinschen
2005-04-11
1
-1
/
+1
*
Revert previous patch.
Corinna Vinschen
2005-04-11
1
-0
/
+8
[next]