summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/specfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-043-867/+0
* Fix another kqfilter return value.nicm2011-07-041-2/+2
* Nuke the useless D_KQFILTER flag and just check that d_kqfilter isnicm2011-07-041-2/+2
* bread does nothing with its ucred argument. remove it. ok matthewtedu2011-07-041-4/+4
* Every single vop_default is set to eopnotsupp, so retire itthib2011-04-051-2/+1
* Bring back the "End the VOP experiment." diff, naddy's issues wherethib2010-12-212-54/+40
* Backout the VOP diff until the issues naddy was seeing on alpha (gcc3)thib2010-09-102-40/+54
* End the VOP experiment. Instead of the ridicolusly complicated operationthib2010-09-062-54/+40
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-3/+3
* Wrap kernel function declarations in #ifdef _KERNEL to eliminate warningsguenther2010-07-171-1/+3
* dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisdlg2010-05-181-1/+2
* - remove super-obvious comments from $fs_vnodeop_entries[]jasper2009-08-131-36/+36
* backout the buf_acquire() does the bremfree() since all callersthib2009-06-251-1/+2
* All caller of buf_acquire were doing bremfree before the call.art2009-06-061-2/+1
* remove a bunch of bogus ARGSUSEDthib2008-07-241-10/+1
* Bring biomem diff back into the tree after the nfs_bio.c fix went in.deraadt2008-06-121-2/+2
* back out biomem diff since it is not right yet. Doing very largederaadt2008-06-111-2/+2
* Buffer cache revampbeck2008-06-101-2/+2
* retire vn_default_error() and replace all instancesthib2008-05-081-2/+2
* Introduce vop_generic_bmap(); use it where applicable.thib2008-05-032-22/+3
* garbage collect the now unused spec_ebadf();thib2008-04-142-14/+2
* remove useless defines for the vnode operations, and insteadthib2008-04-122-38/+20
* bring cloning up too date; Munge it so it will work with atleastthib2008-04-083-17/+61
* fifofs, deadfs and specfs all have the same "trivial lookup routine thatthib2007-12-272-16/+3
* update pedro's email address, at his request;jmc2007-12-091-2/+2
* ansify/de-register.jasper2007-06-181-45/+28
* daddr_t -> daddr64_t for specfs. convert some variablesthib2007-06-022-12/+12
* pedro ok'd this ~3500 line diff which removes the vop argumentderaadt2007-06-011-83/+16
* Updated disklabel format to support larger disks and partitions. Weotto2007-05-291-9/+15
* remove duplicate check for uio_resid == 0 inthib2007-04-101-3/+1
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-162-4/+2
* Correct the calculation of block address for specfs block i/o onkrw2006-11-291-13/+7
* Use daddr64_t for logical blocks, okay krw@ thib@ mickey@pedro2006-10-161-2/+2
* zap some unused variables.thib2006-07-121-10/+1
* Add some comments in the return endpointspedro2006-06-021-5/+5
* Add a clonable devices implementation. Hacked along with thib@, inputpedro2006-06-023-2/+117
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-4/+5
* Remove historical yet completely undocumented ``is this a tape'' ioctl formiod2006-02-201-3/+1
* Split the d_type field of cdevsw entries into d_type and d_flags for clarity.miod2005-12-311-2/+2
* Fix wrong optimization in spec_write() that goes: if we are about to dopedro2005-12-291-5/+2
* better handling of disappearing devices, in spec_close(), don't try topedro2005-05-241-4/+8
* Don't use seltrue() in poll ops since it requires v_rdev dereferencinggrange2004-11-291-2/+3
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-232-11/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* Remove commons; inspired by netbsd.jason2003-02-122-3/+5
* Implement simple vnodeop inheritance for specfs and fifofs.art2002-11-082-3/+13
* First round of __P removal in sysmillert2002-03-142-25/+25
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-192-5/+3
* Readd VOP_MMAP, will be used soon. Right now it's just a question toart2001-12-042-3/+5
* Get rid of several unused vnode operationscsapuntz2001-06-232-16/+2