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
2013-09-30
Replace macro v_specmountpoint with two functions spec_node_getmountedfs()
hannken
2013-07-20
oops, spell b_bcount properly
dholland
2013-07-20
In spec_strategy, if fscow_run() fails, set b_resid along with b_error
dholland
2013-07-18
PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOME...
ryo
2013-06-16
Hang a warning banner on some nasty code I just found.
dholland
2013-06-06
Add missing declaration of struct vnode.
dholland
2013-05-02
Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.
riastradh
2013-04-21
add missing spec_whiteout
dholland
2013-04-08
Remove some set but unused variables
skrll
2013-03-18
C99 section 6.7.2.3 (Tags) Note 3 states that:
plunky
2013-02-13
Make the spec_node table implementation private to spec_vnops.c.
hannken
2012-12-20
Change bread() and breadn() to never return a buffer on
hannken
2012-11-25
do something reasonable with kernel semaphores.
christos
2012-10-10
In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
dholland
2012-06-02
Add some pre-processor magic to verify that the type of the data item
dsl
2012-05-31
Ooopppsss! sysctl nodes created during module load time cannot be
pgoyette
2012-05-31
When built as module, track sysctl node creations, and destroy them on
pgoyette
2012-05-28
add a task process subdirectory for emul linux
christos
2012-05-22
don't block on pager map for read-ahead.
yamt
2012-05-08
Implement a genfs_rename abstraction.
riastradh
2012-05-06
- match format with the linux map printing
christos
2012-04-30
- Replace some malloc(9) uses with kmem(9).
rmind
2012-04-29
change vflushbuf() to take the full FSYNC_* flags.
chs
2012-03-30
uid mismatch for file flags changes is expected to fail with EPERM not
njoly
2012-03-22
remove KAME IPSEC, replaced by FAST_IPSEC
drochner
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
2012-02-01
Change the syscall API for quotas over to the new non-proplib one.
dholland
2012-01-29
Remove the extra op argument to VFS_QUOTACTL() - the op is now stored
dholland
2012-01-29
Introduce struct vfs_quotactl_args. Use it.
dholland
2012-01-29
Move the proplib-based quota command dispatching (that is, the code
dholland
2012-01-29
Move the code for iterating over the multiple RPC calls in a quota
dholland
2011-12-21
only set CANTRCVMORE if no error.
christos
2011-12-20
- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.
christos
2011-12-19
don't produce different output if we are super user.
christos
2011-12-16
provide a root entry if one was not found.
christos
2011-12-15
PR/45700: use dostatvfs instead of grabbing the latest cached copy of
christos
2011-12-12
Start making fs read(2) fail with EISDIR if the implementation does
njoly
2011-10-31
typo in a comment
yamt
2011-10-16
VOP_GETATTR() needs a shared lock at least.
hannken
2011-10-09
Trim unused headers.
uebayasi
2011-09-27
define PROCFS_MAXNAMLEN and use it.
christos
2011-09-27
define KERNFS_MAXNAMLEN and use it.`
christos
2011-09-27
define FDESC_MAXNAMLEN and use it.
christos
2011-09-23
Fix the build that was broken by struct lwp *updateproc reference in
manu
2011-09-22
Restore updateproc because rump uses it until we figure out how to remove it
christos
2011-09-04
PR# kern/45021: Please support /emul/linux/proc/version
jmcneill
2011-09-01
Use the new UVM_KMF_COLORMATCH flag to get a congruent mappings of the user
matt
2011-08-31
genfs_do_directio: acquire the lock of page owner for now and fix PR/45177.
rmind
2011-08-31
NULL does not need a cast
plunky
2011-08-28
both LINUX_USRSTACK32 and USRSTACK32 need to be defined for linux32
jmcneill
[next]