summaryrefslogtreecommitdiff
path: root/sys/miscfs/specfs
AgeCommit message (Expand)Author
2006-08-11Pretending to be Elad's keyboard:christos
2006-05-14integrate kauth.elad
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-11in spec_ioctl(), don't dereference v_specinfo if it's NULL.chs
2005-08-30Remove __P()xtraeme
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-02-26nuke trailing whitespaceperry
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-12caddr_t -> void * and removal of some more casts.jrf
2004-02-14Add a generic copy-on-write hook to add/remove functions that will behannken
2004-01-25Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.hannken
2003-12-10The file system snapshot pseudo driver.hannken
2003-11-26spec_close: asserting that the terminal's process group be set if it ispk
2003-11-25spec_close: we don't need to lock the vnode just to make a copy of its flags.pk
2003-11-24spec_close: controlling terminal hack: drop session reference count only ifpk
2003-11-06When closing a process's controlling terminal, also remove the linksdsl
2003-10-15Set vnode size of character disk devices to that of the partition when theydsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-06Add multiple inclusion protection.matt
2002-10-26now that mem_no is emitted by config(8), there is no reason to keepjdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-26Fix a signed/unsigned comparison warning from GCC 3.3.thorpej
2002-07-10Spell acquire with a 'c'.wiz
2002-05-12Extern speclisthmatt
2001-11-10add RCSIDslukem
2001-09-23change spec_{read,write}() to specify the device blkno in units of DEV_BSIZEchs
2001-09-21use shared locks instead of exclusive for VOP_READ() and VOP_READDIR().chs
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2001-08-18undo the part of the last revision that made user block device accesschs
2001-08-17add definitions for UBCification of block devices.chs
2001-08-17initialize the UVM vnode size for block devices.chs
2001-04-17Don't hold vp->v_interlock when calling vcount(); vcount() callsthorpej
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2000-11-08fix an LP64BE bogon.chs
2000-10-27Remove usecount check in spec_open. It fails to catch VALIAS situationsjmc
2000-09-19Adapt for VOP_FSYNC parameter change.fvdl
2000-07-22change the lf_advlock() arguments fromjdolecek
2000-03-30Register, begone!augustss
1999-12-08Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors.sommerfeld
1999-12-08Change to comment (only) indicating what the specfs ops vector is used for.sommerfeld
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1998-10-02Make spec_write() process errors and return them, otherwise we don't evenross
1998-08-18Add some braces to make egcs happy (ambiguous else warning).thorpej
1998-08-03Recognize _PC_SYNC_IO.kleink