summaryrefslogtreecommitdiff
path: root/sbin/dump/tape.c
AgeCommit message (Expand)Author
2021-06-19Add external attribute dumping and restoring support from FreeBSD.christos
2021-06-07Bitmaps (TS_BITS and TS_CLRI) dont use the "c_addr" array as theyhannken
2019-03-01Use getfsspecname() to fill the filesystem argument in dumpdates.christos
2015-08-24Consistently use iswap64() and 64bit intermediate variable, as well asbouyer
2013-06-15handle new lfs splitchristos
2013-01-13Use void * for I/O functions and remove no-longer-needed casts.dholland
2013-01-13Add some const.dholland
2011-09-16NULL does not need a cast, hereplunky
2008-02-16Fix some inconsisent/conflicting definitions and missing parametersmatt
2006-12-18Convert a couple of "(void)&" constructs to volatile.christos
2006-10-26When using a snapshot take the snapshot raw device on further open.hannken
2006-06-24Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; inperseant
2005-06-02appease gcc -Wuninitializedlukem
2004-08-08Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'.lukem
2004-03-15Adjust tstart_volume (volume start time) by the time spent in query(),lukem
2004-02-18Avoid signal race condition. If a slave gets the SIGUSR2 signal betweenhannken
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2002-08-18save/restore errno in signal handlers.yamt
2002-01-07For -l: specify the timeout on the command line (in seconds) instead ofbouyer
2001-12-30Add -a to "auto-size" the tape, rather than relying upon other optionslukem
2001-12-25Fixes from FreeBSD:lukem
2001-12-23unifdef sunoslukem
2001-12-23nuke trailing whitespacelukem
2001-12-22- use correct type for minTime in findlru() (size_t instead of int)lukem
2001-12-14Add a -l (autoload) flag. For multivolume dumps, this makes dump eject thebouyer
2001-11-01fix -Wshadow warningslukem
2001-08-14s/filesystem/file system/dump.hlukem
2001-05-28* improve parsing of file-systems-to-dump when a path is given:lukem
2001-05-28unifdef !__STDC__ (missed in previous)lukem
2001-05-27knf to ansilukem
2001-05-12Fix bug in new "e" option: only eject tape if it is full, not if the dumptron
2001-05-07Add a new option "e" to "dump" which allows to eject tapes automaticallytron
2000-10-11Better fix for format warnings.he
2000-10-11Fix format warningsbriggs
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-03-23Implement a read cache, as announced on tech-userlevel. Default is 32kbouyer
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-03-18Add support for non-native byte order FFS. The dump is in filesystem bytebouyer
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-05* Add the ability to dump specific files & directories of a singlelukem
1997-04-15use _PATH_DEFTAPE from <paths.h>lukem
1997-04-15remove use of "register".lukem
1997-04-10Implement changes from [bin/1915]lukem