summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ps.cc
Commit message (Collapse)AuthorAgeFilesLines
* * ps.cc (main): Set aflag if -p option is given.Corinna Vinschen2006-02-171-0/+1
|
* * ps.cc (longopts): Add --process option.Corinna Vinschen2006-02-161-3/+12
| | | | | | | (opts): Add -p option. (usage): Mention -p/--process option. (main): Handle -p option. * utils.sgml: Describe -p/--process option.
* * ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor2005-01-161-1/+1
| | | | | | | * strace.cc (main): Recognize new option for displaying hex value of strace type. (handle_output_debug_string): Prepend output with hex value of strace message if -H is specified.
* fix whitespace, update some copyrightsChristopher Faylor2004-10-251-48/+48
|
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-0/+2
|
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
|
* * ps.cc (main): Use uid or uid32 member of struct external_pinfoCorinna Vinschen2002-05-291-7/+20
| | | | dependent of the value of the struct's version member.
* * ps.cc (main): Change print format for uid to unsigned. Use uid32Corinna Vinschen2002-05-291-5/+5
| | | | member of struct external_pinfo instead of uid.
* * ps.cc (usage): Fix typo.Corinna Vinschen2002-05-281-1/+2
|
* * ps.cc (prog_name): New global variable.Christopher Faylor2002-05-281-11/+77
| | | | | | | | (longopts): Ditto. (opts): Ditto. (usage): New function. (print_version): New function. (main): Accomodate longopts and new --help, --version options.
* * Makefile.in: Add define to CXXFLAGS.Christopher Faylor2001-12-111-1/+1
|
* * passwd.cc (ttymnam): New function.Christopher Faylor2001-04-291-7/+19
| | | | (main): Use ttynam() to report name of tty.
* * ps.cc (main): Add some extra space to Windows pid output for Windows 95.Christopher Faylor2000-10-181-2/+2
|
* * ps.cc (main): Add some extra space to pid output for Windows 95.Christopher Faylor2000-10-181-6/+6
|
* * ps.cc (main): Accomodate new PID_ constant.Christopher Faylor2000-10-151-3/+1
|
* * ps.cc (main): Change order of reporting slightly so that windows pids areChristopher Faylor2000-10-091-3/+3
| | | | | | | | more obvious. * strace.cc (add_child): Just add child's pid directly. (remove_child): No need to close the child process pid since ContinueDebugEvent does that automatically. (proc_child): Ditto for child thread.
* * ps.cc (main): Always print a cygwin process using cygwin paths.Christopher Faylor2000-08-251-2/+2
|
* * Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor2000-08-241-1/+2
| | | | | | | * dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file.
* * kill.cc (main): Add '-f' option to force termination of a process.Christopher Faylor2000-07-291-16/+181
| | | | | | | | | (forcekill): New function. * ps.cc (main): Add '-W' option to list Windows pids as well as Cygwin pids. (dummyprocessmodules): New function. (GetModuleFileNameEx95): New function. (init_win): New function. (to_time_t): New function.
* * Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor2000-05-181-2/+1
| | | | | | | | | * cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+150