summaryrefslogtreecommitdiff
path: root/ufs-fsck/utilities.c
AgeCommit message (Collapse)Author
2011-10-19Add missing format strings for error, printk, problemPino Toscano
Some calls to `error', `printk', and `problem' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * nfs/mount.c (mount_root): Add format string for `error' calls which lacked it. * pfinet/main.c (pfinet_bind): Likewise. * term/main.c (main): Likewise. * utils/shd.c (run): Likewise. * utils/storeinfo.c (main): Likewise. * pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add format string for `printk' call which lacked it. (tcp_timer_is_set): Likewise. * ufs-fsck/utilities.c (punt): Add format string for `problem' call which lacked it.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* dir.c, pass1.c, pass2.c, utilities.c: Use %Ld for ino_t values.
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* utilities.c: Include <time.h> for decl.
1999-05-06Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* utilities.c (pextend): Free MORE before returning. * dir.c (linkup): Don't free tempname until after we're done using it in the call to warning. Reported by Katsuya Tanaka (tanaka@boarderz.com).
1996-07-23(pinode): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-06-24(errexit, punt): Exit with status 8 for catastrophic failures.Michael I. Bushnell
1996-05-02(warning): Don't flush all pending problems, just our own.Miles Bader
(no_preen): New function. (problem, warning, pinode): Use it.
1996-05-02(problem, warning, pextend, pfail): New functions.Miles Bader
(pinode, pfix, reply): Use new problem recording stuff. (push_problem, resolve_problem, flush_problems): New functions. (struct problem): New type. (problems, free_problems): New variables. (retch, punt): New functions.
1996-04-26(reply): Set fix_denied anytime we return 0.Michael I. Bushnell
1995-10-18(pfix): New function.Miles Bader
(pfatal, pwarn, errexit): Print DEVICE_NAME too if in preen mode. (pinode): Take a message & args to print as well.
1995-07-07(pinode): Remove assignment from if test.Michael I. Bushnell
1994-10-19entered into RCSMichael I. Bushnell
1994-10-18Formerly utilities.c.~8~Michael I. Bushnell
1994-10-17Formerly utilities.c.~7~Michael I. Bushnell
1994-10-15Formerly utilities.c.~6~Michael I. Bushnell
1994-10-14Formerly utilities.c.~5~Michael I. Bushnell
1994-10-14Formerly utilities.c.~4~Michael I. Bushnell
1994-10-14Formerly utilities.c.~3~Michael I. Bushnell
1994-10-12Formerly utilities.c.~2~Michael I. Bushnell
1994-10-12Initial revisionMichael I. Bushnell