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
2005-06-14 * parse_pe.c (exclusion::sort_and_check): Remove crude cast.Corinna Vinschen
2005-05-30 * cygcheck.cc (dump_sysinfo): Recognize XP Media Center and Tablet PCCorinna Vinschen
Editions. Change .NET to 2003 throughout. Recognize 2003 Web Server and Datacenter Server. Report when running in terminal server session.
2005-05-27* cygcheck.cc (load_cygwin): Make half-hearted attempt to work with older DLLs.Christopher Faylor
* strace.cc (load_cygwin): Ditto.
2005-05-23 * cygcheck.cc (dump_sysinfo_services): Add new function that usesCorinna Vinschen
new cygrunsrv options to dump service info. (dump_sysinfo): Call dump_sysinfo_services if running under NT. Change 'Cygnus' to 'Cygwin' in output.
2005-05-20* cygcheck.cc (load_cygwin): Remove debugging statement.Christopher Faylor
2005-05-20* cygcheck.cc (dump_sysinfo): Don't attempt to use path if it is not set.Christopher Faylor
(nuke): Fix off by one error in allocation of environment variable. (load_cygwin): Always set PATH even if cygwin environment is empty.
2005-05-17* cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor
* strace.cc (cygwin_internal): Ditto. * cygpath.cc (print_version): Update copyright.
2005-05-16* cygcheck.cc (load_cygwin): Avoid calling putenv with a NULL path.Christopher Faylor
2005-05-15 * cygcheck.cc (load_cygwin): Don't touch $PATH for now.Corinna Vinschen
(print_version): Fix copyright. * strace.cc (print_version): Ditto.
2005-05-14* mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor
2005-05-09* cygcheck.cc (nuke): New function.Christopher Faylor
(load_cygwin): New function. (main): Use load_cygwin to load argv/envp from cygwin environment, if appropriate.
2005-05-09* strace.cc (attach_process): Don't call load_cygwin(). Assume that it'sChristopher Faylor
already happened. (dotoggle): Ditto. (main): Set argv from cygwin environment, if it exists.
2005-05-01* mount.cc (usage): Clarify action of -m option.Christopher Faylor
2005-04-29* path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'flags toDave Korn
mnt_opts string if present in mount flags.
2005-04-25* mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor
2005-04-20 * utils.sgml (mount): Clarify setting cygdrive prefix for userCorinna Vinschen
and system-wide.
2005-03-24 * cygcheck.cc (init_paths): Use full path instead of "." for theCorinna Vinschen
current directory. Do not add "." if present in $PATH. (dump_sysinfo): Skip placeholder first value of paths[].
2005-03-08* kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't padChristopher Faylor
signal name with spaces.
2005-03-07 * strace.cc (handle_output_debug_string): Fix compiler warning.Corinna Vinschen
2005-03-06* cygpath.cc (usage): Pass in one more copy of program_name to printf to avoidChristopher Faylor
a SEGV.
2005-02-27* regtool.cc (opts): The argument to 'K' is not optional.Christopher Faylor
(main): Revert previous change. Just let getopt deal with missing argument.
2005-02-27* regtool.cc (main): Avoid a SEGV when nothing follows -K.Christopher Faylor
2005-02-27* kill (getsig): Avoid buffer overflow when generating a signal name.Christopher Faylor
* strace.cc (handle_output_debug_string): Make error a little more specific.
2005-02-24* cygpath.cc (usage): Clarify help output to indicate acceptanceJoshua Daniel Franklin
of multiple file names as arguments.
2005-01-16* ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor
* 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.
2005-01-122005-01-11 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
* mkpasswd.c (print_win_error): Transform into macro. (_print_win_error): Upgrade former print_win_error by printing the line. (current_user): Call _print_win_error. (enum_users): Print name in case of lookup failure. (enum_local_groups): Ditto.
2004-12-25 * .sgml: Cleanup markup for XML validity.Joshua Daniel Franklin
2004-11-18* cygcheck.cc (eprintf): New function.Bas van Gompel
2004-11-16* cygcheck.cc (find_on_path): Clear show_error and/or print_failedBas van Gompel
parameters to display_error. (rva_to_offset): Ditto. (dll_info): Ditto. (track_down): Ditto.
2004-11-132004-11-13 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
* kill.cc (forcekill): Do not pass negative pids to cygwin_internal. Check if sig == 0. Improve error messages. (main): Make pid a long long and distinguish between pids, gpids (i.e. negative pids) and Win9x pids.
2004-11-11* cygcheck.cc: Change "keyeprint" to "display_error" throughout.Christopher Faylor
2004-11-11* cygcheck.cc (main): Allow a '-l' without an additional argument.Christopher Faylor
2004-11-11* cygcheck.cc (keyeprint): New optional parameters: show_error andBas van Gompel
print_failed.
2004-10-31* cygcheck.cc (get_dword): Fix errormessage.Bas van Gompel
(cygwin_info): Ditto. (track_down): Ditto. (check_keys): Ditto.
2004-10-27* cygcheck.cc (dump_sysinfo): Warn about missing or multiple cygwin1Bas van Gompel
dlls.
2004-10-26whitespaceChristopher Faylor
2004-10-25* cygcheck.cc (dump_sysinfo): Add leading newline before legend forBas van Gompel
drive-list.
2004-10-25fix whitespace, update some copyrightsChristopher Faylor
2004-10-25Remove CRsChristopher Faylor
2004-10-22* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' andBas van Gompel
``unk''. Use single puts. Add leading newline. Line up equal-signs.
2004-10-21* cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list. ChangeChristopher Faylor
``Used'' to ``Free'' in helptext-title for drive-list.
2004-10-18 * cygcheck.cc (pretty_id): Don't let i become negative. FixCorinna Vinschen
printf-format.
2004-10-18fix dateChristopher Faylor
2004-10-18* cygcheck.cc (pretty_id): Allocate space for ')' in uid and guid.Christopher Faylor
2004-10-18* cygcheck.cc (pretty_id): Allocate space for trailing '\0' on uid and guid.Christopher Faylor
2004-10-15* cygcheck.cc (pretty_id): Don't exit on id error. Fix size calculations.Christopher Faylor
2004-10-14* cygcheck.cc (pretty_id): Correct column calculations. Abort if id is actingChristopher Faylor
funny.
2004-10-11minor changeChristopher Faylor
2004-10-10* cygcheck.cc (add_path): Don't leak memory when path is already in ``paths''.Christopher Faylor
2004-10-10* cygcheck.cc (dump_sysinfo): Warn about trailing (back)slash on mount entries.Christopher Faylor