index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
Age
Commit message (
Expand
)
Author
2022-06-17
Pull up following revision(s) (requested by shm in ticket #1475):
martin
2021-10-04
Pull up following revision(s) (requested by thorpej in ticket #1353):
martin
2021-10-04
Pull up following revision(s) (requested by thorpej in ticket #1351):
martin
2021-10-02
Pull up following revision(s) (requested by thorpej in ticket #1350):
martin
2021-07-06
Pull up following revision(s) (requested by dholland in ticket #1318):
martin
2021-05-03
Pull up following revision(s) (requested by hannken in ticket #1267):
martin
2021-02-04
Pull up following revision(s) (requested by riastradh in ticket #1195):
martin
2020-09-13
Pull up following revision(s) (requested by riastradh in ticket #1083):
martin
2020-03-21
Pull up following revision(s) (requested by riastradh in ticket #789):
martin
2020-02-12
Pull up following revision(s) (requested by riastradh in ticket #702):
martin
2019-12-24
Pull up following revision(s) (requested by hannken in ticket #581):
martin
2019-09-13
Pull up following revision(s) (requested by maxv in ticket #194):
martin
2019-09-10
Pull up following revision(s) (requested by chs in ticket #190):
martin
2019-09-01
Pull up following revision(s) (requested by hannken in ticket #132):
martin
2019-07-11
Fix (harmless) uninitialized variable: 'pg' could be 'endm', in which case
maxv
2019-04-25
Restore mapping of file id to pid/type/fd.
mlelstv
2019-03-30
add a node for the process resource limits.
christos
2019-02-20
Attach "mnt_transinfo" to "dead_rootmount" so every mount has a
hannken
2019-02-20
Set "mnt_lower" before the first file system operation on the new file system.
hannken
2019-01-01
Add "void *extra" argument to vcache_new() so a file system may
hannken
2018-12-10
assert that WAPBL journal write lock is actually held when called with
jdolecek
2018-12-09
support flag PGO_JOURNALLOCKED also for genfs_getpages()
jdolecek
2018-12-05
As discussed in tech-kern:
christos
2018-10-14
remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had
jdolecek
2018-10-05
Bring back three state file system suspension:
hannken
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-05-28
add a genfs method to allow a file system to limit the range of pages
chs
2018-04-16
Change procfs_revoke_vnodes() to use vrecycle()/vgone() instead
hannken
2018-04-07
Lock the target cwdi and take an additional reference to the
hannken
2018-03-31
factor out some repeated code and simplify the logputchar function.
christos
2017-12-31
rename some "cmdline" stuff now that it is used to print environment too
christos
2017-12-31
Add an environ node
christos
2017-12-01
Allow procfs_kqfilter, since we allow poll. "go" does it.
christos
2017-11-08
fix locking, remove error(1) comments.
christos
2017-11-08
use p->p_path, remove unused code.
christos
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-10-25
Use C99 initializer for filterops
maya
2017-09-29
Use %ju and (intmax_t) to unbreak i386 build.
kre
2017-09-29
Split the status printing routines (one for NetBSD and one for Linux) for
christos
2017-08-28
Remove the filesystem tracing feature
kamil
2017-08-21
No need to cache anonymous device vnodes, they will never be looked up.
hannken
2017-07-01
Provide EVFILT_WRITE; this is what FreeBSD does and go wants it.
christos
2017-06-27
Add missing check for dead or dying vnode to the entry of genfs_getpages().
hannken
2017-06-24
Refuse to open a block device with zero open count when it has
hannken
2017-06-04
Operations fstrans_start() and fstrans_start_nowait() now always
hannken
2017-06-04
Locking a layer vnode using the regular bypass routine is no longer
hannken
2017-06-04
Now that FSTRANS is part of VOP_*LOCK() remove FSTRANS and vdead_check()
hannken
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-26
Make VOP_RECLAIM do the last unlock of the vnode.
riastradh
2017-05-24
Protect layer_getpages against vnodes disappearing during a
hannken
[next]