History log of /freebsd-10-stable/share/man/man5/tmpfs.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 316237 30-Mar-2017 ngie

MFC r315772:

tmpfs(5): fix mdoc warnings

- Delete trailing whitespace
- Sort SEE ALSO order: mmap(2)'s Xr should come before nmount(2)'s Xr.


# 313096 02-Feb-2017 kib

MFC r312649:
Document mount option "nonc" for tmpfs.


# 312811 26-Jan-2017 kib

MFC r312423:
Refresh tmpfs(5) man page.

MFC r312648:
Editing and clarifications for tmpfs(5).


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 234611 23-Apr-2012 marcel

Update the bugs section. We don't consider tmpfs as experimental,
though we do not claim to support all mount options equally well.

Approved by: delphij@
MFC after: 3 days


# 203967 16-Feb-2010 jh

Xref mdmfs(8).


# 203966 16-Feb-2010 jh

Improve descriptions for tmpfs mount options. The descriptions have
been mostly obtained from NetBSD mount_tmpfs(8) manual page.

Obtained from: NetBSD
Discussed with: delphij


# 203951 16-Feb-2010 delphij

Remove clause 3 from my license.


# 203169 29-Jan-2010 jh

Bump .Dd for r203164.

Approved by: trasz (mentor)


# 203164 29-Jan-2010 jh

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)


# 196526 24-Aug-2009 delphij

Add a missing .El.

Founded by: make manlint


# 179762 12-Jun-2008 remko

Document more tmpfs mount options that are already
available.

PR: 124488
Submitted by: gahr


# 170928 18-Jun-2007 brueffer

Remove some stuff I accidently left in the previous commit.


# 170927 18-Jun-2007 brueffer

Complete SYNOPSIS and some cleanup.


# 170811 16-Jun-2007 delphij

Add a manual page for tmpfs(5).