summaryrefslogtreecommitdiffstats
path: root/sbin/dump/traverse.c
Commit message (Collapse)AuthorAgeFilesLines
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-141-1/+1
| | | | These commits were inspired by a similar commit to netbsd.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fix nested if/else within an ifbillf1999-07-081-2/+3
|
* 64bit fixes.dima1998-10-271-4/+4
| | | | | | | (Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem somewhere is the physio() area) Submitted by: myself && Matt Dillon.
* Correct use of .Nm. Add rcsid. Remove unused #includes.charnier1998-06-151-1/+4
|
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)peter1997-03-111-6/+5
|
* Update CHANGEDSINCE macro to conform to -current dinode.hjkh1997-02-161-5/+0
|
* ts_sec -> tv_secnate1996-09-201-1/+1
| | | | ts_nsec -> tv_nsec
* When using dump/rdump on large filesytems (my case 3 GB), the lseekjoerg1995-06-241-2/+4
| | | | | | | | | | claims multiple times to have failed. The problem is a off_t is converted into a int and checked for a negative. A true lseek check should be checking if the off_t is equal to -1 for failure. (Suggested fix from PR #bin/461) Submitted by: mark tinguely <tinguely@opus.cs.ndsu.NoDak.edu>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+613
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud