[uClibc-cvs] CVS uClibc/extra/Configs

CVS User solar solar at codepoet.org
Mon Dec 20 00:10:51 UTC 2004


Update of /var/cvs/uClibc/extra/Configs
In directory nail:/tmp/cvs-serv11811/extra/Configs

Modified Files:
	Config.in 
Log Message:
- Added support for 13 new syscalls to allow more things to compile when using uClibc. mincore() and the ones for Extended Attributes setxattr(), lsetxattr(), fsetxattr(), getxattr(), lgetxattr(), fgetxattr(), listxattr(), llistxattr(), flistxattr(), removexattr(), lremovexattr(), fremovexattr() which are optional.

--- /var/cvs/uClibc/extra/Configs/Config.in	2004/10/06 07:34:13	1.57
+++ /var/cvs/uClibc/extra/Configs/Config.in	2004/12/20 00:10:50	1.58
@@ -526,6 +526,16 @@
 
 	  Most people will use the default of '/etc/TZ'.
 
+config UCLIBC_XATTR
+	bool "Extended Attributes"
+	default n
+	help
+	  Extended attributes are name:value pairs associated with inodes (files, 
+	  directories, symlinks, etc).  They are extensions to the normal attributes 
+	  which are associated with all inodes in the system.
+	  Most people should answer N.
+	  Selinux users will want to say Y here.
+
 endmenu
 
 menu "Networking Support"



More information about the uClibc-cvs mailing list