Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-14 * passwd.c: Rearrange includes to avoid unnecessary warnings.Corinna Vinschen
(GetPW): Add parameter to (dis)allow printing of Windows username. Use defines instead of numerical constants where possible. Try avoiding impersonation problem. Rearrange to print Windows username only if it's different from Cygwin username. (ChangePW): Use defines instead of numerical constants where possible. (main): Call GetPW with additional parameter. Change error text. * passwd.c (GetPW): Handle case of user-edited /etc/passwd with cygwin_internal (CW_EXTRACT_DOMAIN_AND_USER, ...).
2002-06-12Add dumper.exe words from Egor Duda.Christopher Faylor
2002-06-09* path.cc (cygpath): Change MOUNT_AUTO to MOUNT_CYGDRIVE.Christopher Faylor
(getmntent): Ditto.
2002-06-09* mount.cc (main): Use default system/user flag for cygdrive stuff, too.Christopher Faylor
(change_cygdrive_prefix): Change MOUNT_AUTO to MOUNT_CYGDRIVE. * umount.cc (remove_cygdrive_prefix): Ditto. (main): Use default system/user flag for cygdrive stuff, too.
2002-06-09* mount.cc (opts): Remove '-i' option.Christopher Faylor
(usage): Ditto. (main): Ditto. (longopts): Remove --import-old-mounts option.
2002-06-07* cygpath.cc: Add option to output windows paths in different formats: "dos"Christopher Faylor
and "mixed". (main): Process options. (doit): Check new options flags.
2002-06-07 * regtool.cc (Fail): Be more verbose.Corinna Vinschen
(find_key): Add support for remote registry access. (usage): Document it. * utils.sgml: Document it.
2002-06-07* strace.cc (main): Make toggle a local variable.Christopher Faylor
2002-06-07* strace.cc (toggle): New global variable.Christopher Faylor
(error): Use exit instead of ExitProcess so that stdio buffers get flushed. (create_child): Remove command line error checking. (dostrace): Ditto. (dotoggle): New function. (usage): Add entry for new option -T|--toggle. Alphabetize. (longopts): Add new option -T|--toggle. (opts): Ditto. (main): Handle new -T|--toggle option. Move all command line checking here from other functions. * utils.sgml: Update section for strace.
2002-06-06* strace.cc (version): New global variable.Christopher Faylor
(usage): Accomodate stdout output. (print_version): New function.
2002-06-06* ssp.c (version): New global variable.Christopher Faylor
(longopts): Ditto. (opts): Ditto. (run_program): Correct cmd_line typos to cmdline. (usage): New function. Standardize usage output. Add ssp.txt to --help output. (print_version): New function. (main): Accommodate getopt.
2002-06-04* umount.cc (version): New global variable.Christopher Faylor
(longopts): Accommodate new --version option. (opts): Ditto. (usage): Standardize usage output. (print_version): New function. (main): Accommodate --help, --version options.
2002-06-03* regtool.cc (prog_name): New global variable.Christopher Faylor
(longopts): Ditto. (opts): Ditto. (usage): Standardize usage output. Rearrange/add descriptions. (print_version): New function. (main): Accomodate longopts and new --help, --version options. Add check for (_argv[optind+1] == NULL).
2002-06-02* strace.cc (forkdebug): Make true by default.Christopher Faylor
(attach_process): Use window pid if cygwin pid isn't available (yet). (create_child): Use either DEBUG_ONLY_THIS_PROCESS or DEBUG_PROCESS, exclusively. (Suggested by Conrad.Scott@dsl.pipex.com)
2002-05-30* mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal.Christopher Faylor
2002-05-30* mount.cc (main): Make -b the default.Christopher Faylor
2002-05-30 * ps.cc (main): Use uid or uid32 member of struct external_pinfoCorinna Vinschen
dependent of the value of the struct's version member.
2002-05-29 * ps.cc (main): Change print format for uid to unsigned. Use uid32Corinna Vinschen
member of struct external_pinfo instead of uid.
2002-05-29 * passwd.c (prog_name): New global variable.Corinna Vinschen
(longopts): Ditto. (opts): Ditto. (usage): Standardize output. Accomodate new options. (print_version): New function. (main): Accomodate longopts and new --help, --version options.
2002-05-28 * ps.cc (usage): Fix typo.Corinna Vinschen
2002-05-28* ps.cc (prog_name): New global variable.Christopher Faylor
(longopts): Ditto. (opts): Ditto. (usage): New function. (print_version): New function. (main): Accomodate longopts and new --help, --version options.
2002-05-27* strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor
(proc_child): Do it here, instead, after first debug event. This should work around inexplicable races with DebugActiveProcess. (dostrace): Pass any pid argument to proc_child.
2002-05-25Fix typos.Christopher Faylor
2002-05-24 * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate changes in usage function and new version option.
2002-05-23 * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate new help and version options.
2002-05-23fix typo.Christopher Faylor
2002-05-23* mount.cc (version) New global variable.Christopher Faylor
(usage) Standardize usage output. Accomodate new version option. (print_version) New function. (longopts) Accomodate new version option. (opts) Ditto. (main) Ditto.
2002-05-22 * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen
* cygpath.cc (main): Add option l to support conversion to Windows long file names. Refactured code for capital options. Support of options from file for capital options. (dowin): New function. Refactured from main. (doit): Call long path conversion. (get_long_name): New function. (get_long_paths): New function. (get_long_path_name_w32impl): New function. Reimplementation of Windows API function GetLongPathName (only 98/Me/2000/XP or higher). (get_short_name): Call GetShortPathName only once. (get_short_paths): Fix calculating buffer size. * utils.sgml: Update cygpath section for l option.
2002-05-19* strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor
(fhandler_disk_file::fstat): Ditto for delete/free.
2002-05-15 * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen
(get_short_name): Ditto. * cygpath.cc (main): Add option H to show the Windows' profiles directory. Support short names for options DPSW. Clean up copied code lines. * utils.sgml: Update cygpath section for H option and s support.
2002-05-14 * cygpath.cc (get_short_name): Fix error checking.Corinna Vinschen
2002-05-14* kill.cc (prog_name) New global variable.Christopher Faylor
(usage) Standardize usage output. Add descriptions. (print_version) New function. (longopts) Accomodate new version option. (opts) Ditto. (main) Ditto.
2002-05-13* kill.cc (listsig): Display numeric id when given symbolic input.Christopher Faylor
2002-05-13document kill -h.Christopher Faylor
2002-05-13* kill.cc (usage): Show new options. Allow specification of output stream.Christopher Faylor
(main): Implement 'h' option.
2002-05-13Update ChangeLog with missing entry.Christopher Faylor
2002-05-13* Makefile.in (kill.exe): Add as a specific target.Christopher Faylor
* kill.cc (longopts): New. (opts): Ditto. (get_sig): Accept const char * parameter. Return -1 on unknown signal. (test_for_unknown_sig): New function. (listsig): New function. (main): Use getopt_long for option parsing. Implement -l, and -s options. Use test_for_unknown_sig() to test for signal validity.
2002-05-12* mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor
warnings before attempting a mount. (longopts): Add no-executable option. (mount_commands): Ditto. (opts): Ditto. (usage): Ditto. Indicate that system mount is now the default. (main): Accommodate no-executable option. Make system mount the default. * umount.cc (usage): Indicate that system umount is now the default. (main): Make system umount the default.
2002-05-08* dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor
help. (longopts) New struct. Added longopts for all options. (print_version) New function. (main) Change getopt to getopt_long. Accommodate new help and version options.
2002-04-29 * mkgroup.c (main): Change call to exit() to a return statement.Corinna Vinschen
* mkpasswd.c (main): Ditto. * mkpasswd.c (usage): Simplify usage output. Generalize to allow use for help. Correct '?' typo to 'h'. (longopts): Add version option. (opts): Add 'v' version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes.
2002-03-19* mkgroup.c (usage): Use one just fprintf + string concatenation for outputChristopher Faylor
message. (print_version): Add void to function type and update copyright.
2002-03-19 * mkgroup.c (usage): Simplify usage output. Generalize to allow useCorinna Vinschen
for help. Correct '?' typo to 'h'. (longopts): Add version option. (opts): Add 'v' version option. (print_version): New function. (main): Accommodate new version option. Accommodate usage parameter changes. Use usage to output help message.
2002-03-152002-03-15 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
* mkgroup.c (main): When generating group 513, check for computer's primary domain instead of current user's domain. 2002-03-14 Corinna Vinschen <corinna@vinschen.de> * mkgroup.c (main): When generating group 513, check for domain SID if computer name isn't mapped to a SID.
2002-03-11* kill.cc (usage): Move to top of file.Christopher Faylor
(getsig): Ditto. (forcekill): Ditto.
2002-03-07* cygcheck.cc: Reformat.Christopher Faylor
2002-03-07* cygcheck.cc (longopts): Use correct short option for --version.Christopher Faylor
2002-03-07* cygpath.cc: Reformat.Christopher Faylor
* cygpath.cc (print_version): New function. (main): Accommodate new version function. Initialize 'o' to prevent warning. * cygcheck.cc (main): Eliminate non-GNU formatting glitch.
2002-02-28Update optionsChristopher Faylor
2002-02-28Change copyright format.Christopher Faylor
2002-02-27* cygcheck.cc (main): Eliminate non-GNU formatting glitch.Christopher Faylor