aboutsummaryrefslogtreecommitdiff
path: root/ufs-fsck/utilities.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove UFS supportSamuel Thibault2013-09-171-455/+0
| | | | | | | | | | | | | It has been unused/untested/unmaintained for a decade now, and its 4-clause BSD licence poses problem. * configure.ac (default_static): Remove ufs. * Makefile (prog-subdirs): Remove ufs, ufs-fsck and ufs-utils. * NEWS, TODO: doc/hurd.texi, doc/navigating: Remove UFS notes. * ufs: Remove directory * ufs-fsck: Remove directory * ufs-utils: Remove directory * bsdfsck: Remove directory
* Add missing format strings for error, printk, problemPino Toscano2011-10-191-1/+1
| | | | | | | | | | | | | | | | | | | 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-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-3/+3
| | | | * dir.c, pass1.c, pass2.c, utilities.c: Use %Ld for ino_t values.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-19/+20
| | | | * utilities.c: Include <time.h> for decl.
* Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-05-061-1/+2
| | | | | | | * 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).
* (pinode): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-1/+1
|
* (errexit, punt): Exit with status 8 for catastrophic failures.Michael I. Bushnell1996-06-241-2/+2
|
* (warning): Don't flush all pending problems, just our own.Miles Bader1996-05-021-10/+17
| | | | | (no_preen): New function. (problem, warning, pinode): Use it.
* (problem, warning, pextend, pfail): New functions.Miles Bader1996-05-021-71/+206
| | | | | | | | (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.
* (reply): Set fix_denied anytime we return 0.Michael I. Bushnell1996-04-261-3/+13
|
* (pfix): New function.Miles Bader1995-10-181-17/+48
| | | | | (pfatal, pwarn, errexit): Print DEVICE_NAME too if in preen mode. (pinode): Take a message & args to print as well.
* (pinode): Remove assignment from if test.Michael I. Bushnell1995-07-071-2/+3
|
* entered into RCSMichael I. Bushnell1994-10-191-1/+1
|
* Formerly utilities.c.~8~Michael I. Bushnell1994-10-181-0/+1
|
* Formerly utilities.c.~7~Michael I. Bushnell1994-10-171-6/+8
|
* Formerly utilities.c.~6~Michael I. Bushnell1994-10-151-7/+16
|
* Formerly utilities.c.~5~Michael I. Bushnell1994-10-141-1/+24
|
* Formerly utilities.c.~4~Michael I. Bushnell1994-10-141-0/+87
|
* Formerly utilities.c.~3~Michael I. Bushnell1994-10-141-9/+80
|
* Formerly utilities.c.~2~Michael I. Bushnell1994-10-121-0/+35
|
* Initial revisionMichael I. Bushnell1994-10-121-0/+41