Searched hist:1.1652 (Results 1 - 4 of 4) sorted by relevance

/src/doc/
H A D3RDPARTY1.1652 Tue Oct 01 16:08:56 GMT 2019 christos new tcpdump/libpcap.
H A DCHANGES1.1652 Tue Jan 24 09:36:09 GMT 2012 yamt fincore, tprof, tpfmt
/src/distrib/sets/lists/man/
H A Dmi1.1652 Sun Sep 15 19:38:09 GMT 2019 brad Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs. With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does. This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things). Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall. Fix a problem in
mountall if ZFS is not compiled into the system.
/src/distrib/sets/lists/comp/
H A Dmi1.1652 Wed Aug 03 04:11:15 GMT 2011 manu Make cp -p and mv preverve extended attributes, and complain if they cannot.

Also introduce library functions for copying extended attributes from one
file to another:
- extattr_copy_file, extattr_copy_fd, extattr_copy_link, with FreeBSD style,
where a namespace is to be supplied
- cpxattr, fcpxattr, lcpxattr, with Linux style, where all namespaces
accessible to the caller are copied, and the others are silently ignored.

Completed in 463 milliseconds