summaryrefslogtreecommitdiff
path: root/sys/miscfs/specfs
AgeCommit message (Expand)Author
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-09-10Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)Thordur I. Bjornsson
2010-09-06End the VOP experiment. Instead of the ridicolusly complicated operationThordur I. Bjornsson
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-17Wrap kernel function declarations in #ifdef _KERNEL to eliminate warningsPhilip Guenthe
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2009-08-13- remove super-obvious comments from $fs_vnodeop_entries[]Jasper Lievisse Adriaanse
2009-06-25backout the buf_acquire() does the bremfree() since all callersThordur I. Bjornsson
2009-06-06All caller of buf_acquire were doing bremfree before the call.Artur Grabowski
2008-07-24remove a bunch of bogus ARGSUSEDThordur I. Bjornsson
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Buffer cache revampBob Beck
2008-05-08retire vn_default_error() and replace all instancesThordur I. Bjornsson
2008-05-03Introduce vop_generic_bmap(); use it where applicable.Thordur I. Bjornsson
2008-04-14garbage collect the now unused spec_ebadf();Thordur I. Bjornsson
2008-04-12remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2007-12-27fifofs, deadfs and specfs all have the same "trivial lookup routine thatThordur I. Bjornsson
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-06-18ansify/de-register.Jasper Lievisse Adriaanse
2007-06-02daddr_t -> daddr64_t for specfs. convert some variablesThordur I. Bjornsson
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-04-10remove duplicate check for uio_resid == 0 inThordur I. Bjornsson
2007-01-16Retire VOP_LEASE(); It was a bit for NQNFS and hasThordur I. Bjornsson
2006-11-29Correct the calculation of block address for specfs block i/o onKenneth R Westerback
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-07-12zap some unused variables.Thordur I. Bjornsson
2006-06-02Add some comments in the return endpointsPedro Martelletto
2006-06-02Add a clonable devices implementation. Hacked along with thib@, inputPedro Martelletto
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod Vallat
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-29Fix wrong optimization in spec_write() that goes: if we are about to doPedro Martelletto
2005-05-24better handling of disappearing devices, in spec_close(), don't try toPedro Martelletto
2004-11-29Don't use seltrue() in poll ops since it requires v_rdev dereferencingAlexander Yurchenko
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2002-11-08Implement simple vnodeop inheritance for specfs and fifofs.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
2001-03-15Use buf_startConstantine Sapuntzakis
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2001-02-24Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.Constantine Sapuntzakis
2001-02-23Remove the clustering fields from the vnodes and place them in theConstantine Sapuntzakis
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis