freebsd-dev/share/man
Jaakko Heinonen dec3772ee4 Add "maxfilesize" mount option for tmpfs to allow specifying the
maximum file size limit. Default is UINT64_MAX when the option is
not specified. It was useless to set the limit to the total amount of
memory and swap in the system.

Use tmpfs_mem_info() rather than get_swpgtotal() in tmpfs_mount() to
check if there is enough memory available.

Remove now unused get_swpgtotal().

Reviewed by:	Gleb Kurtsou
Approved by:	trasz (mentor)
2010-01-29 12:09:14 +00:00
..
man1 Fix markup. 2006-12-26 22:25:58 +00:00
man3 Document pthread_timedjoin_np. 2010-01-23 13:08:47 +00:00
man4 Hook run(4) to the build. 2010-01-28 22:28:01 +00:00
man5 Add "maxfilesize" mount option for tmpfs to allow specifying the 2010-01-29 12:09:14 +00:00
man6
man7 Correct a minor mistake in my previous commit. 2010-01-21 17:26:11 +00:00
man8 Clean up rc.subr man page after removing leftover NetBSD compat. Also 2010-01-28 01:47:31 +00:00
man9 Cosmetic fixes. 2010-01-28 21:14:12 +00:00
Makefile