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
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-1
/
+2
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-4
/
+5
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-0
/
+1
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-3
/
+2
*
Remove initialization of static or global values to zero, throughout. This
Christopher Faylor
2001-09-06
1
-2
/
+2
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-1
/
+1
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.
Christopher Faylor
2001-06-11
1
-28
/
+4
*
minor formatting changes.
Christopher Faylor
2001-04-29
1
-5
/
+5
*
* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
Corinna Vinschen
2001-01-30
1
-2
/
+2
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-27
/
+2
*
* autoload.cc: Autoload CharToOemA.
Christopher Faylor
2000-12-10
1
-0
/
+25
*
* pinfo.cc (winpids:add): New method.
Christopher Faylor
2000-11-05
1
-33
/
+65
*
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
Christopher Faylor
2000-11-04
1
-6
/
+11
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-1
/
+1
*
* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.
Christopher Faylor
2000-11-02
1
-39
/
+76
*
* pinfo.cc (enum_init): Don't suffer silently if we can't load the process
Christopher Faylor
2000-10-31
1
-3
/
+12
*
* pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.
Corinna Vinschen
2000-10-22
1
-5
/
+0
*
Fix typo.
Christopher Faylor
2000-10-21
1
-1
/
+1
*
* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as
Christopher Faylor
2000-10-21
1
-1
/
+1
*
* fhandler.h (fhandler_console): Remove tcsetpgrp.
Christopher Faylor
2000-10-21
1
-7
/
+8
*
* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoid
Christopher Faylor
2000-10-20
1
-1
/
+8
*
* sigproc.h (sigthread): Eliminate locking for now since per thread signalling
Christopher Faylor
2000-10-19
1
-0
/
+5
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-98
/
+14
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-47
/
+101
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-11
/
+0
*
* dtable.cc (dtable::fixup_after_fork): Revert thinko below.
Christopher Faylor
2000-10-13
1
-1
/
+1
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-0
/
+1
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+4
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
1
-5
/
+5
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-15
/
+4
*
* pinfo.h (pinfo): Un-inline release.
Christopher Faylor
2000-08-26
1
-8
/
+21
*
* dcrt0.cc (dll_crt0_1): Move set_os_type.
Christopher Faylor
2000-08-26
1
-5
/
+1
*
* dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier in
Christopher Faylor
2000-08-24
1
-7
/
+14
*
Revert previous erroneous checkin.
Christopher Faylor
2000-08-23
1
-14
/
+7
*
* include/sys/cygwin.h: Protect class definitions.
Christopher Faylor
2000-08-23
1
-7
/
+14
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+5
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+2
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-1
/
+1
*
* strace.cc (strace::prntf): Make second argument the function name, rather
Christopher Faylor
2000-08-02
1
-11
/
+11
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-216
/
+164
*
* pinfo.cc (pinfo_init): Revert previous patch.
Corinna Vinschen
2000-06-17
1
-2
/
+0
*
* pinfo.cc (pinfo_init): Add missing initializers.
Corinna Vinschen
2000-06-17
1
-0
/
+2
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
1
-2
/
+2
*
Throughout use strace class in place of individual functions and variables.
Christopher Faylor
2000-03-07
1
-10
/
+10
*
* pinfo.cc (set_myself): Add build date to strace output.
Christopher Faylor
2000-02-28
1
-0
/
+1
*
* dcrt0.cc (set_os_type): Record OS name string.
Christopher Faylor
2000-02-28
1
-3
/
+18
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+413