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
/
ufs
/
ext2fs
Age
Commit message (
Expand
)
Author
2006-08-30
fix incomplete initializer.
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-06-23
fix a simonb-timecounters regression.
yamt
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-14
integrate kauth.
elad
2006-04-15
Coverity CID 1169: Add KASSERT before deref.
christos
2006-03-18
Fix a dead error condition, coverity ID 603.
bouyer
2006-03-18
Remove dead code, fixing coverity ID 745. nameiop can only be CREATE
bouyer
2006-03-18
bread() will always return a valid bp. So remplace the (always true) if (bp)
bouyer
2006-03-17
don't use MALLOC with a non-constant size; use malloc instead.
christos
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-02-21
Use device_class() instead of accessing dv_class directly.
thorpej
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2006-01-29
Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>
dsl
2006-01-14
Protect against uio_lwp being NULL from Pavel Cahyna
christos
2005-12-27
changes for making DIAGNOSTIC not change the kernel ABI:
chs
2005-12-24
__inline__ -> inline
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-13
add fwd declaration for struct proc. Fixes vax build.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-11-29
merge yamt-readahead branch.
yamt
2005-11-11
- ignore truncation for VCHR/VBLK/VFIFO as it used to be
yamt
2005-11-02
merge yamt-vop branch. remove following VOPs.
yamt
2005-10-30
Only include <sys/systm.h> if _KERNEL is defined.
simonb
2005-09-27
introduce "ufs_ops" and use it for ITIMES.
yamt
2005-09-26
always use nanotime rather than time.
yamt
2005-09-23
Apply the NFS exports list rototill patch:
jmmv
2005-09-12
- access the ffs and ext2fs itimes functions through a pointer, so that
christos
2005-09-12
Add a KASSERT like the one ffs has.
christos
2005-09-12
Use nanotime() to update the time fields in filesystems. Convert the code
christos
2005-08-30
* Remove __P()
xtraeme
2005-08-23
Don't overload MAXNAMLEN, use a separate constant for each filesystem type.
christos
2005-08-19
64 bit inode changes.
christos
2005-07-23
update file timestamps for nfsd loaned-read and mmap.
yamt
2005-06-28
Ensure that we change the size of the vnode at the same time as
kml
2005-06-28
- constify genfs_ops.
yamt
2005-05-29
- sprinkle const
christos
2005-03-29
- Define a VFS_ATTACH() macro that places a reference to a vfsops structure
thorpej
2005-03-24
getblk() can return NULL if we are the pagedaemon. Check for this.
bouyer
2005-02-26
nuke trailing whitespace
perry
2005-02-14
fix typoe in previous.
chs
2005-02-09
Add support for large files (>2GB).
ws
2005-01-11
Rearrange some code slightly to avoid uninitialized variable warnings.
mycroft
2005-01-09
adjust the UBC mapping code to support non-vnode uvm_objects.
chs
2005-01-09
Whoops -- move the location of the VOP_OPEN()/VOP_CLOSE(), et al, from
mycroft
2005-01-09
Rework the mountroot interface so that vfs_mountroot() opens the root device
mycroft
2005-01-02
Add the system call and VFS infrastructure for file system extended
thorpej
2004-12-15
Remove some unnecessary (int32_t) casts that would cause us to screw up the
mycroft
2004-11-14
Remove erroneous KASSERT; i_size is one of the fields mentioned in
christos
[next]