summaryrefslogtreecommitdiffstats
path: root/sbin/mount_tmpfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using resolved after realpath(3) has failed is dangerous. Don't do it!martijn2018-07-111-3/+3
| | | | | Minor tweak and OK jca@ OK beck@ deraadt@
* restore my ability to do full bulks.espie2016-06-061-1/+2
| | | | okay deraadt@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-10/+6
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* Correct the first release tmpfs was shipped with.brad2014-11-161-3/+3
| | | | From bytevolcano at safe-mail dot net
* add a fstab example, with help from and ok jmc@nick2014-02-051-2/+8
|
* include util.h for scan_scaled()jsg2014-01-211-1/+2
|
* sprinkle $OpenBSD$, pointed out by pedroespie2013-06-033-0/+3
|
* various fixes; passed back to netbsdjmc2013-06-022-10/+13
|
* import tmpfs code, originally from netbsd.espie2013-06-014-0/+442
heavy lifting by Pedro Martelletto, timestamp fixes by me. THIS IS NOT ENABLED YET, AND REQUIRES UVM CHANGES AND REVIEW. Imported, so that working on it can be mostly done in tree with less painful diff exchanges, and that we have history of further changes. okay tedu@, deraadt@