Egor Duda
86fbc3d90b
* strace.cc (main): New option '-w'. Start traced process in separate
...
window. New option '-S x'. Flush buffered output every x seconds.
(create_child): Start child process in new window, when requested.
When requested, periodically flush debugging output.
2001-11-04 12:57:55 +00:00
Christopher Faylor
53c79b98c9
Clarify checkin comment slightly.
2001-10-24 23:56:45 +00:00
Christopher Faylor
ae21eea62e
* Makefile.in: Remove EXEEXT consideration. We always need EXEEXT.
2001-10-24 22:09:37 +00:00
Christopher Faylor
a9f20457f3
* Makefile.in: Only build testsuite directory on first 'make check'.
...
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.
2001-10-24 21:56:54 +00:00
Corinna Vinschen
011ec894d2
* mkgroup.c: Avoid compiler warnings.
...
(print_special): New function.
(main): Print special accounts by calling print_special().
* mkpasswd.c: Avoid compiler warnings.
(enum_users): Print additional U-domain\username info in gecos
field when SIDs are printed.
(print_special): New function.
(main): Print special accounts by calling print_special().
2001-10-20 13:56:09 +00:00
Christopher Faylor
c2198f849c
* mkpasswd.cc (enum_users): Shorten "unused" passwd field.
2001-10-15 15:44:37 +00:00
Christopher Faylor
5dec13e179
* Makefile.in: Allow stdinc searching for dumper.
2001-10-13 05:33:47 +00:00
Christopher Faylor
b2a8510b89
* Makefile.in (MINGW_INCLUDES): Accomodate changes in Makefile.common.
2001-10-10 01:58:33 +00:00
Christopher Faylor
12f6d7bc9c
* kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup.
2001-10-08 03:06:25 +00:00
Christopher Faylor
53df7e2aaf
* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not
...
searched.
2001-09-22 00:40:37 +00:00
Christopher Faylor
7700f3718e
* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.
2001-09-21 01:01:27 +00:00
Christopher Faylor
2f02f21831
Add -t option.
2001-09-19 22:06:33 +00:00
Christopher Faylor
de6305a0e4
* Makefile.in: Filter newlib includes from mingw compilation.
2001-09-19 16:22:47 +00:00
Egor Duda
d353d5d6f8
* dumper.cc (dumper::dumper): Print error code in case of error.
...
(dumper::add_thread): Ditto.
(dumper::collect_memory_sections): Ditto.
(dumper::dump_memory_region): Ditto.
(dumper::collect_process_information): Ditto.
(print_section_name): Fix formatting.
2001-09-14 15:07:31 +00:00
Egor Duda
4e8b5fc387
* dumper.cc (main): Properly recognize negative pids (used by w9x).
2001-09-13 15:06:25 +00:00
Egor Duda
92ef5188af
* dumper.cc (main): Change command-line arguments format to be
...
similar to gdb. Allow adding error_start=x:\path\to\dumper.exe to
CYGWIN environment variable to perform core dumping in case of
program crash.
(usage): Ditto.
2001-09-09 13:18:51 +00:00
Christopher Faylor
0fb61528c9
* Makefile.in (dumper): Change logic for libbfd and libintl so that they will
...
be found either in the build tree or the installed directory.
* mkpasswd.c (enum_users): Add a comment as a password for NT.
2001-09-06 02:38:22 +00:00
Christopher Faylor
f90e39b55e
* mount.cc (mount_commands): Don't write /cygdrive/u mount points.
2001-09-04 01:09:39 +00:00
Christopher Faylor
bee722a5e7
* mount.cc (longopts): Add mount-commands to options list.
...
(usage): Add mount-commands option.
(mount_commands): New function. Write commands to recreate current mounts.
2001-09-03 22:02:54 +00:00
Christopher Faylor
db8b09c306
* mount.cc (main): Eliminate excess arguments in printf.
2001-09-01 19:58:40 +00:00
Egor Duda
33bc82476e
* dumper.h: Update copyright notice.
...
* dumper.cc: Ditto.
* dumper.cc: (dumper::print_core_section_list): New function.
* dumper.h: (dumper::print_core_section_list): Declare it.
* dumper.cc (print_section_name): New function.
(dumper::collect_process_information): Augment debugging output.
Stop debugee processing if it posts double exception.
(usage): Fix typo in option name.
2001-08-30 16:47:51 +00:00
Christopher Faylor
34971f0f8c
* mount.cc (main): Issue correct warning for 'not enough arguments'.
2001-08-28 18:48:38 +00:00
Christopher Faylor
da3ea61edd
* cygpath.cc (main): Support -w for Windows (System) directories and return
...
physical correct orthography for the Windows System dir.
2001-08-15 03:24:18 +00:00
Christopher Faylor
aea57aa057
fix typo.
2001-07-19 15:27:59 +00:00
Corinna Vinschen
4c61c04cd3
* regtool.cc (find_key): Handle keys with only one subkey.
2001-07-15 11:27:23 +00:00
Christopher Faylor
288f125efd
* regtool.cc (find_key): Revert previous change.
2001-06-28 02:46:11 +00:00
Christopher Faylor
c135faa8b3
* regtool.cc (find_key): Allow '/' as a synonym for '\\'.
2001-06-27 17:38:40 +00:00
Christopher Faylor
12a9c87480
* mkpasswd.c (main): Output passwd file in binary mode so that there are no CRs
...
in the file.
* umount.cc (remove_all_user_mounts): Don't try to remove /cygdrive mounts.
2001-06-15 04:50:57 +00:00
Christopher Faylor
edcd155ce6
* mkpasswd.c (enum_users): Use /bin/bash as the default shell.
...
(main): Ditto.
2001-05-01 14:50:54 +00:00
Christopher Faylor
64c41c76ff
* passwd.cc (ttymnam): New function.
...
(main): Use ttynam() to report name of tty.
2001-04-29 02:32:18 +00:00
Egor Duda
3ee14d6850
* dumper.cc (dumper::init_core_dump): Set architecture field in dump
...
header.
2001-04-19 14:22:30 +00:00
Corinna Vinschen
8a3adc99ec
* mkgroup.c: Add function pointers `netlocalgroupgetmembers' and
...
`netgroupgetusers'.
(load_netapi): Load function pointers `netlocalgroupgetmembers'
and `netgroupgetusers'.
(enum_local_users): New function.
(enum_local_groups): Call `enum_local_users' for each group if
`print_users' is set.
(enum_users): New function.
(enum_groups): Call `enum_users' for each group if `print_users' is set.
(usage): Add usage text for `-u/--users'.
(longopts): Add option `--users'.
(opts): Add option character `u'.
(main): Set `print_users' according to option `-u/--users'.
Call `enum_local_groups' and `enum_groups' with additional parameter
`print_users'.
2001-04-16 13:19:27 +00:00
Christopher Faylor
9f42525632
* mount.cc (longopts): Add help to options list.
...
(opts): Add 'h' to options string.
* umount.cc (longopts): Add help to options list.
(opts): Add 'h' to options string and change 'R' to 'A'.
2001-04-16 02:51:03 +00:00
Corinna Vinschen
9f2cad57a6
Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:
...
* mkgroup.c (enum_groups): Use RID + offset specified an additional
argument as ID.
(usage): Add description of -o option.
(longopts, opts): Add specifications of -o/--id-offset option.
(main): Add -o option. Invoke enum_groups with specified offset.
* mkpasswd.c (enum_users): Just like mkgroup.c.
(usage, longopts, opts): Ditto.
(main): Add -o option. Invoke enum_users with specified offset
only against domain accounts.
2001-04-15 14:09:33 +00:00
Egor Duda
dd9752e88e
* mkgroup.c (uni2ansi): Use native method to convert from Unicode
...
to multi-byte strings.
* mkpasswd.c (uni2ansi): Ditto.
(enum_users): Pass buffer size when converting string.
(enum_local_groups): Ditto.
* mkgroup.c (enum_groups): Ditto.
(enum_local_groups): Ditto.
2001-04-11 09:38:55 +00:00
Christopher Faylor
be61cf4d0c
* mount.cc (main): Use getopt_long for parsing arguments.
...
(usage): Reformat, show long and short options.
* umount.cc (main): Ditto, all of the above.
2001-04-03 02:41:54 +00:00
Christopher Faylor
c6cd25a033
* mount.cc (show_mounts): Change format string to more closely resemble UNIX
...
when displaying mount table.
2001-04-02 14:58:47 +00:00
Christopher Faylor
9d1373cf8a
Update copyright.
2001-03-18 03:25:30 +00:00
Christopher Faylor
ee57685985
* kill.cc (forcekill): Use dwProcessId when opening a process, not the Cygwin
...
pid.
2001-03-18 02:47:39 +00:00
Corinna Vinschen
ce63785554
* getfacl.c: Add copyright hint.
...
* setfacl.c: Ditto.
* strace.cc: Ditto.
2001-03-05 17:55:23 +00:00
Christopher Faylor
37770e0009
* regtool.cc (cmd_list): Add new registry display options.
...
(cmd_list): Add code to implement -p, -k, and -l options.
* regtool.cc (Fail): Add call to LocalFree to free memory allocated by
FormatMessage.
2001-01-10 22:34:02 +00:00
Christopher Faylor
7adad1217b
more formatting changes.
2001-01-10 15:22:40 +00:00
Christopher Faylor
b82a7a5e35
* regtool.cc (translate): Ensure that 'c' is initialized.
...
(cmd_set): Ditto for rv.
2001-01-10 14:20:16 +00:00
Christopher Faylor
64069abe03
* cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt Harget
...
<matt@use.net>:
* utils/cygcheck.cc (keyeprint): Move declaration before other functions so it
could be used by all functions to report error messages. Add comment.
(add_path): Check for NULL return from malloc.
(find_on_path): Check initial uses of pointers for NULL.
(rva_to_offset): Ditto.
(init_paths): Add checking for return values of Win32 calls.
(get_dword): Ditto.
(get_word): Ditto.
(dll_info): Ditto, also add NULL pointer checks.
(scan_registry): Ditto.
(check_keys): Ditto.
(dump_sysinfo): Ditto. Add default case to switch. Add error reporting if
GetVolumeInformation fails, except when it returns ERROR_NOT_READY.
(track_down): Add checking for NULL pointers and return values of Win32 calls.
(cygwin_info): Ditto. Correct small memory leak.
2000-12-16 04:53:30 +00:00
Christopher Faylor
a239df7f57
* Makefile.in: Compile/link dumper.exe with c++.
2000-12-11 00:10:49 +00:00
Corinna Vinschen
9ae2974ffd
* mkpasswd.c: make default home directory /home/$user if one
...
can't be found in user registry. Allow user to override
that with command line arg.
(longopts): Fix typo in `local-groups' option.
(main): Initialize `passed_home_path' before first usage.
2000-12-07 10:31:01 +00:00
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