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
*
* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.
Christopher Faylor
2011-11-23
1
-0
/
+14
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
1
-0
/
+19
*
* sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn't
Christopher Faylor
2011-11-21
1
-0
/
+5
*
* sigproc.cc (remove_proc): Don't do busy loop when execing since thread could
Christopher Faylor
2011-11-21
1
-0
/
+8
*
* shared.cc (get_shared_parent_dir): Use global shared_parent_dir
Corinna Vinschen
2011-11-18
1
-0
/
+7
*
* shared.cc (shared_info::create): Open global shared data section
Corinna Vinschen
2011-11-17
1
-0
/
+5
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-11-16
1
-0
/
+24
*
* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.
Christopher Faylor
2011-11-14
1
-0
/
+4
*
Remove erroneously checked-in debugging statements.
Christopher Faylor
2011-11-14
1
-0
/
+8
*
update copyrights
Christopher Faylor
2011-11-14
1
-0
/
+15
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-0
/
+90
*
* posix.sgml (std-gnu): Add ptsname_r.
Corinna Vinschen
2011-11-08
1
-0
/
+4
*
* fhandler.h (__ptsname): New macro.
Christopher Faylor
2011-11-08
1
-0
/
+9
*
* include/cygwin/stdlib.h: Update copyright.
Christopher Faylor
2011-11-08
1
-0
/
+4
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
1
-0
/
+23
*
* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
Corinna Vinschen
2011-11-07
1
-0
/
+4
*
* syscalls.cc (check_dir_not_empty): Check surplus directory entries
Corinna Vinschen
2011-11-07
1
-0
/
+12
*
* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.
Christopher Faylor
2011-11-05
1
-0
/
+5
*
* pinfo.cc (status_exit): Return complete error code. Handle
Christopher Faylor
2011-11-05
1
-0
/
+6
*
* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subproc
Christopher Faylor
2011-11-04
1
-0
/
+7
*
* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can't
Christopher Faylor
2011-11-04
1
-0
/
+5
*
* sigproc.cc (child_info::sync): Report on exit code in strace output.
Christopher Faylor
2011-11-03
1
-0
/
+6
*
* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error when
Christopher Faylor
2011-11-03
1
-0
/
+6
*
* fhandler.cc (off_current): Define local in fhandler_base::raw_write.
Corinna Vinschen
2011-11-03
1
-0
/
+8
*
Remove erroneous entry.
Christopher Faylor
2011-10-30
1
-1
/
+0
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-0
/
+49
*
* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exiting
Christopher Faylor
2011-10-28
1
-0
/
+5
*
* cygwin.din (getgrouplist): Export.
Corinna Vinschen
2011-10-28
1
-0
/
+14
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
1
-0
/
+32
*
* hookapi.cc (hook_or_detect_cygwin): Take additional handle
Corinna Vinschen
2011-10-25
1
-0
/
+10
*
* syscalls.cc (unlink_nt): Fix a bug which overwrites the NT status
Corinna Vinschen
2011-10-24
1
-0
/
+6
*
* shared.cc (open_shared): Fix memory reservation of essential shared
Corinna Vinschen
2011-10-24
1
-0
/
+6
*
* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testing
Christopher Faylor
2011-10-23
1
-0
/
+7
*
* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it is
Christopher Faylor
2011-10-23
1
-0
/
+9
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-0
/
+35
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid
Corinna Vinschen
2011-10-21
1
-0
/
+8
*
Check in missing ChangeLog entry.
Christopher Faylor
2011-10-21
1
-0
/
+7
*
* globals.cc (ro_u_ncfsd): New R/O unicode string.
Corinna Vinschen
2011-10-21
1
-0
/
+12
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-0
/
+21
*
* syscalls.cc (try_to_bin): Improve debug output.
Corinna Vinschen
2011-10-20
1
-0
/
+11
*
* path.cc: Extend two comments. Mention the name RtlpCurDirRef
Corinna Vinschen
2011-10-18
1
-0
/
+5
*
* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().
Christopher Faylor
2011-10-17
1
-0
/
+4
*
* sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.
Christopher Faylor
2011-10-17
1
-0
/
+4
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-0
/
+119
*
* fhandler_process.cc (dos_drive_mappings::fixup_if_match): Convert
Corinna Vinschen
2011-10-15
1
-0
/
+5
*
* sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID on
Corinna Vinschen
2011-10-15
1
-0
/
+26
*
* path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' instead
Corinna Vinschen
2011-10-13
1
-0
/
+5
*
* path.cc (copy_cwd_str): Move up in file to be accessible from
Corinna Vinschen
2011-10-13
1
-0
/
+14
*
* fhandler_console.cc (fhandler_console::cursor_set): Disable forcing
Corinna Vinschen
2011-10-12
1
-0
/
+5
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-0
/
+32
[next]