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
/
pinfo.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage of
Corinna Vinschen
2012-05-30
1
-1
/
+0
*
* DevNotes: Add entry cgf-000004.
Christopher Faylor
2012-05-08
1
-0
/
+7
*
* DevNotes: Add entry cgf-000003.
Christopher Faylor
2012-05-07
1
-7
/
+3
*
* child_info.h: Reset magic number.
Christopher Faylor
2012-03-21
1
-2
/
+0
*
* pinfo.cc (proc_waiter): Remove debugging.
Christopher Faylor
2012-03-21
1
-1
/
+0
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2012-03-20
1
-73
/
+4
*
* pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.
Christopher Faylor
2012-03-20
1
-7
/
+18
*
* pinfo.cc (pinfo::wait): Handle case where prefork was not called prior to
Christopher Faylor
2012-03-19
1
-5
/
+8
*
* fork.cc (lock_signals): Move to sigproc.h.
Christopher Faylor
2012-03-16
1
-61
/
+50
*
* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information for
Christopher Faylor
2012-03-07
1
-13
/
+17
*
* pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debug
Corinna Vinschen
2012-03-05
1
-1
/
+1
*
* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if tty
Christopher Faylor
2012-02-14
1
-4
/
+2
*
* cygheap.cc (init_cygheap::manage_console_count): Delete.
Christopher Faylor
2012-02-07
1
-2
/
+1
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-1
/
+1
*
* dtable.cc (dtable::stdio_init): Always initialize console when we have one.
Christopher Faylor
2012-01-08
1
-24
/
+14
*
* pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gid
Corinna Vinschen
2011-12-23
1
-1
/
+4
*
Throughout use wincap.allocation_granularity instead of getpagesize.
Corinna Vinschen
2011-12-22
1
-10
/
+32
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
* pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potential
Corinna Vinschen
2011-11-28
1
-0
/
+2
*
* exceptions.cc (sigpacket::process): Move signal_exit processing into...
Christopher Faylor
2011-11-26
1
-2
/
+2
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-2
/
+1
*
* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.
Christopher Faylor
2011-11-14
1
-2
/
+7
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-38
/
+77
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
1
-5
/
+5
*
* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.
Christopher Faylor
2011-11-05
1
-0
/
+3
*
* pinfo.cc (status_exit): Return complete error code. Handle
Christopher Faylor
2011-11-05
1
-6
/
+10
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
1
-11
/
+17
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-0
/
+3
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-18
/
+20
*
* miscfuncs.cc (CreatePipeOverlapped): New function.
Corinna Vinschen
2011-08-13
1
-28
/
+32
*
* (winpids::add): Make sure to store always a Windows PID in
Corinna Vinschen
2011-08-11
1
-25
/
+68
*
* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() to
Christopher Faylor
2011-06-16
1
-1
/
+1
*
* pinfo.cc (_pinfo::set_ctty): Don't reset myself->{pgid,sid} if terminal has
Christopher Faylor
2011-06-04
1
-1
/
+1
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE
Christopher Faylor
2011-06-04
1
-0
/
+6
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-8
/
+10
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-23
/
+24
*
* fork.cc (fork): Clear PID_REAPED.
Christopher Faylor
2011-05-05
1
-3
/
+3
*
* pinfo.cc (_pinfo::exists): Check for PID_REAPED.
Christopher Faylor
2011-05-05
1
-1
/
+1
*
* advapi32.cc (SetSecurityDescriptorDacl): Remove.
Corinna Vinschen
2011-04-28
1
-3
/
+4
*
* advapi32.cc (InitializeAcl): Remove.
Corinna Vinschen
2011-04-28
1
-3
/
+2
*
* Fix various copyrights.
Corinna Vinschen
2011-04-18
1
-1
/
+1
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-1
/
+2
*
* init.cc (search_for): Put this in shared section or suffer subtle problems
Christopher Faylor
2010-12-12
1
-0
/
+1
*
* pinfo.cc (pinfo::exit): Grab a tty lock before setting pgid.
Christopher Faylor
2010-10-23
1
-0
/
+1
*
* pinfo.cc (pinfo::exit): Reset tty pgrp to zero if no more handles open.
Christopher Faylor
2010-10-23
1
-2
/
+6
*
* dcrt0.cc (dll_crt0_0): Remove myself settings.
Christopher Faylor
2010-09-01
1
-0
/
+3
*
* cygthread.cc (cygthread::create): Fix incorrect use of name rather than
Christopher Faylor
2010-09-01
1
-1
/
+1
*
* environ.cc (regopt): Change the first argument to wide char string.
Christopher Faylor
2010-05-18
1
-3
/
+5
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-3
/
+3
*
* shared_info.h (open_shared): Create function wrapper for common use case.
Christopher Faylor
2010-03-09
1
-1
/
+1
[next]