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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.
Erik M. Bray
2017-01-10
1
-1
/
+3
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Return unique inode numbers when calling stat/fstat on pipes and IP sockets
Corinna Vinschen
2016-01-11
1
-1
/
+1
*
* autoload.cc (timeBeginPeriod): Autoload.
Christopher Faylor
2013-12-18
1
-3
/
+2
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-9
/
+10
*
* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.
Christopher Faylor
2013-03-29
1
-1
/
+2
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-9
/
+9
*
* child_info.h (child_info::postfork): Define new function.
Christopher Faylor
2012-03-21
1
-1
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2012-03-20
1
-8
/
+1
*
* fork.cc (lock_signals): Move to sigproc.h.
Christopher Faylor
2012-03-16
1
-3
/
+7
*
* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information for
Christopher Faylor
2012-03-07
1
-1
/
+1
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-7
/
+6
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-12
/
+27
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
1
-1
/
+2
*
* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subproc
Christopher Faylor
2011-11-04
1
-3
/
+4
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
1
-2
/
+7
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-1
/
+1
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-4
/
+5
*
* pinfo.h (struct _pinfo): Reduce size of progname array slightly.
Corinna Vinschen
2011-05-24
1
-2
/
+6
*
* pinfo.h (class push_process_state): New class to push a process state
Corinna Vinschen
2011-05-05
1
-0
/
+17
*
* pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup of
Christopher Faylor
2011-05-04
1
-1
/
+1
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-1
/
+1
*
* exec.cc: Include pinfo.h.
Corinna Vinschen
2011-01-20
1
-2
/
+12
*
* dcrt0.cc (dll_crt0_0): Remove myself settings.
Christopher Faylor
2010-09-01
1
-2
/
+2
*
* environ.cc (regopt): Change the first argument to wide char string.
Christopher Faylor
2010-05-18
1
-1
/
+1
*
Add cygwin wrapper for ExitProcess and TerminateProcess.
Charles Wilson
2009-10-06
1
-0
/
+1
*
* pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.
Christopher Faylor
2008-12-20
1
-3
/
+1
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-12
/
+0
*
* cygheap.cc (cwcsdup): New function.
Corinna Vinschen
2008-02-14
1
-1
/
+1
*
* dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
Corinna Vinschen
2007-12-06
1
-1
/
+1
*
Preliminary change to make fifos/pipes interruptible and fifos reliable.
Christopher Faylor
2007-07-07
1
-6
/
+5
*
* cygheap.h (struct cwdstuff): Remove sync member and keep_in_sync
Corinna Vinschen
2007-02-22
1
-1
/
+1
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-10
/
+7
*
* dir.cc (mkdir): Check last path component for "..".
Corinna Vinschen
2006-11-30
1
-1
/
+0
*
* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
Christopher Faylor
2006-03-21
1
-1
/
+1
*
* pinfo.h (EXITCODE_OK): Define new constant.
Christopher Faylor
2006-03-18
1
-0
/
+1
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
1
-2
/
+3
*
* pinfo.cc (pinfo::init): Clarify comment slightly.
Christopher Faylor
2005-12-22
1
-4
/
+2
*
* pinfo.cc (size_copied): New convenience macro.
Christopher Faylor
2005-12-12
1
-8
/
+12
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-0
/
+4
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-1
/
+2
*
* cygheap.h (class process_lock): New class.
Christopher Faylor
2005-10-03
1
-4
/
+0
*
Change name from commune_recv to commune_process throughout. Change name from
Christopher Faylor
2005-09-28
1
-13
/
+7
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-8
/
+0
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-0
/
+8
*
* pinfo.h (EXITCODE_SET): Move out of range of Windows error.
Christopher Faylor
2005-09-16
1
-2
/
+2
*
* external.cc: Move pids declaration to file scope and use less enthusiastic
Christopher Faylor
2005-05-19
1
-1
/
+2
[next]