Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ps.cc (main): Set aflag if -p option is given. | Corinna Vinschen | 2006-02-17 | 1 | -0/+1 |
| | |||||
* | * ps.cc (longopts): Add --process option. | Corinna Vinschen | 2006-02-16 | 1 | -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 Faylor | 2005-01-16 | 1 | -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 copyrights | Christopher Faylor | 2004-10-25 | 1 | -48/+48 |
| | |||||
* | * cygcheck.cc (usage) Add description output. | Joshua Daniel Franklin | 2003-04-26 | 1 | -0/+2 |
| | |||||
* | Add final newlines to utils | Joshua Daniel Franklin | 2002-09-15 | 1 | -1/+2 |
| | |||||
* | * ps.cc (main): Use uid or uid32 member of struct external_pinfo | Corinna Vinschen | 2002-05-29 | 1 | -7/+20 |
| | | | | dependent of the value of the struct's version member. | ||||
* | * ps.cc (main): Change print format for uid to unsigned. Use uid32 | Corinna Vinschen | 2002-05-29 | 1 | -5/+5 |
| | | | | member of struct external_pinfo instead of uid. | ||||
* | * ps.cc (usage): Fix typo. | Corinna Vinschen | 2002-05-28 | 1 | -1/+2 |
| | |||||
* | * ps.cc (prog_name): New global variable. | Christopher Faylor | 2002-05-28 | 1 | -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 Faylor | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | * passwd.cc (ttymnam): New function. | Christopher Faylor | 2001-04-29 | 1 | -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 Faylor | 2000-10-18 | 1 | -2/+2 |
| | |||||
* | * ps.cc (main): Add some extra space to pid output for Windows 95. | Christopher Faylor | 2000-10-18 | 1 | -6/+6 |
| | |||||
* | * ps.cc (main): Accomodate new PID_ constant. | Christopher Faylor | 2000-10-15 | 1 | -3/+1 |
| | |||||
* | * ps.cc (main): Change order of reporting slightly so that windows pids are | Christopher Faylor | 2000-10-09 | 1 | -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 Faylor | 2000-08-25 | 1 | -2/+2 |
| | |||||
* | * Makefile.in: Add dumper.exe target and associated mechanisms for building it. | Christopher Faylor | 2000-08-24 | 1 | -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 Faylor | 2000-07-29 | 1 | -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 Faylor | 2000-05-18 | 1 | -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 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+150 |