Christopher Faylor
37c49e19f2
Make initial tabbing consistent.
2000-12-07 03:20:21 +00:00
Christopher Faylor
92311ab5e5
* Makefile.in: Use CXX to build the DLL.
...
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
2000-12-03 05:42:03 +00:00
Christopher Faylor
04979a0fc3
* utils.sgml: Document new options for ps and strace.
2000-11-19 04:55:49 +00:00
Christopher Faylor
4c35f9f01f
* mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.
...
* mount.cc (show_cygdrive_prefixes): Remove function.
* mount.cc (show_cygdrive_info): New function. Actually, show_cygdrive_info is
really an enhanced version of show_cygdrive_prefixes renamed to
show_cygdrive_info that also displays the user and system flags.
2000-11-08 20:39:45 +00:00
Corinna Vinschen
315f8fd37b
* mkgroup.c (load_netapi): New function to load netapi32.dll functions
...
dynamically so that mkgroup works on 9x/ME as well.
Use corresponding function pointers throughout.
(usage): Change to `int'. Change text to be conformant to mkpasswd.
(main): Use `getlongopt' to process options.
Special handling to create a group entry on 9x/ME.
* mkpasswd.c (load_netapi): New function to load netapi32.dll functions
dynamically so that mkpasswd works on 9x/ME as well.
Use corresponding function pointers throughout.
(usage): Change to `int'. Change text to be conformant to mkgroup.
(main): Use `getlongopt' to process options.
Special handling to create a passwd entry on 9x/ME.
Change conditional to create an entry for the local administrators
group when appropriate.
2000-11-08 15:00:02 +00:00
Corinna Vinschen
69f9407faa
* kill.cc (main): Return 1 in case of errors.
2000-11-02 01:03:00 +00:00
Christopher Faylor
ce475802f8
* Makefile.in: Accomodate newer gcc's which require linking of c++ programs
...
with g++. Fixup output for some compilations.
* cygcheck.cc: Respond to compiler warnings.
* dumper.cc (main): Ditto.
* parse_pe.cc (exclusion::sort_and_check): Ditto.
* setfacl.cc (getaclentry): Ditto.
2000-10-28 05:39:38 +00:00
Christopher Faylor
eedc36cb12
Cleanup formatting on some files. Remove excessive whitespace.
2000-10-28 05:00:00 +00:00
Christopher Faylor
3c952fed3f
* strace.cc (main): Add a '-b' option.
2000-10-28 00:21:41 +00:00
DJ Delorie
cc55c579a3
* ssp.c: new
...
* ssp.txt: new
* Makefile.in: build ssp.exe
2000-10-19 02:13:52 +00:00
Christopher Faylor
b8cb783f28
* ps.cc (main): Add some extra space to Windows pid output for Windows 95.
2000-10-18 22:58:34 +00:00
Christopher Faylor
04f1fe89ec
* ps.cc (main): Add some extra space to pid output for Windows 95.
2000-10-18 04:55:01 +00:00
Corinna Vinschen
d9d9b70718
* cygcheck.cc (main): Fix argument counting.
2000-10-16 23:12:58 +00:00
Christopher Faylor
5460fae73f
* ps.cc (main): Accomodate new PID_ constant.
2000-10-15 03:43:48 +00:00
Christopher Faylor
5e0d760fb8
* strace.cc (proc_child): Handle exceptions correctly.
2000-10-12 06:22:30 +00:00
Christopher Faylor
aaf0dee260
* ps.cc (main): Change order of reporting slightly so that windows pids are
...
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.
2000-10-09 03:31:10 +00:00
Corinna Vinschen
830ac3d276
Forgot to remove cygkeycheck.cc
2000-09-29 11:22:36 +00:00
Corinna Vinschen
41a0695b83
* cygcheck.cc (keyeprint): New function.
...
(check_keys): New function. Perform checking keycodes.
(main): Add option `-k' for invoking check_keys.
Change option processing to use long options and getopt_long.
* cygkeycheck.cc: Removed. Functionality moved to `cygcheck.cc'.
* Makefile.in: Remove cygkeycheck from the dependencies.
2000-09-29 11:20:53 +00:00
Corinna Vinschen
b40ae04e56
* cygkeycheck.cc: New file. Utility to retrieve keycodes.
...
* Makefile.in: Add cygkeycheck to the dependencies.
2000-09-28 06:39:43 +00:00
Christopher Faylor
45b80bb4ce
* cygpath.cc: Add new options: -s and -i.
...
* utils.sgml: Document the new options.
2000-09-19 01:26:45 +00:00
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