Home | History | Annotate | Download | only in ext2fs
History log of /src/sys/ufs/ext2fs/ext2fs_xattr.h
RevisionDateAuthorComments
 1.4  16-Apr-2020  rin Revert previous for now:
http://mail-index.netbsd.org/source-changes/2020/04/16/msg116278.html

The reasoning turned out to be wrong; __KERNEL_RCSID() in header files
does *not* overwrite RCSID in main source files. The real problem is that
it inserts its RCSID into *every* object files. However, it can be still
useful even if heavily duplicated.
 1.3  16-Apr-2020  rin Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by
overwriting RCSID in main source files.

XXX
The first argument of __KERNEL_RCSID() is neglected for ELF. If we wish
to have RCSID of header files in kernel binary, we need something like
__FBSDID() macro in FreeBSD.
 1.2  12-Aug-2016  macallan branches: 1.2.2; 1.2.4; 1.2.18; 1.2.32;
cast pointers to uintptr_t before comparing them, also ()s
now this at least compiles
 1.1  12-Aug-2016  jdolecek add support for extended attributes in ext2fs for ext3/ext4; read-only for now
 1.2.32.1  20-Apr-2020  bouyer Sync with HEAD
 1.2.18.2  03-Dec-2017  jdolecek update from HEAD
 1.2.18.1  12-Aug-2016  jdolecek file ext2fs_xattr.h was added on branch tls-maxphys on 2017-12-03 11:39:21 +0000
 1.2.4.2  05-Oct-2016  skrll Sync with HEAD
 1.2.4.1  12-Aug-2016  skrll file ext2fs_xattr.h was added on branch nick-nhusb on 2016-10-05 20:56:11 +0000
 1.2.2.2  14-Sep-2016  pgoyette Sync with HEAD
 1.2.2.1  12-Aug-2016  pgoyette file ext2fs_xattr.h was added on branch pgoyette-localcount on 2016-09-14 03:04:19 +0000

RSS XML Feed