summaryrefslogtreecommitdiffstats
path: root/winsup/utils
Commit message (Collapse)AuthorAgeFilesLines
* Remove CRsChristopher Faylor2004-10-251-5/+5
|
* * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' andBas van Gompel2004-10-222-4/+10
| | | | ``unk''. Use single puts. Add leading newline. Line up equal-signs.
* * cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list. ChangeChristopher Faylor2004-10-212-3/+8
| | | | ``Used'' to ``Free'' in helptext-title for drive-list.
* * cygcheck.cc (pretty_id): Don't let i become negative. FixCorinna Vinschen2004-10-182-2/+7
| | | | printf-format.
* fix dateChristopher Faylor2004-10-181-2/+2
|
* * cygcheck.cc (pretty_id): Allocate space for ')' in uid and guid.Christopher Faylor2004-10-182-3/+7
|
* * cygcheck.cc (pretty_id): Allocate space for trailing '\0' on uid and guid.Christopher Faylor2004-10-172-4/+10
|
* * cygcheck.cc (pretty_id): Don't exit on id error. Fix size calculations.Christopher Faylor2004-10-152-9/+16
|
* * cygcheck.cc (pretty_id): Correct column calculations. Abort if id is actingChristopher Faylor2004-10-142-31/+36
| | | | funny.
* minor changeChristopher Faylor2004-10-111-1/+1
|
* * cygcheck.cc (add_path): Don't leak memory when path is already in ``paths''.Christopher Faylor2004-10-102-1/+9
|
* * cygcheck.cc (dump_sysinfo): Warn about trailing (back)slash on mount entries.Christopher Faylor2004-10-092-0/+11
|
* * cygcheck.cc (dump_sysinfo): Don't warn about empty path components, justChristopher Faylor2004-10-092-3/+8
| | | | display ``.''.
* * strace.cc (_impure_ptr): Remove.Corinna Vinschen2004-10-062-6/+4
|
* * cygcheck.cc (dump_sysinfo): Warn about empty path-components.Corinna Vinschen2004-10-062-1/+8
|
* * cygcheck.cc (pretty_id): Close pipe.Corinna Vinschen2004-10-042-0/+5
|
* * dump_setup.cc (dump_setup): Remove unneeded strlen when check_filesCorinna Vinschen2004-09-232-2/+6
| | | | is not set.
* * dump_setup.cc (dump_setup): Avoid trailing spaces on package-list.Corinna Vinschen2004-09-222-4/+16
|
* * getfacl.c (main): Correct layout when nopt is set.Corinna Vinschen2004-09-152-2/+6
|
* * mkgroup.cc (netapibufferallocate,netgroupgetinfo): New functionCorinna Vinschen2004-07-123-10/+67
| | | | | | | | | | | pointers. (load_netapi): Load NetApiBufferAllocate and NetGroupGetInfo. (enum_local_groups,enum_groups): Add disp_groupname parameter. Load info for disp_groupname if specified. (usage): Add description of "-g/--group" option. (longopts,opts): Add "-g/--group" option. (main): Process "-g/--group" option. * utils.sgml (mkgroup): Add description of "-g/--group" option
* * dumper.cc (dumper::prepare_core_dump): Use bfd_get_section_sizeAlan Modra2004-06-153-7/+16
| | | | | | instead of _raw_size. (dumper::write_core_dump): Likewise. * parse_pe.cc (select_data_section): Likewise.
* Define ps status flagsJoshua Daniel Franklin2004-06-111-1/+5
|
* 2004-05-29 John Paul Wallington <jpw@gnu.org>Joshua Daniel Franklin2004-05-302-1/+5
| | | | * ssp.c (usage): Add missing linefeed.
* clarify last entry slightly.Christopher Faylor2004-05-271-2/+2
|
* * kill.cc (listsig): NSIG includes Signal 0, so we need to avoid callingChristopher Faylor2004-05-272-1/+6
| | | | strtosigno with NSIG - 1.
* * cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.Christopher Faylor2004-03-212-1/+5
|
* * cygpath.cc (usage): Don't issue helpful message if -i is used.Christopher Faylor2004-03-152-4/+11
| | | | (from Igor Pechtchanski)
* * kill.cc (get_debug_priv): New function.Corinna Vinschen2004-03-132-0/+35
| | | | (forcekill): Call get_debug_priv before trying to kill process.
* * cygpath.cc (long_options): Add "mode" option.Christopher Faylor2004-02-253-6/+41
| | | | | | | (options): Ditto. (usage): Report on new option. (report_mode): New function. (main): Implement -M option.
* * Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor2004-02-214-13/+35
| | | | | | * cygpath.cc (dowin): Report on filename conversion errors. (doit): Ditto. * strace.cc (main): Use symbolic constant for _STRACE_ALL when setting mask.
* * ssp.c (opts): Add leading '+' to force posixly correct behaviour.Corinna Vinschen2004-02-142-1/+5
|
* * strace.cc (opts): Add leading '+' to force posixly correctCorinna Vinschen2004-02-112-6/+7
| | | | | behaviour. (main): Revert POSIXLY_CORRECT manipulations.
* * utils.sgml: Update cygcheck optionsJoshua Daniel Franklin2004-02-111-28/+63
|
* * strace.cc (main): Guard against previous setting of POSIXLY_CORRECT.Christopher Faylor2004-02-112-1/+9
|
* * strace.cc: Update copyrights.Christopher Faylor2004-02-103-4/+9
| | | | * cygcheck.cc: Update copyrights.
* * strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.Christopher Faylor2004-02-104-1/+8
| | | | * cygcheck.cc (main): Ditto.
* Cleanup minor markup problems.Joshua Daniel Franklin2004-01-241-1/+3
|
* * cygcheck.cc (pretty_id): Make more robust in absence of id.exe.Christopher Faylor2004-01-232-3/+20
|
* * cygpath.cc (dowin): Revert accidental checkin from November.Corinna Vinschen2004-01-222-8/+23
|
* Document new passwd options.Joshua Daniel Franklin2004-01-201-22/+41
|
* * mkgroup.c (main): Print "root" group with local admins group sidCorinna Vinschen2003-11-262-0/+13
| | | | and gid 0.
* * Makefile.in: Add rules to build ipcrm and ipcs.Corinna Vinschen2003-11-194-1/+1061
| | | | | * ipcrm.c: New file. * ipcs.c: New file.
* Revert most of last check in to ChangeLog. It duplicatedCorinna Vinschen2003-11-191-1237/+0
| | | | accidentally a big bunch of old entries.
* * mkgroup.c: Avoid compiler warnings throughout.Corinna Vinschen2003-11-144-15/+1258
| | | | | * mkpasswd.c: Ditto. * passwd.c: Ditto.
* * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen2003-11-072-22/+17
|
* * passwd.c (PrintPW): Turn around meaning printed for "Password notCorinna Vinschen2003-11-042-11/+22
| | | | | | required" option to be in line with Windows meaning. (main): Use more appropriate 1008 option when calling NetUserSetInfo to change flag values.
* * passwd.c (UF_LOCKOUT): Remove (defined in lmaccess.h).Corinna Vinschen2003-11-042-35/+134
| | | | | | | | | | | | | | | (version): Bump version number to 1.5. (longopts): Add -c, -C, -e, -E, -p, -P options. (opts): Ditto. (PrintPW): Print values of UF_PASSWD_CANT_CHANGE and UF_DONT_EXPIRE_PASSWD flags. Slightly reformat output. Don't suppress correct system password settings just because the account has admin privileges. (usage): Define as "noreturn" function. Restructure and rephrase output. Accomodate new options. (print_version): Fix copyright dates. (main): Accomodate new options for setting UF_PASSWD_CANT_CHANGE, UF_DONT_EXPIRE_PASSWD and UF_PASSWD_NOTREQD settings.
* revert accidental checkinChristopher Faylor2003-10-171-8/+19
|
* * cygcheck.cc (pretty_id): Don't exec if `id' program is not found.Christopher Faylor2003-10-174-26/+16
|
* * kill.cc (main): Allow negative pids (indicates process groups).Christopher Faylor2003-09-202-3/+18
|