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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fork.cc (frok::child): Change order of cleanup prior to return.
Christopher Faylor
2005-10-29
4
-7
/
+18
*
* child_info.h (CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2005-10-29
2
-1
/
+5
*
* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.
Christopher Faylor
2005-10-24
2
-1
/
+5
*
* spawn.cc (spawn_guts): Don't leave the function with return inside
Corinna Vinschen
2005-10-24
2
-2
/
+9
*
* cygheap.h (cygheap_fdenum): Remove start_fd stuff.
Christopher Faylor
2005-10-24
4
-6
/
+12
*
add missing ChangeLog entry
Christopher Faylor
2005-10-24
1
-0
/
+1
*
* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or suffer
Christopher Faylor
2005-10-23
9
-66
/
+86
*
* fhandler_socket.cc (fhandler_socket::connect): Don't restrict
Corinna Vinschen
2005-10-22
3
-16
/
+35
*
* fhandler.h (class fhandler_socket): Add timeout parameter to wait()
Corinna Vinschen
2005-10-22
4
-55
/
+37
*
* include/cygwin/version.h: Fix typo.
Corinna Vinschen
2005-10-22
2
-1
/
+5
*
* dir.cc (rmdir): Eliminate nonsensical code.
Christopher Faylor
2005-10-21
3
-5
/
+8
*
* cygwin.din (futimes): Export.
Corinna Vinschen
2005-10-20
4
-5
/
+47
*
* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.
Christopher Faylor
2005-10-19
2
-31
/
+26
*
* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.
Christopher Faylor
2005-10-19
1
-0
/
+5
*
* autoload.cc: Revert loading rcmd, rexec, rresvport and inet_network
Corinna Vinschen
2005-10-19
2
-4
/
+11
*
* times.cc (utimes): Only consider fds opened with write access.
Christopher Faylor
2005-10-19
2
-1
/
+6
*
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle if
Christopher Faylor
2005-10-19
3
-19
/
+51
*
* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actually
Christopher Faylor
2005-10-19
2
-5
/
+15
*
* cygtls.cc (handle_threadlist_exception): Improve diagnostic output.
Christopher Faylor
2005-10-19
3
-8
/
+14
*
* autoload.cc (NtLockVirtualMemory): Import.
Corinna Vinschen
2005-10-18
10
-14
/
+160
*
* sigproc.cc (child_info::sync): Use correct name when closing to prevent
Christopher Faylor
2005-10-18
3
-1
/
+9
*
* sigproc.cc (child_info::sync): Fix typo which caused hProcess to never be
Christopher Faylor
2005-10-18
2
-3
/
+8
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
18
-85
/
+162
*
* autoload.cc: Never load wsock32.dll. Load all wsock32 function
Corinna Vinschen
2005-10-17
8
-466
/
+401
*
Check in previously ChangeLoged entry.
Christopher Faylor
2005-10-17
1
-1
/
+1
*
* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).
Christopher Faylor
2005-10-14
2
-1
/
+7
*
* dir.cc (mkdir): Abandon use of PC_WRITABLE.
Christopher Faylor
2005-10-12
4
-13
/
+16
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert an
Corinna Vinschen
2005-10-12
2
-2
/
+13
*
* Makefile.in: Make sure that directories are created prior to copying to them.
Christopher Faylor
2005-10-11
2
-0
/
+9
*
* net.cc (cygwin_gethostbyname): Remove debugging.
Christopher Faylor
2005-10-11
2
-3
/
+4
*
* syslog.cc (try_connect_syslogd): Add priority parameter. Use writev
Corinna Vinschen
2005-10-11
2
-15
/
+37
*
* (symlink_info::set_error): Change to return bool if input error should be
Christopher Faylor
2005-10-11
2
-7
/
+25
*
* cygheap.h (class process_lock): New class.
Christopher Faylor
2005-10-03
8
-23
/
+49
*
* uname.cc (uname): Disable use of GetNativeSystemInfo.
Corinna Vinschen
2005-10-03
2
-0
/
+10
*
* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.
Christopher Faylor
2005-10-02
7
-30
/
+56
*
* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()
Christopher Faylor
2005-09-30
5
-12
/
+38
*
Fix typo.
Corinna Vinschen
2005-09-30
1
-1
/
+1
*
* fhandler_disk_file.cc: Change calls to pc.set_attributes into
Corinna Vinschen
2005-09-30
3
-4
/
+9
*
* fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Use
Corinna Vinschen
2005-09-30
2
-2
/
+9
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also use
Corinna Vinschen
2005-09-30
2
-0
/
+7
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only write
Corinna Vinschen
2005-09-30
2
-2
/
+7
*
* fork.cc (frok::parent): Simplify error messages. Don't issue an error when
Christopher Faylor
2005-09-30
2
-11
/
+24
*
* fhandler_floppy.cc (fhandler_dev_floppy::get_drive_info): Don't call
Corinna Vinschen
2005-09-29
2
-1
/
+13
*
* dir.cc (mkdir): Check for trailing /. or /.. component.
Corinna Vinschen
2005-09-29
3
-0
/
+39
*
* crt0.cc: Remove PPC considerations.
Corinna Vinschen
2005-09-29
2
-9
/
+9
*
Fix typo.
Christopher Faylor
2005-09-28
1
-2
/
+2
*
Change name from commune_recv to commune_process throughout. Change name from
Christopher Faylor
2005-09-28
6
-249
/
+219
*
* hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether to
Christopher Faylor
2005-09-28
2
-1
/
+6
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
6
-343
/
+425
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
26
-501
/
+173
[next]