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
2001-09-22* Makefile.in (mingw_getopt.o): Ensure that newlib include directories are notChristopher Faylor
searched.
2001-09-21* Makefile.in (MINGW_INCLUDES): Still need cygwin/include directory.Christopher Faylor
2001-09-20Add -t option.Christopher Faylor
2001-09-19* Makefile.in: Filter newlib includes from mingw compilation.Christopher Faylor
2001-09-14* dumper.cc (dumper::dumper): Print error code in case of error.Egor Duda
(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-13* dumper.cc (main): Properly recognize negative pids (used by w9x).Egor Duda
2001-09-09* dumper.cc (main): Change command-line arguments format to beEgor Duda
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-06* Makefile.in (dumper): Change logic for libbfd and libintl so that they willChristopher Faylor
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-04* mount.cc (mount_commands): Don't write /cygdrive/u mount points.Christopher Faylor
2001-09-04* mount.cc (longopts): Add mount-commands to options list.Christopher Faylor
(usage): Add mount-commands option. (mount_commands): New function. Write commands to recreate current mounts.
2001-09-01* mount.cc (main): Eliminate excess arguments in printf.Christopher Faylor
2001-08-30* dumper.h: Update copyright notice.Egor Duda
* 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-28* mount.cc (main): Issue correct warning for 'not enough arguments'.Christopher Faylor
2001-08-15* cygpath.cc (main): Support -w for Windows (System) directories and returnChristopher Faylor
physical correct orthography for the Windows System dir.
2001-07-19fix typo.Christopher Faylor
2001-07-15 * regtool.cc (find_key): Handle keys with only one subkey.Corinna Vinschen
2001-06-28* regtool.cc (find_key): Revert previous change.Christopher Faylor
2001-06-27* regtool.cc (find_key): Allow '/' as a synonym for '\\'.Christopher Faylor
2001-06-15* mkpasswd.c (main): Output passwd file in binary mode so that there are no CRsChristopher Faylor
in the file. * umount.cc (remove_all_user_mounts): Don't try to remove /cygdrive mounts.
2001-05-01* mkpasswd.c (enum_users): Use /bin/bash as the default shell.Christopher Faylor
(main): Ditto.
2001-04-29* passwd.cc (ttymnam): New function.Christopher Faylor
(main): Use ttynam() to report name of tty.
2001-04-19* dumper.cc (dumper::init_core_dump): Set architecture field in dumpEgor Duda
header.
2001-04-16 * mkgroup.c: Add function pointers `netlocalgroupgetmembers' andCorinna Vinschen
`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* mount.cc (longopts): Add help to options list.Christopher Faylor
(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-15Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen
* 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-11* mkgroup.c (uni2ansi): Use native method to convert from UnicodeEgor Duda
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-03* mount.cc (main): Use getopt_long for parsing arguments.Christopher Faylor
(usage): Reformat, show long and short options. * umount.cc (main): Ditto, all of the above.
2001-04-02* mount.cc (show_mounts): Change format string to more closely resemble UNIXChristopher Faylor
when displaying mount table.
2001-03-18Update copyright.Christopher Faylor
2001-03-18* kill.cc (forcekill): Use dwProcessId when opening a process, not the CygwinChristopher Faylor
pid.
2001-03-05 * getfacl.c: Add copyright hint.Corinna Vinschen
* setfacl.c: Ditto. * strace.cc: Ditto.
2001-01-11* regtool.cc (cmd_list): Add new registry display options.Christopher Faylor
(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-10more formatting changes.Christopher Faylor
2001-01-10* regtool.cc (translate): Ensure that 'c' is initialized.Christopher Faylor
(cmd_set): Ditto for rv.
2000-12-16* cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt HargetChristopher Faylor
<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-11* Makefile.in: Compile/link dumper.exe with c++.Christopher Faylor
2000-12-07 * mkpasswd.c: make default home directory /home/$user if oneCorinna Vinschen
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-07Make initial tabbing consistent.Christopher Faylor
2000-12-03* Makefile.in: Use CXX to build the DLL.Christopher Faylor
* configure.in: Find correct c++ compiler. * configure: Regenerate.
2000-11-19* utils.sgml: Document new options for ps and strace.Christopher Faylor
2000-11-08* mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.Christopher Faylor
* 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 * mkgroup.c (load_netapi): New function to load netapi32.dll functionsCorinna Vinschen
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-02 * kill.cc (main): Return 1 in case of errors.Corinna Vinschen
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor
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-28Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor
2000-10-28* strace.cc (main): Add a '-b' option.Christopher Faylor
2000-10-19* ssp.c: newDJ Delorie
* ssp.txt: new * Makefile.in: build ssp.exe
2000-10-19* ps.cc (main): Add some extra space to Windows pid output for Windows 95.Christopher Faylor
2000-10-18* ps.cc (main): Add some extra space to pid output for Windows 95.Christopher Faylor
2000-10-17 * cygcheck.cc (main): Fix argument counting.Corinna Vinschen