aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Michael I. Bushnell1996-07-182-0/+280
* Initial revisionRoland McGrath1996-07-171-0/+1057
* (main): If chown fails, print error message using errno, not -1.Michael I. Bushnell1996-07-171-1/+1
* (dog):Miles Bader1996-07-131-25/+15
* (INSTALL-ps-ops, INSTALL-w-ops): New variables.Miles Bader1996-07-121-0/+2
* (main): Only start a watchdog timer if in a new login coll.Miles Bader1996-07-121-49/+48
* (INSTALL-login-ops): New variable.Michael I. Bushnell1996-07-121-0/+2
* (settrans): Dependon libports.Michael I. Bushnell1996-07-121-1/+1
* (main): Don't use unsafe MOVE_SEND in call to file_set_translator.Michael I. Bushnell1996-07-081-1/+1
* (argp_program_version): New variable.Miles Bader1996-07-069-0/+18
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+3
* (add_utmp_entry): Pass the the basename of TTY to getutline.Miles Bader1996-07-061-15/+27
* (dog):Miles Bader1996-07-021-1/+1
* (_w_specs):Miles Bader1996-07-011-4/+4
* (kill_login): Don't kill dog.Miles Bader1996-07-011-26/+37
* (main): Fix heuristic to decide whether native booted.Miles Bader1996-06-241-3/+11
* (main): No need for EXEC_NEWTASK or EXEC_SECURE.Michael I. Bushnell1996-06-201-2/+1
* (getty): Remove rule.Michael I. Bushnell1996-06-201-1/+1
* (hurd_file_name_path_lookup): Declaration removed.Miles Bader1996-06-191-58/+33
* (targets): Remove reboot & halt.Miles Bader1996-06-171-3/+3
* (dog): Don't print stupid message if login session is empty.Miles Bader1996-06-111-5/+14
* Don't use -z flag to login.Miles Bader1996-05-291-1/+1
* (check_owned): Return OWNED, not NOTOWNED.Miles Bader1996-05-281-1/+1
* (spec_abbrevs): Still use `NTH' for field name, just `TH' for title.Miles Bader1996-05-281-2/+2
* (main): Fetch the parent uids before checking their number.Miles Bader1996-05-281-5/+21
* (fmts): Use %sz for vmem format, not %size.Miles Bader1996-05-281-1/+1
* (print_store): Get rid of class-name printing code, and useMiles Bader1996-05-221-23/+42
* (main): Fork login timeout watchdog before clearing the process owner.Miles Bader1996-05-151-11/+16
* (dog): Use error to print messages. Use pretty time fmting.Miles Bader1996-05-151-2/+9
* (main): Only allow real users to make new login collections.Miles Bader1996-05-141-1/+2
* (main):Miles Bader1996-05-131-5/+112
* (psout): When printing result of ps_fmt_creation_error, don't pass ERR toMiles Bader1996-05-121-1/+1
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-1110-12/+26
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-14/+14
* (parse_opt): Print a usage msg with no args.Miles Bader1996-05-111-9/+13
* (storeinfo): Depend on ../libstore/libstore.a.Miles Bader1996-05-101-0/+1
* (main): Remove const cast from first arg to argz_create.Miles Bader1996-05-101-2/+1
* (print_store): New function.Miles Bader1996-05-101-57/+59
* (parse_strlist): Make DEFAULT_FN return a const char *.Miles Bader1996-05-101-1/+1
* (main): Remove const cast from first arg to argz_create.Miles Bader1996-05-101-2/+1
* (main): Remove const cast from first arg to argz_create.Miles Bader1996-05-101-8/+7
* (uptime): Cast arg to localtime appropriately.Michael I. Bushnell1996-05-091-1/+2
* (add_utmp_entry): Declare HOST `char const *'.Michael I. Bushnell1996-05-091-9/+12
* (main) [parse_opt]: Cast first arg of argz_create appropriately.Michael I. Bushnell1996-05-091-1/+2
* (main) [parse_opt]: Cast first arg to argz_create appropriately.Michael I. Bushnell1996-05-091-1/+2
* (main) [current_tty_name]: Remove `const' keyword to avoid type clash.Michael I. Bushnell1996-05-091-1/+1
* (main) [proc_stat_has_ctty]: Add parentheses around assignment used asMichael I. Bushnell1996-05-091-1/+1
* (fmts): Use new field syntax.Miles Bader1996-05-071-33/+21
* (psout):Miles Bader1996-05-071-6/+11
* (w_get_uname): Renamed from w_get_user.Miles Bader1996-05-071-14/+29