summaryrefslogtreecommitdiffstats
path: root/sbin/restore/utilities.c
Commit message (Collapse)AuthorAgeFilesLines
* o remove __Pimp2002-03-201-49/+16
| | | | | o Use ANSI function definitions o unifdef -D__STDC__
* Remove 'register' keyword.obrien2002-03-201-9/+9
| | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?)
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Stop restore from looping under certain error conditions. Thisiedowse2000-12-121-2/+2
| | | | | | | | | corrects cases where restore would spew an infinite stream of "Changing volumes on pipe input?" messages, or would loop waiting for a response to the "set owner/mode for '.'" question. PR: bin/14250 Reviewed by: dwmalone
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add rcsid. Remove unused #includes. Add missing prototypes and others -Wallcharnier1998-07-281-1/+4
| | | | cleanings. Spelling.
* Fix a bug that prevented the restoration of hard links to files thatjdp1998-07-091-5/+20
| | | | had the schg flag set. Reported by Matthew Thyer <thyerm@camtech.net.au>.
* Fixed printf format errors. Sure is dusty here.bde1998-06-281-2/+2
|
* Well, nobody objected, so here's my -u (unlink) flag to restore.jkh1998-05-091-1/+5
|
* Merge from Lite2peter1997-03-111-2/+41
| | | | | | | | - cleanups, - whiteout support - bug fixes (chflags missing on a few file types etc) The dump/restore folks would want to have a closer look at this, the change is pretty big.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+395
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud