Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-19 | don't bother with TMPDIR | Jim Meyering | |
2002-04-19 | Use automatically-derived name for temporary | Jim Meyering | |
directory. This is more 8.3-friendly. Based on a suggestion from Richard Dawe. | |||
2002-04-17 | *** empty log message *** | Jim Meyering | |
2002-04-17 | . | Jim Meyering | |
2002-04-17 | (TESTS): Add no-create-missing. | Jim Meyering | |
2002-04-17 | *** empty log message *** | Jim Meyering | |
2002-04-17 | *** empty log message *** | Jim Meyering | |
2002-04-17 | (touch): Don't report errors for nonexistent files | Jim Meyering | |
when --no-create is in effect. Based on a patch from TAKAI Kousuke. | |||
2002-04-17 | *** empty log message *** | Jim Meyering | |
2002-04-16 | s/POSIX/@sc{posix}/ | Jim Meyering | |
2002-04-16 | *** empty log message *** | Jim Meyering | |
2002-04-16 | (jm_PREREQ_READUTMP): Also check for these members: ut_pid, ut_id, ut_exit. | Jim Meyering | |
2002-04-16 | (UT_TYPE): Remove definition (now in who.c). | Jim Meyering | |
(HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define. (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define. | |||
2002-04-16 | *** empty log message *** | Jim Meyering | |
2002-04-16 | (UT_TYPE_UNDEF, UT_TYPE, IS_USER_PROCESS): Define. | Jim Meyering | |
(print_line): Use "%-8.8s" for the format: the user name is not always NUL terminated. (scan_entries) [need_users]: Use IS_USER_PROCESS, so that this works even on systems without ut_type. | |||
2002-04-16 | (BOOT_TIME): Define. | Jim Meyering | |
(NEW_TIME): Define to 0, not INT_MAX. (UT_PID, UT_ID, UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define. Replace literal uses of ut_pid, ut_id, and ut_exit members with uses through macros. (make_id_equals_comment): New function, factored out of three others. | |||
2002-04-16 | *** empty log message *** | Jim Meyering | |
2002-04-16 | (human_fstype): Rename from print_human_fstype, and rework accordingly. | Jim Meyering | |
(print_statfs): Use human_fstype to honor format width on %T. | |||
2002-04-16 | Add copyright comment. | Jim Meyering | |
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | Document kill. | Jim Meyering | |
2002-04-15 | add FIXME comments | Jim Meyering | |
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | Include xalloc.h. | Jim Meyering | |
Use xmalloc everywhere, not malloc. | |||
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | Handle "lld" vs "ld" printf formats the same way Bash does. | Jim Meyering | |
Include inttypes.h. (PRIdMAX, PRIuMAX): Define, if not already defined. (print_statfs): Use those macros, not the literal strings. (print_stat): Likewise. | |||
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | (usage): Give a verbose description of --squeeze-repeats, | Jim Meyering | |
including the mention of SET1. | |||
2002-04-15 | *** empty log message *** | Jim Meyering | |
2002-04-15 | (print_human_fstype): Add missing `break;' for `case S_MAGIC_MINIX:'. | Jim Meyering | |
2002-04-15 | remove parens in #if directives | Jim Meyering | |
2002-04-14 | *** empty log message *** | Jim Meyering | |
2002-04-14 | *** empty log message *** | Jim Meyering | |
2002-04-14 | (statfs_secure): Define. | Jim Meyering | |
(print_stat): Remove another #ifdef. (do_statfs): Likewise. (print_statfs): Prefer/use fputs over printf. (print_stat): Likewise. | |||
2002-04-14 | filter through GNU indent | Jim Meyering | |
2002-04-14 | Split some long lines. | Jim Meyering | |
(verbose_usage): Remove function. | |||
2002-04-14 | *** empty log message *** | Jim Meyering | |
2002-04-14 | remove parens in #if directives | Jim Meyering | |
2002-04-14 | fix TABs | Jim Meyering | |
2002-04-14 | *** empty log message *** | Jim Meyering | |
2002-04-14 | *** empty log message *** | Jim Meyering | |
2002-04-14 | *** empty log message *** | Jim Meyering | |
2002-04-14 | (verbose_usage): Remove function. Move contents into usage. | Jim Meyering | |
Remove lots of #if directives involving FLASK_LINUX [!FLASK_LINUX] (is_flask_enabled): Define. (stat_secure, lstat_secure): Define. (print_statfs): Remove lots of nested #if directives. Instead, rely on support fo %llu and %lld printf formats -- but that is only temporary, since it's not porable enough. (main): Hoist is_flask_enabled test to be done here, rather than in each of do_stat and do_statfs for every argument. | |||
2002-04-14 | [HAVE_SYS_VFS_H]: Guard incluion of sys/vfs.h. | Jim Meyering | |
Constify many parameters. (print_statfs): Fix typo: Use %u (to match %lu) for namelen, not %d. | |||
2002-04-14 | alphabetize entries in a menu | Jim Meyering | |
In xref, use libc instead of library. | |||
2002-04-13 | . | Jim Meyering | |
2002-04-13 | add a couple `const' | Jim Meyering | |
2002-04-13 | (print_human_fstype): Revamp in a similar fashion. Don't use strdup. | Jim Meyering | |