History log of /netbsd-src/include/protocols/dumprestore.h (Results 1 – 20 of 20)
Revision Date Author Comments
# e2325e1f 19-Jun-2021 christos <christos@NetBSD.org>

Add external attribute dumping and restoring support from FreeBSD.
Does not fully work yet, attributes are being saved and restored correctly,
but don't appear in the restored files somehow.


# 6ce4f404 05-Apr-2020 joerg <joerg@NetBSD.org>

Fix depenency on common symbols in sbin.


# a8c9c98e 22-Jan-2016 dholland <dholland@NetBSD.org>

These all need stdint.h.

Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNA

These all need stdint.h.

Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNAMELEN as the latter would
require sys/param.h.

show more ...


# fcc3c956 16-Nov-2015 christos <christos@NetBSD.org>

PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX)


# 50728e78 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


# 7586bc88 26-Dec-2008 hannken <hannken@NetBSD.org>

Make restore work for Linux dump volumes by ignoring extended attribute
records on these volumes. Tested with Centos 5.2.

Reviewed by: Manuel Bouyer <bouyer@netbsd.org>


# 5f65228b 26-Dec-2005 perry <perry@NetBSD.org>

u_intN_t -> uintN_t


# 99c8f566 06-Sep-2005 christos <christos@NetBSD.org>

Change ino_t to u_int32_t for compatibility with the current dump/restore
format. Unfortunately this means that all dumps taken from the time of
the 64 bit inode changes (August 16th) will become unr

Change ino_t to u_int32_t for compatibility with the current dump/restore
format. Unfortunately this means that all dumps taken from the time of
the 64 bit inode changes (August 16th) will become unreadable with this
commit. To make them readable again, you can back-out this commit temporarily.
Please note, that I am not adding 64 bit inode support to the format on
purpose right now, because supporting 64 bit inodes on-disk will require
additional changes, and it is more appropriate to add such support then.

show more ...


# 039cc956 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.


# 42614ed3 02-Apr-2003 fvdl <fvdl@NetBSD.org>

Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate t

Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate the extended
storage (for e.g. ACLs), this will be done later.

Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.

show more ...


# a3ff3a30 24-Jan-2003 fvdl <fvdl@NetBSD.org>

Bump daddr_t to 64 bits. Replace it with int32_t in all places where
it was used on-disk, so that on-disk formats remain the same.
Remove ufs_daddr_t and ufs_lbn_t for the time being.


# d7eda14f 23-Dec-2001 lukem <lukem@NetBSD.org>

Use "int32_t" instead of "time_t" for ``on tape'' times. (From FreeBSD.)


# 3b3774fc 10-Feb-1998 perry <perry@NetBSD.org>

add/cleanup multiple inclusion protection.


# a0c5caa0 30-Nov-1996 cgd <cgd@NetBSD.org>

patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues,
so this works (better, at least) on 64-bit machines (e.g. alpha).


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# cd1c282a 15-Jun-1994 cgd <cgd@NetBSD.org>

kill some now-unnecessary defines


# e6b5ddd9 16-May-1994 cgd <cgd@NetBSD.org>

update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.
USL copyright additions on those. Kill varargs.h, because it can simply
be a link to the machine-dependent version.


# 108d8947 22-Dec-1993 cgd <cgd@NetBSD.org>

new version from CSRG, via BSDI, with fixes


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources