| Age | Commit message (Expand) | Author |
| 1999-12-12 | Actually nullop is a better idea here | sommerfeld |
| 1999-12-08 | one more tweak: placebo for VOP_LEASE | sommerfeld |
| 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-23 | Be more careful to block bio interrupts for some data structures. There | fvdl |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-10-25 | Since we don't put layered device nodes in the spechash hash chains, | wrstuden |
| 1999-10-23 | Remove some mentioned members in the vop {un}lock args struct that we | fvdl |
| 1999-10-16 | In spec_close(), if we're not doing a non-blocking close and VXLOCK is | wrstuden |
| 1999-09-02 | Make /proc/self a symlink to /proc/curproc. I've observed Linux programs | thorpej |
| 1999-08-25 | Change variable used for directory offset from "int" to "off_t". | sommerfeld |
| 1999-08-24 | Fix PR8270: | sommerfeld |
| 1999-08-16 | Fin uninitialized variable use noted by Simon Burge. | wrstuden |
| 1999-08-14 | protect against large uio_offset | christos |
| 1999-08-14 | protect against large uio_offsets | christos |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-08-01 | Fix PR4439: directory link count in unions where only upper directory | sommerfeld |
| 1999-08-01 | Fix PR5146: reboot with working directory in unionfs causes | sommerfeld |
| 1999-07-31 | On forced unmount, do a few passes of non-forced cleanups and then do | sommerfeld |
| 1999-07-25 | Add calls to lock the proclist as appropriate. | thorpej |
| 1999-07-22 | Rework the process exit path, in preparation for making process exit | thorpej |
| 1999-07-19 | From Bill Studenmund: unlock the fdescfs "/dev/tty" vnode before calling | thorpej |
| 1999-07-15 | Define VLAYER and make layered fs's set this flag when creating their vnodes. | wrstuden |
| 1999-07-14 | Fix a paste-o in procfs_lookup() introduced with the vnode locking changes. | thorpej |
| 1999-07-12 | Fix tyop pointed out by Chuck Silvers <chuq@chuq.com>. | wrstuden |
| 1999-07-08 | Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c. | wrstuden |
| 1999-07-08 | Introduce layer library in genfs. This set of files abstracts most of | wrstuden |
| 1999-06-25 | Fixes PR #1206, by setting va_mode and va_flags in the copied-up vnode's | perseant |
| 1999-05-17 | Remove explicit references to null_bypass (used in umap_lock() and | wrstuden |
| 1999-05-05 | Add "use counting" to file entries. When closing a file, and it's reference | thorpej |
| 1999-05-02 | Adjust for cwdinfo changes. Pointed out by Bernd Ernesti. | thorpej |
| 1999-04-27 | Fix excessive memory usage, and fix handling of SZOMB processes. PR #7164, | thorpej |
| 1999-04-10 | remove unneeded <vm/vm_object.h> | drochner |
| 1999-04-09 | Make message about not loking a vnode in nullfs_create a little quieter - | wrstuden |
| 1999-03-25 | We must handle MNT_NODEV at open time, so add an open op for null and union, | bouyer |
| 1999-03-25 | Disallow tracing of processes unless tracer's root directory is at or | sommerfe |
| 1999-03-24 | fix union node lock to sleep on something it'll be woken on.. | sommerfe |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-22 | vinvalbuf, called from vclean, could cause a locking-against-self | sommerfe |
| 1999-03-19 | Apply patch from kern/5538: | perseant |
| 1999-03-13 | malloc the arg temporary buffer, rather than declaring it as an automatic | thorpej |
| 1999-03-13 | Some changes to `cmdline' to make it work properly: | thorpej |
| 1999-03-13 | Expose procfs_rwmem(). (This function will go away entirely when we | thorpej |
| 1999-03-12 | PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulation | christos |
| 1999-03-12 | Restrict umap mounts to root. Letting any user use this has security | bouyer |
| 1999-03-05 | Pass null pointers to VOP_UPDATE rather than having all the callers fetch the | mycroft |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1999-02-26 | Modify VOP_CLOSE vnode op to always take a locked vnode. Change vn_close | wrstuden |
| 1999-02-25 | Machine independent part of fix for PR 6152 (gdb doesn't work on machines | is |
| 1999-02-03 | sprintf->snprintf | msaitoh |