| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -6/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+6 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 2 | -5/+5 |
* | Limit to the maximum allowed reply size the amount of data that | iedowse | 2002-04-21 | 1 | -0/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -3/+3 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -11/+11 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -2/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 2 | -3/+2 |
* | The vnode was not being vput()'d in the EEXIST mknod case on the nfs | dillon | 2002-01-14 | 1 | -0/+2 |
* | It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIR | iedowse | 2002-01-13 | 1 | -3/+9 |
* | Fix a few NFSv2 issues that slipped in during the big cleanup. The | iedowse | 2002-01-12 | 1 | -33/+28 |
* | The macro nfsm_reply() is supposed to allocate a reply in all cases, | iedowse | 2002-01-11 | 1 | -2/+2 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 5 | -73/+74 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 3 | -96/+82 |
* | When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULL | iedowse | 2001-12-04 | 1 | -3/+2 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -2/+5 |
* | Fix a leftover client comment, long line fix. | peter | 2001-11-15 | 1 | -6/+4 |
* | Now that nfsm_reply() does not usually set 'error' to 0, we need | iedowse | 2001-10-25 | 1 | -0/+1 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 7 | -94/+70 |
* | Oops. I forgot to cvs rm this before. There is a common nfsproto.h. | peter | 2001-09-28 | 1 | -439/+0 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 3 | -83/+73 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 3 | -33/+35 |
* | Wrap a module around the init code so that we have somethign do do a | peter | 2001-09-20 | 1 | -38/+46 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 9 | -5528/+1076 |
* | Sync some differences that were different between the copies of the files | peter | 2001-09-15 | 2 | -6/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 6 | -295/+299 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 2 | -8/+8 |
* | Pushdown Giant for nfs syscalls (nfssvc()) | dillon | 2001-08-31 | 1 | -12/+23 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 1 | -2/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -6/+8 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 5 | -10/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 5 | -0/+10 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 3 | -0/+11 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 2 | -2/+0 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 3 | -3/+9 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -2/+2 |
* | Fix some problems that were introduced in revision 1.97. Instead | iedowse | 2001-02-09 | 1 | -46/+101 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 6 | -33/+33 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 2 | -10/+6 |
* | Simplify the tprintf() API. | phk | 2000-11-26 | 1 | -8/+1 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -2/+5 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 1 | -1/+1 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | dwmalone | 2000-10-24 | 4 | -7/+16 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+1 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -1/+2 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -1/+113 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 5 | -39/+39 |