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
*
* pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array in
Corinna Vinschen
2014-05-19
1
-2
/
+2
*
* pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill out
Christopher Faylor
2014-02-15
1
-61
/
+38
*
Introduce reading passwd/group entries from SAM/AD. Introduce
Corinna Vinschen
2014-02-09
1
-2
/
+2
*
* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.
Christopher Faylor
2013-12-18
1
-3
/
+5
*
* autoload.cc (timeBeginPeriod): Autoload.
Christopher Faylor
2013-12-18
1
-8
/
+4
*
* external.cc (fillout_pinfo): Remove nonsensical loop.
Christopher Faylor
2013-12-18
1
-50
/
+58
*
* pinfo.cc (pinfo::status_exit): Enhance comment.
Corinna Vinschen
2013-05-24
1
-3
/
+3
*
* environ.cc (win_env::add_cache): Set the Windows environment variable
Corinna Vinschen
2013-05-24
1
-0
/
+13
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-27
/
+28
*
* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.
Christopher Faylor
2013-03-29
1
-5
/
+11
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
Fix copyrights
Corinna Vinschen
2013-01-14
1
-1
/
+1
*
* exceptions.cc (signal_exit): Move captive process termintation...
Christopher Faylor
2013-01-14
1
-6
/
+4
*
* DevNotes: Add entry cgf-000017.
Christopher Faylor
2012-12-21
1
-1
/
+1
*
* winbase.h: Semi-reinstantiate to workaround lack inline assembler
Corinna Vinschen
2012-11-11
1
-8
/
+3
*
* pinfo.cc: Remove unneeded assert.h.
Christopher Faylor
2012-10-09
1
-1
/
+0
*
* pinfo.cc (pinfo::init): Detect potential race where short block has been
Christopher Faylor
2012-09-17
1
-0
/
+9
*
* pinfo.cc (pinfo::init): Remove assertion.
Christopher Faylor
2012-08-26
1
-1
/
+0
*
* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.
Christopher Faylor
2012-08-23
1
-1
/
+1
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-1
/
+1
*
* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.
Christopher Faylor
2012-08-15
1
-1
/
+1
*
* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found by
Christopher Faylor
2012-07-02
1
-2
/
+0
*
* 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
[next]