index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
spec_vnops.c
Age
Commit message (
Expand
)
Author
2009-08-13
- remove super-obvious comments from $fs_vnodeop_entries[]
Jasper Lievisse Adriaanse
2009-06-25
backout the buf_acquire() does the bremfree() since all callers
Thordur I. Bjornsson
2009-06-06
All caller of buf_acquire were doing bremfree before the call.
Artur Grabowski
2008-07-24
remove a bunch of bogus ARGSUSED
Thordur I. Bjornsson
2008-06-12
Bring biomem diff back into the tree after the nfs_bio.c fix went in.
Theo de Raadt
2008-06-11
back out biomem diff since it is not right yet. Doing very large
Theo de Raadt
2008-06-10
Buffer cache revamp
Bob Beck
2008-05-08
retire vn_default_error() and replace all instances
Thordur I. Bjornsson
2008-05-03
Introduce vop_generic_bmap(); use it where applicable.
Thordur I. Bjornsson
2008-04-14
garbage collect the now unused spec_ebadf();
Thordur I. Bjornsson
2008-04-12
remove useless defines for the vnode operations, and instead
Thordur I. Bjornsson
2008-04-08
bring cloning up too date; Munge it so it will work with atleast
Thordur I. Bjornsson
2007-12-27
fifofs, deadfs and specfs all have the same "trivial lookup routine that
Thordur I. Bjornsson
2007-06-18
ansify/de-register.
Jasper Lievisse Adriaanse
2007-06-02
daddr_t -> daddr64_t for specfs. convert some variables
Thordur I. Bjornsson
2007-06-01
pedro ok'd this ~3500 line diff which removes the vop argument
Theo de Raadt
2007-05-29
Updated disklabel format to support larger disks and partitions. We
Otto Moerbeek
2007-04-10
remove duplicate check for uio_resid == 0 in
Thordur I. Bjornsson
2007-01-16
Retire VOP_LEASE(); It was a bit for NQNFS and has
Thordur I. Bjornsson
2006-11-29
Correct the calculation of block address for specfs block i/o on
Kenneth R Westerback
2006-10-16
Use daddr64_t for logical blocks, okay krw@ thib@ mickey@
Pedro Martelletto
2006-07-12
zap some unused variables.
Thordur I. Bjornsson
2006-06-02
Add a clonable devices implementation. Hacked along with thib@, input
Pedro Martelletto
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2006-02-20
Remove historical yet completely undocumented ``is this a tape'' ioctl for
Miod Vallat
2005-12-31
Split the d_type field of cdevsw entries into d_type and d_flags for clarity.
Miod Vallat
2005-12-29
Fix wrong optimization in spec_write() that goes: if we are about to do
Pedro Martelletto
2005-05-24
better handling of disappearing devices, in spec_close(), don't try to
Pedro Martelletto
2004-11-29
Don't use seltrue() in poll ops since it requires v_rdev dereferencing
Alexander Yurchenko
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-12
Remove commons; inspired by netbsd.
Jason Wright
2002-11-08
Implement simple vnodeop inheritance for specfs and fifofs.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-04
Readd VOP_MMAP, will be used soon. Right now it's just a question to
Artur Grabowski
2001-06-23
Get rid of several unused vnode operations
Constantine Sapuntzakis
2001-03-15
Use buf_start
Constantine Sapuntzakis
2001-03-01
port kqueue changes from freebsd, plus all required openbsd glue.
Niels Provos
2001-02-24
Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.
Constantine Sapuntzakis
2001-02-23
Remove the clustering fields from the vnodes and place them in the
Constantine Sapuntzakis
1998-02-23
Please GCC 2.8 -Wall + some KNF
Niklas Hallqvist
1997-12-28
I should be more careful about what I check in. Undo earlier commenting-out
Constantine Sapuntzakis
1997-11-06
Removed i386-specific crud
Constantine Sapuntzakis
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-01-04
spec_advlock() via lf_advlock()
kstailey
1996-12-22
make spec_advlock() perform indirect call to lf_advlock()
kstailey
1996-12-05
fix locking on devices to work on diskless workstations
kstailey
[next]