Christopher Faylor
6b70b4633c
* kill.cc (main): Change behavior of -f so that it will force the killing of a
...
cygwin process after waiting 2 tenths of a second for it to terminate.
(forcekill): Add an extra argument determining whether to wait for the process
to exit.
2000-09-13 02:48:39 +00:00
Christopher Faylor
10e1fce6a1
* Makefile.in: Refine dumper.exe message.
2000-09-10 16:56:00 +00:00
Christopher Faylor
1b38471e5e
* kill.c (main): Avoid skipping next argument when a signal number is
...
specified.
* Makefile.in: Always clean dumper.exe.
2000-08-29 01:58:00 +00:00
Christopher Faylor
0715614b52
* Makefile.in: Only build dumper.exe when all of its library and include
...
dependencies are available.
2000-08-25 16:50:08 +00:00
Christopher Faylor
e059aa71c6
* Makefile.in: Make failure to build dumper.exe a non-error.
2000-08-25 15:45:42 +00:00
Christopher Faylor
4bb85e7f67
* ps.cc (main): Always print a cygwin process using cygwin paths.
2000-08-25 02:25:52 +00:00
Christopher Faylor
be8924c43b
Change attribution.
2000-08-24 19:07:29 +00:00
Christopher Faylor
0ad10c0f96
* Makefile.in: Add dumper.exe target and associated mechanisms for building it.
...
* dumper.cc: New file.
* dumper.h: New file.
* module_info.cc: New file.
* parse_pe.cc: New file.
2000-08-24 19:03:12 +00:00
Corinna Vinschen
deb2b467e9
* passwd.c (main): Initialize oldpwd before beeing used.
2000-07-31 13:35:39 +00:00
Christopher Faylor
cc631726d3
* kill.cc (main): Add '-f' option to force termination of a process.
...
(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.
2000-07-29 16:26:37 +00:00
Christopher Faylor
aa3ca30ba2
Fix typo.
2000-07-28 22:37:23 +00:00
Christopher Faylor
959e1bac13
* utils/mount.cc (main): Add --show-cygdrive-prefixes option.
...
(show_cygdrive_prefixes): New function.
* utils/umount.cc (main): Add --remove-cygdrive-prefix option.
(error): Change signature from 'char *' to 'const char *'.
(remove_cygdrive_prefix): New function.
2000-07-28 22:34:24 +00:00
Corinna Vinschen
44d2afed74
* mount.cc (mount_already_exists): Slightly rearrange.
...
Change message texts.
2000-07-13 21:49:36 +00:00
Corinna Vinschen
d9028f52ae
* mount.cc (mount_already_exists): Additional warning message
...
if mount point exists with another mount type.
2000-07-13 11:09:53 +00:00
Christopher Faylor
8c6b7d8a15
* Makefile.in: Find getopt.c in cygwin/lib subdirectory.
2000-07-01 04:20:24 +00:00
Christopher Faylor
749bdbe92a
* cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info.
...
(dll_info): Add path parameter for checking "cygwin1.dll".
(track_down): Accomodate additional parameter for dll_info.
(ls): Ditto.
(dump_sys_info): Always print cygwin1.dll last.
2000-06-25 03:18:54 +00:00
Corinna Vinschen
9500a3db90
mount.cc (error): New function to report an error and exit.
...
umount.cc (error): Ditto.
(remove_all_automounts): Check return status of cygwin_umount.
(remove_all_user_mounts): Ditto.
(remove_all_system_mounts): Ditto.
2000-06-08 12:54:12 +00:00
DJ Delorie
b6e259b12f
* mount.cc: add stdlib.h for exit
...
* umount.cc: ditto
* strace.cc: add #define for alloca
2000-06-05 18:43:54 +00:00
Corinna Vinschen
a4bc548973
* regtool.cc (find_key): Add parameter `access'.
...
Call `RegOpenKeyEx' with that desired access.
(cmd_add, cmd_remove, cmd_set, cmd_unset): Call
`find_key' with KEY_ALL_ACCESS access.
(cmd_list, cmd_check, cmd_get): Call `find_key'
with KEY_READ access.
2000-05-19 22:02:23 +00:00
DJ Delorie
f00c1d2ccd
* cygpath.cc: add --windir/--sysdir options
...
* utils.sgml: and document them
2000-05-19 17:06:28 +00:00
Christopher Faylor
e73a56e982
* Makefile.in: Eliminate WINSUP_DEPS.
...
* 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.
2000-05-18 18:39:11 +00:00
Christopher Faylor
865ab4b83f
* mount.cc (main): Add "-X" option to specify a "Cygwin executable".
2000-04-27 03:44:23 +00:00
DJ Delorie
05357ffef2
clean up SGML for latest version of jade/docbook
2000-04-19 00:55:19 +00:00
Corinna Vinschen
0ac91154fc
* mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.
...
Don't create extra passwd entry for administrators group
if local_groups is set.
(usage): Change usage text slightly.
(enum_users): Loop while ERROR_MORE_DATA is returned.
(enum_local_groups): Ditto.
* mkgroup.c (enum_local_groups): Ditto.
(enum_groups) Ditto.
(usage): Change usage text slightly.
2000-04-15 22:30:49 +00:00
Christopher Faylor
418068d4b0
* cygpath.cc (main): Add -a -o and -c options.
...
(doit): Ditto.
2000-04-13 05:23:30 +00:00
Christopher Faylor
138d4f510e
* cygpath.cc (main): Add -f option for processing a group of paths from a file.
...
(doit): New function.
2000-04-11 02:57:25 +00:00
Christopher Faylor
6c8ef0489b
update copyright.
2000-04-03 01:29:06 +00:00
Christopher Faylor
c6c9f06b7c
Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:
...
* strace.cc (_impure_ptr): New global variable to make strace build under
Cygwin gcc.
2000-03-19 03:53:18 +00:00
Christopher Faylor
72ac8b4f0f
* Makefile.in: Make CXXFLAGS consistent with cygwin.
2000-03-18 17:45:35 +00:00
Christopher Faylor
1b534ee1be
* Makefile.in: Use MINGW_CXXFLAGS when compiling strace.
2000-03-15 14:38:09 +00:00
Christopher Faylor
22fe0c41ec
* strace.cc: Throughout, track information like start_time, etc. on a
...
per-process basis.
2000-03-13 02:23:47 +00:00
Christopher Faylor
78fed23c13
* strace.cc (handle_output_debug_string): Parse strace output to allow various
...
types of time output.
2000-02-28 05:08:05 +00:00
Christopher Faylor
1fd5e000ac
import winsup-2000-02-17 snapshot
2000-02-17 19:38:33 +00:00
Christopher Faylor
369d8a8fd5
import winsup-2000-02-17 snapshot
2000-02-17 19:38:31 +00:00