#
5c9fbd3c |
| 26-Jun-2022 |
visa <visa@openbsd.org> |
Remove unused VOP_POLL().
OK mpi@
|
#
2d6b9e38 |
| 20-Jan-2020 |
claudio <claudio@openbsd.org> |
struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@
|
#
3b2321bf |
| 25-Dec-2013 |
espie <espie@openbsd.org> |
zap defines that don't make any sense for us okay tedu@
|
#
57331246 |
| 14-Dec-2013 |
espie <espie@openbsd.org> |
bring in a few improvements from pedro, guenther, me...
thanks to krw@ for the original cherry-picking, millert@ for useful comment.
so: - no longer expose internal kernel addresses, uses seq numbe
bring in a few improvements from pedro, guenther, me...
thanks to krw@ for the original cherry-picking, millert@ for useful comment.
so: - no longer expose internal kernel addresses, uses seq numbers instead - make sure the numbers don't overflow (millert@ UINT64_MAX)... a conservative estimate is that tmpfs will run out of seqs in >600 years... - don't malloc dents, put them on the stack and zero them - gc whiteout code - gc getpage/putpage code (shrink uvm instead)
okay krw@, millert@
show more ...
|
#
9d2ad5b0 |
| 04-Jun-2013 |
espie <espie@openbsd.org> |
fix include guard locations (from pedro)
|
#
5b25c3e7 |
| 03-Jun-2013 |
espie <espie@openbsd.org> |
sprinkle $OpenBSD$, pointed out by pedro
|
#
7013b092 |
| 01-Jun-2013 |
espie <espie@openbsd.org> |
import tmpfs code, originally from netbsd. 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 ca
import tmpfs code, originally from netbsd. 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@
show more ...
|