| Age | Commit message (Expand) | Author |
| 2000-07-22 | change the lf_advlock() arguments from | jdolecek |
| 2000-03-30 | Register, begone! | augustss |
| 1999-12-08 | Add appropriate VOP_FCNTL handlers to deadfs and specfs ops vectors. | sommerfeld |
| 1999-12-08 | Change to comment (only) indicating what the specfs ops vector is used for. | sommerfeld |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1998-10-02 | Make spec_write() process errors and return them, otherwise we don't even | ross |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-05 | Convert fsync vnode operator implementations and usage from the old `waitfor' | kleink |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-16 | Add missing cast to dev_t | christos |
| 1997-10-09 | Make various standard wmesg strings const. | mycroft |
| 1997-04-11 | Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate | kleink |
| 1997-04-02 | Remove superfluous (uio_resid == 0) check. | kleink |
| 1997-04-02 | added advisory record locking support | kleink |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-09-05 | Remove some unused variables. | thorpej |
| 1996-09-01 | Add a set of generic file system operations that most file systems use. | mycroft |
| 1996-04-22 | remove include of <sys/cpu.h> | christos |
| 1996-02-13 | GC *_nullop(). Minor nits. | mycroft |
| 1996-02-09 | miscfs prototype changes | christos |
| 1995-10-15 | Implement VOP_BWRITE() using vn_bwrite(), per r_friedl@informatik.uni-kl.de. | mycroft |
| 1995-07-24 | avoid unnecessary aging of buffers. This used to make sense, when buffer | cgd |
| 1995-07-08 | add missing splx(), as suggested by enami@sys.ptg.sony.co.jp. | cgd |
| 1995-07-02 | Make spec_read() and spec_write() vaguely consistent. | mycroft |
| 1995-04-10 | Use the new d_type field. Set VISTTY for vnodes of tty devices. | mycroft |
| 1994-12-14 | Remove a_fp. | mycroft |
| 1994-12-13 | Turn lease_check() into a vnode op, per CSRG. | mycroft |
| 1994-11-14 | fixed struct comment; passed extra argument (struct file *) to open | christos |
| 1994-10-29 | light clean; make sure headers are properly included, types are OK, etc. | cgd |
| 1994-10-20 | update for new syscall args description mechanism | cgd |
| 1994-07-16 | Support for block special files with sector sizes other than DEV_BSIZE - | paulus |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-08 | Update to 4.4-Lite fs code, with local changes. | mycroft |
| 1994-05-24 | MIN -> min, MAX -> max | cgd |
| 1994-04-21 | Convert mount, vnode, and buf structs to use <sys/queue.h>. Also, | cgd |
| 1994-01-27 | oops; fix that last... | cgd |
| 1994-01-27 | hack from Mike Karels to deal with the last close on a controlling | cgd |
| 1993-12-22 | fix return type of vnode print routine | cgd |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-11-12 | new specfs.h and fifo.h locations | cgd |
| 1993-10-30 | fix chris typo. | glass |
| 1993-10-29 | limit block sizes requested | cgd |
| 1993-09-07 | Changes to VFS readdir semantics | ws |
| 1993-08-23 | changes from 0.9-ALPHA2 to 0.9-BETA | cgd |
| 1993-06-27 | ANSIfications - removed all implicit function return types and argument | andrew |