| Age | Commit message (Expand) | Author |
| 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 |
| 1999-01-28 | make it compile with !UVM | drochner |
| 1999-01-25 | Add /proc/#/map. From FreeBSD. | msaitoh |
| 1999-01-15 | Oops. That extra "*" doesn't need to be there. | wrstuden |
| 1999-01-13 | In nullfs_mount, we need to check if error before VOP_UNLOCK(vp,0) as | wrstuden |
| 1998-10-31 | Use the so_send and so_receive funcptrs in the socket instead of calling | matt |
| 1998-10-02 | Make spec_write() process errors and return them, otherwise we don't even | ross |
| 1998-09-30 | Workaropund fix for PR #5239 from <minoura@kw.netlaputa.ne.jp>: | jonathan |
| 1998-09-08 | - Use proclists[], rather than checking allproc and zombproc explicitly. | thorpej |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-13 | Per POSIX, fail with EINVAL if advisory locking is attempted on a file type | kleink |
| 1998-08-13 | Add genfs_einval(), which does the obvious thing. | kleink |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-10 | create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other | matthias |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |