summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in: Find getopt.c in cygwin/lib subdirectory.Christopher Faylor2000-07-011-0/+4
|
* * cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info.Christopher Faylor2000-06-251-0/+9
| | | | | | | (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.
* mount.cc (error): New function to report an error and exit.Corinna Vinschen2000-06-081-0/+8
| | | | | | | umount.cc (error): Ditto. (remove_all_automounts): Check return status of cygwin_umount. (remove_all_user_mounts): Ditto. (remove_all_system_mounts): Ditto.
* * mount.cc: add stdlib.h for exitDJ Delorie2000-06-051-0/+6
| | | | | * umount.cc: ditto * strace.cc: add #define for alloca
* * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen2000-05-191-0/+9
| | | | | | | | 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.
* * cygpath.cc: add --windir/--sysdir optionsDJ Delorie2000-05-191-0/+5
| | | | * utils.sgml: and document them
* * Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor2000-05-181-0/+10
| | | | | | | | | * 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.
* * mount.cc (main): Add "-X" option to specify a "Cygwin executable".Christopher Faylor2000-04-271-9/+13
|
* * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.Corinna Vinschen2000-04-151-0/+12
| | | | | | | | | | | 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.
* * cygpath.cc (main): Add -a -o and -c options.Christopher Faylor2000-04-131-0/+5
| | | | (doit): Ditto.
* * cygpath.cc (main): Add -f option for processing a group of paths from a file.Christopher Faylor2000-04-111-0/+6
| | | | (doit): New function.
* Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:Christopher Faylor2000-03-191-0/+6
| | | | | * strace.cc (_impure_ptr): New global variable to make strace build under Cygwin gcc.
* * Makefile.in: Make CXXFLAGS consistent with cygwin.Christopher Faylor2000-03-181-0/+4
|
* * Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor2000-03-151-0/+4
|
* * strace.cc: Throughout, track information like start_time, etc. on aChristopher Faylor2000-03-131-0/+5
| | | | per-process basis.
* * strace.cc (handle_output_debug_string): Parse strace output to allow variousChristopher Faylor2000-02-281-0/+5
| | | | types of time output.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+21