summaryrefslogtreecommitdiff
path: root/sbin/dump
AgeCommit message (Expand)Author
1999-10-01Working version of aborted dump{,_lfs} join.perseant
1999-09-30Back out changes made on the 29th, not at all the changes I intended to commit.perseant
1999-09-29Adapt dump(8) to use filestore-independent (but still ufs-specific)perseant
1999-07-01Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.habs
1999-06-28Default device is nrst0 not rst0abs
1999-05-05Avoid byte overflow in block estimate for large filessommerfe
1999-03-23Implement a read cache, as announced on tech-userlevel. Default is 32kbouyer
1999-03-09Handle "nodump" flag on directories, by not dumping any files or directoriesbouyer
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-01-15#include machine/bswap.h and remove -lutil.bouyer
1999-01-03s/1998/1999/lukem
1999-01-03add support for '-L label', which file(1) and restore(1) can extract from thelukem
1999-01-03add support for '-L label', which file(1) and restore(1) can extractlukem
1999-01-02Add reference to "st(4)" as suggested by Brian Grayson in PR bin/6713.tron
1998-12-28fix estimate of blocks for subsets.lukem
1998-08-25from Erik Bertelsen <erik@mediator.uni-c.dk>ross
1998-08-11A dump level above 0 saves new or modified files since the last dump offrueauf
1998-07-30Turn on TCP_NODELAY on the remote tape socket, from FreeBSD. Here is thethorpej
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-07-03PR#5697 + nroff cleanupfair
1998-04-29fix bad .Xr referencesfair
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1998-04-22PR bin/5346 from haszlaki@UAccess.NET:bouyer
1998-04-01Need <time.h> for time(), localtime() and ctime() prototypes.kleink
1998-04-01Need <time.h> for ctime() prototype.kleink
1998-03-30use <errno.h>mrg
1998-03-18Add support for non-native byte order FFS. The dump is in filesystem bytebouyer
1998-02-04Use strptime() instead of a home grown parser.christos
1997-11-11add missing .Nm sections.mrg
1997-10-20Fix .Nm usage.enami
1997-10-10CFLAGS->CPPFLAGSchristos
1997-09-18Various changes from Brian Grayson <bgrayson@ece.utexas.edu> in [bin/4103]lukem
1997-09-16make these compile on the alpha after WARNS=1.mrg
1997-09-16resolve conflicts from lite-2 importlukem
1997-09-15remove __deadlukem
1997-09-15* cleanup for WARNS=1lukem
1997-06-05fix PR#3710, reported by Tatoku Ogaito <tacha@trap.fukui-med.ac.jp>.mrg
1997-06-05cleanup xrefslukem
1997-06-05* Add the ability to dump specific files & directories of a singlelukem
1997-05-27enable rcmd(). garbage collect.mrg
1997-05-27fix off by one bug.mrg
1997-05-26use orcmd() for now.mrg
1997-04-21Don't need to account for space for NUL, as it's included in thethorpej
1997-04-21Add missing `-', noted by Erik Fair <fair@cesium.clock.org> onthorpej
1997-04-21be safe with buffers.mrg
1997-04-15use _PATH_DEFTAPE from <paths.h>lukem
1997-04-15remove use of "register".lukem
1997-04-10Implement changes from [bin/1915]lukem
1997-02-27set bflag so that 'dump bd M N' works properly. fix from Juergenmikel