Go to file
Brian Behlendorf 36b313dacf Linux VM integration / device special files
Support added to provide reasonable values for the global Solaris
VM variables: minfree, desfree, lotsfree, needfree.  These values
are set to the sum of their per-zone linux counterparts which
should be close enough for Solaris consumers.

When a non-GPL app links against the SPL we cannot use the udev
interfaces, which means non of the device special files are created.
Because of this I had added a poor mans udev which cause the SPL
to invoke an upcall and create the basic devices when a minor
is registered.  When a minor is unregistered we use the vnode
interface to unlink the special file.
2009-02-04 15:15:41 -08:00
build This should have been part of the previous autoconf commit. 2008-06-02 18:41:30 +00:00
cmd Prefix META_ALIAS with SPL_ 2008-11-26 13:26:05 -08:00
config Linux VM integration / device special files 2009-02-04 15:15:41 -08:00
include Linux VM integration / device special files 2009-02-04 15:15:41 -08:00
lib Prefix META_ALIAS with SPL_ 2008-11-26 13:26:05 -08:00
module Linux VM integration / device special files 2009-02-04 15:15:41 -08:00
patches Add the minimal set of kernel patches need to for the SPL. Hopefully 2008-06-02 19:45:04 +00:00
scripts Rename modules to module and update references 2009-01-15 10:44:54 -08:00
AUTHORS Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
autogen.sh * : Add autogen.sh products. 2008-11-24 23:49:18 +00:00
ChangeLog Prep for 0.4.1 tag 2009-01-21 11:46:02 -08:00
configure Linux VM integration / device special files 2009-02-04 15:15:41 -08:00
configure.ac Linux VM integration / device special files 2009-02-04 15:15:41 -08:00
COPYING Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
DISCLAIMER Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
INSTALL Trivial commit to remove whitespace 2008-07-09 19:11:29 +00:00
libtool Update debug.h to standardize VERIFY3_IMPL error messages in debug and non-debug mode 2009-01-22 09:41:47 -08:00
Makefile.am Rename modules to module and update references 2009-01-15 10:44:54 -08:00
Makefile.in Rename modules to module and update references 2009-01-15 10:44:54 -08:00
META Prep for 0.4.1 tag 2009-01-21 11:46:02 -08:00
spl_config.h.in Linux VM integration / device special files 2009-02-04 15:15:41 -08:00